|
Remove CallEval as a subclass of the Call AST node type. We were not
differentiating between Call and CallEval except in the code
generator, and the difference can be detected from a regular Call AST
node at code generation time.
Committed: http://code.google.com/p/v8/source/detail?r=2984
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -254 lines) |
Patch |
|
M |
src/arm/codegen-arm.cc
|
View
|
|
3 chunks |
+51 lines, -59 lines |
0 comments
|
Download
|
|
M |
src/ast.h
|
View
|
|
2 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/ast.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/cfg.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
|
3 chunks |
+58 lines, -60 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
|
4 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
|
M |
src/prettyprinter.cc
|
View
|
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/rewriter.cc
|
View
|
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/usage-analyzer.cc
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/variables.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
|
5 chunks |
+61 lines, -60 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|