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

Unified Diff: src/parsing/parser.cc

Issue 2634313002: [parsing] Fix a comment. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/parser.cc
diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc
index 1979f054c1d00df57e64b7bab055d0b38053a5ef..4dcb40509601af1ef4a3588c71a9b9b2a777e9b7 100644
--- a/src/parsing/parser.cc
+++ b/src/parsing/parser.cc
@@ -4235,7 +4235,7 @@ void Parser::SetFunctionName(Expression* value, const AstRawString* name) {
// const kReturn = 1;
// const kThrow = 2;
//
-// let input = function.sent;
+// let input = undefined;
// let mode = kNext;
// let output = undefined;
//
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698