Closed Bug 551032 Opened 15 years ago Closed 6 years ago

Array.prototype.(concat|splice).length returns zero instead of number of arguments

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: cpeyer, Unassigned)

References

Details

as: print(Array.prototype.concat.length); // 0 expected: 1 print(Array.prototype.splice.length); // 0 expected: 2 Array.prototype.slice.length correctly returns 2. Found in spidermonkey regressions - js1_5/Regress/regress-274035. See Bug 274035
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Flags: flashplayer-qrb? → flashplayer-qrb+
Target Milestone: --- → Future
Works in tracemonkey tip.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Broken in tamarin-redux tip.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Tamarin is a dead project now. Mass WONTFIX.
Status: REOPENED → RESOLVED
Closed: 15 years ago6 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.