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

Unified Diff: src/scanner.h

Issue 918203002: Get rid of PreParserIdentifier. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: . 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 | « src/preparser.cc ('k') | src/scanner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner.h
diff --git a/src/scanner.h b/src/scanner.h
index 86a0098f86c0b4c97b4958148c4f6d27f04ce9b8..4b218148c71608fe7b89d22c9d2851f12046da58 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -494,6 +494,7 @@ class Scanner {
return &source_mapping_url_;
}
+ bool IdentifierIsFutureReserved(const AstRawString* string) const;
bool IdentifierIsFutureStrictReserved(const AstRawString* string) const;
private:
« no previous file with comments | « src/preparser.cc ('k') | src/scanner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698