Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: SyntaxError
"use strict";
function inner() (([arguments, b] = this, c)());
// |jit-test| error: SyntaxError
"use strict";
function inner() (([arguments, b] = this, c)());