Source code

Revision control

Copy as Markdown

Other Tools

// Destructuring does not occur when the target of for-of is an empty typed array.
for (var [[x]] of new Int32Array(0))
throw "FAIL";