Lines Matching refs:beg_pos
372 int beg_pos = Read(PreparseDataConstants::kMessageStartPos); in MessageLocation() local
374 return Scanner::Location(beg_pos, end_pos); in MessageLocation()
646 int beg_loc = scanner().location().beg_pos; in DoParseProgram()
778 source_location.beg_pos, in ReportMessageAt()
796 source_location.beg_pos, in ReportMessageAt()
1124 token_loc.end_pos - token_loc.beg_pos == in ParseSourceElements()
1190 int statement_pos = scanner().peek_location().beg_pos; in ParseStatement()
1455 int function_token_position = scanner().location().beg_pos; in ParseFunctionDeclaration()
1621 position = scanner().location().beg_pos; in ParseVariableDeclarations()
1987 int pos = scanner().location().beg_pos; in ParseCaseClause()
2032 int pos = scanner().location().beg_pos; in ParseThrowStatement()
2176 int position = scanner().location().beg_pos; in ParseDoWhileStatement()
2309 int position = scanner().location().beg_pos; in ParseExpression()
2348 int pos = scanner().location().beg_pos; in ParseAssignmentExpression()
2400 int left_position = scanner().peek_location().beg_pos; in ParseConditionalExpression()
2403 int right_position = scanner().peek_location().beg_pos; in ParseConditionalExpression()
2426 int position = scanner().location().beg_pos; in ParseBinaryExpression()
2590 int position = scanner().location().beg_pos; in ParseUnaryExpression()
2625 int position = scanner().location().beg_pos; in ParsePostfixExpression()
2651 int pos = scanner().location().beg_pos; in ParseLeftHandSideExpression()
2659 int pos = scanner().location().beg_pos; in ParseLeftHandSideExpression()
2689 int pos = scanner().location().beg_pos; in ParseLeftHandSideExpression()
2716 PositionStack::Element pos(stack, scanner().location().beg_pos); in ParseNewPrefix()
2754 int function_token_position = scanner().location().beg_pos; in ParseMemberWithNewPrefixesExpression()
2770 int pos = scanner().location().beg_pos; in ParseMemberWithNewPrefixesExpression()
2778 int pos = scanner().location().beg_pos; in ParseMemberWithNewPrefixesExpression()
2896 scanner().location().beg_pos); in ParsePrimaryExpression()
3555 start_pos = scanner().location().beg_pos; in ParseFunctionLiteral()
3620 int function_block_pos = scanner().location().beg_pos; in ParseFunctionLiteral()
3881 void Parser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckOctalLiteral() argument
3883 if (beg_pos <= octal && octal <= end_pos) { in CheckOctalLiteral()
4016 scanner().location().beg_pos); in NewThrowError()
4062 source_location.beg_pos, in ParseJson()