Closed
Bug 591431
Opened 15 years ago
Closed 14 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•15 years ago
|
||
Fix attached.
Dave
| Assignee | ||
Updated•15 years ago
|
Attachment #469963 -
Flags: review?(cdleary)
Comment 2•15 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•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•