Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts33776 …const yieldExpressionType = yieldExpression.expression ? checkExpression(yieldExpression.expressio… constant
35447 …const yieldExpressionType = node.expression ? checkExpression(node.expression) : undefinedWidening… constant