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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: luke, Unassigned)

References

Details

Attachments

(1 file)

Attached patch fixSplinter 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)
Attachment #624111 - Flags: review?(bhackett1024) → review+
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.

Attachment

General

Created:
Updated:
Size: