Closed
Bug 660202
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: v.isObject(), at jsnum.cpp:1308
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 660081
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
The following testcase asserts on TI revision 1252c464553e (run with -j -m -a -n), tested on 64 bit:
LabelTest(0, 0);
function LabelTest( limit, expect ) {
for ( var result = arguments; ; result++ );
}
Comment 1•14 years ago
|
||
Fixed yesterday evening, can you please make sure to file bugs against tip?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•