Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h246 typedef typename Types::StatementList StatementListT; typedef
1172 void ParseSingleExpressionFunctionBody(StatementListT body, bool is_async,
1174 void ParseAsyncFunctionBody(Scope* scope, StatementListT body, bool* ok);
1209 void ParseFunctionBody(StatementListT result, IdentifierT function_name,
1225 V8_INLINE void ParseStatementList(StatementListT body, Token::Value end_token, in ParseStatementList()
1231 V8_INLINE LazyParsingResult ParseStatementList(StatementListT body,
4196 typename ParserBase<Impl>::StatementListT result, IdentifierT function_name, in ParseFunctionBody()
4203 StatementListT body = result; in ParseFunctionBody()
4385 StatementListT body = impl()->NullStatementList(); in ParseArrowFunctionLiteral()
4590 void ParserBase<Impl>::ParseSingleExpressionFunctionBody(StatementListT body, in ParseSingleExpressionFunctionBody()
[all …]