Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 4462) |
+++ src/runtime.h (working copy) |
@@ -184,6 +184,7 @@ |
F(FunctionSetPrototype, 2, 1) \ |
F(FunctionGetName, 1, 1) \ |
F(FunctionSetName, 2, 1) \ |
+ F(FunctionRemovePrototype, 1, 1) \ |
F(FunctionGetSourceCode, 1, 1) \ |
F(FunctionGetScript, 1, 1) \ |
F(FunctionGetScriptSourcePosition, 1, 1) \ |