RESOLVED FIXED 98101
JSArray::unshiftCountSlowCase needs to clear array slots when adding space to end of array
https://bugs.webkit.org/show_bug.cgi?id=98101
Summary JSArray::unshiftCountSlowCase needs to clear array slots when adding space to...
Michael Saboff
Reported 2012-10-01 17:20:04 PDT
The change made in r129676: <http://trac.webkit.org/changeset/129676> from https://bugs.webkit.org/show_bug.cgi?id=97691 needs to clear array slots between length and vectorLength when new slots are added to the end of an array.
Attachments
Patch (3.96 KB, patch)
2012-10-01 17:26 PDT, Michael Saboff
no flags
Michael Saboff
Comment 1 2012-10-01 17:26:48 PDT
WebKit Review Bot
Comment 2 2012-10-01 18:21:05 PDT
Comment on attachment 166580 [details] Patch Clearing flags on attachment: 166580 Committed r130109: <http://trac.webkit.org/changeset/130109>
WebKit Review Bot
Comment 3 2012-10-01 18:21:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.