Home
last modified time | relevance | path

Searched refs:ParseHoistableDeclaration (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h1199 StatementT ParseHoistableDeclaration(ZonePtrList<const AstRawString>* names,
1201 StatementT ParseHoistableDeclaration(int pos, ParseFunctionFlags flags,
4020 return ParseHoistableDeclaration(pos, flags, nullptr, false, ok); in ParseFunctionDeclaration()
4025 ParserBase<Impl>::ParseHoistableDeclaration( in ParseHoistableDeclaration() function
4033 return ParseHoistableDeclaration(pos, flags, names, default_export, ok); in ParseHoistableDeclaration()
4038 ParserBase<Impl>::ParseHoistableDeclaration( in ParseHoistableDeclaration() function
4191 return ParseHoistableDeclaration(pos, flags, names, default_export, ok); in ParseAsyncFunctionDeclaration()
4972 return ParseHoistableDeclaration(nullptr, false, ok); in ParseStatementListItem()
Dparser.cc1172 result = ParseHoistableDeclaration(&local_names, true, CHECK_OK); in ParseExportDefault()
1299 result = ParseHoistableDeclaration(&names, false, CHECK_OK); in ParseExportDeclaration()