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

Unified Diff: src/parsing/parser.h

Issue 1620253003: Implement the function.sent proposal. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/parser.h
diff --git a/src/parsing/parser.h b/src/parsing/parser.h
index 2de53ac0ec890695eeb2c951099d7c112f146f50..2b4d0a47363225a08ce38c27329367c0934e1aa3 100644
--- a/src/parsing/parser.h
+++ b/src/parsing/parser.h
@@ -513,6 +513,8 @@ class ParserTraits {
int pos);
Expression* NewTargetExpression(Scope* scope, AstNodeFactory* factory,
int pos);
+ Expression* FunctionSentExpression(Scope* scope, AstNodeFactory* factory,
+ int pos);
Expression* DefaultConstructor(bool call_super, Scope* scope, int pos,
int end_pos, LanguageMode language_mode);
Literal* ExpressionFromLiteral(Token::Value token, int pos, Scanner* scanner,

Powered by Google App Engine
This is Rietveld 408576698