[Webkit-unassigned] [Bug 167962] [ESnext] Implement Object Rest - Implementing Object Rest Destructuring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 9 10:15:43 PST 2017


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

Keith Miller <keith_miller at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #303896|review?                     |review+
              Flags|                            |

--- Comment #41 from Keith Miller <keith_miller at apple.com> ---
Comment on attachment 303896
  --> https://bugs.webkit.org/attachment.cgi?id=303896
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=303896&action=review

r=me.

> Source/JavaScriptCore/builtins/GlobalOperations.js:92
> +    let from = @toObject(source);

Nit: You could just do:
@Object(source)
here but this is probably fine.

-- 
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/20170309/68d8803f/attachment.html>


More information about the webkit-unassigned mailing list