1 2 3 4 5 6
function test(expected) { with ({}) assertEq(new.target, expected); } test(undefined); new test(test);