blob: ba215bdead8a8a99025b218b0db7ff4da3bf1b43 [file] [log] [blame]
var x = eval("gc(); 30");
var y = x.toString();
isNaN(x);
assertEq(y, "30");