Home | History | Annotate | Download | only in parsing

Lines Matching defs:start_position

721                                                    int start_position,
726 return scope->NewUnresolved(factory, name, Variable::NORMAL, start_position,
1024 shared_info->start_position(),
1029 shared_info->start_position(),
1117 scope->set_start_position(shared_info->start_position());
1166 shared_info->start_position(), shared_info->end_position(),
4222 int start_position = scanner()->location().beg_pos;
4223 scope_->set_start_position(start_position);
4230 CheckArityRestrictions(arity, kind, formals.has_rest, start_position,
4359 CheckStrictOctalLiteral(scope->start_position(), scope->end_position(),
4361 CheckDecimalLiteralWithLeadingZero(use_counts_, scope->start_position(),
4761 scope_->start_position());