blob: 0202027aa457fa01aeec19d0ab5382f8118d6c10 [file] [log] [blame]
const replacer = new Array(15).fill('key');
for (let i = 0; i < 1e6; ++i)
JSON.stringify(null, replacer);