Home | History | Annotate | Download | only in src

Lines Matching refs:GlobalHandles

615   GlobalHandles* global_handles = isolate_->global_handles();
635 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()),
663 GlobalHandles::ClearWeakness(location);
664 GlobalHandles::Destroy(location);
687 GlobalHandles::Destroy(location);
715 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles();
717 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(debug_info_.location()),
724 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_.location()));
861 GlobalHandles::Destroy(Handle<Object>::cast(debug_context_).location());
2923 GlobalHandles* global_handles = isolate_->global_handles();
2926 GlobalHandles::Destroy(event_listener_.location());
2928 GlobalHandles::Destroy(event_listener_data_.location());