[Webkit-unassigned] [Bug 167963] [ESnext] Implement Object Spread
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 15 16:25:05 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=167963
--- Comment #17 from Mark Lam <mark.lam at apple.com> ---
This patch did not handle the case of computed properties e.g.
var a = "x";
var { [a]:b, y, ...z } = { x: 1, y: 2, a: 3, b: 4 };
This results in a crash.
--
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/20170515/a293267c/attachment-0001.html>
More information about the webkit-unassigned
mailing list