|
Remove strong mode support from Scope and Variable
This frees up one bit in FunctionKind, which I plan to make slightly
more syntactic info about functions available in SharedFunctionInfo
(needed for ES2015 Function.name support).
BUG= v8:3956, v8:4760
LOG=n
Committed: https://crrev.com/63efda35b3e26c1879fb8e1cc079eed455b3903e
Cr-Commit-Position: refs/heads/master@{#34125}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+40 lines, -998 lines) |
Patch |
|
M |
src/api.cc
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/ast/ast.h
|
View
|
|
2 chunks |
+6 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/ast/scopeinfo.cc
|
View
|
|
10 chunks |
+2 lines, -74 lines |
0 comments
|
Download
|
|
M |
src/ast/scopes.h
|
View
|
|
6 chunks |
+5 lines, -33 lines |
0 comments
|
Download
|
|
M |
src/ast/scopes.cc
|
View
|
|
14 chunks |
+12 lines, -154 lines |
0 comments
|
Download
|
|
M |
src/ast/variables.h
|
View
|
|
6 chunks |
+1 line, -55 lines |
0 comments
|
Download
|
|
M |
src/ast/variables.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
|
3 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
|
M |
src/messages.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
6 chunks |
+4 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/parsing/parser.cc
|
View
|
|
4 chunks |
+6 lines, -45 lines |
0 comments
|
Download
|
|
M |
src/parsing/parser-base.h
|
View
|
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-parsing.cc
|
View
|
1
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
|
D |
test/mjsunit/strong/declaration-after-use.js
|
View
|
|
1 chunk |
+0 lines, -255 lines |
0 comments
|
Download
|
|
D |
test/mjsunit/strong/mutually-recursive-classes.js
|
View
|
|
1 chunk |
+0 lines, -229 lines |
0 comments
|
Download
|
Total messages: 10 (5 generated)
|