Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 132f9cc75444b22b9ebe76d0e09b1481cd69bd40..f30522df445c7a7716edb4330e3373f2b130d211 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -114,7 +114,7 @@ |
V(JSCreateWithContext) \ |
V(JSCreateBlockContext) \ |
V(JSCreateModuleContext) \ |
- V(JSCreateGlobalContext) |
+ V(JSCreateScriptContext) |
#define JS_OTHER_OP_LIST(V) \ |
V(JSCallConstruct) \ |