Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 4a1151d1907ad5b84533677c7dfbade198b6bd82..5b65a0d359d4d01a1b020ba613b4a68f71ffdb4d 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -118,7 +118,8 @@ |
V(JSToString) |
#define JS_OTHER_UNOP_LIST(V) \ |
- V(JSTypeOf) |
+ V(JSTypeOf) \ |
+ V(JSIsUndetectable) |
#define JS_SIMPLE_UNOP_LIST(V) \ |
JS_CONVERSION_UNOP_LIST(V) \ |