summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/arguments/bug1051760.js
blob: aeb54feecc3e17ca1f2c72a18c314cde073a82c3 (plain)
1
2
3
4
function test() {
    eval("var { [arguments] : y } = {};");
}
test();