Searched refs:GetRef (Results 1 - 9 of 9) sorted by relevance
/third_party/node/test/node-api/test_reference_by_node_api_version/ |
H A D | test_reference_by_node_api_version.c | 41 static napi_status GetRef(napi_env env, in GetRef() function 93 NODE_API_CALL(env, GetRef(env, info, &refValue)); in GetRefValue() 101 NODE_API_CALL(env, GetRef(env, info, &refValue)); in Ref() 109 NODE_API_CALL(env, GetRef(env, info, &refValue)); in Unref() 117 NODE_API_CALL(env, GetRef(env, info, &refValue)); in DeleteRef()
|
/third_party/gn/src/base/memory/ |
H A D | weak_ptr.h | 129 WeakReference GetRef() const; 310 return WeakPtr<T>(weak_reference_owner_.GetRef(), in GetWeakPtr() 343 return WeakPtr<T>(weak_reference_owner_.GetRef(), static_cast<T*>(this)); in AsWeakPtr()
|
H A D | weak_ptr.cc | 42 WeakReference WeakReferenceOwner::GetRef() const { in GetRef() function in base::internal::WeakReferenceOwner
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects-inl.h | 147 Handle<Object> WasmGlobalObject::GetRef() { in GetRef() function in v8::internal::WasmGlobalObject
|
H A D | wasm-objects.h | 298 inline Handle<Object> GetRef();
|
H A D | wasm-js.cc | 2421 return_value.Set(Utils::ToLocal(receiver->GetRef())); in WebAssemblyGlobalGetValueCommon() 2424 i::Handle<i::Object> result = receiver->GetRef(); in WebAssemblyGlobalGetValueCommon()
|
H A D | module-instantiate.cc | 1454 value = WasmValue(global_object->GetRef(), global_object->type()); in ProcessImportedWasmGlobalObject()
|
H A D | c-api.cc | 1861 return Val(V8RefValueToWasm(store, v8_global->GetRef()));
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 40 milliseconds