Searched refs:IsAsyncIterator (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_tagged_value-inl.h | 1120 inline bool JSTaggedValue::IsAsyncIterator() const in IsAsyncIterator() function in panda::ecmascript::JSTaggedValue 1122 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncIterator(); in IsAsyncIterator() |
H A D | js_tagged_value.h | 580 bool IsAsyncIterator() const; |
H A D | js_hclass.h | 1305 inline bool IsAsyncIterator() const in IsAsyncIterator() function in panda::ecmascript::JSHClass |
Completed in 10 milliseconds