Closed
Bug 646026
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: isObject(), at ../jsvalue.h:614
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
The following code asserts on TI tip (run with -n -m -a), tested on 64 bit:
test();
function test() {
testRealError();
test1();
}
function testRealError() {
try
{
blabla;
}
catch (e)
{
}
}
function test1() {
var e = new InternalError ("msg", "file", 2);
}
test();
test();
Comment 1•14 years ago
|
||
This WFM now, I think the problem was fixed by bug 645666.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•