Home | History | Annotate | Download | only in src

Lines Matching refs:GlobalHandles

571       Handle<Script>::cast((GlobalHandles::Create(*script)));
572 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()),
606 GlobalHandles::ClearWeakness(location);
607 GlobalHandles::Destroy(location);
658 debug_info_ = Handle<DebugInfo>::cast((GlobalHandles::Create(debug_info)));
659 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(debug_info_.location()),
665 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_.location()));
773 debug_context_ = Handle<Context>::cast(GlobalHandles::Create(*context));
789 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_context_.location()));
2329 GlobalHandles::Destroy(
2334 GlobalHandles::Destroy(
2342 event_listener_ = Handle<Object>::cast(GlobalHandles::Create(*callback));
2346 event_listener_data_ = Handle<Object>::cast(GlobalHandles::Create(*data));