Home | History | Annotate | Download | only in src

Lines Matching defs:start_position

362   int start_position = shared->start_position();
365 Counters::total_compile_size.Increment(end_position - start_position);
371 start_position,
400 start_position,
495 literal->start_position(),
522 // The start_position points to the first '(' character after the function name
533 fun->shared()->set_start_position(lit->start_position());
549 int start_position,
558 int line_num = GetScriptLineNumber(script, start_position) + 1;