Searched refs:IsTSFunctionType (Results 1 – 9 of 9) sorted by relevance
285 ASSERT(tsType->IsTSFunctionType()); in IsStaticFunc()556 ASSERT(tsType->IsTSFunctionType()); in GetFuncName()578 ASSERT(tsType->IsTSFunctionType()); in GetFunctionTypeLength()587 ASSERT(tsType->IsTSFunctionType()); in GetFuncParameterTypeGT()596 ASSERT(tsType->IsTSFunctionType()); in GetFuncThisGT()607 ASSERT(tsType->IsTSFunctionType()); in IsGetterSetterFunc()618 ASSERT(tsType->IsTSFunctionType()); in IsAbstractMethod()629 ASSERT(tsType->IsTSFunctionType()); in IsMethodSignature()640 ASSERT(tsType->IsTSFunctionType()); in CanFastCall()651 ASSERT(tsType->IsTSFunctionType()); in IsNoGC()[all …]
177 CAST_CHECK(TSFunctionType, IsTSFunctionType);
461 ASSERT(tsType->IsTSFunctionType()); in FillInterfaceMethodTypes()656 } else if (genericsType->IsTSFunctionType()) { in InstantiateGenericsType()780 ASSERT(tsType->IsTSFunctionType()); in TryReplaceTypePara()
1340 inline bool JSTaggedValue::IsTSFunctionType() const in IsTSFunctionType() function1342 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSFunctionType(); in IsTSFunctionType()
678 bool IsTSFunctionType() const;
1389 inline bool IsTSFunctionType() const in IsTSFunctionType() function
225 EXPECT_TRUE(type->IsTSFunctionType()); in HWTEST_F_L0()
480 …} else if (node->IsTSSignatureDeclaration() || node->IsTSFunctionType() || node->IsTSConstructorTy… in FunctionType()525 } else if (node->IsTSFunctionType()) { in HandleFuncNodeWithoutName()
581 } else if (type->IsTSFunctionType()) { in GetTypeIndexFromAnnotation()