Lines Matching defs:script
246 if (shared.script().IsScript()) {
247 Script script = Script::cast(shared.script());
248 if (script.name().IsName()) {
249 Name name = Name::cast(script.name());
252 info->script_id = script.id();
256 new UnresolvedLocation(script, shared.StartPosition(), info));
276 AllocationTracker::UnresolvedLocation::UnresolvedLocation(Script script,
280 script_ = script.GetIsolate()->global_handles()->Create(script);