Searched refs:IsTSFunctionType (Results 1 – 10 of 10) sorted by relevance
207 ASSERT(tsType->IsTSFunctionType()); in IsStaticFunc()216 ASSERT(tsType->IsTSFunctionType()); in IsHotnessFunc()225 ASSERT(tsType->IsTSFunctionType()); in SetHotnessFunc()494 ASSERT(tsType->IsTSFunctionType()); in GetFuncName()516 ASSERT(tsType->IsTSFunctionType()); in GetFunctionTypeLength()525 ASSERT(tsType->IsTSFunctionType()); in GetFuncParameterTypeGT()534 ASSERT(tsType->IsTSFunctionType()); in GetFuncThisGT()545 ASSERT(tsType->IsTSFunctionType()); in IsGetterSetterFunc()556 ASSERT(tsType->IsTSFunctionType()); in IsAbstractMethod()567 ASSERT(tsType->IsTSFunctionType()); in IsMethodSignature()[all …]
177 CAST_CHECK(TSFunctionType, IsTSFunctionType);
470 ASSERT(tsType->IsTSFunctionType()); in FillInterfaceMethodTypes()672 } else if (genericsType->IsTSFunctionType()) { in InstantiateGenericsType()801 ASSERT(tsType->IsTSFunctionType()); in TryReplaceTypePara()
1400 inline bool JSTaggedValue::IsTSFunctionType() const in IsTSFunctionType() function1402 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSFunctionType(); in IsTSFunctionType()
633 bool IsTSFunctionType() const;
1504 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()
591 } else if (type->IsTSFunctionType()) { in GetTypeIndexFromAnnotation()
673 if (type->IsTSFunctionType()) { in ParseTypeAnnotation()