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

Unified Diff: src/flag-definitions.h

Issue 1692713005: ES6: Desugaring of instanceof to support @@hasInstance (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@blah
Patch Set: Fixed todos. Created 4 years, 10 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 6766d39c9fc72929db19744e9bf7731d63a6b013..bceb57261ae374c51c74ec488e698cffdac3c79a 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -214,7 +214,8 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
V(harmony_object_values_entries, "harmony Object.values / Object.entries") \
V(harmony_object_own_property_descriptors, \
"harmony Object.getOwnPropertyDescriptors()") \
- V(harmony_regexp_property, "harmony unicode regexp property classes")
+ V(harmony_regexp_property, "harmony unicode regexp property classes") \
+ V(harmony_instanceof, "harmony instanceof support")
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED(V) \

Powered by Google App Engine
This is Rietveld 408576698