Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 69acd045fd18f0f5c0b2d757cd016afe7f432d05..df0d16e8fd30820ff062bb5c9005d9d0761e33b4 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -288,6 +288,8 @@ namespace internal { |
F(LocalKeys, 1, 1) \ |
/* Handle scopes */ \ |
F(DeleteHandleScopeExtensions, 0, 1) \ |
+ /* Cache suport */ \ |
+ F(GetFromCache, 2, 1) \ |
\ |
/* Pseudo functions - handled as macros by parser */ \ |
F(IS_VAR, 1, 1) |