Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index f8a32d806a22cbac1dee131e875273caf03d4aeb..cc2ebea5d74015129e02934aa50085066f850cb3 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -105,6 +105,9 @@ namespace interpreter { |
/* Cast operators */ \ |
V(ToBoolean, OperandType::kNone) \ |
\ |
+ /* Closure allocation */ \ |
+ V(CreateClosure, OperandType::kImm8) \ |
+ \ |
/* Control Flow */ \ |
V(Jump, OperandType::kImm8) \ |
V(JumpConstant, OperandType::kIdx8) \ |