Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 457) |
| +++ src/runtime.h (working copy) |
| @@ -164,6 +164,9 @@ |
| F(GetScript, 1) \ |
| \ |
| F(ClassOf, 1) \ |
| + F(IsDateClass, 1) \ |
| + F(IsStringClass, 1) \ |
| + F(IsArrayClass, 1) \ |
| F(SetCode, 2) \ |
| \ |
| F(CreateApiFunction, 1) \ |