Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
Embedding script 'function c(f, ...args) { return f(...args); }'
Tests that stepping works on snapshotted function
paused
}
#debugger;
c(f, 2);
debugger;
#c(f, 2);
function c(f, ...args) { #return f(...args); }
function f(x) {
#return x * 2;
return x * 2;#
function c(f, ...args) { return f(...args);# }
#}
test()#