git commit id: 8cdb27dae2a958f4ad5ff00f4900a7c235835247 ``` for (const a in ",,,,,,,,,,,") { [,,,] = a; } ``` run args: ``` WebKitBuild/Debug/bin/jsc --useConcurrentJIT=0 --jitPolicyScale=0.001 --useFTLJIT=0 test.js ``` program output: ``` Exception: TypeError: undefined is not a function (near '...[,,,]...') global code@test.js:2:5 ``` Expected behavior should not output anything.
<rdar://problem/111897193>