Home
last modified time | relevance | path

Searched defs:functionFlags (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DsuggestionDiagnostics.ts201 const functionFlags = getFunctionFlags(arg as FunctionDeclaration | FunctionExpression); constant
/third_party/typescript/lib/
Dtsc.js74185 function unwrapReturnType(returnType, functionFlags) { argument