Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index a61e68134ced3120ac20a78f2b6011105aeede9b..d3223d1a8223f9b5b860b27698b17aff035b76fa 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -275,6 +275,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) \ |
\ |