Home
last modified time | relevance | path

Searched refs:IsJSSharedArrayIterator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array_iterator.h25 CAST_CHECK(JSSharedArrayIterator, IsJSSharedArrayIterator);
Djs_shared_array_iterator.cpp36 if (!thisObj->IsJSSharedArrayIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1070 inline bool JSTaggedValue::IsJSSharedArrayIterator() const in IsJSSharedArrayIterator() function
1072 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSharedArrayIterator(); in IsJSSharedArrayIterator()
Djs_tagged_value.h578 bool IsJSSharedArrayIterator() const;
Djs_hclass.h1377 inline bool IsJSSharedArrayIterator() const in IsJSSharedArrayIterator() function