Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1187 StatementT ParseHoistableDeclaration(ZoneList<const AstRawString*>* names,
1189 StatementT ParseHoistableDeclaration(int pos, ParseFunctionFlags flags,
3780 return ParseHoistableDeclaration(pos, flags, nullptr, false, ok); in ParseFunctionDeclaration()
3785 ParserBase<Impl>::ParseHoistableDeclaration( in ParseHoistableDeclaration() function
3793 return ParseHoistableDeclaration(pos, flags, names, default_export, ok); in ParseHoistableDeclaration()
3798 ParserBase<Impl>::ParseHoistableDeclaration( in ParseHoistableDeclaration() function
3941 return ParseHoistableDeclaration(pos, flags, names, default_export, ok); in ParseAsyncFunctionDeclaration()
4711 return ParseHoistableDeclaration(nullptr, false, ok); in ParseStatementListItem()
Dparser.cc1239 result = ParseHoistableDeclaration(&local_names, true, CHECK_OK); in ParseExportDefault()
1366 result = ParseHoistableDeclaration(&names, false, CHECK_OK); in ParseExportDeclaration()