if (!('oomTest' in this)) quit(); function f(x) { oomTest(() => eval(x)); } f(""); f(""); f(`eval([ "x = \`\${new Error.lineNumber}" ].join())`);