Source code

Revision control

Copy as Markdown

Other Tools

// Adapted from randomly chosen test: js/src/jit-test/tests/parser/yield-in-formal-destructuring.js
function f({
[e]: {}
}) {}