Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 6580) |
| +++ src/runtime.h (working copy) |
| @@ -310,6 +310,13 @@ |
| /* 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) |