Searched refs:GetFunctionTypeLength (Results 1 – 6 of 6) sorted by relevance
166 uint32_t parameterLength = tsManager_->GetFunctionTypeLength(gt); in GetAccessorGT()
186 uint32_t PUBLIC_API GetFunctionTypeLength(GlobalTSTypeRef gt) const;
512 uint32_t TSManager::GetFunctionTypeLength(GlobalTSTypeRef gt) const in GetFunctionTypeLength() function in panda::ecmascript::TSManager1122 uint32_t parameterLength = GetFunctionTypeLength(gt); in GetFunctionTypeStr()
255 uint32_t GetFunctionTypeLength() const in GetFunctionTypeLength() function257 return tsManager_->GetFunctionTypeLength(GetFunctionGT()); in GetFunctionTypeLength()
244 uint32_t numExplicitArgs = tsManager->GetFunctionTypeLength(funcGT); in LoadArgTypes()
1489 uint32_t len = tacc.GetFunctionTypeLength(); in LowerTypedCall()1609 uint32_t len = tacc.GetFunctionTypeLength(); in LowerTypedThisCall()