Searched refs:ParseHoistableDeclaration (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 1260 StatementT ParseHoistableDeclaration(ZonePtrList<const AstRawString>* names, 1262 StatementT ParseHoistableDeclaration(int pos, ParseFunctionFlags flags, 4132 return ParseHoistableDeclaration(pos, flags, nullptr, false); in ParseFunctionDeclaration() 4137 ParserBase<Impl>::ParseHoistableDeclaration( in ParseHoistableDeclaration() function in v8::internal::ParseFunctionFlag::ParserBase 4146 return ParseHoistableDeclaration(pos, flags, names, default_export); in ParseHoistableDeclaration() 4151 ParserBase<Impl>::ParseHoistableDeclaration( in ParseHoistableDeclaration() function in v8::internal::ParseFunctionFlag::ParserBase 4304 return ParseHoistableDeclaration(pos, flags, names, default_export); in ParseAsyncFunctionDeclaration() 5191 return ParseHoistableDeclaration(nullptr, false); in ParseStatementListItem()
|
H A D | parser.cc | 1540 result = ParseHoistableDeclaration(&local_names, true); in ParseExportDefault() 1736 result = ParseHoistableDeclaration(&names, false); in ParseExportDeclaration()
|
Completed in 17 milliseconds