[ESNext] Activate async/await for ClusterFuzz

BUG=v8:4483
R=neis@chromium.org,littledan@chromium.org,caitpotter88@gmail.com
LOG=N

Review-Url: https://codereview.chromium.org/1992173002
Cr-Commit-Position: refs/heads/master@{#36362}
This commit is contained in:
hablich 2016-05-19 06:03:27 -07:00 committed by Commit bot
parent 28df32d908
commit c57cadfa09

View File

@ -195,6 +195,7 @@ DEFINE_NEG_VALUE_IMPLICATION(harmony_shipping, intl_extra, true)
// Activate on ClusterFuzz.
DEFINE_IMPLICATION(es_staging, harmony_regexp_lookbehind)
DEFINE_IMPLICATION(es_staging, move_object_start)
DEFINE_IMPLICATION(es_staging, harmony_async_await)
// Features that are still work in progress (behind individual flags).
#ifdef V8_I18N_SUPPORT