Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index a09d9cc3cca054e69a49092d0ed5b45771c64b14..77f2cb3dc4e37b0a66d4301a235e414b6e461e39 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -365,9 +365,11 @@ namespace internal { |
F(IS_VAR, 1, 1) \ |
\ |
/* expose boolean functions from objects-inl.h */ \ |
- F(HasFastSmiOnlyElements, 1, 1) \ |
- F(HasFastElements, 1, 1) \ |
+ F(HasFastSmiElements, 1, 1) \ |
+ F(HasFastSmiOrObjectElements, 1, 1) \ |
+ F(HasFastObjectElements, 1, 1) \ |
F(HasFastDoubleElements, 1, 1) \ |
+ F(HasFastHoleyElements, 1, 1) \ |
F(HasDictionaryElements, 1, 1) \ |
F(HasExternalPixelElements, 1, 1) \ |
F(HasExternalArrayElements, 1, 1) \ |