Closed
Bug 724654
Opened 14 years ago
Closed 14 years ago
IonMonkey: "Assertion failure: hasGlobal(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: dvander)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
4.55 KB,
text/plain
|
Details | |
1.48 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
de = N = K = E = l = p = n = function() {}
function e() {}
function tryItOut(code) {
d = f = Function(code)
f()
}
function t() {}
function ne() {}
a = eval
function r() {}
s = v = false
function f4() {}
o = 9
tryItOut("for(b in((Object.create)(this))){}")
asserts js debug shell on IonMonkey changeset 186084ff8e63 with -m, --ion and -n at Assertion failure: hasGlobal(),
![]() |
Reporter | |
Comment 1•14 years ago
|
||
Still repros on changeset a1fc5b03be76.
![]() |
Assignee | |
Comment 2•14 years ago
|
||
Updated•14 years ago
|
Attachment #594857 -
Flags: review?(bhackett1024) → review+
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/ion/bug724654.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•