UNPKG

stackedy

Version:

Roll your own stack traces and control program execution through AST manipulation

12 lines (10 loc) 177 B
function f () { g() } function g () { h() } function h () { setTimeout(function xxx () { (function yyy () { throw 'moo' })() }, 10); } f();