Searched refs:IsAsyncGeneratorFunction (Results 1 – 6 of 6) sorted by relevance
411 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
1215 inline bool JSTaggedValue::IsAsyncGeneratorFunction() const in IsAsyncGeneratorFunction() function1217 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncGeneratorFunction(); in IsAsyncGeneratorFunction()
590 bool IsAsyncGeneratorFunction() const;
1231 inline bool IsAsyncGeneratorFunction() const in IsAsyncGeneratorFunction() function
473 bool IsAsyncGeneratorFunction();
3397 bool JSValueRef::IsAsyncGeneratorFunction() in IsAsyncGeneratorFunction() function in panda::JSValueRef3401 return obj->IsAsyncGeneratorFunction(); in IsAsyncGeneratorFunction()