blob: 7952b37d291c13291cb8495883f36baee3fe1bba [file] [log] [blame]
//@ skip if $buildType == "debug"
let script = '_,'.repeat(5000);
script += '';
let g = new Function(script, 'if (0) g();');
for (let i = 0; i < 1000; ++i) {
g(0);
}