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

GSkachkov
Reported 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.
Attachments
Patch (6.86 KB, patch)
2015-06-28 08:04 PDT, GSkachkov
no flags
Patch (3.80 KB, patch)
2015-06-28 08:20 PDT, GSkachkov
no flags
GSkachkov
Comment 1 2015-06-28 08:04:06 PDT
GSkachkov
Comment 2 2015-06-28 08:20:01 PDT
Yusuke Suzuki
Comment 3 2015-06-28 08:30:20 PDT
Comment on attachment 255725 [details] Patch r=me
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2015-06-28 09:19:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.