Home | History | Annotate | Download | only in parsing

Lines Matching defs:start_position

124   int start_position = peek_position();
137 CheckStrictOctalLiteral(start_position, end_pos, &ok);
138 CheckDecimalLiteralWithLeadingZero(use_counts, start_position, end_pos);
1108 int start_position = scanner()->location().beg_pos;
1109 function_scope->set_start_position(start_position);
1115 CheckArityRestrictions(formals.arity, kind, formals.has_rest, start_position,
1145 CheckStrictOctalLiteral(start_position, end_position, CHECK_OK);
1146 CheckDecimalLiteralWithLeadingZero(use_counts_, start_position,