Home | History | Annotate | Download | only in src

Lines Matching defs:global_handles

636   GlobalHandles* global_handles = Isolate::Current()->global_handles();
649 (global_handles->Create(*script)));
650 global_handles->MakeWeak(reinterpret_cast<Object**>(script_.location()),
682 GlobalHandles* global_handles = Isolate::Current()->global_handles();
688 global_handles->ClearWeakness(location);
689 global_handles->Destroy(location);
753 GlobalHandles* global_handles = Isolate::Current()->global_handles();
756 (global_handles->Create(debug_info)));
757 global_handles->MakeWeak(reinterpret_cast<Object**>(debug_info_.location()),
764 Isolate::Current()->global_handles()->Destroy(
908 isolate_->global_handles()->Create(*context));
924 isolate_->global_handles()->Destroy(
3243 GlobalHandles* global_handles = isolate_->global_handles();
3248 global_handles->Destroy(
3253 global_handles->Destroy(
3262 global_handles->Create(*callback));
3267 global_handles->Create(*data));