MCPcopy Index your code
hub / github.com/mailru/FileAPI / sourceFromStacktrace

Function sourceFromStacktrace

tests/qunit/qunit.js:1370–1376  ·  view source on GitHub ↗
( offset )

Source from the content-addressed store, hash-verified

1368 }
1369}
1370function 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.

Callers 1

qunit.jsFile · 0.85

Calls 1

extractStacktraceFunction · 0.85

Tested by

no test coverage detected