Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h243 typedef typename Types::ExpressionList ExpressionListT; typedef
1145 ExpressionListT ParseArguments(Scanner::Location* first_spread_pos,
1148 ExpressionListT ParseArguments(Scanner::Location* first_spread_pos, in ParseArguments()
2098 ExpressionListT values = impl()->NewExpressionList(4); in ParseArrayLiteral()
2796 typename ParserBase<Impl>::ExpressionListT ParserBase<Impl>::ParseArguments( in ParseArguments()
2803 ExpressionListT result = impl()->NewExpressionList(4); in ParseArguments()
3394 ExpressionListT args; in ParseLeftHandSideExpression()
3526 ExpressionListT args = ParseArguments(&spread_pos, CHECK_OK); in ParseMemberWithNewPrefixesExpression()
4834 ExpressionListT args = ParseArguments(&spread_pos, CHECK_OK); in ParseV8Intrinsic()