Closed
Bug 765483
Opened 12 years ago
Closed 12 years ago
IonMonkey: Assertion failure: throwing, at jscntxt.h:1329
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: dvander)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
Attachments
(1 file)
(deleted),
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision de23a9fc29db (run with --ion -n -m --ion-eager):
var obj1 = {}, obj2 = {};
obj2['b'+i] = 0;
for (var k in obj2) {
(function g() { evalInFrame(1, "assertStackIs(['eval-code', f, 'bound(f)', 'global-code'])", true); })();
}
for (var i = 0; i != array.length; ++i)
array[i]();
Assignee | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Attachment #637757 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 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
•