Lines Matching refs:ParseExpression
475 Expression expr = ParseExpression(true, CHECK_OK); in ParseExpressionOrLabelledStatement()
499 ParseExpression(true, CHECK_OK); in ParseIfStatement()
563 ParseExpression(true, CHECK_OK); in ParseReturnStatement()
581 ParseExpression(true, CHECK_OK); in ParseWithStatement()
597 ParseExpression(true, CHECK_OK); in ParseSwitchStatement()
605 ParseExpression(true, CHECK_OK); in ParseSwitchStatement()
628 ParseExpression(true, CHECK_OK); in ParseDoWhileStatement()
641 ParseExpression(true, CHECK_OK); in ParseWhileStatement()
666 ParseExpression(true, CHECK_OK); in ParseForStatement()
673 ParseExpression(false, CHECK_OK); in ParseForStatement()
676 ParseExpression(true, CHECK_OK); in ParseForStatement()
689 ParseExpression(true, CHECK_OK); in ParseForStatement()
694 ParseExpression(true, CHECK_OK); in ParseForStatement()
714 ParseExpression(true, CHECK_OK); in ParseThrowStatement()
792 PreParser::Expression PreParser::ParseExpression(bool accept_IN, bool* ok) { in ParseExpression() function in v8::preparser::PreParser
965 ParseExpression(true, CHECK_OK); in ParseLeftHandSideExpression()
1056 ParseExpression(true, CHECK_OK); in ParseMemberWithNewPrefixesExpression()
1168 result = ParseExpression(true, CHECK_OK); in ParsePrimaryExpression()