|
ES6 Classes: Remove tracking of super construct calls.
With the new ES6 semantics super construct calls are only valid in
a constructor in a derived class. This is something that is
statically known and we report early SyntaxError in case it occurs.
We therefore do not need to track this any more.
BUG= v8:3330
LOG=N
R=dslomov@chromium.org, adamk
Committed: https://crrev.com/d0c2c2b32c551d927c65d83d479226892291ce93
Cr-Commit-Position: refs/heads/master@{#26644}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1 line, -49 lines) |
Patch |
|
M |
src/ast.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ast.cc
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/preparser.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/scopes.h
|
View
|
|
4 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/scopes.cc
|
View
|
|
5 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|