Searched refs:IsGeneratorFunction (Results 1 – 9 of 9) sorted by relevance
246 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
1210 inline bool JSTaggedValue::IsGeneratorFunction() const in IsGeneratorFunction() function1212 return IsHeapObject() && GetTaggedObject()->GetClass()->IsGeneratorFunction(); in IsGeneratorFunction()
589 bool IsGeneratorFunction() const;
1226 inline bool IsGeneratorFunction() const in IsGeneratorFunction() function
224 } else if (value->IsGeneratorFunction()) { in GetProperties()
2744 return IsGeneratorFunction(); in IsGenerator()3389 bool JSValueRef::IsGeneratorFunction() in IsGeneratorFunction() function in panda::JSValueRef3393 bool rst = obj->IsGeneratorFunction(); in IsGeneratorFunction()
463 bool IsGeneratorFunction();
1345 ASSERT_TRUE(res->IsGeneratorFunction()); in HWTEST_F_L0()
130 if (tagged->IsGeneratorFunction()) { in FromTagged()