Searched refs:CallSignature (Results 1 – 7 of 7) sorted by relevance
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_legality.js | 57 …ts.SyntaxKind.MethodDeclaration, ts.SyntaxKind.CallSignature, ts.SyntaxKind.Constructor], ['param'… 68 ts.SyntaxKind.MethodDeclaration, ts.SyntaxKind.CallSignature], ['returns'], true, checkInfoMap, 71 ts.SyntaxKind.MethodDeclaration, ts.SyntaxKind.CallSignature]).has(currentNode.kind)) { 75 …ts.SyntaxKind.MethodDeclaration, ts.SyntaxKind.CallSignature]).has(currentNode.kind)) && (currentN… 235 …ts.SyntaxKind.MethodDeclaration, ts.SyntaxKind.CallSignature, ts.SyntaxKind.Constructor].indexOf(n…
|
| D | utils.js | 39 ts.SyntaxKind.PropertySignature, ts.SyntaxKind.CallSignature, ts.SyntaxKind.MethodSignature, 466 ts.SyntaxKind.MethodDeclaration, ts.SyntaxKind.CallSignature, ts.SyntaxKind.Constructor];
|
| /interface/sdk-js/build-tools/dts_parser/src/utils/ |
| D | checkUtils.ts | 265 ts.SyntaxKind.CallSignature, 276 [ts.SyntaxKind.CallSignature, ['param', 'returns', 'permission', 'throws', 'syscap', 'since']],
|
| /interface/sdk-js/build-tools/api_diff/src/ |
| D | api_collector.js | 89 return wrapApiDigestInfo(callSignature, className, apiName, ApiType.CallSignature, rawText, ext); 262 [ts.SyntaxKind.CallSignature, getCallSignature],
|
| D | api_data.js | 300 CallSignature: { name: '类方法', code: 13 }, property
|
| /interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/ |
| D | NodeProcessor.ts | 851 [ts.SyntaxKind.CallSignature, NodeProcessorHelper.processMethod],
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | coreImpls.ts | 155 …ts.SyntaxKind.PropertySignature, ts.SyntaxKind.CallSignature, ts.SyntaxKind.MethodSignature, ts.Sy…
|