Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 8285) |
| +++ src/runtime.h (working copy) |
| @@ -211,6 +211,7 @@ |
| F(FunctionSetPrototype, 2, 1) \ |
| F(FunctionGetName, 1, 1) \ |
| F(FunctionSetName, 2, 1) \ |
| + F(FunctionSetBound, 1, 1) \ |
| F(FunctionRemovePrototype, 1, 1) \ |
| F(FunctionGetSourceCode, 1, 1) \ |
| F(FunctionGetScript, 1, 1) \ |