Searched refs:ExpressionFromLiteral (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.h | 805 static PreParserExpression ExpressionFromLiteral( in ExpressionFromLiteral() function
|
D | parser.h | 518 Literal* ExpressionFromLiteral(Token::Value token, int pos, Scanner* scanner,
|
D | parser-base.h | 1269 return this->ExpressionFromLiteral(Next(), beg_pos, scanner(), factory()); in ParsePrimaryExpression() 1274 return this->ExpressionFromLiteral(Next(), beg_pos, scanner(), factory()); in ParsePrimaryExpression()
|
D | parser.cc | 652 Literal* ParserTraits::ExpressionFromLiteral(Token::Value token, int pos, in ExpressionFromLiteral() function in v8::internal::ParserTraits
|