[Webkit-unassigned] [Bug 157079] Assertion failure for super() call in arrow function default parameters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 8 14:19:32 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157079
--- Comment #4 from GSkachkov <gskachkov at gmail.com> ---
As for now I see that fix will be more complicated, because before idea was that we load all arrow function bound variables just after all function's arguments are prepared -> after initializeDefaultParameterValuesAndSetupFunctionScopeStack, but to cover current issue we need move initialization of arrow function variable before we trying initialize default parameters.
--
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/20160508/13fee41c/attachment.html>
More information about the webkit-unassigned
mailing list