Searched refs:IsJSWeakMap (Results 1 – 6 of 6) sorted by relevance
84 if (!self->IsJSWeakMap()) { in Delete()106 if (!self->IsJSWeakMap()) { in Has()128 if (!self->IsJSWeakMap()) { in Get()151 if (!self->IsJSWeakMap()) { in Set()
26 ASSERT(JSTaggedValue(object).IsJSWeakMap()); in Cast()
965 inline bool JSTaggedValue::IsJSWeakMap() const in IsJSWeakMap() function967 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSWeakMap(); in IsJSWeakMap()
507 bool IsJSWeakMap() const;
778 bool IsJSWeakMap() const in IsJSWeakMap() function
3164 return JSNApiHelper::ToJSTaggedValue(this).IsJSWeakMap(); in IsWeakMap()