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

Unified Diff: src/preparser.h

Issue 1271073002: Delete --harmony-unicode flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase and reformat comment Created 5 years, 4 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/parser.cc ('k') | src/scanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/preparser.h
diff --git a/src/preparser.h b/src/preparser.h
index 53b3266ac709a171e91c1f8c72bb188f402e4774..f4961e76a83f39d1a5f170c6e9bcf7757cf501d4 100644
--- a/src/preparser.h
+++ b/src/preparser.h
@@ -139,10 +139,6 @@ class ParserBase : public Traits {
ALLOW_ACCESSORS(legacy_const);
#undef ALLOW_ACCESSORS
- bool allow_harmony_unicode() const { return scanner()->HarmonyUnicode(); }
-
- void set_allow_harmony_unicode(bool a) { scanner()->SetHarmonyUnicode(a); }
-
protected:
enum AllowRestrictedIdentifiers {
kAllowRestrictedIdentifiers,
« no previous file with comments | « src/parser.cc ('k') | src/scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698