1 2 3 4 5 6
function f(x) { oomTest(() => eval(x)); } f(""); f(""); f(`eval([ "x = \`\${new Error.lineNumber}" ].join())`);