Closed Bug 551202 Opened 15 years ago Closed 6 years ago

Unable to set a prototype property on Array

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: cpeyer, Unassigned)

References

Details

Not sure if this is an asc bug or even a bug at all. as: Array.prototype[0] = 'zero'; var a = []; a.length = 1; actual = a.pop(); print(actual); // actual: undefined expected: zero actual is always undefined even with asc.jar -ES switch. Found in spidermonkey regression test js1_5/Regress/regress-438415-02 See Bug 438415
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Flags: flashplayer-qrb? → flashplayer-qrb+
Target Milestone: --- → Future
Wow i learn something new about Javascript every day. (I guess if we ever try to make an Ecma262 compliant Array then we might want to "fix" this.)
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.