Searched refs:global_handle (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | managed.h | 48 Handle<Object> global_handle = isolate->global_handles()->Create(*handle); in RegisterWeakCallbackForDelete() local 49 GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(), in RegisterWeakCallbackForDelete()
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 757 Handle<Object> global_handle = isolate->global_handles()->Create(*buffer); in SetupArrayBuffer() local 758 GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(), in SetupArrayBuffer() 1259 Handle<Object> global_handle = in Build() local 1286 GlobalHandles::MakeWeak(global_handle.location(), in Build() 1287 global_handle.location(), &InstanceFinalizer, in Build()
|
/external/v8/src/debug/ |
D | debug.cc | 1927 Handle<Object> global_handle = isolate_->global_handles()->Create(*promise); in NextAsyncTaskId() local 1936 global_handle.location(), in NextAsyncTaskId() 1937 new CollectedCallbackData(global_handle.location(), async_id->value(), in NextAsyncTaskId()
|
/external/v8/include/ |
D | v8.h | 7700 static void DisposeGlobal(internal::Object** global_handle);
|