Closed
Bug 474835
Opened 17 years ago
Closed 17 years ago
TM: "Assertion failure: JSVAL_TAG(v) == JSVAL_OBJECT"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
for each (a in [1, {}, 1, {}, {}, 1, 1]) {
let (b) {
(function() { for each (let h in [3, 3, 3]) { } })();
}
}
Assertion failure: JSVAL_TAG(v) == JSVAL_OBJECT, at ../jstracer.cpp:1446
I think this is a regression from bug 469044.
| Reporter | ||
Comment 1•17 years ago
|
||
I think this can also cause:
Assertion failure: JSVAL_TAG(v) == JSVAL_STRING, at ../jstracer.cpp:1503
and incorrect numbers without any assertions.
| Reporter | ||
Comment 2•17 years ago
|
||
WFM, tip of TM branch.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Flags: in-testsuite?
| Reporter | ||
Comment 3•17 years ago
|
||
But still seeing these issues with other testcases --> bug 475658
You need to log in
before you can comment on or make changes to this bug.
Description
•