Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(816)

Unified Diff: src/flag-definitions.h

Issue 1208933006: Atomics Futex API (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: error message Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 3943de329dff44168e69c4efc2235aecd0163943..264e8ecb339b4586d9a20f7c0f96aac1068283fe 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -194,6 +194,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
V(harmony_destructuring, "harmony destructuring") \
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
V(harmony_atomics, "harmony atomics") \
+ V(harmony_futex, "harmony futex") \
Michael Starzinger 2015/07/08 17:54:20 This flag seems to be only used in RUNTIME_ASSERTs
binji 2015/07/08 18:05:29 Removed.
V(harmony_new_target, "harmony new.target")
// Features that are complete (but still behind --harmony/es-staging flag).
« no previous file with comments | « src/bootstrapper.cc ('k') | src/futex-emulation.h » ('j') | src/harmony-atomics.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698