|
[Parser] Remove Variable::is_possibly_eval.
Removes Variable::is_possibly_eval() and instead stores whether
a call is possibly eval in the Call node's bitfield.
Also removes HandleDereferenceMode since it's no longer used.
BUG= v8:5203
Committed: https://crrev.com/160d0a180363b02e5f346db5fd6303d1e9bb9b9a
Cr-Commit-Position: refs/heads/master@{#38633}
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+54 lines, -91 lines) |
Patch |
|
M |
src/asmjs/asm-wasm-builder.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ast/ast.h
|
View
|
1
|
6 chunks |
+21 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/ast/ast.cc
|
View
|
|
1 chunk |
+8 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/ast/variables.h
|
View
|
|
2 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/compiler/ast-graph-builder.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/crankshaft/hydrogen.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/typing.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/full-codegen.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/interpreter/bytecode-generator.cc
|
View
|
|
6 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/parsing/parser-base.h
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/parsing/preparser.h
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|