Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 83c09dbd2eabebcb29cabc2cb5d90902162a4b1c..8a2dc2db1d3e35500ee3455c23d351a5c45997de 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -150,6 +150,7 @@ namespace interpreter { |
/* Unary Operators */ \ |
V(Inc, AccumulatorUse::kReadWrite) \ |
V(Dec, AccumulatorUse::kReadWrite) \ |
+ V(ToBooleanLogicalNot, AccumulatorUse::kReadWrite) \ |
V(LogicalNot, AccumulatorUse::kReadWrite) \ |
V(TypeOf, AccumulatorUse::kReadWrite) \ |
V(DeletePropertyStrict, AccumulatorUse::kReadWrite, OperandType::kReg) \ |