summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug648230-1.js
blob: f684bc68975650566b448dbde8dea67a3b8c0b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
function f() {
    -null;
    -null;
    -null;
    -null;
    -null;
}
{
    function g() {};
}
f();
x = Math.abs();