[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
Mon Jun 8 06:30:35 PDT 2015


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

--- Comment #54 from GSkachkov <gskachkov at gmail.com> ---
(In reply to comment #24)
> Comment on attachment 253378 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=253378&action=review
> 
> > Source/JavaScriptCore/parser/Parser.cpp:1968
> > +template <class TreeBuilder> TreeExpression Parser<LexerType>::parseArrowFunctionExpression(TreeBuilder& context)
> 
> In regards to the controlFlowProfiler, this code is ok. To be sure and
> prevent regressions, it's worth writing a few simple tests for the
> controlFlowProfiler.
> If you look inside JavaScriptCore/tests/controlFlowProfiler/* there is a
> standardized way of doing this. You can do this in another patch or you can
> open a bug and assign it to me and I'll write some tests for it. 
> 
I've created the issue and upload patch with controlFlowProfiler
https://bugs.webkit.org/show_bug.cgi?id=145638. Could you please take a look if it 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/20150608/429dc426/attachment-0001.html>


More information about the webkit-unassigned mailing list