blob: a48df38d97d7589d8cf2ce57682e77d055c04066 [file] [log] [blame]
try {
$vm.haveABadTime();
const ten = 10;
const s = ten.toLocaleString().repeat(2 ** 30 - 1);
[s].toString();
} catch { }