summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1311061.js
blob: b852248bf1b8df198cb5d4b3eeb6a72e437c66b9 (plain)
1
2
3
4
5
// |jit-test| error:TypeError
function f() {
    with(this) {};
}
(new new Proxy(f, {get: f}))();