Home
last modified time | relevance | path

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 Dtest_reference_by_node_api_version.c41 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 Dweak_ptr.h129 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 Dweak_ptr.cc42 WeakReference WeakReferenceOwner::GetRef() const { in GetRef() function in base::internal::WeakReferenceOwner
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h147 Handle<Object> WasmGlobalObject::GetRef() { in GetRef() function in v8::internal::WasmGlobalObject
H A Dwasm-objects.h298 inline Handle<Object> GetRef();
H A Dwasm-js.cc2421 return_value.Set(Utils::ToLocal(receiver->GetRef())); in WebAssemblyGlobalGetValueCommon()
2424 i::Handle<i::Object> result = receiver->GetRef(); in WebAssemblyGlobalGetValueCommon()
H A Dmodule-instantiate.cc1454 value = WasmValue(global_object->GetRef(), global_object->type()); in ProcessImportedWasmGlobalObject()
H A Dc-api.cc1861 return Val(V8RefValueToWasm(store, v8_global->GetRef()));
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 41 milliseconds