Home
last modified time | relevance | path

Searched refs:IsAsyncIteratorRecord (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.h32 CAST_CHECK(AsyncIteratorRecord, IsAsyncIteratorRecord);
Djs_tagged_value-inl.h1235 inline bool JSTaggedValue::IsAsyncIteratorRecord() const in IsAsyncIteratorRecord() function
1237 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncIteratorRecord(); in IsAsyncIteratorRecord()
Djs_tagged_value.h594 bool IsAsyncIteratorRecord() const;
Djs_hclass.h1259 inline bool IsAsyncIteratorRecord() const in IsAsyncIteratorRecord() function