[Webkit-unassigned] [Bug 142933] Redefining a property should not change its insertion index (Object.keys order)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 21 00:04:37 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142933

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
My guess would be the deleteProperty called from JSObject::defineOwnNonIndexProperty, removes the "x" and then re-adds "x" to the end. We should have a replace here, that avoids the deletion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150321/df27930e/attachment-0002.html>


More information about the webkit-unassigned mailing list