Commit 9ce5162f authored by hablich's avatar hablich Committed by Commit bot

[Proxies] Ship Proxies + Reflect

BUG=v8:3931,v8:1543
LOG=Y
R=verwaest@chromium.org, rossberg@chromium.org

Review URL: https://codereview.chromium.org/1580693002

Cr-Commit-Position: refs/heads/master@{#33234}
parent 55422bdd
......@@ -210,8 +210,6 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED(V) \
V(harmony_proxies, "harmony proxies") \
V(harmony_reflect, "harmony Reflect API") \
V(harmony_regexp_lookbehind, "harmony regexp lookbehind")
// Features that are shipping (turned on by default, but internal flag remains).
......@@ -227,7 +225,9 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
V(harmony_regexps, "harmony regular expression extensions") \
V(harmony_sloppy, "harmony features in sloppy mode") \
V(harmony_sloppy_let, "harmony let in sloppy mode") \
V(harmony_sloppy_function, "harmony sloppy function block scoping")
V(harmony_sloppy_function, "harmony sloppy function block scoping") \
V(harmony_proxies, "harmony proxies") \
V(harmony_reflect, "harmony Reflect API")
// Once a shipping feature has proved stable in the wild, it will be dropped
......
......@@ -1174,6 +1174,7 @@
'regress/regress-copy-hole-to-field': [SKIP],
'regress/regress-crbug-315252': [SKIP],
'regress/regress-crbug-412215': [SKIP],
'regress/regress-crbug-513507': [SKIP],
'regress/regress-deopt-store-effect': [SKIP],
'regress/regress-undefined-store-keyed-fast-element': [SKIP],
'regress/typed-array-lifetime': [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment