Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
Reland of Ship async functions (patchset #1 id:1 of https://coderevie…
Browse files Browse the repository at this point in the history
…w.chromium.org/2364963003/ )

Fixed another TSAN issue in https://codereview.chromium.org/2365123002

TBR=caitp@igalia.com,adamk@chromium.org
BUG=v8:4483

Review-Url: https://codereview.chromium.org/2367203002
Cr-Commit-Position: refs/heads/master@{#39708}
  • Loading branch information
littledan authored and Commit bot committed Sep 24, 2016
1 parent 43a0914 commit a52e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
#define HARMONY_STAGED_BASE(V) \
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
V(harmony_tailcalls, "harmony tail calls") \
V(harmony_async_await, "harmony async-await") \
V(harmony_string_padding, "harmony String-padding methods")

#ifdef V8_I18N_SUPPORT
Expand All @@ -227,6 +226,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)

// Features that are shipping (turned on by default, but internal flag remains).
#define HARMONY_SHIPPING(V) \
V(harmony_async_await, "harmony async-await") \
V(harmony_restrictive_declarations, \
"harmony limitations on sloppy mode function declarations") \
V(harmony_object_values_entries, "harmony Object.values / Object.entries") \
Expand Down

0 comments on commit a52e564

Please sign in to comment.