Closed
Bug 844477
Opened 12 years ago
Closed 12 years ago
OdinMonkey: Assertion failure: !pn_used, at ../frontend/ParseNode.h:602
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:ignore])
The following testcase asserts on odinmonkey revision 1bfa5e6b2087 (run with ):
var asm = (function(global, env, buffer) {
'use asm';
var tempInt = 0, buffer, tempDouble = 0.0;
}, buffer);
Comment 1•12 years ago
|
||
Arg, weird parser use/def name node representation bites again. Great case, thanks!
http://hg.mozilla.org/users/lwagner_mozilla.com/odinmonkey/rev/43db30538e64
Updated•12 years ago
|
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
•