Searched refs:hasSendableDecoratorFunctionOverload (Results 1 – 2 of 2) sorted by relevance
2547 static hasSendableDecoratorFunctionOverload(decl: ts.FunctionDeclaration): boolean { method in TsUtils2581 return TsUtils.hasSendableDecoratorFunctionOverload(decl);
977 if (TsUtils.hasSendableDecoratorFunctionOverload(tsFunctionDeclaration)) {2626 if (ts.isFunctionDeclaration(decl) && TsUtils.hasSendableDecoratorFunctionOverload(decl)) {