Home
last modified time | relevance | path

Searched refs:global_handle (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dmanaged.h48 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/
Dwasm-module.cc757 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/
Ddebug.cc1927 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/
Dv8.h7700 static void DisposeGlobal(internal::Object** global_handle);