Lines Matching full:start_position
1013 int compiled_size = shared->end_position() - shared->start_position();
1099 int compiled_size = shared->end_position() - shared->start_position();
1261 // The start_position points to the first '(' character after the function name
1272 function_info->set_start_position(lit->start_position());
1308 int line_num = GetScriptLineNumber(script, shared->start_position()) + 1;
1310 GetScriptColumnNumber(script, shared->start_position()) + 1;