Home
last modified time | relevance | path

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

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