boda_jsEnv/env_xbb_lastest_bo/env/WindowProperties.js
xuxiaobo-bobo 3eda40b52f 'second'
2023-02-14 22:06:09 +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;