Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / closures / bug540131.js
1 try {
2  (function() {
3    let(x = (eval("for(y in[0,0,0,0]){}"))) {}
4  })()
5 } catch(e) {}