Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index d8b34570c325affdc262a294afffca52f5862b23..b201eb861432db11ff9db08f4ada609e6d1568d6 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -310,6 +310,13 @@ namespace internal { |
/* Cache suport */ \ |
F(GetFromCache, 2, 1) \ |
\ |
+ /* Message objects */ \ |
+ F(NewMessageObject, 2, 1) \ |
+ F(MessageGetType, 1, 1) \ |
+ F(MessageGetArguments, 1, 1) \ |
+ F(MessageGetStartPosition, 1, 1) \ |
+ F(MessageGetScript, 1, 1) \ |
+ \ |
/* Pseudo functions - handled as macros by parser */ \ |
F(IS_VAR, 1, 1) |