Closed Bug 649013 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: v.isBoolean(), at jsinterp.cpp:1320

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

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();
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
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.