1 2 3 4 5 6
function example(a, b, c) { var complicated = 3; perform_some_operations(); } var myfun = function (a, b) a + b; assertEq(decompileThis(), snarf(thisFilename()));