(match, regexInfo)
| 1013 | function getMatches(code, regexInfo) |
| 1014 | { |
| 1015 | function defaultAdd(match, regexInfo) |
| 1016 | { |
| 1017 | return match[0]; |
| 1018 | }; |
| 1019 | |
| 1020 | var index = 0, |
| 1021 | match = null, |
nothing calls this directly
no outgoing calls
no test coverage detected