Commit 98dbae79 authored by neis's avatar neis Committed by Commit bot

[parsing] Fix a comment.

R=adamk@chromium.org
BUG=
NOTRY=true
NOTREECHECKS=true

Review-Url: https://codereview.chromium.org/2634313002
Cr-Commit-Position: refs/heads/master@{#42438}
parent cbb71452
...@@ -4234,7 +4234,7 @@ void Parser::SetFunctionName(Expression* value, const AstRawString* name) { ...@@ -4234,7 +4234,7 @@ void Parser::SetFunctionName(Expression* value, const AstRawString* name) {
// const kReturn = 1; // const kReturn = 1;
// const kThrow = 2; // const kThrow = 2;
// //
// let input = function.sent; // let input = undefined;
// let mode = kNext; // let mode = kNext;
// let output = undefined; // let output = undefined;
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment