| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index bdb0c9c7d4411912e8ca2e0e3721223ccd66ed48..739de6a38d30961ba04fa84791dea4fc6b4e400a 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -270,6 +270,8 @@ class JSOperatorBuilder final : public ZoneObject {
|
| const Operator* Create();
|
| const Operator* CreateClosure(Handle<SharedFunctionInfo> shared_info,
|
| PretenureFlag pretenure);
|
| + const Operator* CreateLiteralArray(int literal_flags);
|
| + const Operator* CreateLiteralObject(int literal_flags);
|
|
|
| const Operator* CallFunction(size_t arity, CallFunctionFlags flags);
|
| const Operator* CallRuntime(Runtime::FunctionId id, size_t arity);
|
|
|