Closed
Bug 767679
Opened 13 years ago
Closed 13 years ago
IonMonkey: "Assertion failure: isObject(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: dvander)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
4.63 KB,
text/plain
|
Details | |
866 bytes,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
eval("\
\"use strict\";\
a();\
function a() {\
print\
}\
")
asserts js debug shell on IonMonkey changeset 05a756967f25 with --ion-eager at Assertion failure: isObject(),
Due to skipped revisions, the first bad revision could be any of:
changeset: 87140:f46cfb199e77
user: Sean Stangl
date: Mon Feb 06 17:15:24 2012 -0800
summary: Make native calls faster. (Bug 721031, r=dvander)
changeset: 87141:2ce3daef5bd2
user: Sean Stangl
date: Mon Feb 06 17:55:48 2012 -0800
summary: Fix warnings. (Bug 721031, red)
![]() |
Assignee | |
Comment 1•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #639442 -
Flags: review? → review?(sstangl)
Updated•13 years ago
|
Attachment #639442 -
Flags: review?(sstangl) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
This is fixed with the most recent mozilla-central merge.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/2e891e0db397
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•