Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / bug510437.js
1 // Don't crash or assert.
2
3 this.watch("d", eval);
4 (function () {
5     (eval("\
6     (function () {\
7         for (let x = 0; x < 2; ++x) {\
8             d = x\
9         }\
10     })\
11 "))()
12 })()