RESOLVED FIXED 69995
If an Arguments object is being used to copy the arguments, then make this explicit
https://bugs.webkit.org/show_bug.cgi?id=69995
Summary If an Arguments object is being used to copy the arguments, then make this ex...
Filip Pizlo
Reported 2011-10-12 21:11:15 PDT
Creating an Arguments object that is a copy of the arguments in the register file is a fundamentally different operation than creating one that points into the register file. The two modes of creation should be made more explicitly different.
Attachments
the patch (3.96 KB, patch)
2011-10-12 21:13 PDT, Filip Pizlo
sam: review+
Filip Pizlo
Comment 1 2011-10-12 21:13:47 PDT
Created attachment 110799 [details] the patch
Filip Pizlo
Comment 2 2011-10-12 22:01:05 PDT
Landed in r97342.
Note You need to log in before you can comment on or make changes to this bug.