Closed Bug 474835 Opened 16 years ago Closed 16 years ago

TM: "Assertion failure: JSVAL_TAG(v) == JSVAL_OBJECT"

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
critical

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.
I think this can also cause: Assertion failure: JSVAL_TAG(v) == JSVAL_STRING, at ../jstracer.cpp:1503 and incorrect numbers without any assertions.
WFM, tip of TM branch.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
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.