Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index f9a5a13bd991be564a573efe7c880924aae5e514..31090d3a0847c905b09595b5c0ab3886b3d5f04a 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -238,6 +238,8 @@ enum BuiltinExtraArguments { |
| V(FILTER_KEY, 1) \ |
| V(CALL_NON_FUNCTION, 0) \ |
| V(CALL_NON_FUNCTION_AS_CONSTRUCTOR, 0) \ |
| + V(CALL_FUNCTION_PROXY, 1) \ |
| + V(CALL_FUNCTION_PROXY_AS_CONSTRUCTOR, 1) \ |
| V(TO_OBJECT, 0) \ |
| V(TO_NUMBER, 0) \ |
| V(TO_STRING, 0) \ |