Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / testDeepBail1.js
1 function testDeepBail1() {
2     var y = <z/>;
3     for (var i = 0; i < RUNLOOP; i++)
4         "" in y;
5 }
6 testDeepBail1();