• Home
  • Raw
  • Download

Lines Matching defs:packageName

84 function visitAllNode(node, returnDeclarationArr, packageName) {  argument
94 packageName: packageName, property
104 function getExportApi(node, packageName, exportApi) { argument
117 packageName: packageName, property
127 const getReturnDeclarationArr = (packageName, exportApi, returnDeclarationArr, fileName) => { argument
138 function processDeclarationSourceFile(packageName, api, exportApi, returnDeclarationArr, hash) { argument
204 function collectInterfaceDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash,… argument
211 function collectClassDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, api… argument
218 function collectEnumDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, apiI… argument
225 function collectModuleDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, ap… argument
232 function collectEachChildNode(children, packageName, className, faterApiType, api, exportApi, retur… argument
253 packageName: packageName, property
283 function collectMethodOrFieldApis(child, packageName, className, faterApiInfo, apiType, api, argument
351 function collectSpecialApis(child, apiType, packageName, className, faterApiInfo, api, exportApi, c… argument
368 function collectCommonTypesOfApi(packageName, className, faterApiInfo, apiType, api, hash, currentC… argument
395 function collectInCurrentTypeListApi(packageName, className, faterApiInfo, apiType, api, argument
418 function collectTypeApi(child, packageName, className, faterApiType, api, exportApi, returnDeclarat… argument
455 function collectMembersApi(type, packageName, child, api, hash, typeObj, apiInfo, className) { argument
475 function addFunctionOnOffApi(packageName, className, methodName, apiInfo, apiType, api, argument
562 function addApi(packageName, className, methodName, methodText, apiInfo, apiType, api, hash) { argument
569 packageName: packageName, property