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

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: Addressed comments by Andreas Rossberg. 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
« no previous file with comments | « src/factory.cc ('k') | src/handles.h » ('j') | src/objects.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 58fab14e1cb927a724c690b46f34df03e16296ca..81a261947684fb9f7eb1f84ec1b12f8759769dc2 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -100,7 +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_weakmaps, false, "enable harmony weak maps")
+DEFINE_bool(harmony_collections, false,
+ "enable harmony collections (sets, maps and weak maps)")
rossberg 2011/10/25 13:53:59 Nit: I think you put a comma before the "and" in E
Erik Corry 2011/10/25 19:36:00 Some do, some don't. http://en.wikipedia.org/wiki
DEFINE_bool(harmony, false, "enable all harmony features")
// Flags for experimental implementation features.
« no previous file with comments | « src/factory.cc ('k') | src/handles.h » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698