summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/yield-in-formal-destructuring.js
blob: 7c2d2e0f77f3285cdde9ee746f9a7d5ef1db98fe (plain)
1
2
// |jit-test| error: SyntaxError
function d([{ [yield]: {} } ]) f