Searched refs:FunctionExpression (Results 1 – 25 of 90) sorted by relevance
1234
5 // FunctionExpression with no return type annotation and no return statement returns void8 …// FunctionExpression f with no return type annotation and directly references f in its body retur…16 …// FunctionExpression f with no return type annotation and indirectly references f in its body ret…43 // FunctionExpression with no return type annotation and returns a number48 // FunctionExpression with no return type annotation and returns null54 // FunctionExpression with no return type annotation and returns undefined60 // FunctionExpression with no return type annotation and returns a type parameter type65 … // FunctionExpression with no return type annotation and returns a constrained type parameter type70 …// FunctionExpression with no return type annotation with multiple return statements with identica…80 …// FunctionExpression with no return type annotation with multiple return statements with subtype …[all …]
2 // FunctionExpression with no return type annotation and no return statement returns void8 // FunctionExpression f with no return type annotation and directly references f in its body return…29 // FunctionExpression f with no return type annotation and indirectly references f in its body retu…97 // FunctionExpression with no return type annotation and returns a number108 // FunctionExpression with no return type annotation and returns null123 // FunctionExpression with no return type annotation and returns undefined138 // FunctionExpression with no return type annotation and returns a type parameter type151 // FunctionExpression with no return type annotation and returns a constrained type parameter type164 // FunctionExpression with no return type annotation with multiple return statements with identical…182 // FunctionExpression with no return type annotation with multiple return statements with subtype r…[all …]
2 // FunctionExpression with no return type annotation and no return statement returns void6 // FunctionExpression f with no return type annotation and directly references f in its body return…24 // FunctionExpression f with no return type annotation and indirectly references f in its body retu…83 // FunctionExpression with no return type annotation and returns a number90 // FunctionExpression with no return type annotation and returns null100 // FunctionExpression with no return type annotation and returns undefined113 // FunctionExpression with no return type annotation and returns a type parameter type125 // FunctionExpression with no return type annotation and returns a constrained type parameter type137 // FunctionExpression with no return type annotation with multiple return statements with identical…149 // FunctionExpression with no return type annotation with multiple return statements with subtype r…[all …]
8 …// FunctionExpression with no return type annotation with multiple return statements with unrelate…22 …// FunctionExpression with no return type annotation with return branch of number[] and other of s…51 …// FunctionExpression with non -void return type annotation with a throw, no return, and other code
2 // FunctionExpression with no return type annotation with multiple return statements with unrelated…38 // FunctionExpression with no return type annotation with return branch of number[] and other of st…84 // FunctionExpression with non -void return type annotation with a throw, no return, and other code
2 // FunctionExpression with no return type annotation with multiple return statements with unrelated…23 // FunctionExpression with no return type annotation with return branch of number[] and other of st…60 // FunctionExpression with non -void return type annotation with a throw, no return, and other code
2 // If e is a FunctionExpression or ArrowFunctionExpression with no type parameters and no parameter…
32 /** @type {(node: TSESTree.FunctionDeclaration | TSESTree.FunctionExpression) => boolean} */47 return node.type === AST_NODE_TYPES.FunctionExpression && types.includes(parent.type);62 /** @type {(node: TSESTree.FunctionDeclaration | TSESTree.FunctionExpression) => void} */82 "FunctionExpression": enterFunction,83 "FunctionExpression:exit": exitFunction,
73 ….ArrowFunctionExpression | TSESTree.FunctionDeclaration | TSESTree.FunctionExpression | TSESTree.T…110 FunctionExpression: checkParams,
33 readonly func: FunctionExpression | ArrowFunction;167 …urceFile, typeChecker: TypeChecker, parent: Node): ArrowFunction | FunctionExpression | undefined {192 function getVariableInfo(func: FunctionExpression | ArrowFunction): VariableInfo | undefined {203 …tInfoForConvertToAnonymousFunction(context: RefactorContext, func: FunctionExpression | ArrowFunct…210 …tEditInfoForConvertToNamedFunction(context: RefactorContext, func: FunctionExpression | ArrowFunct…232 …tEditInfoForConvertToArrowFunction(context: RefactorContext, func: FunctionExpression): FileTextCh…255 …rencedInFile(sourceFile: SourceFile, typeChecker: TypeChecker, node: FunctionExpression): boolean {
48 | FunctionExpression96 case SyntaxKind.FunctionExpression:
185 case SyntaxKind.FunctionExpression:186 … const functionFlags = getFunctionFlags(arg as FunctionDeclaration | FunctionExpression);215 if (node.kind === SyntaxKind.FunctionExpression) {231 …ync(node: Node): node is FunctionDeclaration | MethodDeclaration | FunctionExpression | ArrowFunct…235 case SyntaxKind.FunctionExpression:
40 case SyntaxKind.FunctionExpression:77 …otation(node: Node): node is FunctionDeclaration | ArrowFunction | FunctionExpression | MethodDecl…229 …ationLikeForReturnType(decl: FunctionDeclaration | ArrowFunction | FunctionExpression | MethodDecl…259 …TypeAnnotationPosition(decl: FunctionDeclaration | ArrowFunction | FunctionExpression | MethodDecl…
307 case SyntaxKind.FunctionExpression:699 case SyntaxKind.FunctionExpression:702 … return getFunctionOrClassName(node as FunctionExpression | ArrowFunction | ClassExpression);733 case SyntaxKind.FunctionExpression:743 … return getFunctionOrClassName(node as ArrowFunction | FunctionExpression | ClassExpression);799 case SyntaxKind.FunctionExpression:912 …function getFunctionOrClassName(node: FunctionExpression | FunctionDeclaration | ArrowFunction | C…967 …function isFunctionOrClassExpression(node: Node): node is ArrowFunction | FunctionExpression | Cla…970 case SyntaxKind.FunctionExpression:
429 case SyntaxKind.FunctionExpression:500 …function getRightHandSideOfAssignment(rightHandSide: Expression): FunctionExpression | ArrowFuncti…506 case SyntaxKind.FunctionExpression:508 return (rightHandSide as FunctionExpression);
66 case SyntaxKind.FunctionExpression:241 [SyntaxKind.FunctionExpression, TokenType.function],
29 …function getReturnType(expr: FunctionDeclaration | MethodDeclaration | FunctionExpression | ArrowF…53 case SyntaxKind.FunctionExpression:
183 …eFunctionLikeExpressionMember(members: ClassElement[], expression: FunctionExpression | ArrowFunct…188 …ctionExpressionMember(members: ClassElement[], functionExpression: FunctionExpression, name: Prope…236 …function createClassFromFunction(node: FunctionDeclaration | FunctionExpression): ClassDeclaration…
346 case SyntaxKind.FunctionExpression: {347 const { name: expressionName } = exported as FunctionExpression;357 …eturn functionExpressionToDeclaration(name, modifiers, exported as FunctionExpression | ArrowFunct…545 … string | undefined, additionalModifiers: readonly Modifier[], fn: FunctionExpression | ArrowFunct…
7 …ring, Identifier | SimpleLiteral | RegExpLiteral | BigIntLiteral | FunctionExpression | ... 25 mor…9 …ring, Identifier | SimpleLiteral | RegExpLiteral | BigIntLiteral | FunctionExpression | ... 25 mor…
12 …createAsyncGeneratorHelper(generatorFunc: FunctionExpression, hasLexicalThis: boolean): Expression;27 createGeneratorHelper(body: FunctionExpression): Expression;159 … function createAsyncGeneratorHelper(generatorFunc: FunctionExpression, hasLexicalThis: boolean) {323 function createGeneratorHelper(body: FunctionExpression) {
294 case SyntaxKind.FunctionExpression:371 if (kind === SyntaxKind.FunctionExpression || kind === SyntaxKind.ArrowFunction) {384 …= SyntaxKind.ObjectLiteralExpression || leftmostExpressionKind === SyntaxKind.FunctionExpression) {
19 || kind === SyntaxKind.FunctionExpression
26 FunctionExpression, IntersectionType, enumerator80 faultsAttrs[FaultID.FunctionExpression] = new FaultAttributes(46, true);
24 ImportFromPath, FunctionExpression, IntersectionType, enumerator77 faultsAttrs[FaultID.FunctionExpression] = { migratable: true, cookBookRef: "46", };