Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 2905) |
+++ src/runtime.h (working copy) |
@@ -171,6 +171,7 @@ |
F(FunctionGetScriptSourcePosition, 1, 1) \ |
F(FunctionGetPositionForOffset, 2, 1) \ |
F(FunctionIsAPIFunction, 1, 1) \ |
+ F(FunctionIsBuiltin, 1, 1) \ |
F(GetScript, 1, 1) \ |
F(CollectStackTrace, 2, 1) \ |
\ |