Home
last modified time | relevance | path

Searched defs:checkExpressionCached (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts32876 …const optionsType = node.arguments.length > 1 ? checkExpressionCached(node.arguments[1]) : undefin… constant
40392 … const exprType = node.expression ? checkExpressionCached(node.expression) : undefinedType; constant
/third_party/typescript/lib/
DtypingsInstaller.js83129 function checkExpressionCached(node, checkMode) { function
Dtsc.js69972 function checkExpressionCached(node, checkMode) { function