Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h1120 inline bool JSTaggedValue::IsAsyncIterator() const in IsAsyncIterator() function in panda::ecmascript::JSTaggedValue
1122 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncIterator(); in IsAsyncIterator()
H A Djs_tagged_value.h580 bool IsAsyncIterator() const;
H A Djs_hclass.h1305 inline bool IsAsyncIterator() const in IsAsyncIterator() function in panda::ecmascript::JSHClass

Completed in 10 milliseconds