( offset )
| 1401 | } |
| 1402 | } |
| 1403 | function sourceFromStacktrace( offset ) { |
| 1404 | try { |
| 1405 | throw new Error(); |
| 1406 | } catch ( e ) { |
| 1407 | return extractStacktrace( e, offset ); |
| 1408 | } |
| 1409 | } |
| 1410 | |
| 1411 | /** |
| 1412 | * Escape text for attribute or text content. |
no test coverage detected