[Webkit-unassigned] [Bug 152570] [ES6] Arrow function. Arrow function should raise exception ReferenceError only when access to 'arguments' on top level
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 17 00:10:34 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=152570
--- Comment #4 from GSkachkov <gskachkov at gmail.com> ---
Comment on attachment 271441
--> https://bugs.webkit.org/attachment.cgi?id=271441
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=271441&action=review
>> LayoutTests/js/script-tests/arrowfunction-lexical-bind-arguments-top-level.js:2
>> +//@ skip
>
> Why?
jsc always has arguments http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/jsc.cpp#L758 so I skip tests in jsc
But in browser we do not have arguments, so I'm checking only for browser.
--
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/20160217/d6355137/attachment.html>
More information about the webkit-unassigned
mailing list