|
Implement proper scoping for "this" in arrow functions
BUG= v8:2700
LOG=Y
Total comments: 12
Total comments: 2
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -97 lines) |
Patch |
|
M |
src/ast.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ast.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler/ast-graph-builder.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+18 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/compiler/ast-graph-builder.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
1
2
3
4
5
6
7
8
|
10 chunks |
+19 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/scopeinfo.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/scopes.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/scopes.cc
|
View
|
1
2
3
4
5
6
7
8
|
16 chunks |
+48 lines, -39 lines |
0 comments
|
Download
|
|
M |
src/variables.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/variables.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/debug-scopes.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/harmony/arrow-functions-scoping.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (1 generated)
|