Closed
Bug 1102315
Opened 11 years ago
Closed 11 years ago
Bytecode documentation category "Operator" should be "Operators".
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: arai, Assigned: arai)
Details
Attachments
(1 file)
|
14.33 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
In bytecode documentation comment in js/src/vm/Opcodes.h
category "Operator" should be "Operators", as other categories are "Statements", "Literals".
| Assignee | ||
Comment 1•11 years ago
|
||
Some opcodes which was added in bug 1101905 already had "Operators" category,
and this patch fixes remaining opcodes and list.
Updated documentation with this patch applied.
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Internals/Bytecode
Attachment #8529762 -
Flags: review?(jdemooij)
Comment 2•11 years ago
|
||
Comment on attachment 8529762 [details] [diff] [review]
Change bytecode documentation category 'Operator' to 'Operators'.
Review of attachment 8529762 [details] [diff] [review]:
-----------------------------------------------------------------
Nice :)
Attachment #8529762 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Assignee: nobody → arai_a
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•