Home | History | Annotate | Download | only in src

Lines Matching defs:start_position

69   int start_position = scanner_->peek_location().beg_pos;
78 CheckOctalLiteral(start_position, end_pos, &ok);
80 CheckDelayedStrictModeViolation(start_position, end_pos, &ok);
1403 int start_position = scanner_->location().beg_pos;
1453 CheckOctalLiteral(start_position, end_position, CHECK_OK);
1454 CheckDelayedStrictModeViolation(start_position, end_position, CHECK_OK);