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

Unified Diff: src/ast-value-factory.h

Issue 898983002: Add strong mode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Code review + fixes Created 5 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
« no previous file with comments | « no previous file | src/code-stubs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-value-factory.h
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
index dd079d3ebd89217cf8188a02fc5b811378cc8b31..e88819c2fe581b712325986c7ac96be9f6f5f655 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -259,6 +259,7 @@ class AstValue : public ZoneObject {
F(prototype, "prototype") \
F(this, "this") \
F(use_asm, "use asm") \
+ F(use_strong, "use strong") \
F(use_strict, "use strict") \
F(value, "value")
« no previous file with comments | « no previous file | src/code-stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698