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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 13:09:41 PST 2015


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

--- Comment #17 from Caitlin Potter (:caitp) <caitp at igalia.com> ---
Well, to clarify, the RequireObjectObservable() stuff hasn't been added to ArrayPatterns, since they [[Get]] @@iterator anyways, which effectively does the same thing (albeit with a now-different error message).

But it would still cause a problem in a case like `var { title, lead } = document.all`; or something

-- 
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/20151201/08d41c29/attachment.html>


More information about the webkit-unassigned mailing list