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

Unified Diff: src/flag-definitions.h

Issue 2915793002: [api] Prototype WeakRef implementation
Patch Set: Created 3 years, 7 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/heap-symbols.h » ('j') | no next file with comments »
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 82ae10411869f5b1e2941cebabcad4a94ec0ccf8..4273a18449415f6db3feb88863bf28d3781aaa2f 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -207,7 +207,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
"treat __defineGetter__ and related functions as strict") \
V(harmony_restrict_constructor_return, \
"harmony disallow non undefined primitive return value from class " \
- "constructor")
+ "constructor") \
+ V(harmony_weakref, "harmony WeakRef")
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED(V) \
« no previous file with comments | « src/factory.cc ('k') | src/heap-symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698