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