| Index: src/interpreter/bytecode-array-builder.h
|
| diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
|
| index 39e9cbf644163bd565d0e2d9d7d302aca41863fd..21bbd1ba7cf73bbaf3690b86998d0e55db427cef 100644
|
| --- a/src/interpreter/bytecode-array-builder.h
|
| +++ b/src/interpreter/bytecode-array-builder.h
|
| @@ -135,6 +135,9 @@ class BytecodeArrayBuilder final : public ZoneObject {
|
| BytecodeArrayBuilder& CreateClosure(Handle<SharedFunctionInfo> shared_info,
|
| int flags);
|
|
|
| + // Create a new context with size |slots|.
|
| + BytecodeArrayBuilder& CreateFunctionContext(int slots);
|
| +
|
| // Create a new arguments object in the accumulator.
|
| BytecodeArrayBuilder& CreateArguments(CreateArgumentsType type);
|
|
|
|
|