(message, offender, a, b, c, d)
| 1155 | } |
| 1156 | |
| 1157 | function stop(message, offender, a, b, c, d) { |
| 1158 | var warning = warn(message, offender, a, b, c, d); |
| 1159 | quit(bundle.stopping, warning.line, warning.character); |
| 1160 | } |
| 1161 | |
| 1162 | function stop_at(message, line, character, a, b, c, d) { |
| 1163 | return stop(message, { |
no test coverage detected
searching dependent graphs…