Home
last modified time | relevance | path

Searched refs:SetWeakRef (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_weak_container.cpp31 JSHandle<LinkedHashMap> newMap = LinkedHashMap::SetWeakRef(thread, mapHandle, key, value); in Set()
H A Djs_finalization_registry.cpp70 maybeUnregister = LinkedHashMap::SetWeakRef(thread, maybeUnregister, unregisterToken, arrayValue); in Register()
H A Dlinked_hash_table.h358 static JSHandle<LinkedHashMap> SetWeakRef(const JSThread *thread, const JSHandle<LinkedHashMap> &obj,
H A Dlinked_hash_table.cpp157 JSHandle<LinkedHashMap> LinkedHashMap::SetWeakRef(const JSThread *thread, const JSHandle<LinkedHashMap> &obj, in SetWeakRef() function in panda::ecmascript::LinkedHashMap
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_finalization_registry_test.cpp133 expectMaybeUnregister = LinkedHashMap::SetWeakRef(thread, expectMaybeUnregister, unregisterToken, arrayValue); in HWTEST_F_L0()

Completed in 4 milliseconds