| Index: src/compiler/js-operator.cc
|
| diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc
|
| index 8481ba002890859ce2dd0d1ab36dc6304e09aab1..9975217f97e5851ed5e46d049b8bdd652f13e071 100644
|
| --- a/src/compiler/js-operator.cc
|
| +++ b/src/compiler/js-operator.cc
|
| @@ -464,6 +464,7 @@
|
| V(LoadMessage, Operator::kNoThrow, 0, 1) \
|
| V(StoreMessage, Operator::kNoThrow, 1, 0) \
|
| V(StackCheck, Operator::kNoProperties, 0, 0) \
|
| + V(LoadNativeContext, Operator::kEliminatable, 1, 1) \
|
| V(CreateWithContext, Operator::kNoProperties, 2, 1) \
|
| V(CreateModuleContext, Operator::kNoProperties, 2, 1)
|
|
|
|
|