2023-02-14 20:19:50 +08:00

6 lines
304 B
JavaScript

// HTMLHeadElement对象
HTMLHeadElement = function HTMLHeadElement(){return bodavm.toolsFunc.throwError("TypeError", "Illegal constructor")}
bodavm.toolsFunc.safeProto(HTMLHeadElement, "HTMLHeadElement");
HTMLHeadElement.prototype.__proto__=HTMLElement.prototype;
HTMLHeadElement.__proto__=HTMLElement;