[Webkit-unassigned] [Bug 144955] [ES6] Implement ES6 arrow function syntax. Parser of arrow function with execution as common function
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 12 09:12:58 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144955
--- Comment #60 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Comment on attachment 254445
--> https://bugs.webkit.org/attachment.cgi?id=254445
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=254445&action=review
>>> Source/JavaScriptCore/parser/Parser.h:632
>>> +
>>
>> Is the above match(EOFTOK) check needed?
>
> Yes.
> It solve case when you at EOF and uses save point. If you do restoreSavePoint(saveArrowFunctionPoint) it will back to one step before EOF
Make sense.
--
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/20150612/c354a293/attachment.html>
More information about the webkit-unassigned
mailing list