RESOLVED FIXED 95630
JSArray::putDirectIndex should by default behave like JSObject::putDirect
https://bugs.webkit.org/show_bug.cgi?id=95630
Summary JSArray::putDirectIndex should by default behave like JSObject::putDirect
Filip Pizlo
Reported 2012-08-31 18:06:14 PDT
As in, it should ignore the possibility of the property already existing and being read-only, and the possibility of the object being non-extensible.
Attachments
the patch (19.83 KB, patch)
2012-08-31 18:22 PDT, Filip Pizlo
barraclough: review+
buildbot: commit-queue-
Filip Pizlo
Comment 1 2012-08-31 18:22:36 PDT
Created attachment 161806 [details] the patch
Build Bot
Comment 2 2012-08-31 18:48:08 PDT
Filip Pizlo
Comment 3 2012-08-31 18:51:17 PDT
Note You need to log in before you can comment on or make changes to this bug.