• Home
  • Raw
  • Download

Lines Matching refs:beg_pos

64   int start_position = scanner_->peek_location().beg_pos;  in PreParseLazyFunction()
130 void PreParser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckOctalLiteral() argument
132 if (beg_pos <= octal.beg_pos && octal.end_pos <= end_pos) { in CheckOctalLiteral()
276 ReportMessageAt(start_location.beg_pos, end_location.end_pos, in ParseStatement()
405 ReportMessageAt(location.beg_pos, location.end_pos, in ParseVariableDeclarations()
422 ReportMessageAt(location.beg_pos, location.end_pos, in ParseVariableDeclarations()
431 ReportMessageAt(location.beg_pos, location.end_pos, in ParseVariableDeclarations()
826 ReportMessageAt(before.beg_pos, after.end_pos, in ParseAssignmentExpression()
915 ReportMessageAt(before.beg_pos, after.end_pos, in ParseUnaryExpression()
938 ReportMessageAt(before.beg_pos, after.end_pos, in ParsePostfixExpression()
1115 ReportMessageAt(location.beg_pos, location.end_pos, in ParsePrimaryExpression()
1373 int start_position = scanner_->location().beg_pos; in ParseFunctionLiteral()
1433 int body_start = scanner_->location().beg_pos; in ParseLazyFunctionLiteralBody()
1484 int identifier_pos = scanner_->location().beg_pos; in LogSymbol()
1536 ReportMessageAt(location.beg_pos, location.end_pos, in ParseIdentifier()
1544 ReportMessageAt(location.beg_pos, location.end_pos, in ParseIdentifier()
1579 void PreParser::CheckDelayedStrictModeViolation(int beg_pos, in CheckDelayedStrictModeViolation() argument
1584 location.beg_pos > beg_pos && location.end_pos < end_pos) { in CheckDelayedStrictModeViolation()
1614 int pos = scanner_->location().beg_pos; in ParseIdentifierName()