Closed
Bug 643299
Opened 15 years ago
Closed 15 years ago
TI: Assertion failure: script->fun && arg < script->fun->nargs, at ./jsanalyze.h:210
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: fixed-in-jaegermonkey)
The following test case (run with "-m -a") asserts on TI tip (tested on 64 bit):
var otherGlobalDifferentCompartment = newGlobal("new-compartment");
eval = otherGlobalDifferentCompartment.eval;
var f = function (q) { return q['\xC7']; }
var d = eval(uneval(f));
assertEq(d({0XC: 'good'}), 'good');
Comment 1•15 years ago
|
||
Rev d7fa1607c33e totally broke most scripts that use -m but not -n.
http://hg.mozilla.org/projects/jaegermonkey/rev/1396825bdbee
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-jaegermonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•