Home
last modified time | relevance | path

Searched defs:IsWeak (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h85 bool IsWeak() const in IsWeak() function
469 inline bool IsWeak(uintptr_t addr) const in IsWeak() function
Djs_tagged_value.h213 ARK_INLINE bool IsWeak() const in IsWeak() function
Djs_thread.h636 inline bool IsWeak(uintptr_t addr) const in IsWeak() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1606 bool CopyableGlobal<T>::IsWeak() const in IsWeak() function
1651 bool Global<T>::IsWeak() const in IsWeak() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp763 bool JSNApi::IsWeak(const EcmaVM *vm, uintptr_t localAddress) in IsWeak() function in panda::JSNApi