Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d84b57e9d6d8b566537d342700fd0b517cbd5303..4329ad6e2352390157df4b5a7569e561b303cdff 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -199,6 +199,7 @@ namespace internal { |
F(ForInDone, 2, 1) \ |
F(ForInEnumerate, 1, 1) \ |
F(ForInFilter, 2, 1) \ |
+ F(ForInHasProperty, 2, 1) \ |
F(ForInNext, 4, 1) \ |
F(ForInStep, 1, 1) |