Closed
Bug 618150
Opened 15 years ago
Closed 15 years ago
TM: testApplyCall.js fails after setting Arrray.prototype.__proto__
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 618350
People
(Reporter: jandem, Unassigned)
References
Details
Attachments
(1 file)
|
1.88 KB,
application/x-javascript
|
Details |
Attached test case fails with -j.
Comment 1•15 years ago
|
||
I wanted to be sure this wasn't some exploitable fallout from bug 605192, but I reduced way past f.apply. I got it down to this:
> Object.defineProperty(Object.prototype, 0, {});
> assertEq([42][0], 42);
test.js:2: Error: Assertion failed: got (void 0), expected 42
Comment 2•15 years ago
|
||
(This fails in the interp)
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•