Skip to content

Commit

Permalink
[es6] stage harmony_spreadcalls
Browse files Browse the repository at this point in the history
BUG=v8:3018
R=dslomov@chromium.org, arv@chromium.org, rossberg@chromium.org
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#27980}
  • Loading branch information
caitp authored and Commit bot committed Apr 21, 2015
1 parent cfe6249 commit cfe7169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ DEFINE_IMPLICATION(es_staging, harmony)
V(harmony_proxies, "harmony proxies") \
V(harmony_sloppy, "harmony features in sloppy mode") \
V(harmony_unicode_regexps, "harmony unicode regexps") \
V(harmony_reflect, "harmony Reflect API") \
V(harmony_spreadcalls, "harmony spread-calls")
V(harmony_reflect, "harmony Reflect API")

// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED(V) \
V(harmony_rest_parameters, "harmony rest parameters") \
V(harmony_spreadcalls, "harmony spread-calls") \
V(harmony_unicode, "harmony unicode escapes")

// Features that are shipping (turned on by default, but internal flag remains).
Expand Down

0 comments on commit cfe7169

Please sign in to comment.