Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index ed9c2b88916ed463ff9a6b45c8aa4f802121f86b..fd4e71346c30485fd8aa3a428b64c4915af2427e 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -370,6 +370,8 @@ namespace internal { |
F(HasExternalUnsignedIntElements, 1, 1) \ |
F(HasExternalFloatElements, 1, 1) \ |
F(HasExternalDoubleElements, 1, 1) \ |
+ F(TransitionElementsSmiToDouble, 1, 1) \ |
+ F(TransitionElementsDoubleToObject, 1, 1) \ |
F(HaveSameMap, 2, 1) \ |
/* profiler */ \ |
F(ProfilerResume, 0, 1) \ |