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

Unified Diff: src/parsing/preparser.h

Issue 1567603005: Set up rewriting triggers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Clean up and rename to RewriteNonPattern Created 4 years, 11 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/parsing/parser-base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/preparser.h
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
index 66a55cef078c294a014785332b990ff3682b8a07..9cb64269a38a6a33117b445a83b3a42766e47a8e 100644
--- a/src/parsing/preparser.h
+++ b/src/parsing/preparser.h
@@ -938,7 +938,7 @@ class PreParserTraits {
void SetFunctionNameFromPropertyName(PreParserExpression,
PreParserIdentifier) {}
- inline PreParserExpression RewriteExpression(
+ inline PreParserExpression RewriteNonPattern(
PreParserExpression expr, const ExpressionClassifier* classifier,
bool* ok);
inline PreParserExpression RewriteObjectLiteralProperty(
@@ -1126,7 +1126,7 @@ PreParserExpression PreParserTraits::ParseDoExpression(bool* ok) {
}
-PreParserExpression PreParserTraits::RewriteExpression(
+PreParserExpression PreParserTraits::RewriteNonPattern(
PreParserExpression expr, const ExpressionClassifier* classifier,
bool* ok) {
pre_parser_->ValidateExpression(classifier, ok);
« no previous file with comments | « src/parsing/parser-base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698