Source code

Revision control

Copy as Markdown

Other Tools

function t() {
getBacktrace({ locals: true });
}
var f = t.bind();
new f();
f();