Home
last modified time | relevance | path

Searched refs:hasSendableDecoratorFunctionOverload (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts2547 static hasSendableDecoratorFunctionOverload(decl: ts.FunctionDeclaration): boolean { method in TsUtils
2581 return TsUtils.hasSendableDecoratorFunctionOverload(decl);
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts977 if (TsUtils.hasSendableDecoratorFunctionOverload(tsFunctionDeclaration)) {
2626 if (ts.isFunctionDeclaration(decl) && TsUtils.hasSendableDecoratorFunctionOverload(decl)) {