blob: 965a7d73b7167dea0103126a08ec86dc30548c24 [file] [log] [blame]
const s1 = (-1).toLocaleString().padEnd(2**31-1, 'aa');
try {
s1 == s1;
} catch (e) {
exception = e;
}
if (exception != "Error: Out of memory")
throw "FAILED";