|
[AST] Add method to concatenate AstRawStrings
Normally the parser just uses AstConsStrings to concatenate, but some
types require an AstRawString. This patch adds an AstValueFactory
method which produces one from two AstRawStrings.
Committed: https://crrev.com/e68258bd154a756bbf8a84a7edf386da2db05da2
Cr-Commit-Position: refs/heads/master@{#39482}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+702 lines, -31 lines) |
Patch |
|
M |
src/ast/ast-value-factory.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/messages.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/parsing/parser.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/parsing/parser.cc
|
View
|
1
2
|
12 chunks |
+164 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/parsing/parser-base.h
|
View
|
1
2
|
9 chunks |
+38 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/parsing/preparser.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/parsing/preparser.cc
|
View
|
1
2
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/parsing/scanner.cc
|
View
|
1
2
|
4 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/parsing/token.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-classes.cc
|
View
|
1
2
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Generators.golden
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-parsing.cc
|
View
|
1
2
|
3 chunks |
+99 lines, -0 lines |
0 comments
|
Download
|
|
A + |
test/mjsunit/harmony/class-privates-delete.js
|
View
|
1
2
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/harmony/class-privates-errors.js
|
View
|
1
2
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/harmony/class-privates-evaluation-order.js
|
View
|
1
2
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/harmony/class-privates-proxy.js
|
View
|
1
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/harmony/class-privates-scoping.js
|
View
|
1
2
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/harmony/class-privates-visibility.js
|
View
|
1
2
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 12 (6 generated)
|