Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DapiSplitProcessor.ts183 const statements: ts.NodeArray<ts.Statement> = sourceFile.statements; constant
207 const statements: ts.NodeArray<ts.Statement> = moduleDeclaration.body.statements; constant
/interface/sdk-js/build-tools/collect_application_api/src/
Dcollect_application_api.js315 function getCommonCallComponentApi(statements, url, sourcefile, componentName, type, notes, apiList… argument
/interface/sdk-js/build-tools/collect_api/
Dcollect_base_api.js144 function getCurrentTypeList(statements, currentTypeList) { argument