Home | History | Annotate | Download | only in src

Lines Matching refs:start_position

64   int start_position = scanner_->peek_location().beg_pos;
73 CheckOctalLiteral(start_position, end_pos, &ok);
75 CheckDelayedStrictModeViolation(start_position, end_pos, &ok);
1373 int start_position = scanner_->location().beg_pos;
1423 CheckOctalLiteral(start_position, end_position, CHECK_OK);
1424 CheckDelayedStrictModeViolation(start_position, end_position, CHECK_OK);