Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 29) sorted by relevance

12

/interface/sdk-js/build-tools/collect_application_api/src/
Dapi_recognizer.js37 visitNode(node, fileName) { argument
51 visitNormalNode(node, fileName) { argument
70 visitUIRenderNode(node, fileName) { argument
109 isArkUIRenderMethod(node) { argument
122 isBuildMethodInStruct(node) { argument
132 hasArkUIDecortor(node) { argument
167 recognizeApiWithNode(node, fileName, positionCallback, useDeclarations) { argument
175 recognizeApiWithNodeAndSymbol(node, symbol, fileName, positionCallback, useDeclarations) { argument
194 recognizeNormal(node, fileName) { argument
206 recognizeNormalCallExpression(node, fileName) { argument
[all …]
Dcollect_application_api.js115 function judgeImportFile(node, importFiles) { argument
143 function collectApplicationApi(node, sourcefile, url, apiList) { argument
176 function collectNewExpressionApi(node, url, sourcefile, apiList) { argument
196 function isEtsComponentNode(node) { argument
202 function collectLifeCycleApi(node, url, sourcefile, apiList) { argument
217 function getLifeCycleApiWithoutValue(members, moduleName, type, note, node, apiList, url, sourcefil… argument
229 function getValuableLifeCycleApi(members, moduleName, apiName, type, note, node, apiList, url, sour… argument
261 function collectNestedComponentApi(node) { argument
277 function collectComponentApi(node, apiList, type, url, sourcefile) { argument
303 function collectExpressionStatementApis(temp, url, sourcefile, componentName, type, notes, node, ap… argument
[all …]
Dutil.js135 value, type, notes, node) { argument
DcollectApi.js84 function visitAllNode(node, returnDeclarationArr, packageName) { argument
104 function getExportApi(node, packageName, exportApi) { argument
518 function getApiInfo(node, apiInfo) { argument
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_diff_changes.js91 function checkApiChangeVersion(currentJSDoc, lastJSDoc, node) { argument
97 node: node, property
155 function checkCurrentJSDocChange(newNodeJSDocs, statusCode, node) { argument
168 node: node, property
192 node: node, property
229 node: change.newNode, property
236 node: change.newNode, property
242 node: change.newNode, property
292 node: change.newNode, property
301 node: change.newNode, property
[all …]
Dcheck_event_subscription.js22 function checkOnAndOffAppearInPair(node, sourcefile, fileName, onEventAllNames, onEventCheckNames, … argument
39 function checkTheFirstParameter(node, sourcefile, fileName) { argument
71 function isBasicType(node) { argument
110 function extendEventNames(node, allNames, checkNames) { argument
126 function extendEventNodes(node, eventName, nodesSet) { argument
155 function checkEventSubscription(node, sourcefile, fileName) { argument
Dcheck_hump.js46 function getName(node) { argument
55 function isConstantDecorator(node, name) { argument
59 function filterApiVersion(node, version) { argument
64 function checkAPINameOfHump(node, sourcefile, fileName) { argument
Dcheck_naming.js27 function checkNaming(node, sourcefile, fileName) { argument
45 function checkApiNaming(node, sourcefile, fileName) { argument
51 function checkApiNamingWords(node, sourcefile, fileName, lowIdentifier) { argument
94 function checkApiNamingScenario(node, sourcefile, fileName, lowIdentifier) { argument
Dcheck_legality.js24 function checkJsDocLegality(node, comments, checkInfoMap) { argument
137 function legalityCheck(node, comments, legalKinds, tagsName, isRequire, checkInfoMap, extraCheckCal… argument
228 function checkTagValue(tag, index, node, fileName, errorLogs) { argument
250 function checkJsDocOfCurrentNode(node, sourcefile, fileName, isGuard) { argument
284 function checkJSDoc(node, sourcefile, fileName, isGuard) { argument
Dcheck_spelling.js30 function checkSpelling(node, sourcefile, fileName) { argument
43 function checkWordSpelling(nodeText, node, sourcefile, fileName, type) { argument
Dcheck_deprecated.js19 function checkDeprecated(node, sourcefile, fileName) { argument
Dcheck_any.js21 function checkAnyInAPI(node, sourcefile, fileName) { argument
Dcheck_syscap.js20 function checkSyscap(node, sourcefile, fileName) { argument
Dcheck_decorator.js23 function checkAPIDecorators(node, sourcefile, fileName) { argument
Dcheck_permission.js49 function checkPermission(node, sourcefile, fileName) { argument
Dutils.js55 function getAPINote(node) { argument
62 function hasAPINote(node) { argument
219 function getApiInfo(node) { argument
270 function getApiVersion(node) { argument
281 function parseJsDoc(node) { argument
450 function checkVersionNeedCheck(node) { argument
Dcompile_info.js29 function addAPICheckErrorLogs(node, sourcefile, fileName, errorType, errorInfo, type, level) { argument
Dapi_check_plugin.js85 function checkAllNode(node, sourcefile, fileName) { argument
/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
Dcheck_rest_value.js21 function checkExtendsValue(tag, node, fileName) { argument
39 function checkEnumValue(tag, node, fileName) { argument
57 function checkSinceValue(tag, node, fileName) { argument
72 function checkReturnsValue(tag, node, fileName) { argument
100 function checkParamValue(tag, node, fileName, tagIndex) { argument
139 function checkThrowsValue(tag, node, fileName, tagIndex) { argument
244 function checkUseinsteadValue(tag, node, fileName) { argument
263 function checkTypeValue(tag, node, fileName) { argument
290 function checkDefaultValue(tag, node, fileName) { argument
328 function checkPermissionTag(tag, node, fileName) { argument
[all …]
Dcheck_order.js74 function checkAPITagName(tag, node, sourcefile, fileName, JSDocIndec) { argument
92 function checkParentInheritTag(node, inheritTag, inheritResult, JSocIndex) { argument
117 function checkInheritTag(comment, node, sourcefile, fileName, JSocIndex) { argument
/interface/sdk-js/build-tools/
Ddelete_systemapi_plugin.js224 function collectAllIdentifier(node) { argument
233 function collectAllNodes(node) { argument
239 function formatAllNodes(node) { argument
362 function hasCopyright(node) { argument
415 function processSourceFile(node) { argument
505 function processVisitEachChild(context, node) { argument
507 function processAllNodes(node) { argument
614 function dealExternalStatements(node) { argument
633 function collectAllIdentifier(node) { argument
660 function isSystemapi(node) { argument
[all …]
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DmodificationProcessor.ts306 const apiName: string = node.astNode.name ? node.astNode.name.getText() : ''; constant
307 const commentInfos: comment.CommentInfo[] = node.commentInfos ? node.commentInfos : []; constant
DasynchronousFunctionProcessor.ts48 const apiName: string = node.name ? node.name.getText() : ''; constant
/interface/sdk-js/build-tools/api_check_plugin/
Dindex.js21 exports.checkJSDoc = function (node, sourceFile, fileName) { argument
/interface/sdk-js/build-tools/api_diff/src/
Dcollect_base_api.js61 function visitAllNode(node, returnDeclarationArr) { argument
72 function getExportApi(node, packageName, exportApi) { argument
532 function getApiInfo(node, apiInfos) { argument
548 function matchLabelInfo(node, noteParagraph, note) { argument
657 function getParentApiInfo(node, noteStr, note) { argument

12