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

Unified Diff: src/parser.h

Issue 1091743002: Simplify DoParseProgram (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Use peek location for scope end position Created 5 years, 8 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 | src/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index c8c5835295eeb99c5df4600992958fcac2f50682..621d31af6c5b9d883b5198738f3c3f81375fda63 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -884,8 +884,7 @@ class Parser : public ParserBase<ParserTraits> {
Utf16CharacterStream* source);
// Called by ParseProgram after setting up the scanner.
- FunctionLiteral* DoParseProgram(ParseInfo* info, Scope** scope,
- Scope** ad_hoc_eval_scope);
+ FunctionLiteral* DoParseProgram(ParseInfo* info);
void SetCachedData(ParseInfo* info);
« no previous file with comments | « no previous file | src/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698