Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/api_diff/src/
Djsdoc_diff.js252 function compareJSDocs(oldApi, newApi, diffReporter) { argument
282 function diffHistoricalJsDoc(oldApi, newApi, diffReporter, hint) { argument
336 function diffType(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
365 function diffAppModel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
394 function diffApiLevel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
425 function diffCrossplatform(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
453 function diffForm(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
479 function diffSyscap(diffReporter, oldApi, newApi, hint) { argument
508 function diffSinceVersion(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
535 function diffDeprecated(diffReporter, oldApi, newApi, hint) { argument
[all …]
Dcollect_api.js299 function collectChangePart(newApi, oldApi, diffApis, subsystemMap, fileNameMap, diffMethodTextSet) { argument
333 function isCallbackTypeFun(newApi, oldApi, funType) { argument
341 function isPromiseTypeFun(newApi, oldApi, funType) { argument
499 function collectMethodTextDiff(oldApi, newApi, startDiffNew, startDiffOld, diffApis, newMethodText,… argument
600 function collectDeleteApis(tmpApis, oldApi, flag, diffOld) { argument
634 function deleteImportApi(flag, diffOld, tmpApis, oldApi) { argument
649 function deleteExportApi(flag, diffOld, tmpApis, oldApi) { argument
663 function deleteFileApi(oldApi, flag, diffOld) { argument
Dindex.js118 formatDiffApi(oldApi, newApi, oldType, newType, oldDtsName, newDtsName) { argument
Dapi_diff.js414 function collectJSDocDiffs(oldApi, newApi, diffReporter) { argument