|
Introduce a BreakTarget subclass of JumpTarget used to represent the
blocks labeled by "break", "continue", and "return". BreakTargets are
the only jump targets that appear in the AST, the only ones that can
be uninitialized, and the only ones that can be shadowed.
Committed: http://code.google.com/p/v8/source/detail?r=1475
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+109 lines, -104 lines) |
Patch |
|
M |
src/ast.h
|
View
|
|
7 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/ast.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/codegen-arm.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
src/codegen-arm.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/codegen-ia32.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/codegen-ia32.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/jump-target.h
|
View
|
1
|
7 chunks |
+55 lines, -34 lines |
0 comments
|
Download
|
|
M |
src/jump-target.cc
|
View
|
1
|
4 chunks |
+28 lines, -34 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|