Skip to content

Commit

Permalink
Stage --harmony-async-iteration
Browse files Browse the repository at this point in the history
Bug: v8:5855
Change-Id: Ie783318b2297f85a9f102e1266dfc1fac406435a
Reviewed-on: https://chromium-review.googlesource.com/466107
Commit-Queue: Caitlin Potter <[email protected]>
Reviewed-by: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/master@{#47384}
  • Loading branch information
caitp authored and Commit Bot committed Aug 16, 2017
1 parent 02a5ddf commit e08cdc2
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 @@ -194,7 +194,6 @@ DEFINE_IMPLICATION(es_staging, harmony)
V(harmony_function_sent, "harmony function.sent") \
V(harmony_do_expressions, "harmony do-expressions") \
V(harmony_class_fields, "harmony public fields in class literals") \
V(harmony_async_iteration, "harmony async iteration") \
V(harmony_promise_finally, "harmony Promise.prototype.finally")

#ifdef V8_INTL_SUPPORT
Expand All @@ -217,7 +216,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
V(harmony_restrict_constructor_return, \
"harmony disallow non undefined primitive return value from class " \
"constructor") \
V(harmony_dynamic_import, "harmony dynamic import")
V(harmony_dynamic_import, "harmony dynamic import") \
V(harmony_async_iteration, "harmony async iteration") \

// Features that are shipping (turned on by default, but internal flag remains).
#define HARMONY_SHIPPING(V) \
Expand Down

0 comments on commit e08cdc2

Please sign in to comment.