(a, b)
| 184 | |
| 185 | parse(input) { |
| 186 | const checkToken = (a, b) => !this.escaping && this.stringState === StringState.None && a === b; |
| 187 | |
| 188 | const checkSES = c => { |
| 189 | if (this.escaping) { |
nothing calls this directly
no outgoing calls
no test coverage detected