Source code

Revision control

Copy as Markdown

Other Tools

function d() {
quit();
}
function bt() {
getBacktrace({thisprops: true});
}
d.toString = bt.toString = drainJobQueue.toString = function () {
if (this === bt)
return '';
this();
}
bt();