summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug842940.js
blob: 015b18bb3e955f303956587091b31509d8c67225 (plain)
1
try { for (let v of wrapWithProto(new Proxy({}, {}), [])) { } } catch (e) {}