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

Unified Diff: src/flag-definitions.h

Issue 8372027: Implement Harmony sets and maps. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 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 58fab14e1cb927a724c690b46f34df03e16296ca..50eb2c9f9fa7863798b5e23356296c1e4c5a3366 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -100,6 +100,8 @@ private:
DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
DEFINE_bool(harmony_scoping, false, "enable harmony block scoping")
DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
+DEFINE_bool(harmony_collections, false,
rossberg 2011/10/24 15:44:11 I think you can remove the separate hormony_weakma
Michael Starzinger 2011/10/25 11:17:26 Done. In this case it might be useful to move the
+ "enable harmony collections (maps and sets)")
DEFINE_bool(harmony_weakmaps, false, "enable harmony weak maps")
DEFINE_bool(harmony, false, "enable all harmony features")

Powered by Google App Engine
This is Rietveld 408576698