summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/decompile-script.js
blob: b5926d79c125d807e1344cfde607f7c13cb7f08f (plain)
1
2
3
4
5
6
function example(a, b, c) {
    var complicated = 3;
    perform_some_operations();
}
var myfun = function (a, b) { return a + b; }
assertEq(decompileThis(), snarf(thisFilename()));