blob: 2407e51fa0799624efe280ba58cae520b3e29b0a [file] [log] [blame]
function test() {
return (new Function).name === "anonymous";
}
if (!test())
throw new Error("Test failed");