Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 36c0fc9a932def2f8776dce56078700b17df4831..bc8f6b2c0bd35e112ff61ce1ec126ae9e4bb962b 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -268,6 +268,7 @@ namespace internal { |
F(MoveArrayContents, 2, 1) \ |
F(EstimateNumberOfElements, 1, 1) \ |
F(NormalizeElements, 1, 1) \ |
+ F(HasComplexElements, 1, 1) \ |
\ |
/* Getters and Setters */ \ |
F(LookupAccessor, 3, 1) \ |