Home
last modified time | relevance | path

Searched refs:ClearWeak (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h226 void ClearWeak();
324 void ClearWeak();
1419 static uintptr_t ClearWeak(const EcmaVM *vm, uintptr_t localAddress);
1600 void CopyableGlobal<T>::ClearWeak() in ClearWeak() function
1602 address_ = JSNApi::ClearWeak(vm_, address_); in ClearWeak()
1645 void Global<T>::ClearWeak() in ClearWeak() function
1647 address_ = JSNApi::ClearWeak(vm_, address_); in ClearWeak()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp78 …clearWeak_ = std::bind(&EcmaGlobalStorage<Node>::ClearWeak, globalStorage_, std::placeholders::_1); in JSThread()
89 …clearWeak_ = std::bind(&EcmaGlobalStorage<DebugNode>::ClearWeak, globalDebugStorage_, std::placeho… in JSThread()
Decma_global_storage.h462 inline uintptr_t ClearWeak(uintptr_t nodeAddr) in ClearWeak() function
Djs_thread.h635 inline uintptr_t ClearWeak(uintptr_t nodeAddr) in ClearWeak() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp749 uintptr_t JSNApi::ClearWeak(const EcmaVM *vm, uintptr_t localAddress) in ClearWeak() function in panda::JSNApi
760 return vm->GetJSThread()->ClearWeak(localAddress); in ClearWeak()