| Index: src/runtime.h
|
| ===================================================================
|
| --- src/runtime.h (revision 2947)
|
| +++ 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) \
|
| \
|
| @@ -258,6 +259,8 @@
|
| F(Abort, 2, 1) \
|
| /* Logging */ \
|
| F(Log, 2, 1) \
|
| + /* ES5 */ \
|
| + F(LocalKeys, 1, 1) \
|
| \
|
| /* Pseudo functions - handled as macros by parser */ \
|
| F(IS_VAR, 1, 1)
|
|
|