Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 8902) |
| +++ src/objects.h (working copy) |
| @@ -4346,6 +4346,7 @@ |
| #define FUNCTIONS_WITH_ID_LIST(V) \ |
| V(Array.prototype, push, ArrayPush) \ |
| V(Array.prototype, pop, ArrayPop) \ |
| + V(Function.prototype, apply, FunctionApply) \ |
| V(String.prototype, charCodeAt, StringCharCodeAt) \ |
| V(String.prototype, charAt, StringCharAt) \ |
| V(String, fromCharCode, StringFromCharCode) \ |