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

Unified Diff: src/parsing/parser.h

Issue 2505453003: Inline ParseFunctionWithPreParser into SkipFunction (Closed)
Patch Set: Created 4 years, 1 month 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.cc » ('j') | src/parsing/parser.cc » ('J')
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 7fac2d4b504df0a72a1bf5e631c6e0f9c6b3946f..7027ff240f1efc5da030cc30c6937b9dfe893822 100644
--- a/src/parsing/parser.h
+++ b/src/parsing/parser.h
@@ -534,11 +534,6 @@ class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) {
int* materialized_literal_count, int* expected_property_count,
bool is_inner_function, bool may_abort, bool* ok);
- PreParser::PreParseResult ParseFunctionWithPreParser(FunctionKind kind,
- DeclarationScope* scope,
- bool is_inner_function,
- bool may_abort);
-
Block* BuildParameterInitializationBlock(
const ParserFormalParameters& parameters, bool* ok);
Block* BuildRejectPromiseOnException(Block* block, bool* ok);
« no previous file with comments | « no previous file | src/parsing/parser.cc » ('j') | src/parsing/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698