(operatorToken, state, _node)
| 45977 | } |
| 45978 | } |
| 45979 | function onOperator(operatorToken, state, _node) { |
| 45980 | if (!state.skip) { |
| 45981 | bind(operatorToken); |
| 45982 | } |
| 45983 | } |
| 45984 | function onRight(right, state, node) { |
| 45985 | if (!state.skip) { |
| 45986 | var maybeBound = maybeBind(right); |
nothing calls this directly
no test coverage detected