Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 969) |
| +++ src/runtime.h (working copy) |
| @@ -160,6 +160,7 @@ |
| F(FunctionGetSourceCode, 1) \ |
| F(FunctionGetScript, 1) \ |
| F(FunctionGetScriptSourcePosition, 1) \ |
| + F(FunctionIsAPIFunction, 1) \ |
| F(GetScript, 1) \ |
| \ |
| F(ClassOf, 1) \ |