blob: 47017fc2840debf3d2f38dfb8ecd488b7e41e464 [file] [log] [blame]
// |jit-test| ion-eager;
if (typeof Symbol !== "function") quit(0);
var x
(function() {
x
}());
verifyprebarriers();
x = x * 0
x = Symbol();
gc();
evalcx("x=1", this);