Closed
Bug 591431
Opened 12 years ago
Closed 12 years ago
Reflect.parse(): JSOP_*XMLNAME nodes as lvalues
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dherman, Assigned: dherman)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
6.01 KB,
patch
|
cdleary
:
review+
|
Details | Diff | Splinter Review |
js> Reflect.parse("x::y = foo") Assertion failure: op > UNOP_ERR && op < UNOP_LIMIT, at ../jsreflect.cpp:2160 Segmentation fault
Assignee | ||
Comment 1•12 years ago
|
||
Fix attached. Dave
Assignee | ||
Updated•12 years ago
|
Attachment #469963 -
Flags: review?(cdleary)
Comment 2•12 years ago
|
||
Comment on attachment 469963 [details] [diff] [review] TOK_UNARY cases include JSOP_SETXMLNAME and JSOP_BINDXMLNAME Straightforward and nice test coverage -- that's the best kind of patch!
Attachment #469963 -
Flags: review?(cdleary) → review+
Assignee | ||
Comment 3•12 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/537dd6f60dcc
Whiteboard: fixed-in-tracemonkey
Comment 4•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/537dd6f60dcc
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•