(node, checkMode)
| 82812 | return type; |
| 82813 | } |
| 82814 | function checkTruthinessExpression(node, checkMode) { |
| 82815 | return checkTruthinessOfType(checkExpression(node, checkMode), node); |
| 82816 | } |
| 82817 | function checkForStatement(node) { |
| 82818 | // Grammar checking |
| 82819 | if (!checkGrammarStatementInAmbientContext(node)) { |
no test coverage detected