Source code

Revision control

Copy as Markdown

Other Tools

function f({get
} = (0), y) {
var stack = getBacktrace({
args: true,
});
}
f(1, 2);