(pos, bad)
| 12485 | } |
| 12486 | |
| 12487 | function badPos(pos, bad) { |
| 12488 | if (bad) { |
| 12489 | pos.bad = true |
| 12490 | } |
| 12491 | return pos |
| 12492 | } |
| 12493 | |
| 12494 | function domTextBetween(cm, from, to, fromLine, toLine) { |
| 12495 | var text = "", |
no outgoing calls
no test coverage detected