[Webkit-unassigned] [Bug 151596] [JSC] add missing RequireObjectCoercible() step in destructuring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 24 22:23:04 PST 2015


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

Caitlin Potter (:caitp) <caitp at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #266145|                            |review?
              Flags|                            |

--- Comment #1 from Caitlin Potter (:caitp) <caitp at igalia.com> ---
Created attachment 266145
  --> https://bugs.webkit.org/attachment.cgi?id=266145&action=review
[JSC] add missing RequireObjectCoercible() step in destructuring

Add missing RequireObjectCoercible() for ObjectPatterns. For ArrayPatterns, an iterator is loaded regardless, so explicitly performing these steps is not strictly necessary. The result should be more or less equivalent. This fixes some failing test262 entries

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


More information about the webkit-unassigned mailing list