Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 7800) |
+++ src/runtime.h (working copy) |
@@ -272,6 +272,9 @@ |
F(CreateArrayLiteral, 3, 1) \ |
F(CreateArrayLiteralShallow, 3, 1) \ |
\ |
+ /* Harmony proxies */ \ |
+ F(CreateJSProxy, 2, 1) \ |
+ \ |
/* Catch context extension objects */ \ |
F(CreateCatchExtensionObject, 2, 1) \ |
\ |