boda_jsEnv/env_xbb_lastest_jsdom/env/WindowProperties.js
2023-02-14 20:19:50 +08:00

11 lines
434 B
JavaScript

WindowProperties = function WindowProperties() {
return bodavm.toolsFunc.throwError("TypeError","Illegal constructor")
// throw ReferenceError(`WindowProperties is not defined
// at <anonymous>:1:100`)
;
}
bodavm.toolsFunc.safeProto(WindowProperties, 'WindowProperties')
WindowProperties.prototype.__proto__=EventTarget.prototype;
WindowProperties.__proto__=EventTarget;
delete WindowProperties.prototype.constructor;