Source code
Revision control
Copy as Markdown
Other Tools
function test(expected) {
with ({}) assertEq(new.target, expected);
}
test(undefined);
new test(test);
function test(expected) {
with ({}) assertEq(new.target, expected);
}
test(undefined);
new test(test);