Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug589108.js
1 try {
2     var x
3     for (x in <x>></x>)
4     gczeal(2)
5     new NaN
6 } catch(e) {}
7 (function() {
8     for (a in [Boolean(), x.t]) {}
9 } (function() {}))
10