summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1217593.js
blob: ebf210b38ea293ea9776bcdca32024224a59df71 (plain)
1
2
3
4
5
6
enableOsiPointRegisterChecks();
function f() {
    return this;
}
f();
f();