| 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);
|
|
|