|
Represent implicit 'this' binding by 'super' in AST.
This makes the implicit initializing assignment to 'this' performed
after a super constructor call explicit in the AST. It removes the
need to handle the special case where a CallExpression behaves like a
AssignmentExpression from various AstVisitor implementations.
R=rossberg@chromium.org
Committed: https://crrev.com/07dc66dcd5d9bc266915d67142425dd92e1373ad
Cr-Commit-Position: refs/heads/master@{#29705}
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+192 lines, -212 lines) |
Patch |
|
M |
src/arm/full-codegen-arm.cc
|
View
|
1
2
3
|
7 chunks |
+17 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/arm64/full-codegen-arm64.cc
|
View
|
1
2
3
|
7 chunks |
+16 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/ast.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ast.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/ast-graph-builder.cc
|
View
|
1
2
|
4 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/compiler/ast-loop-assignment-analyzer.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/full-codegen.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/ia32/full-codegen-ia32.cc
|
View
|
1
2
|
7 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/mips/full-codegen-mips.cc
|
View
|
1
2
3
|
7 chunks |
+17 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/mips64/full-codegen-mips64.cc
|
View
|
1
2
3
|
7 chunks |
+17 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/ppc/full-codegen-ppc.cc
|
View
|
1
2
3
|
7 chunks |
+17 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/preparser.h
|
View
|
1
|
6 chunks |
+33 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
1
2
3
|
7 chunks |
+16 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/x87/full-codegen-x87.cc
|
View
|
1
2
3
|
7 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/harmony/super.js
|
View
|
1
2
3
4
5
|
7 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 13 (3 generated)
|