Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / testBug628564.js
1 x = 0
2 for (a = 0; a < HOTLOOP+5; ++a) {
3   if (a == HOTLOOP-1) {
4     if (!x) {
5       __defineSetter__("x", Object.defineProperties)
6     }
7   }
8 }