| 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..ce1c5dafb673325b1e7c39bd3c8f05976195210d 100644 | 
| --- a/src/compiler/bytecode-graph-builder.h | 
| +++ b/src/compiler/bytecode-graph-builder.h | 
| @@ -107,6 +107,13 @@ class BytecodeGraphBuilder { | 
| interpreter::Register first_arg, | 
| size_t arity); | 
|  | 
| +  void BuildCreateLiteral(const Operator* op); | 
| +  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); | 
|  |