(right, state, node)
| 45982 | } |
| 45983 | } |
| 45984 | function onRight(right, state, node) { |
| 45985 | if (!state.skip) { |
| 45986 | var maybeBound = maybeBind(right); |
| 45987 | if (node.operatorToken.kind === 27 /* SyntaxKind.CommaToken */) { |
| 45988 | maybeBindExpressionFlowIfCall(right); |
| 45989 | } |
| 45990 | return maybeBound; |
| 45991 | } |
| 45992 | } |
| 45993 | function onExit(node, state) { |
| 45994 | if (!state.skip) { |
| 45995 | var operator = node.operatorToken.kind; |
nothing calls this directly
no test coverage detected