Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 8796) |
+++ src/runtime.h (working copy) |
@@ -209,6 +209,7 @@ |
/* Reflection */ \ |
F(FunctionSetInstanceClassName, 2, 1) \ |
F(FunctionSetLength, 2, 1) \ |
+ F(BoundFunctionSetLength, 2, 1) \ |
F(FunctionSetPrototype, 2, 1) \ |
F(FunctionSetReadOnlyPrototype, 1, 1) \ |
F(FunctionGetName, 1, 1) \ |