Closed
Bug 755396
Opened 13 years ago
Closed 13 years ago
fix definition of when a formal is aliased by the arguments object
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: luke, Unassigned)
References
Details
Attachments
(1 file)
8.21 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
Namely, to reflect the fact that a strict-mode arguments object does not alias formals. (This is innocuously wrong atm, since args and non-args paths touch the same stack slot, but that is about to change.) Simple patch.
Attachment #624111 -
Flags: review?(bhackett1024)
Updated•13 years ago
|
Attachment #624111 -
Flags: review?(bhackett1024) → review+
![]() |
Reporter | |
Comment 1•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•