Home | History | Annotate | Download | only in src

Lines Matching full:script_

310   script_ = Handle<Script>::cast(
312 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()),
319 if (!script_.is_null()) {
320 GlobalHandles::Destroy(reinterpret_cast<Object**>(script_.location()));
326 if (script_.is_null()) return;
327 HandleScope scope(script_->GetIsolate());
328 info_->line = Script::GetLineNumber(script_, start_position_);
329 info_->column = Script::GetColumnNumber(script_, start_position_);
337 GlobalHandles::Destroy(reinterpret_cast<Object**>(loc->script_.location()));
338 loc->script_ = Handle<Script>::null();