Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 57b1b1b2f3387413aeb4f645a4f0adb59422ddd0..8aa18c21622b6e0bb8d38558d854a8f0cc4a187c 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -226,6 +226,8 @@ namespace interpreter { |
/* Closure allocation */ \ |
V(CreateClosure, AccumulatorUse::kWrite, OperandType::kIdx, \ |
OperandType::kFlag8) \ |
+ /* Context allocation */ \ |
+ V(CreateFunctionContext, AccumulatorUse::kWrite, OperandType::kImm) \ |
\ |
/* Arguments allocation */ \ |
V(CreateMappedArguments, AccumulatorUse::kWrite) \ |