Closed
Bug 649013
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: v.isBoolean(), at jsinterp.cpp:1320
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 648999
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
The following testcase asserts on TI revision 74a8fb1bbec5 (run with -m -n -a),
tested on 64 bit:
function reportCompare(expected, actual, description) {
typeof actual
}
function enterFunc(funcName) {
try {
reportCompare(expectCompile, actualCompile, ': compile actual');
} catch (ex) {}
}
if (1) function test(f) {
enterFunc();
reportCompare(1, f(), "Both functions were defined.");
}
test();
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•12 years ago
|
||
A testcase for this bug was already added in the original bug (bug 648999).
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•