blob: 1f9c7d7fc5b21fefc59e718cb3994636e4730ed2 [file] [log] [blame]
function thunk() {
new.target();
}
assertThrownErrorContains(thunk, "new.target");
if (typeof reportCompare === "function")
reportCompare(0, 0, "OK");