|
|
Split StringLiteral from Literal.
This generally makes sense from the user's point of view (they usually need to
know or check what kind of Literal they're dealing with; if not, they can just
use the virtual value()), and makes the upcoming "make Parser independent of
Isolate" work easier (different types of Literals need to be internalized
differently).
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+286 lines, -148 lines) |
Patch |
 |
M |
src/arm/full-codegen-arm.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/arm64/full-codegen-arm64.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/ast.h
|
View
|
1
2
3
4
5
6
|
7 chunks |
+91 lines, -28 lines |
0 comments
|
Download
|
 |
M |
src/ast.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+26 lines, -14 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen.cc
|
View
|
1
2
3
4
5
6
|
11 chunks |
+26 lines, -15 lines |
0 comments
|
Download
|
 |
M |
src/ia32/full-codegen-ia32.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/mips/full-codegen-mips.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/parser.cc
|
View
|
1
2
3
4
5
6
|
15 chunks |
+25 lines, -21 lines |
0 comments
|
Download
|
 |
M |
src/preparser.h
|
View
|
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/prettyprinter.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+24 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/typing.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/x64/full-codegen-x64.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/x87/full-codegen-x87.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|