Home
last modified time | relevance | path

Searched refs:IsJSSet (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_set.cpp110 if (!self->IsJSSet()) { in Add()
130 if (!self->IsJSSet()) { in Clear()
147 if (!self->IsJSSet()) { in Delete()
166 if (!self->IsJSSet()) { in Has()
183 if (!self->IsJSSet()) { in ForEach()
243 if (!self->IsJSSet()) { in GetSize()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_set.h25 CAST_CHECK(JSSet, IsJSSet);
H A Djs_set_iterator.cpp106 if (!obj->IsJSSet()) { in CreateSetIterator()
H A Djs_object-inl.h117 inline bool JSObject::IsJSSet() const in IsJSSet() function in panda::ecmascript::JSObject
119 return GetJSHClass()->IsJSSet(); in IsJSSet()
H A Djs_tagged_value-inl.h855 inline bool JSTaggedValue::IsJSSet() const in IsJSSet() function in panda::ecmascript::JSTaggedValue
857 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSet(); in IsJSSet()
H A Djs_tagged_value.h469 bool IsJSSet() const;
H A Dobject_operator.cpp335 } else if (receiver.IsJSSet() || receiver == env->GetTaggedSetPrototype()) { in UpdateDetector()
H A Djs_object.h625 bool IsJSSet() const;
H A Djs_hclass.h1001 bool IsJSSet() const in IsJSSet() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp580 return JSNApiHelper::ToJSTaggedValue(this).IsJSSet(); in IsSet()

Completed in 41 milliseconds