Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h1274 static PreParserExpression EmptyExpression() { in EmptyExpression() function
1717 return Traits::EmptyExpression(); in ParseRegExpLiteral()
1727 return Traits::EmptyExpression(); in ParseRegExpLiteral()
1736 if (!*ok) return this->EmptyExpression(); \
1766 ExpressionT result = this->EmptyExpression(); in ParsePrimaryExpression()
1898 ExpressionT elem = this->EmptyExpression(); in ParseArrayLiteral()
1944 ExpressionT value = this->EmptyExpression(); in ParsePropertyDefinition()
2214 ExpressionT expression = Traits::EmptyExpression(); in ParseYieldExpression()
2346 return this->EmptyExpression(); in ParseUnaryExpression()
2489 ExpressionT result = this->EmptyExpression(); in ParseMemberWithNewPrefixesExpression()
[all …]
Dparser.h518 static Expression* EmptyExpression() { in EmptyExpression() function