|
Refactor lexical home object binding
Before this we had 3 super related lexical bindings that got injected
into method bodies: .home_object, .this_function, and new.target.
With this change we get rid of the .home_object one in favor of using
.this_function[home_object_symbol] which allows some simplifications
throughout the code base.
BUG= v8:3768
LOG=N
R=adamk@chromium.org, wingo@igalia.com
Committed: https://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8
Cr-Commit-Position: refs/heads/master@{#28802}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+133 lines, -325 lines) |
Patch |
|
M |
src/arm/full-codegen-arm.cc
|
View
|
1
|
12 chunks |
+10 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/arm64/full-codegen-arm64.cc
|
View
|
|
12 chunks |
+10 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/ast.h
|
View
|
|
6 chunks |
+10 lines, -37 lines |
0 comments
|
Download
|
|
M |
src/ast-numbering.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/ast-value-factory.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ast-value-factory.cc
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/full-codegen-ia32.cc
|
View
|
|
12 chunks |
+10 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/mips/full-codegen-mips.cc
|
View
|
|
12 chunks |
+10 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/mips64/full-codegen-mips64.cc
|
View
|
1
|
12 chunks |
+10 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/ppc/full-codegen-ppc.cc
|
View
|
1
|
12 chunks |
+10 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/scopes.h
|
View
|
|
2 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/scopes.cc
|
View
|
|
3 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
|
12 chunks |
+10 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/x87/full-codegen-x87.cc
|
View
|
|
12 chunks |
+10 lines, -30 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-compiler.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-feedback-vector.cc
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-heap.cc
|
View
|
1
|
10 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
Total messages: 14 (5 generated)
|