RESOLVED DUPLICATE of bug 149338 148055
[ES6] Arrow function syntax. Arrow function specific features. Lexical bind "new.target"
https://bugs.webkit.org/show_bug.cgi?id=148055
Summary [ES6] Arrow function syntax. Arrow function specific features. Lexical bind "...
GSkachkov
Reported 2015-08-15 07:17:51 PDT
Implement lexical bind of 'super' & 'new.target' in call arrow function inside of the class
Attachments
Patch (28.17 KB, patch)
2015-08-15 07:24 PDT, GSkachkov
no flags
Patch (28.35 KB, patch)
2015-08-15 07:53 PDT, GSkachkov
no flags
Patch (28.25 KB, patch)
2015-08-15 08:19 PDT, GSkachkov
no flags
Patch (28.30 KB, patch)
2015-08-15 10:48 PDT, GSkachkov
no flags
Patch (28.30 KB, patch)
2015-08-15 13:26 PDT, GSkachkov
no flags
Patch (173.30 KB, patch)
2015-08-16 04:25 PDT, GSkachkov
no flags
Patch (173.42 KB, patch)
2015-08-16 06:45 PDT, GSkachkov
no flags
Patch (173.58 KB, patch)
2015-08-16 07:14 PDT, GSkachkov
no flags
Patch (173.86 KB, patch)
2015-08-16 11:45 PDT, GSkachkov
no flags
Patch (174.08 KB, patch)
2015-08-16 12:30 PDT, GSkachkov
no flags
Patch (174.27 KB, patch)
2015-08-16 23:47 PDT, GSkachkov
no flags
Patch (174.30 KB, patch)
2015-08-17 00:13 PDT, GSkachkov
no flags
Patch (174.84 KB, patch)
2015-08-17 00:44 PDT, GSkachkov
no flags
Patch (174.65 KB, patch)
2015-08-17 01:16 PDT, GSkachkov
no flags
Patch (174.94 KB, patch)
2015-08-17 06:13 PDT, GSkachkov
no flags
Patch (174.82 KB, patch)
2015-08-17 06:52 PDT, GSkachkov
no flags
Patch (175.89 KB, patch)
2015-08-17 07:23 PDT, GSkachkov
no flags
Patch (175.80 KB, patch)
2015-08-17 07:51 PDT, GSkachkov
no flags
Patch (174.65 KB, patch)
2015-08-17 08:14 PDT, GSkachkov
no flags
Patch (174.39 KB, patch)
2015-08-17 08:30 PDT, GSkachkov
no flags
Patch (174.75 KB, patch)
2015-08-17 08:42 PDT, GSkachkov
no flags
Patch (175.28 KB, patch)
2015-08-17 09:03 PDT, GSkachkov
no flags
Patch (172.48 KB, patch)
2015-08-17 11:01 PDT, GSkachkov
no flags
GSkachkov
Comment 1 2015-08-15 07:24:58 PDT
Created attachment 259091 [details] Patch Fix win build
GSkachkov
Comment 2 2015-08-15 07:53:18 PDT
Created attachment 259092 [details] Patch Fix win build
GSkachkov
Comment 3 2015-08-15 08:19:29 PDT
Created attachment 259093 [details] Patch Fix win build
GSkachkov
Comment 4 2015-08-15 10:48:31 PDT
Created attachment 259096 [details] Patch Fix win build
WebKit Commit Bot
Comment 5 2015-08-15 11:06:34 PDT
Attachment 259096 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/JSArrowFunction.cpp:50: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Total errors found: 1 in 11 files If any of these errors are false positives, please file a bug against check-webkit-style.
GSkachkov
Comment 6 2015-08-15 13:26:16 PDT
Created attachment 259103 [details] Patch Fix win build
WebKit Commit Bot
Comment 7 2015-08-15 13:30:13 PDT
Attachment 259103 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/JSArrowFunction.cpp:50: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Total errors found: 1 in 11 files If any of these errors are false positives, please file a bug against check-webkit-style.
GSkachkov
Comment 8 2015-08-16 04:25:47 PDT
Created attachment 259122 [details] Patch Fix win build
GSkachkov
Comment 9 2015-08-16 06:45:24 PDT
Created attachment 259123 [details] Patch Fix win build
GSkachkov
Comment 10 2015-08-16 07:14:18 PDT
Created attachment 259124 [details] Patch Fix win build
GSkachkov
Comment 11 2015-08-16 11:45:12 PDT
Created attachment 259127 [details] Patch Fix win build
GSkachkov
Comment 12 2015-08-16 12:30:44 PDT
Created attachment 259128 [details] Patch Fix win build
GSkachkov
Comment 13 2015-08-16 23:47:22 PDT
Created attachment 259135 [details] Patch Fix win build
GSkachkov
Comment 14 2015-08-17 00:13:05 PDT
Created attachment 259136 [details] Patch Fix win build
GSkachkov
Comment 15 2015-08-17 00:44:36 PDT
Created attachment 259137 [details] Patch Fix win build
GSkachkov
Comment 16 2015-08-17 01:16:07 PDT
Created attachment 259139 [details] Patch Fix win build
GSkachkov
Comment 17 2015-08-17 06:13:32 PDT
Created attachment 259143 [details] Patch Fix win build
GSkachkov
Comment 18 2015-08-17 06:52:49 PDT
Created attachment 259144 [details] Patch Fix win build
GSkachkov
Comment 19 2015-08-17 07:23:24 PDT
Created attachment 259146 [details] Patch Fix win build
GSkachkov
Comment 20 2015-08-17 07:51:20 PDT
Created attachment 259148 [details] Patch Fix win build
GSkachkov
Comment 21 2015-08-17 08:14:59 PDT
Created attachment 259149 [details] Patch Fix win build
GSkachkov
Comment 22 2015-08-17 08:30:12 PDT
Created attachment 259150 [details] Patch Fix win build
GSkachkov
Comment 23 2015-08-17 08:42:41 PDT
Created attachment 259151 [details] Patch Fix win build
GSkachkov
Comment 24 2015-08-17 09:03:48 PDT
Created attachment 259152 [details] Patch Fix win build
GSkachkov
Comment 25 2015-08-17 11:01:12 PDT
Created attachment 259162 [details] Patch Fix win build
GSkachkov
Comment 26 2015-12-10 06:42:46 PST
Issue is implemented in 149338, so can be closed https://bugs.webkit.org/show_bug.cgi?id=149338
GSkachkov
Comment 27 2015-12-10 06:43:18 PST
*** This bug has been marked as a duplicate of bug 149338 ***
Note You need to log in before you can comment on or make changes to this bug.