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

Unified Diff: src/parsing/parser.h

Issue 2345103003: [parser] Minor cleanup after refactoring (Closed)
Patch Set: Created 4 years, 3 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/parsing/parser-base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/parser.h
diff --git a/src/parsing/parser.h b/src/parsing/parser.h
index 3f1287a74c75fd2687d04590131af1094dbbae86..ac7a0a8307e46c8e8881f025a9296cbd5ee4e2e3 100644
--- a/src/parsing/parser.h
+++ b/src/parsing/parser.h
@@ -960,11 +960,6 @@ class Parser : public ParserBase<Parser> {
return new (zone()) ZoneList<CaseClause*>(size, zone());
}
- V8_INLINE Block* NewBlock(ZoneList<const AstRawString*>* labels, int capacity,
- bool ignore_completion_value, int pos) {
- return factory()->NewBlock(labels, capacity, ignore_completion_value, pos);
- }
-
V8_INLINE Expression* NewV8Intrinsic(const AstRawString* name,
ZoneList<Expression*>* args, int pos,
bool* ok);
« no previous file with comments | « no previous file | src/parsing/parser-base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698