Lines Matching defs:script_id
806 void AddInterestingLiteral(int script_id, FunctionLiteral* literal) {
807 map_.emplace(GetFuncId(script_id, literal), FunctionData{literal});
860 // Unique id for a function: script_id + start_position, where start_position
865 FuncId GetFuncId(int script_id, FunctionLiteral* literal) {
873 return FuncId(script_id, start_position);
876 FuncId GetFuncId(int script_id, SharedFunctionInfo sfi) {
877 DCHECK_EQ(script_id, Script::cast(sfi.script()).id());
885 return FuncId(script_id, start_position);
1198 int script_id = script->id();
1200 new_script->set_id(script_id);