Bug 146394

Summary: [ES6] Implement ES6 arrow function syntax. No Line terminator between function parameters and =>
Product: WebKit Reporter: GSkachkov <gskachkov>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ysuzuki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://people.mozilla.org/%7Ejorendorff/es6-draft.html#sec-arrow-function-definitions
Bug Depends on:    
Bug Blocks: 140855    
Attachments:
Description Flags
Patch
none
Patch none

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.