Home
last modified time | relevance | path

Searched refs:IsJSWeakRef (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_weak_ref.h27 ASSERT(JSTaggedValue(object).IsJSWeakRef()); in Cast()
Djs_tagged_value-inl.h980 inline bool JSTaggedValue::IsJSWeakRef() const in IsJSWeakRef() function
982 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSWeakRef(); in IsJSWeakRef()
Djs_tagged_value.h509 bool IsJSWeakRef() const;
Djs_hclass.h788 bool IsJSWeakRef() const in IsJSWeakRef() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_ref.cpp62 if (!thisValue->IsJSWeakRef()) { in Deref()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3159 return JSNApiHelper::ToJSTaggedValue(this).IsJSWeakRef(); in IsWeakRef()