( offset )
| 1368 | } |
| 1369 | } |
| 1370 | function sourceFromStacktrace( offset ) { |
| 1371 | try { |
| 1372 | throw new Error(); |
| 1373 | } catch ( e ) { |
| 1374 | return extractStacktrace( e, offset ); |
| 1375 | } |
| 1376 | } |
| 1377 | |
| 1378 | /** |
| 1379 | * Escape text for attribute or text content. |
no test coverage detected