Source code
Revision control
Copy as Markdown
Other Tools
function f(x) {
oomTest(() => eval(x));
}
f("");
f("");
f(`eval([ "x = \`\${new Error.lineNumber}" ].join())`);
function f(x) {
oomTest(() => eval(x));
}
f("");
f("");
f(`eval([ "x = \`\${new Error.lineNumber}" ].join())`);