(addr)
| 324 | } |
| 325 | |
| 326 | function sym(addr) { |
| 327 | if (!CONFIG.symbolicate) return addr.toString(); |
| 328 | return resolve(addr).text; |
| 329 | } |
| 330 | |
| 331 | // returns formatted string, or null if it should be dropped by scope |
| 332 | function formatEvent(state, ev) { |
no test coverage detected