blob: 3c66e09c4a199896c7c75cf8704f0905700ae345 [file] [log] [blame]
var str1 = String.fromCharCode(136, 115, 29, 20, 15, 155, 81);
str3 = str1.padEnd(0x7FFFFFFC, '123');
var exception;
try {
JSON.stringify(str3);
} catch (e) {
exception = e;
}
if (exception != "Error: Out of memory")
throw "FAILED";