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

Unified Diff: src/parsing/preparser.h

Issue 1582783004: [es6] add SetFunctionName() behaviour to AssignmentExpression (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add a bunch more tests 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
Index: src/parsing/preparser.h
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
index d89cdbaf25834e9b951586d209059f96a8908d26..006644705ac0cf8d3c5a4928eba6eecf4ac210d9 100644
--- a/src/parsing/preparser.h
+++ b/src/parsing/preparser.h
@@ -929,6 +929,8 @@ class PreParserTraits {
void SetFunctionNameFromPropertyName(PreParserExpression,
PreParserIdentifier) {}
+ void SetFunctionNameFromIdentifierRef(PreParserExpression,
+ PreParserExpression) {}
private:
PreParser* pre_parser_;

Powered by Google App Engine
This is Rietveld 408576698