rabit2022

Results 2 issues of rabit2022

iframe.style.display = 'none'; html.appendChild(iframe); iframeDocument = iframe.contentWindow.document; iframeDocument.open(); iframeDocument.write(scriptTag('document.F=Object')); iframeDocument.close(); 这个分支的代码会报错,es3非浏览器环境下,没有处理iframe={}的情况,html为空的情况, NullProtoObject = typeof document != 'undefined' ? document.domain && activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) // old IE : NullProtoObjectViaIFrame() : NullProtoObjectViaActiveX(activeXDocument);...

```javascript (function () { function PROPERTY(CLASS, name, descriptor) { // 确保至少提供了一个 get 或 set 方法 if (!descriptor.get && !descriptor.set) { throw new Error( sprintf( "PROPERTY: At least one of 'get'...