| Index: src/compiler/opcodes.h
|
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
|
| index b48854b816f118a476a743ed8123ddf7162c2a37..ebf6be3266184808cd096231268b80f4ff640a67 100644
|
| --- a/src/compiler/opcodes.h
|
| +++ b/src/compiler/opcodes.h
|
| @@ -59,6 +59,7 @@
|
| V(FrameState) \
|
| V(StateValues) \
|
| V(TypedStateValues) \
|
| + V(ArgumentsObjectState) \
|
| V(ObjectState) \
|
| V(TypedObjectState) \
|
| V(Call) \
|
| @@ -160,6 +161,7 @@
|
| #define JS_OTHER_OP_LIST(V) \
|
| V(JSCallConstruct) \
|
| V(JSCallConstructWithSpread) \
|
| + V(JSCallForwardVarargs) \
|
| V(JSCallFunction) \
|
| V(JSCallFunctionWithSpread) \
|
| V(JSCallRuntime) \
|
|
|