Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 0bdc81179241352dd2e71948d390d4a10b22f018..ea2aac0a04083b465f67d6435212df7a752b06cc 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -409,6 +409,7 @@ namespace internal { |
F(HasExternalFloatElements, 1, 1) \ |
F(HasExternalDoubleElements, 1, 1) \ |
F(HasFastProperties, 1, 1) \ |
+ F(TransitionElementsKind, 2, 1) \ |
F(TransitionElementsSmiToDouble, 1, 1) \ |
F(TransitionElementsDoubleToObject, 1, 1) \ |
F(HaveSameMap, 2, 1) \ |