1 2 3 4 5 6 7 8
// |jit-test| error:9 function thrower() { throw 9; } function f() { return [...{} [thrower(...["foo"])]] = "undefined"; } f();