Searched refs:IsJSWeakMap (Results 1 – 6 of 6) sorted by relevance
84 if (!self->IsJSWeakMap()) { in Delete()106 if (!self->IsJSWeakMap()) { in Has()127 if (!self->IsJSWeakMap()) { in Get()149 if (!self->IsJSWeakMap()) { in Set()
26 ASSERT(JSTaggedValue(object).IsJSWeakMap()); in Cast()
1000 inline bool JSTaggedValue::IsJSWeakMap() const in IsJSWeakMap() function1002 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSWeakMap(); in IsJSWeakMap()
451 bool IsJSWeakMap() const;
875 bool IsJSWeakMap() const in IsJSWeakMap() function
501 return JSNApiHelper::ToJSTaggedValue(this).IsJSWeakMap(); in IsWeakMap()