Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 0641abd447f8b8a5278b05b4ba453f543ded33fd..ec78de06a9d308095bcfeb72e1c4f2acde06f423 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -274,6 +274,9 @@ namespace internal { |
| F(CreateArrayLiteral, 3, 1) \ |
| F(CreateArrayLiteralShallow, 3, 1) \ |
| \ |
| + /* Harmony proxies */ \ |
| + F(CreateJSProxy, 2, 1) \ |
| + \ |
| /* Catch context extension objects */ \ |
| F(CreateCatchExtensionObject, 2, 1) \ |
| \ |