Home
last modified time | relevance | path

Searched refs:IsAsyncIterator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1200 inline bool JSTaggedValue::IsAsyncIterator() const in IsAsyncIterator() function
1202 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncIterator(); in IsAsyncIterator()
Djs_tagged_value.h588 bool IsAsyncIterator() const;
Djs_hclass.h1018 inline bool IsAsyncIterator() const in IsAsyncIterator() function