1 2 3 4 5 6 7 8
if (!('oomTest' in this)) quit(); function f(x) { oomTest(() => eval(x)); } f(""); f(""); f(`eval([ "x = \`\${new Error.lineNumber}" ].join())`);