Bug 146394 - [ES6] Implement ES6 arrow function syntax. No Line terminator between function parameters and =>
Summary: [ES6] Implement ES6 arrow function syntax. No Line terminator between functio...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://people.mozilla.org/%7Ejorendo...
Keywords:
Depends on:
Blocks: 140855
  Show dependency treegraph
 
Reported: 2015-06-28 07:37 PDT by GSkachkov
Modified: 2015-06-28 09:19 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.86 KB, patch)
2015-06-28 08:04 PDT, GSkachkov
no flags Details | Formatted Diff | Diff
Patch (3.80 KB, patch)
2015-06-28 08:20 PDT, GSkachkov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description GSkachkov 2015-06-28 07:37:57 PDT
No Line terminator between function parameters and =>
Statement var af = x\n=>x+1; has to lead syntax error.
Comment 1 GSkachkov 2015-06-28 08:04:06 PDT
Created attachment 255724 [details]
Patch
Comment 2 GSkachkov 2015-06-28 08:20:01 PDT
Created attachment 255725 [details]
Patch
Comment 3 Yusuke Suzuki 2015-06-28 08:30:20 PDT
Comment on attachment 255725 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-06-28 09:19:20 PDT
Comment on attachment 255725 [details]
Patch

Clearing flags on attachment: 255725

Committed r186047: <http://trac.webkit.org/changeset/186047>
Comment 5 WebKit Commit Bot 2015-06-28 09:19:23 PDT
All reviewed patches have been landed.  Closing bug.