(index)
| 68442 | addMatch(lastSourceIndex, getSourceText(lastSourceIndex).length); |
| 68443 | return matches; |
| 68444 | function getSourceText(index) { |
| 68445 | return index < lastSourceIndex ? sourceTexts[index] : remainingEndText; |
| 68446 | } |
| 68447 | function addMatch(s, p) { |
| 68448 | var matchType = s === seg ? |
| 68449 | getStringLiteralType(getSourceText(s).slice(pos, p)) : |
no outgoing calls
no test coverage detected