Searched refs:functionDecl (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/tests/cases/fourslash/ |
| D | renameDeclarationKeywords.ts | 64 functionDecl, constant
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/parser/ |
| D | parser.go | 69 out.Functions = append(out.Functions, p.functionDecl(decorations)) 156 func (p *parser) functionDecl(decos ast.Decorations) ast.FunctionDecl { func
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 27292 …function getContextualIterationType(kind: IterationTypeKind, functionDecl: SignatureDeclaration): … 27293 const isAsync = !!(getFunctionFlags(functionDecl) & FunctionFlags.Async); 27294 … const contextualReturnType = getContextualReturnType(functionDecl, /*contextFlags*/ undefined); 27303 …function getContextualReturnType(functionDecl: SignatureDeclaration, contextFlags: ContextFlags | … 27306 const returnType = getReturnTypeFromAnnotation(functionDecl); 27312 …const signature = getContextualSignatureForFunctionLikeDeclaration(functionDecl as FunctionExpress… 27316 const iife = getImmediatelyInvokedFunctionExpression(functionDecl);
|
| /third_party/typescript/lib/ |
| D | tsc.js | 63635 function getContextualIterationType(kind, functionDecl) { argument 63636 var isAsync = !!(ts.getFunctionFlags(functionDecl) & 2); 63637 var contextualReturnType = getContextualReturnType(functionDecl, undefined); 63644 function getContextualReturnType(functionDecl, contextFlags) { argument 63645 var returnType = getReturnTypeFromAnnotation(functionDecl); 63649 var signature = getContextualSignatureForFunctionLikeDeclaration(functionDecl); 63653 var iife = ts.getImmediatelyInvokedFunctionExpression(functionDecl);
|
| D | typingsInstaller.js | 75884 function getContextualIterationType(kind, functionDecl) { argument 75885 var isAsync = !!(ts.getFunctionFlags(functionDecl) & 2 /* FunctionFlags.Async */); 75886 … var contextualReturnType = getContextualReturnType(functionDecl, /*contextFlags*/ undefined); 75893 function getContextualReturnType(functionDecl, contextFlags) { argument 75896 var returnType = getReturnTypeFromAnnotation(functionDecl); 75902 var signature = getContextualSignatureForFunctionLikeDeclaration(functionDecl); 75906 var iife = ts.getImmediatelyInvokedFunctionExpression(functionDecl);
|