| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index ed90d79cb077ee30c14e20425830c4d2c3e33ee9..c7ef6749738423f60aed5d6a795fb5a297ebb11d 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -107,6 +107,12 @@ class BytecodeGraphBuilder {
|
| interpreter::Register first_arg,
|
| size_t arity);
|
|
|
| + void BuildCreateRegExpLiteral(
|
| + const interpreter::BytecodeArrayIterator& iterator);
|
| + void BuildCreateArrayLiteral(
|
| + const interpreter::BytecodeArrayIterator& iterator);
|
| + void BuildCreateObjectLiteral(
|
| + const interpreter::BytecodeArrayIterator& iterator);
|
| void BuildLoadGlobal(const interpreter::BytecodeArrayIterator& iterator,
|
| TypeofMode typeof_mode);
|
| void BuildStoreGlobal(const interpreter::BytecodeArrayIterator& iterator);
|
|
|