RESOLVED FIXED Bug 84994
arguments object resets attributes on redefinition of a parameter
https://bugs.webkit.org/show_bug.cgi?id=84994
Summary arguments object resets attributes on redefinition of a parameter
Gavin Barraclough
Reported 2012-04-26 12:45:19 PDT
There is a bug that we always re-add the original property before redefinition, doing so in a way that will reset the attributes without checking configurability.
Attachments
preliminary patch (838 bytes, patch)
2012-04-26 15:47 PDT, Gavin Barraclough
no flags
Gavin Barraclough
Comment 1 2012-04-26 15:47:19 PDT
Created attachment 139086 [details] preliminary patch
Gavin Barraclough
Comment 2 2012-04-30 15:28:33 PDT
Fixed in r115679
Note You need to log in before you can comment on or make changes to this bug.