Home | History | Annotate | Download | only in src

Lines Matching defs:global_handles

601   GlobalHandles* global_handles = Isolate::Current()->global_handles();
615 (global_handles->Create(*script)));
616 global_handles->MakeWeak(
648 GlobalHandles* global_handles = Isolate::Current()->global_handles();
654 global_handles->ClearWeakness(location);
655 global_handles->Destroy(location);
716 GlobalHandles* global_handles = Isolate::Current()->global_handles();
719 (global_handles->Create(debug_info)));
720 global_handles->MakeWeak(
728 Isolate::Current()->global_handles()->Destroy(
876 Isolate::Current()->global_handles()->Destroy(
2969 GlobalHandles* global_handles = isolate_->global_handles();
2974 global_handles->Destroy(
2979 global_handles->Destroy(
2988 global_handles->Create(*callback));
2993 global_handles->Create(*data));