Closed
Bug 790485
Opened 12 years ago
Closed 12 years ago
reflect-parse.js asserts since bug 788261 landed
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Unassigned)
References
Details
Assertion failure: false (unexpected XML node type), at js/src/jsreflect.cpp:2922
REGRESSION - js1_8_5/extensions/reflect-parse.js
The error message is wrong; this has nothing to do with XML. That's the error message that is always generated when an expression parse node is unrecognized.
The problem node in question is PNK_FUNCTIONDECL, which I would think shouldn't appear where an expression node is expected.
Comment 1•12 years ago
|
||
jorendorff, if you don't plan to get to this very soon I suggest we back out bug 788261 -- that's what we normally do with patches that cause test regressions.
Comment 2•12 years ago
|
||
Fixed by backing out the original patch. See bug 788261 comment 8.
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
•