| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index b5ddace4bd6e64b71a7dd83a34ec347850cb3ec5..6bd6516af3be488a633ba9e6025d8ebf008ead40 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -441,6 +441,9 @@ class JSOperatorBuilder final : public ZoneObject {
|
| const Operator* ForInPrepare();
|
| const Operator* ForInStep();
|
|
|
| + const Operator* LoadMessage();
|
| + const Operator* StoreMessage();
|
| +
|
| const Operator* StackCheck();
|
|
|
| const Operator* CreateFunctionContext(int slot_count);
|
|
|