Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/api_diff/src/
Dcollect_api.js225 notes, fileNameMap, newApi) { argument
267 function collectSameClassDiff(oldSameClassApis, newApi, diffNew, diffOld, diffApis, subsystemMap, f… argument
288 …tion getNewAddApi(oldMethodTexts, diffApis, subsystemMap, fileNameMap, diffMethodTextSet, newApi) { argument
299 function collectChangePart(newApi, oldApi, diffApis, subsystemMap, fileNameMap, diffMethodTextSet) { argument
333 function isCallbackTypeFun(newApi, oldApi, funType) { argument
341 function isPromiseTypeFun(newApi, oldApi, funType) { argument
352 oldTypeInfo, startDiffNew, startDiffOld, diffApis, subsystemMap, fileNameMap, newApi) { argument
388 …newType, oldType, startDiffNew, startDiffOld, diffApis, subsystemMap, notes, fileNameMap, newApi) { argument
401 function collectNewFileApi(newApi, subsystemMap, notes, fileNameMap, diffApis, diffOld) { argument
417 function collectImportDiff(tmpApis, newApi, diffApis, subsystemMap, notes, fileNameMap) { argument
[all …]
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 …]
Dindex.js118 formatDiffApi(oldApi, newApi, oldType, newType, oldDtsName, newDtsName) { argument
Dapi_diff.js414 function collectJSDocDiffs(oldApi, newApi, diffReporter) { argument