Home
last modified time | relevance | path

Searched defs:paras (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp641 std::vector<GlobalTSTypeRef> paras {}; in ParseGenericsInstanceType() local
651const std::vector<GlobalTSTypeRef> &paras) in InstantiateGenericsType()
673const std::vector<GlobalTSTypeRef> &paras) in InstantiateFuncGenericsType()
697const std::vector<GlobalTSTypeRef> &paras) in InstantiateClassGenericsType()
731const std::vector<GlobalTSTypeRef> &paras) in InstantiateInterfaceGenericsType()
750const std::vector<GlobalTSTypeRef> &paras) in InstantiateObjGenericsType()
766 …Ref TSTypeParser::TryReplaceTypePara(GlobalTSTypeRef gt, const std::vector<GlobalTSTypeRef> &paras) in TryReplaceTypePara()