Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 369) |
+++ src/runtime.h (working copy) |
@@ -157,6 +157,7 @@ |
F(FunctionSetLength, 2) \ |
F(FunctionSetPrototype, 2) \ |
F(FunctionGetName, 1) \ |
+ F(FunctionSetName, 2) \ |
F(FunctionGetSourceCode, 1) \ |
F(FunctionGetScript, 1) \ |
F(FunctionGetScriptSourcePosition, 1) \ |
@@ -180,7 +181,7 @@ |
F(NumberIsFinite, 1) \ |
\ |
/* Globals */ \ |
- F(CompileString, 2) \ |
+ F(CompileString, 3) \ |
F(CompileScript, 4) \ |
F(GlobalPrint, 1) \ |
\ |