Repository: bnmgh1/node-sandbox Branch: main Commit: e39d2a8e5ca5 Files: 190 Total size: 3.8 MB Directory structure: gitextract_v2jkf5ez/ ├── .idea/ │ ├── .gitignore │ ├── inspectionProfiles/ │ │ ├── Project_Default.xml │ │ └── profiles_settings.xml │ ├── misc.xml │ ├── modules.xml │ ├── node-sandbox.iml │ └── vcs.xml ├── LICENSE ├── README.md ├── env/ │ ├── ANGLEInstancedArrays.js │ ├── AnalyserNode.js │ ├── AudioContext.js │ ├── AudioListener.js │ ├── AudioNode.js │ ├── AudioParam.js │ ├── AudioScheduledSourceNode.js │ ├── BarProp.js │ ├── BaseAudioContext.js │ ├── BatteryManager.js │ ├── Blob.js │ ├── CSSStyleDeclaration.js │ ├── CSSStyleRule.js │ ├── CSSStyleSheet.js │ ├── CanvasGradient.js │ ├── CanvasRenderingContext2D.js │ ├── Crypto.js │ ├── CustomElementRegistry.js │ ├── CustomEvent.js │ ├── DOMTokenList.js │ ├── Database.js │ ├── DeprecatedStorageInfo.js │ ├── DeprecatedStorageQuota.js │ ├── Document.js │ ├── DocumentType.js │ ├── DynamicsCompressorNode.js │ ├── EXTDisjointTimerQuery.js │ ├── Element.js │ ├── Event.js │ ├── External.js │ ├── GainNode.js │ ├── HTMLAllCollection.js │ ├── HTMLAnchorElement.js │ ├── HTMLAreaElement.js │ ├── HTMLBRElement.js │ ├── HTMLBaseElement.js │ ├── HTMLBodyElement.js │ ├── HTMLButtonElement.js │ ├── HTMLCanvasElement.js │ ├── HTMLCollection.js │ ├── HTMLDListElement.js │ ├── HTMLDataElement.js │ ├── HTMLDataListElement.js │ ├── HTMLDetailsElement.js │ ├── HTMLDialogElement.js │ ├── HTMLDirectoryElement.js │ ├── HTMLDivElement.js │ ├── HTMLElement.js │ ├── HTMLEmbedElement.js │ ├── HTMLFieldSetElement.js │ ├── HTMLFontElement.js │ ├── HTMLFormElement.js │ ├── HTMLFrameElement.js │ ├── HTMLFrameSetElement.js │ ├── HTMLHRElement.js │ ├── HTMLHeadingElement.js │ ├── HTMLHtmlElement.js │ ├── HTMLIFrameElement.js │ ├── HTMLImageElement.js │ ├── HTMLInputElement.js │ ├── HTMLLIElement.js │ ├── HTMLLabelElement.js │ ├── HTMLLegendElement.js │ ├── HTMLLinkElement.js │ ├── HTMLMapElement.js │ ├── HTMLMarqueeElement.js │ ├── HTMLMediaElement.js │ ├── HTMLMenuElement.js │ ├── HTMLMetaElement.js │ ├── HTMLMeterElement.js │ ├── HTMLModElement.js │ ├── HTMLOListElement.js │ ├── HTMLObjectElement.js │ ├── HTMLOptGroupElement.js │ ├── HTMLOptionElement.js │ ├── HTMLOutputElement.js │ ├── HTMLParagraphElement.js │ ├── HTMLParamElement.js │ ├── HTMLPreElement.js │ ├── HTMLProgressElement.js │ ├── HTMLQuoteElement.js │ ├── HTMLScriptElement.js │ ├── HTMLSelectElement.js │ ├── HTMLSlotElement.js │ ├── HTMLSourceElement.js │ ├── HTMLStyleElement.js │ ├── HTMLTableCaptionElement.js │ ├── HTMLTableCellElement.js │ ├── HTMLTableColElement.js │ ├── HTMLTableElement.js │ ├── HTMLTableRowElement.js │ ├── HTMLTableSectionElement.js │ ├── HTMLTemplateElement.js │ ├── HTMLTextAreaElement.js │ ├── HTMLTimeElement.js │ ├── HTMLTitleElement.js │ ├── HTMLTrackElement.js │ ├── HTMLUListElement.js │ ├── HTMLVideoElement.js │ ├── History.js │ ├── IDBDatabase.js │ ├── IDBFactory.js │ ├── IDBObjectStore.js │ ├── IDBOpenDBRequest.js │ ├── IDBRequest.js │ ├── IDBTransaction.js │ ├── Image.js │ ├── ImageData.js │ ├── InputDeviceCapabilities.js │ ├── MediaEncryptedEvent.js │ ├── MediaQueryList.js │ ├── MimeType.js │ ├── MimeTypeArray.js │ ├── MouseEvent.js │ ├── MutationObserver.js │ ├── MutationRecord.js │ ├── Navigator.js │ ├── NavigatorUAData.js │ ├── NetworkInformation.js │ ├── Node.js │ ├── NodeList.js │ ├── Notification.js │ ├── OESVertexArrayObject.js │ ├── OfflineAudioContext.js │ ├── OffscreenCanvas.js │ ├── OffscreenCanvasRenderingContext2D.js │ ├── OscillatorNode.js │ ├── Path2D.js │ ├── Performance.js │ ├── PerformanceEntry.js │ ├── Plugin.js │ ├── PluginArray.js │ ├── PointerEvent.js │ ├── RTCDataChannel.js │ ├── RTCIceCandidate.js │ ├── RTCPeerConnection.js │ ├── RTCPeerConnectionIceEvent.js │ ├── RTCSessionDescription.js │ ├── Request.js │ ├── Screen.js │ ├── ScreenOrientation.js │ ├── SpeechSynthesis.js │ ├── SpeechSynthesisUtterance.js │ ├── Storage.js │ ├── StorageManager.js │ ├── StyleMedia.js │ ├── StyleSheet.js │ ├── Text.js │ ├── TextMetrics.js │ ├── TrustedTypePolicyFactory.js │ ├── UIEvent.js │ ├── URL.js │ ├── UserActivation.js │ ├── VisualViewport.js │ ├── WebGL2RenderingContext.js │ ├── WebGLDebugShaders.js │ ├── WebGLDrawBuffers.js │ ├── WebGLLoseContext.js │ ├── WebGLMultiDraw.js │ ├── WebGLRenderingContext.js │ ├── WebGLShaderPrecisionFormat.js │ ├── WebSocket.js │ ├── Woker.js │ ├── XMLHttpRequest.js │ ├── XMLHttpRequestEventTarget.js │ └── XPathExpression.js ├── main.js ├── ret.html ├── util/ │ ├── cover_construct_function.js │ ├── cover_function.js │ ├── end.js │ ├── globalMy.js │ ├── init_env.js │ └── pass_check.js └── work/ ├── ali140.js ├── boss.js ├── jrtt/ │ ├── ac_sign.js │ └── jrtt.js ├── rsvmp.js └── zhihu/ ├── x81.js └── zhihu.js ================================================ FILE CONTENTS ================================================ ================================================ FILE: .idea/.gitignore ================================================ # Default ignored files /shelf/ /workspace.xml # Datasource local storage ignored files /dataSources/ /dataSources.local.xml # Editor-based HTTP Client requests /httpRequests/ ================================================ FILE: .idea/inspectionProfiles/Project_Default.xml ================================================ ================================================ FILE: .idea/inspectionProfiles/profiles_settings.xml ================================================ ================================================ FILE: .idea/misc.xml ================================================ ================================================ FILE: .idea/modules.xml ================================================ ================================================ FILE: .idea/node-sandbox.iml ================================================ ================================================ FILE: .idea/vcs.xml ================================================ ================================================ FILE: LICENSE ================================================ Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================ FILE: README.md ================================================ # 魔改Node Js补环境框架 ## 内置对象Utils Utils是v8对象, 内置了几个重要函数. 1. defineProperty 作用: 重写属性描述符, 即使是configurable为false 也能强行修改然后delete掉. 暂时不支持传入get set, 只能修改成value. mode我详细解释下, 在v8底层READ_ONLY(writable)是1, DONT_ENUM(enumerable)是2, DONT_DELETE(configurable)是4, 所以1|2|4 = 7, mode即7, 也就是所有描述符为false. 0就代表所有描述符都为true. 2. initEnv 作用: 给~~wanfeng~~globalMy下的构造函数设置原型对象. 3. initWindow 作用: 将~~wanfeng~~globalMy下的构造函数定义到window里, 因为构造函数在window里的enumerable描述符为false, 所以不能直接用赋值形式定义在window下. 而用Object.defineProperty耗时太慢了, 所以单独写个方法初始化window. 4. initWorker 作用: 和initWindow同理 5. Error_get_stack 作用: 堆栈拦截, 单js获取报错的stack时, 会先走到这里. 这个不算api~ 不重写则默认不处理. 6. defineIsTrusted 作用: 给事件对象设置isTrusted属性, get事件回调将会走到globalMy.event_get_isTrusted. 7. setImmutableProto 作用: 修改对象的__proto__将会报错 8. setUndetectable 作用: 直接将对象的type设置为undefined, 可能存在bug. 解释下我为什么又用回这个api, 是因为我需要代理document.all对象, 但是这样typeof解决不掉, 所以又用底层api去标记对象, 而不是新建一个对象的时候标记对象为undetectable. 可能存在bug, 谨慎使用, 我暂时没问题. 没需求的直接用new一个xtd对象即可. 9. setNative 作用: 就是将模块下的SetNative移植到了v8层面 10. api例子 ```javascript Utils.definePropery({}, "a", {value: 1, mode: 7}); ``` ```javascript Utils.Error_get_stack = function(stack){ console.log(stack) }; ``` ```javascript Utils.defineIsTrusted(event); ``` ```javascript Utils.setImmutableProto(this); ``` ## wanfeng 接下来是内置模块, 我将其命名为wanfeng. 所以使用的时候需要require("wanfeng") 1. setNative 作用: ~~给函数套壳, 这样的话就不用考虑函数toString检测问题了. ~~第一个参数是函数, 第二个参数是函数名称, 第三个是否是构造函数. 非构造函数则传false, new 函数将会报错. 第四个参数的函数的length. 返回壳函数.~~ 之前保护这样得到的函数会导致无法被回收, 内存一直增加, 所以换了写法...现在只对函数toString进行保护, 其他需要的自行封装, 比如判断是否是new关键字调用, 以及函数长度等... (感谢零点大佬提供的代码) ~~2. DeleteProperty 作用: 强行移除属性, 即使configurable为false也能直接删除. (感谢零点大佬提供的代码) 缺点: 目前我只用在了Promise构造函数删除caller以及arguments属性(底层自带的没有这2个属性), 强制删除可能引发bug, 所以大多时候我用v8底层函数 强制修改描述符之后再用delete关键字进行安全的删除.~~ 有bug, 还是修改描述符delete吧~ 3. xtd 作用: 生成一个type为undefined的对象. (感谢泰迪大佬提供的代码) 4. ClearMemory 作用: 通知引擎进行垃圾回收.这将使 V8 尝试执行一次完整的垃圾回收, 并尝试释放未使用的内存. 这样无限创建vm虚拟机也能保持内存占用处在稳定的区间. 4. api例子 ```javascript function a(){} /* 现在只传函数进去, 然后的话函数的name如果是a ,那么toString就会得到 function a(){ [native code] } */ wanfeng.SetNative(a); ``` ```javascript let undefined_obj = new wanfeng.xtd; ``` ```javascript wanfeng.ClearMemory(); ``` ## node框架使用说明 1. 以window对象为例, window 获取 window对象时, 会走到 globalMy.window_get_window 这个方法里,我们在这里写方法逻辑。 2. 以document对象为例, document 调用 createElement方法时, 会走到 globalMy.Document_createElement 这个方法里,因为是原型链上的方法,所以是Document 3. 还是以document为例, document 获取 location对象时, 会走到 globalMy.document_get_location 这个方法里, 因为location是直接属于document对象下的。 ps : 核心就是在node底层定义了一层拦截器, 然后最终又走到我们定义的js方法里完成调用. 底层定义的方法不需要考虑toString检测. 而且node设置属性比js的defineProperty快很多. ## js框架简介 1. 因为之前自己写的沙箱太垃圾, 所以没有和node框架做结合. 不过node框架初始化也快, 干脆就直接用jsdom了, 偷懒了. 2. 创建节点对象时, 我会定义一个壳对象来映射jsdom对象达到过检测的目的. 我实现的没有很优雅, 够用就行了 ## 注意事项 1. 框架默认重写Promise, 用原生的Promise就不要调用globalMy. rePromise函数即可 (原生的会更好用, 有个库可以直接将异步转同步, 注意node的setTimeout的一些检测就好了...) 2. ~~不要代理任何对象,代理对象调用方法时会直接报错,和浏览器一样的机制。建议在方法调用时打印,像我的js框架一样。~~ 现在可以代理了, 可以自己判断代理对象调用方法时要不要报错. 3. node无法使用正常的vm2模块, 改用vm模块了(不建议用execjs调, 真的很蠢... 持续调用还是建议起服务接口), vm小小的魔改了下, 去掉了一些检测点... 4. 非构造函数的原型对象, 就实现了个别, 比如WindowProperties这种的原型对象。这种会存放在Utils中, 例如Utils.WindowProperties_ptototype。 5. 如果遇到方法没有定义的话, node会挂掉噢... ## 更新说明 2023-03-15 node和js框架代码更新了些许东西, 最新的node处理了一些细节问题, 还有些小bug也解决了. 所以要用新编译的node!! 2023-03-29 后续js框架不更新了, 因为js框架是去年写的, 很多实现的很有问题. setTimeout以及添加事件触发事件都有问题(我现在也用原生的了~). 如果大佬们有关于node框架的一些想法或者思路可以一起探讨~ 2023-05-01 增加了node的一些api, 以及去除掉模块自带的构造函数, ~~改用wanfeng.SetNative来生成壳构造函数~~改用wanfeng.SetNative保护函数toString. 这样new一份虚拟机的话, 这些构造函数就不相等了, 相互独立. 修改了vm的源码, 过了一些有问题的检测点. 比如this.hasOwnProperty("hasOwnProperty") === true, vm的this只要继承谁, 就会直接拥有这个属性. 能遍历到这个key, 但是用getOwnProperty又获取到undefined. 所以修改了点东西. 初始化这块, ~~就是将保护后的构造函数放到wanfeng这个对象里(每个vm传一个wanfeng对象进去, 不要直接传wanfeng模块, 看main.js的rsvmp函数)~~, 看init_env.js. 生成构造函数放在globalMy下, 然后wanfeng.SetNative保护一下.再调用Utils.initEnv(), Utils.initWindow()就行了. 2023-05-08 修改了wanfeng.SetNative的底层源码, 所以使用方式也改变了... wanfeng新增ClearMemory api, ~~消耗内存现在稳定了呜呜~~~ (jsdom有些内存清不掉~) 2023-05-17 将nodejs修改v8源码, 以及注册壳函数源码都放到星球里了. 后续会开源出来给大家看看, 基本都是用的v8 API在做操作. 更新了一个api setUndetectable V8对象Utils下的. 现在已经将很多模块的功能都砍掉或者移植到v8层面去做了. 主要是让wanfeng模块只在node层面做事情, 而不用传入虚拟机里. 另外这次版本升级到了19.6, 18.8版本以上提供方便的生成快照命令, 所以升级了... 我的nodejs v8源码已经上传到星球里了, 可以学习下用v8的这些api来过一些补环境的检测~ (星球随缘更新, 只要50, 饿不死你富不了我...) ## 警告 此代码开源仅供学习使用, 如有影响请联系作者删除. 请勿用于非法用途, 否则法律后果自负. ## 赞助 By: 挽风 q/v: 1491025307. 有好的补环境思路或者遇到了bug联系我~ ps: 和陈不不大佬的cynode不是一个框架... 我、陈不不大佬、泰迪大佬一起合作的星球 : https://t.zsxq.com/06bIUvBEM. 星球里有更轻量级的框架, 只提供api的框架, 没有固定初始化的那种. ================================================ FILE: env/ANGLEInstancedArrays.js ================================================ // prototype(无构造函数)的原型方法 globalMy.ANGLEInstancedArrays_drawArraysInstancedANGLE = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了ANGLEInstancedArrays_drawArraysInstancedANGLE, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.ANGLEInstancedArrays_drawElementsInstancedANGLE = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了ANGLEInstancedArrays_drawElementsInstancedANGLE, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.ANGLEInstancedArrays_vertexAttribDivisorANGLE = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了ANGLEInstancedArrays_vertexAttribDivisorANGLE, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/AnalyserNode.js ================================================ globalMy.AnalyserNode_get_fftSize = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['fftSize']; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_get_fftSize,result => ', result) } return result; } globalMy.AnalyserNode_set_fftSize = function (val) { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['fftSize'] = val; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_set_fftSize, 传参val => ' + val + ' result => ', result) } } globalMy.AnalyserNode_get_frequencyBinCount = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['frequencyBinCount']; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_get_frequencyBinCount,result => ', result) } return result; } globalMy.AnalyserNode_get_minDecibels = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['minDecibels']; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_get_minDecibels,result => ', result) } return result; } globalMy.AnalyserNode_set_minDecibels = function (val) { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['minDecibels'] = val; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_set_minDecibels, 传参val => ' + val + ' result => ', result) } } globalMy.AnalyserNode_get_maxDecibels = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['maxDecibels']; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_get_maxDecibels,result => ', result) } return result; } globalMy.AnalyserNode_set_maxDecibels = function (val) { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['maxDecibels'] = val; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_set_maxDecibels, 传参val => ' + val + ' result => ', result) } } globalMy.AnalyserNode_get_smoothingTimeConstant = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['smoothingTimeConstant']; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_get_smoothingTimeConstant,result => ', result) } return result; } globalMy.AnalyserNode_set_smoothingTimeConstant = function (val) { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['smoothingTimeConstant'] = val; if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_set_smoothingTimeConstant, 传参val => ' + val + ' result => ', result) } } globalMy.AnalyserNode_getByteFrequencyData = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_getByteFrequencyData, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AnalyserNode_getByteTimeDomainData = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_getByteTimeDomainData, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AnalyserNode_getFloatFrequencyData = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_getFloatFrequencyData, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AnalyserNode_getFloatTimeDomainData = function () { if (!(this instanceof AnalyserNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AnalyserNode_getFloatTimeDomainData, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } ================================================ FILE: env/AudioContext.js ================================================ globalMy.AudioContext_get_baseLatency = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['baseLatency']; if (globalMy.is_log) { console.log('[*] 调用了AudioContext_get_baseLatency,result => ', result) } return result; } globalMy.AudioContext_get_outputLatency = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['outputLatency']; if (globalMy.is_log) { console.log('[*] 调用了AudioContext_get_outputLatency,result => ', result) } return result; } globalMy.AudioContext_close = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_close, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioContext_createMediaElementSource = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_createMediaElementSource, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioContext_createMediaStreamDestination = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_createMediaStreamDestination, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioContext_createMediaStreamSource = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_createMediaStreamSource, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioContext_getOutputTimestamp = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_getOutputTimestamp, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioContext_resume = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_resume, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioContext_suspend = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_suspend, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioContext_get_sinkId = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['sinkId']; if (globalMy.is_log) { console.log('[*] 调用了AudioContext_get_sinkId,result => ', result) } return result; } globalMy.AudioContext_get_onsinkchange = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onsinkchange']; if (globalMy.is_log) { console.log('[*] 调用了AudioContext_get_onsinkchange,result => ', result) } return result; } globalMy.AudioContext_set_onsinkchange = function (val) { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onsinkchange'] = val; if (globalMy.is_log) { console.log('[*] 调用了AudioContext_set_onsinkchange, 传参val => ' + val + ' result => ', result) } } globalMy.AudioContext_setSinkId = function () { if (!(this instanceof AudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioContext_setSinkId, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } ================================================ FILE: env/AudioListener.js ================================================ globalMy.AudioListener_get_positionX = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['positionX']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_positionX,result => ', result) } return result; } globalMy.AudioListener_get_positionY = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['positionY']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_positionY,result => ', result) } return result; } globalMy.AudioListener_get_positionZ = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['positionZ']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_positionZ,result => ', result) } return result; } globalMy.AudioListener_get_forwardX = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['forwardX']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_forwardX,result => ', result) } return result; } globalMy.AudioListener_get_forwardY = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['forwardY']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_forwardY,result => ', result) } return result; } globalMy.AudioListener_get_forwardZ = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['forwardZ']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_forwardZ,result => ', result) } return result; } globalMy.AudioListener_get_upX = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['upX']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_upX,result => ', result) } return result; } globalMy.AudioListener_get_upY = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['upY']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_upY,result => ', result) } return result; } globalMy.AudioListener_get_upZ = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['upZ']; if (globalMy.is_log) { console.log('[*] 调用了AudioListener_get_upZ,result => ', result) } return result; } globalMy.AudioListener_setOrientation = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioListener_setOrientation, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } globalMy.AudioListener_setPosition = function () { if (!(this instanceof AudioListener)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioListener_setPosition, arguments => ' + JSON.stringify(arguments) + ' result => ', result) } return result; } ================================================ FILE: env/AudioNode.js ================================================ globalMy.AudioNode_get_context = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['context']; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_get_context,result => ', result); } return result; }; globalMy.AudioNode_get_numberOfInputs = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['numberOfInputs']; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_get_numberOfInputs,result => ', result); } return result; }; globalMy.AudioNode_get_numberOfOutputs = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['numberOfOutputs']; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_get_numberOfOutputs,result => ', result); } return result; }; globalMy.AudioNode_get_channelCount = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['channelCount']; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_get_channelCount,result => ', result); } return result; }; globalMy.AudioNode_set_channelCount = function (val) { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['channelCount'] = val; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_set_channelCount, 传参val => ' + val + ' result => ', result); } }; globalMy.AudioNode_get_channelCountMode = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['channelCountMode']; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_get_channelCountMode,result => ', result); } return result; }; globalMy.AudioNode_set_channelCountMode = function (val) { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['channelCountMode'] = val; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_set_channelCountMode, 传参val => ' + val + ' result => ', result); } }; globalMy.AudioNode_get_channelInterpretation = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['channelInterpretation']; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_get_channelInterpretation,result => ', result); } return result; }; globalMy.AudioNode_set_channelInterpretation = function (val) { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['channelInterpretation'] = val; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_set_channelInterpretation, 传参val => ' + val + ' result => ', result); } }; globalMy.AudioNode_connect = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioNode_connect, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioNode_disconnect = function () { if (!(this instanceof AudioNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioNode_disconnect, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/AudioParam.js ================================================ globalMy.AudioParam_get_value = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['value']; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_get_value,result => ', result); } return result; }; globalMy.AudioParam_set_value = function (val) { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['value'] = val; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_set_value, 传参val => ' + val + ' result => ', result); } }; globalMy.AudioParam_get_automationRate = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['automationRate']; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_get_automationRate,result => ', result); } return result; }; globalMy.AudioParam_set_automationRate = function (val) { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['automationRate'] = val; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_set_automationRate, 传参val => ' + val + ' result => ', result); } }; globalMy.AudioParam_get_defaultValue = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['defaultValue']; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_get_defaultValue,result => ', result); } return result; }; globalMy.AudioParam_get_minValue = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['minValue']; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_get_minValue,result => ', result); } return result; }; globalMy.AudioParam_get_maxValue = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['maxValue']; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_get_maxValue,result => ', result); } return result; }; globalMy.AudioParam_cancelAndHoldAtTime = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioParam_cancelAndHoldAtTime, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioParam_cancelScheduledValues = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioParam_cancelScheduledValues, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioParam_exponentialRampToValueAtTime = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioParam_exponentialRampToValueAtTime, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioParam_linearRampToValueAtTime = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioParam_linearRampToValueAtTime, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioParam_setTargetAtTime = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioParam_setTargetAtTime, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioParam_setValueAtTime = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioParam_setValueAtTime, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioParam_setValueCurveAtTime = function () { if (!(this instanceof AudioParam)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioParam_setValueCurveAtTime, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/AudioScheduledSourceNode.js ================================================ globalMy.AudioScheduledSourceNode_get_onended = function () { if (!(this instanceof AudioScheduledSourceNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onended']; if (globalMy.is_log) { console.log('[*] 调用了AudioScheduledSourceNode_get_onended,result => ', result); } return result; }; globalMy.AudioScheduledSourceNode_set_onended = function (val) { if (!(this instanceof AudioScheduledSourceNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onended'] = val; if (globalMy.is_log) { console.log('[*] 调用了AudioScheduledSourceNode_set_onended, 传参val => ' + val + ' result => ', result); } }; globalMy.AudioScheduledSourceNode_start = function () { if (!(this instanceof AudioScheduledSourceNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioScheduledSourceNode_start, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.AudioScheduledSourceNode_stop = function () { if (!(this instanceof AudioScheduledSourceNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了AudioScheduledSourceNode_stop, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/BarProp.js ================================================ globalMy.BarProp_get_visible = function () { if (!(this instanceof BarProp)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['visible']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BarProp_get_visible,result => ', result); } return result; }; // prototype(无构造函数)的原型方法 // prototype(无构造函数)的原型方法 ================================================ FILE: env/BaseAudioContext.js ================================================ // prototype(无构造函数)的原型方法 // prototype(无构造函数)的原型方法 globalMy.BaseAudioContext_get_destination = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['destination']; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_get_destination,result => ', result); } return result; }; globalMy.BaseAudioContext_get_currentTime = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['currentTime']; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_get_currentTime,result => ', result); } return result; }; globalMy.BaseAudioContext_get_sampleRate = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['sampleRate']; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_get_sampleRate,result => ', result); } return result; }; globalMy.BaseAudioContext_get_listener = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['listener']; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_get_listener,result => ', result); } return result; }; globalMy.BaseAudioContext_get_state = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['state']; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_get_state,result => ', result); } return result; }; globalMy.BaseAudioContext_get_onstatechange = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onstatechange']; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_get_onstatechange,result => ', result); } return result; }; globalMy.BaseAudioContext_set_onstatechange = function (val) { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onstatechange'] = val; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_set_onstatechange, 传参val => ' + val + ' result => ', result); } }; globalMy.BaseAudioContext_createAnalyser = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createAnalyser, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createBiquadFilter = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createBiquadFilter, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createBuffer = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createBuffer, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createBufferSource = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createBufferSource, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createChannelMerger = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createChannelMerger, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createChannelSplitter = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createChannelSplitter, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createConstantSource = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createConstantSource, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createConvolver = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createConvolver, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createDelay = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createDelay, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createDynamicsCompressor = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createDynamicsCompressor, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createGain = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createGain, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createIIRFilter = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createIIRFilter, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createOscillator = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createOscillator, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createPanner = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createPanner, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createPeriodicWave = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createPeriodicWave, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createScriptProcessor = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createScriptProcessor, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createStereoPanner = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createStereoPanner, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createWaveShaper = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createWaveShaper, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_decodeAudioData = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_decodeAudioData, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_get_audioWorklet = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['audioWorklet']; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_get_audioWorklet,result => ', result); } return result; }; ================================================ FILE: env/BatteryManager.js ================================================ globalMy.BatteryManager_get_charging = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['charging']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_charging,result => ', '' + result); } return result; }; globalMy.BatteryManager_get_chargingTime = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['chargingTime']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_chargingTime,result => ', '' + result); } return result; }; globalMy.BatteryManager_get_dischargingTime = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['dischargingTime']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_dischargingTime,result => ', '' + result); } return result; }; globalMy.BatteryManager_get_level = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['level']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_level,result => ', '' + result); } return result; }; globalMy.BatteryManager_get_onchargingchange = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onchargingchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_onchargingchange,result => ', '' + result); } return result; }; globalMy.BatteryManager_set_onchargingchange = function (val) { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onchargingchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_set_onchargingchange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.BatteryManager_get_onchargingtimechange = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onchargingtimechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_onchargingtimechange,result => ', '' + result); } return result; }; globalMy.BatteryManager_set_onchargingtimechange = function (val) { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onchargingtimechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_set_onchargingtimechange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.BatteryManager_get_ondischargingtimechange = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ondischargingtimechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_ondischargingtimechange,result => ', '' + result); } return result; }; globalMy.BatteryManager_set_ondischargingtimechange = function (val) { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['ondischargingtimechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_set_ondischargingtimechange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.BatteryManager_get_onlevelchange = function () { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onlevelchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_get_onlevelchange,result => ', '' + result); } return result; }; globalMy.BatteryManager_set_onlevelchange = function (val) { if (!(this instanceof BatteryManager)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onlevelchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BatteryManager_set_onlevelchange, 传参val => ' + val + ' result => ', '' + result); } }; ================================================ FILE: env/Blob.js ================================================ globalMy.Blob_get_size = function(){ if (!(this instanceof Blob)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['size']; if(globalMy.is_log){console.log('[*] 调用了Blob_get_size,result => ' , result)} return result; } globalMy.Blob_get_type = function(){ if (!(this instanceof Blob)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['type']; if(globalMy.is_log){console.log('[*] 调用了Blob_get_type,result => ' , result)} return result; } globalMy.Blob_arrayBuffer = function(){ if (!(this instanceof Blob)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if(globalMy.is_log){console.log('[*] 调用了Blob_arrayBuffer, arguments => ' , JSON.stringify(arguments), ' result => ' , result)} return result; } globalMy.Blob_slice = function(){ if (!(this instanceof Blob)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if(globalMy.is_log){console.log('[*] 调用了Blob_slice, arguments => ' , JSON.stringify(arguments), ' result => ' , result)} return result; } globalMy.Blob_stream = function(){ if (!(this instanceof Blob)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if(globalMy.is_log){console.log('[*] 调用了Blob_stream, arguments => ' , JSON.stringify(arguments), ' result => ' , result)} return result; } globalMy.Blob_text = function(){ if (!(this instanceof Blob)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if(globalMy.is_log){console.log('[*] 调用了Blob_text, arguments => ' , JSON.stringify(arguments), ' result => ' , result)} return result; } ================================================ FILE: env/CSSStyleDeclaration.js ================================================ globalMy.CSSStyleDeclaration_get_cssText = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_cssText'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cssText']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_cssText, result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_set_cssText = function (val) { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_set_cssText, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cssText'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cssText'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_set_cssText' + ' result => ', '' + result); } }; globalMy.CSSStyleDeclaration_get_length = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_length'); } var result; // var foundName = globalMy.foundName(this); // result = globalMy.jsdom_element[foundName]['length']; // if (result != null && result != undefined) { // switch (typeof result) { // case "object": // debugger; // break; // case "function": // debugger; // break; // default: // break; // } // } result = 346; if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_length, result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_get_parentRule = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_parentRule'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['parentRule']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_parentRule, result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_get_cssFloat = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_cssFloat'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cssFloat']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_get_cssFloat, result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_set_cssFloat = function (val) { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_set_cssFloat, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cssFloat'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cssFloat'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_set_cssFloat' + ' result => ', '' + result); } }; globalMy.CSSStyleDeclaration_getPropertyPriority = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_getPropertyPriority, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getPropertyPriority.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_getPropertyPriority ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_getPropertyValue = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_getPropertyValue, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getPropertyValue.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_getPropertyValue ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_item = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_item, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.item.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_item ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_removeProperty = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_removeProperty, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.removeProperty.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_removeProperty ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleDeclaration_setProperty = function () { if (!(this instanceof CSSStyleDeclaration)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_setProperty, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setProperty.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleDeclaration_setProperty ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/CSSStyleRule.js ================================================ globalMy.CSSStyleRule_get_selectorText = function () { if (!(this instanceof CSSStyleRule)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_get_selectorText'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectorText']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_get_selectorText, result => ', '' + result); } return result; }; globalMy.CSSStyleRule_set_selectorText = function (val) { if (!(this instanceof CSSStyleRule)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_set_selectorText, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectorText'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectorText'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_set_selectorText' + ' result => ', '' + result); } }; globalMy.CSSStyleRule_get_style = function () { if (!(this instanceof CSSStyleRule)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_get_style'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['style']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_get_style, result => ', '' + result); } return result; }; globalMy.CSSStyleRule_set_style = function (val) { if (!(this instanceof CSSStyleRule)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_set_style, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['style'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['style'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_set_style' + ' result => ', '' + result); } }; globalMy.CSSStyleRule_get_styleMap = function () { if (!(this instanceof CSSStyleRule)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_get_styleMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['styleMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleRule_get_styleMap, result => ', '' + result); } return result; }; ================================================ FILE: env/CSSStyleSheet.js ================================================ globalMy.CSSStyleSheet_get_ownerRule = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_ownerRule'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ownerRule']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_ownerRule, result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_get_cssRules = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_cssRules'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cssRules']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_cssRules, result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_get_rules = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_rules'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rules']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_rules, result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_addRule = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_addRule, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.addRule.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_addRule ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_deleteRule = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_deleteRule, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.deleteRule.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_deleteRule ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_insertRule = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_insertRule, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertRule.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_insertRule ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_removeRule = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_removeRule, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.removeRule.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_removeRule ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_replace = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_replace, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replace.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_replace ' + ' result => ', '' + result); } return result; }; globalMy.CSSStyleSheet_replaceSync = function () { if (!(this instanceof CSSStyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_replaceSync, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replaceSync.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_replaceSync ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/CanvasGradient.js ================================================ globalMy.CanvasGradient_addColorStop = function () { if (!(this instanceof CanvasGradient)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasGradient_addColorStop, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.addColorStop.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasGradient_addColorStop ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/CanvasRenderingContext2D.js ================================================ globalMy.CanvasRenderingContext2D_get_canvas = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_canvas'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['canvas']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_canvas, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_get_globalAlpha = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_globalAlpha'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['globalAlpha']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_globalAlpha, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_globalAlpha = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_globalAlpha, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['globalAlpha'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['globalAlpha'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_globalAlpha' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_globalCompositeOperation = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_globalCompositeOperation'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['globalCompositeOperation']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_globalCompositeOperation, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_globalCompositeOperation = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_globalCompositeOperation, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['globalCompositeOperation'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['globalCompositeOperation'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_globalCompositeOperation' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_filter = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_filter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['filter']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_filter, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_filter = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_filter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['filter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['filter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_filter' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_imageSmoothingEnabled = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_imageSmoothingEnabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['imageSmoothingEnabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_imageSmoothingEnabled, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_imageSmoothingEnabled = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_imageSmoothingEnabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['imageSmoothingEnabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['imageSmoothingEnabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_imageSmoothingEnabled' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_imageSmoothingQuality = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_imageSmoothingQuality'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['imageSmoothingQuality']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_imageSmoothingQuality, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_imageSmoothingQuality = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_imageSmoothingQuality, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['imageSmoothingQuality'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['imageSmoothingQuality'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_imageSmoothingQuality' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_strokeStyle = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_strokeStyle'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['strokeStyle']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_strokeStyle, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_strokeStyle = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_strokeStyle, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['strokeStyle'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['strokeStyle'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_strokeStyle' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_fillStyle = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fillStyle'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fillStyle']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fillStyle, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_fillStyle = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fillStyle, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fillStyle'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fillStyle'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fillStyle' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_shadowOffsetX = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowOffsetX'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shadowOffsetX']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowOffsetX, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_shadowOffsetX = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowOffsetX, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['shadowOffsetX'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['shadowOffsetX'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowOffsetX' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_shadowOffsetY = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowOffsetY'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shadowOffsetY']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowOffsetY, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_shadowOffsetY = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowOffsetY, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['shadowOffsetY'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['shadowOffsetY'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowOffsetY' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_shadowBlur = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowBlur'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shadowBlur']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowBlur, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_shadowBlur = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowBlur, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['shadowBlur'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['shadowBlur'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowBlur' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_shadowColor = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shadowColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_shadowColor, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_shadowColor = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['shadowColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['shadowColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_shadowColor' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_lineWidth = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lineWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineWidth, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_lineWidth = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineWidth, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['lineWidth'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['lineWidth'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineWidth' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_lineCap = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineCap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lineCap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineCap, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_lineCap = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineCap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['lineCap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['lineCap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineCap' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_lineJoin = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineJoin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lineJoin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineJoin, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_lineJoin = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineJoin, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['lineJoin'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['lineJoin'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineJoin' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_miterLimit = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_miterLimit'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['miterLimit']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_miterLimit, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_miterLimit = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_miterLimit, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['miterLimit'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['miterLimit'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_miterLimit' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_lineDashOffset = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineDashOffset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lineDashOffset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_lineDashOffset, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_lineDashOffset = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineDashOffset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['lineDashOffset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['lineDashOffset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_lineDashOffset' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_font = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_font'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['font']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_font, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_font = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_font, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['font'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['font'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_font' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_textAlign = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_textAlign'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['textAlign']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_textAlign, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_textAlign = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_textAlign, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['textAlign'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['textAlign'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_textAlign' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_textBaseline = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_textBaseline'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['textBaseline']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_textBaseline, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_textBaseline = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_textBaseline, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['textBaseline'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['textBaseline'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_textBaseline' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_direction = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_direction'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['direction']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_direction, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_direction = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_direction, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['direction'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['direction'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_direction' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_fontKerning = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fontKerning'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fontKerning']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fontKerning, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_fontKerning = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fontKerning, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fontKerning'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fontKerning'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fontKerning' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_fontStretch = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fontStretch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fontStretch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fontStretch, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_fontStretch = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fontStretch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fontStretch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fontStretch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fontStretch' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_fontVariantCaps = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fontVariantCaps'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fontVariantCaps']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_fontVariantCaps, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_fontVariantCaps = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fontVariantCaps, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fontVariantCaps'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fontVariantCaps'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fontVariantCaps' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_letterSpacing = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_letterSpacing'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['letterSpacing']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_letterSpacing, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_letterSpacing = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_letterSpacing, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['letterSpacing'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['letterSpacing'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_letterSpacing' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_textRendering = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_textRendering'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['textRendering']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_textRendering, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_textRendering = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_textRendering, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['textRendering'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['textRendering'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_textRendering' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_get_wordSpacing = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_wordSpacing'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['wordSpacing']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_get_wordSpacing, result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_wordSpacing = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_wordSpacing, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['wordSpacing'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['wordSpacing'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_wordSpacing' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_clip = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_clip, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.clip.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_clip ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_createConicGradient = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createConicGradient, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createConicGradient.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createConicGradient ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_createImageData = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createImageData, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createImageData.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createImageData ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_createLinearGradient = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createLinearGradient, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createLinearGradient.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createLinearGradient ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_createPattern = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createPattern, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createPattern.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createPattern ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_createRadialGradient = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createRadialGradient, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createRadialGradient.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createRadialGradient ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_drawFocusIfNeeded = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_drawFocusIfNeeded, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.drawFocusIfNeeded.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_drawFocusIfNeeded ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_drawImage = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_drawImage, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.drawImage.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_drawImage ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_fill = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fill, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.fill.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fill ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_fillText = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fillText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.fillText.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fillText ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_getContextAttributes = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getContextAttributes, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getContextAttributes.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getContextAttributes ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_getImageData = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getImageData, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getImageData.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getImageData ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_getLineDash = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getLineDash, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getLineDash.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getLineDash ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_getTransform = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getTransform, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getTransform.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getTransform ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_isContextLost = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_isContextLost, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.isContextLost.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_isContextLost ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_isPointInPath = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_isPointInPath, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.isPointInPath.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_isPointInPath ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_isPointInStroke = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_isPointInStroke, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.isPointInStroke.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_isPointInStroke ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_measureText = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_measureText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.measureText.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_measureText ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_putImageData = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_putImageData, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.putImageData.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_putImageData ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_reset = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_reset, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reset.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_reset ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_roundRect = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_roundRect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.roundRect.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_roundRect ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_save = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_save, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.save.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_save ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_scale = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_scale, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.scale.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_scale ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_setLineDash = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_setLineDash, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setLineDash.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_setLineDash ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_setTransform = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_setTransform, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setTransform.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_setTransform ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_stroke = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_stroke, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.stroke.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_stroke ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_strokeText = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_strokeText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.strokeText.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_strokeText ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_transform = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_transform, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.transform.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_transform ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_translate = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_translate, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.translate.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_translate ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_arc = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_arc, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.arc.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_arc ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_arcTo = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_arcTo, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.arcTo.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_arcTo ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_beginPath = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_beginPath, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.beginPath.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_beginPath ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_bezierCurveTo = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_bezierCurveTo, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.bezierCurveTo.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_bezierCurveTo ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_clearRect = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_clearRect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.clearRect.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_clearRect ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_closePath = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_closePath, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.closePath.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_closePath ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_ellipse = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_ellipse, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.ellipse.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_ellipse ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_fillRect = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fillRect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.fillRect.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fillRect ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_lineTo = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_lineTo, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.lineTo.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_lineTo ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_moveTo = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_moveTo, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.moveTo.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_moveTo ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_quadraticCurveTo = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_quadraticCurveTo, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.quadraticCurveTo.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_quadraticCurveTo ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_rect = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_rect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.rect.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_rect ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_resetTransform = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_resetTransform, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.resetTransform.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_resetTransform ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_restore = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_restore, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.restore.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_restore ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_rotate = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_rotate, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.rotate.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_rotate ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_strokeRect = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_strokeRect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.strokeRect.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_strokeRect ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/Crypto.js ================================================ globalMy.Crypto_getRandomValues = function () { if (!(this instanceof Crypto)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Crypto_getRandomValues, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.Crypto_get_subtle = function () { if (!(this instanceof Crypto)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['subtle']; if (globalMy.is_log) { console.log('[*] 调用了Crypto_get_subtle,result => ', result) } return result; } globalMy.Crypto_randomUUID = function () { if (!(this instanceof Crypto)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Crypto_randomUUID, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } ================================================ FILE: env/CustomElementRegistry.js ================================================ globalMy.CustomElementRegistry_define = function () { if (!(this instanceof CustomElementRegistry)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了CustomElementRegistry_define, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.CustomElementRegistry_get = function () { if (!(this instanceof CustomElementRegistry)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了CustomElementRegistry_get, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.CustomElementRegistry_upgrade = function () { if (!(this instanceof CustomElementRegistry)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了CustomElementRegistry_upgrade, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.CustomElementRegistry_whenDefined = function () { if (!(this instanceof CustomElementRegistry)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了CustomElementRegistry_whenDefined, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // 函数实现 // SpeechSynthesis ================================================ FILE: env/CustomEvent.js ================================================ globalMy.CustomEvent_get_detail = function () { if (!(this instanceof CustomEvent)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['detail']; if (globalMy.is_log) { console.log('[*] 调用了CustomEvent_get_detail,result => ', result) } return result; } globalMy.CustomEvent_initCustomEvent = function () { if (!(this instanceof CustomEvent)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了CustomEvent_initCustomEvent, arguments => ', arguments, ' result => ', result) } return result; } ================================================ FILE: env/DOMTokenList.js ================================================ globalMy.DOMTokenList_entries = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_entries, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.entries.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_entries ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_keys = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_keys, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.keys.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_keys ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_values = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_values, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.values.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_values ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_forEach = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_forEach, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.forEach.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_forEach ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_get_length = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_get_length'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['length']; switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_get_length, result => ', '' + result) } return result; } globalMy.DOMTokenList_get_value = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_get_value, result => ', '' + result) } return result; } globalMy.DOMTokenList_set_value = function (val) { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break case "function": debugger; break default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_set_value' + ' result => ', '' + result) } } globalMy.DOMTokenList_add = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_add, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.add.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_add ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_contains = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_contains, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.contains.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_contains ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_item = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_item, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.item.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_item ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_remove = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_remove, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.remove.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_remove ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_replace = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_replace, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replace.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_replace ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_supports = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_supports, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.supports.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_supports ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_toggle = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_toggle, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.toggle.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_toggle ' + ' result => ', '' + result) } return result; } globalMy.DOMTokenList_toString = function () { if (!(this instanceof DOMTokenList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_toString, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.toString.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DOMTokenList_toString ' + ' result => ', '' + result) } return result; } ================================================ FILE: env/Database.js ================================================ globalMy.Database_get_version = function () { let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['version']; if (globalMy.is_log) { console.log('[*] 调用了Database_get_version,result => ', result); } return result; }; globalMy.Database_changeVersion = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Database_changeVersion, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.Database_readTransaction = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Database_readTransaction, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.Database_transaction = function () { let result; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], IDBTransaction.prototype); result = globalMy.element[name]; if (globalMy.is_log) { console.log('[*] 调用了Database_transaction, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/DeprecatedStorageInfo.js ================================================ globalMy.DeprecatedStorageInfo_queryUsageAndQuota = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了DeprecatedStorageInfo_queryUsageAndQuota, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.DeprecatedStorageInfo_requestQuota = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了DeprecatedStorageInfo_requestQuota, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/DeprecatedStorageQuota.js ================================================ globalMy.DeprecatedStorageQuota_queryUsageAndQuota = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了DeprecatedStorageQuota_queryUsageAndQuota, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.DeprecatedStorageQuota_requestQuota = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了DeprecatedStorageQuota_requestQuota, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // 函数实现 // SpeechSynthesis ================================================ FILE: env/Document.js ================================================ // 函数实现 // SpeechSynthesis globalMy.Document_get_implementation = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_implementation'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['implementation']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_implementation, result => ', '' + result); } return result; }; globalMy.Document_get_URL = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_URL'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['URL']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_URL, result => ', '' + result); } return result; }; globalMy.Document_get_documentURI = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_documentURI'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['documentURI']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_documentURI, result => ', '' + result); } return result; }; globalMy.Document_get_compatMode = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_compatMode'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['compatMode']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_compatMode, result => ', '' + result); } return result; }; globalMy.Document_get_characterSet = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_characterSet'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['characterSet']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_characterSet, result => ', '' + result); } return result; }; globalMy.Document_get_charset = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_charset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['charset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_charset, result => ', '' + result); } return result; }; globalMy.Document_get_inputEncoding = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_inputEncoding'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['inputEncoding']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_inputEncoding, result => ', '' + result); } return result; }; globalMy.Document_get_contentType = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_contentType'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentType']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_contentType, result => ', '' + result); } return result; }; globalMy.Document_get_doctype = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_doctype'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['doctype']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_doctype, result => ', '' + result); } return result; }; globalMy.Document_get_documentElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_documentElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['documentElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_documentElement, result => ', '' + result); } return result; }; globalMy.Document_get_xmlEncoding = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_xmlEncoding'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['xmlEncoding']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_xmlEncoding, result => ', '' + result); } return result; }; globalMy.Document_get_xmlVersion = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_xmlVersion'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['xmlVersion']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_xmlVersion, result => ', '' + result); } return result; }; globalMy.Document_set_xmlVersion = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_xmlVersion, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['xmlVersion'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['xmlVersion'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_xmlVersion' + ' result => ', '' + result); } }; globalMy.Document_get_xmlStandalone = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_xmlStandalone'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['xmlStandalone']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_xmlStandalone, result => ', '' + result); } return result; }; globalMy.Document_set_xmlStandalone = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_xmlStandalone, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['xmlStandalone'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['xmlStandalone'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_xmlStandalone' + ' result => ', '' + result); } }; globalMy.Document_get_domain = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_domain'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['domain']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_domain, result => ', '' + result); } return result; }; globalMy.Document_set_domain = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_domain, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['domain'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['domain'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_domain' + ' result => ', '' + result); } }; globalMy.Document_get_referrer = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_referrer'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrer']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_referrer, result => ', '' + result); } return result; }; globalMy.Document_get_cookie = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_cookie'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cookie']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_cookie, result => ', '' + result); } return result; }; globalMy.Document_set_cookie = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_cookie, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { debugger; globalMy.jsdom_element[foundName]['cookie'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cookie'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_cookie' + ' result => ', '' + result); } }; globalMy.Document_get_lastModified = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_lastModified'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lastModified']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_lastModified, result => ', '' + result); } return result; }; globalMy.Document_get_readyState = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_readyState'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['readyState']; result = "interactive"; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_readyState, result => ', '' + result); } return result; }; globalMy.Document_get_title = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_title'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['title']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_title, result => ', '' + result); } return result; }; globalMy.Document_set_title = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_title, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['title'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['title'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_title' + ' result => ', '' + result); } }; globalMy.Document_get_dir = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_dir'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['dir']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_dir, result => ', '' + result); } return result; }; globalMy.Document_set_dir = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_dir, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['dir'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['dir'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_dir' + ' result => ', '' + result); } }; globalMy.Document_get_body = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_body'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['body']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_body, result => ', '' + result); } return result; }; globalMy.Document_set_body = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_body, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['body'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['body'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_body' + ' result => ', '' + result); } }; globalMy.Document_get_head = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_head'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['head']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_head, result => ', '' + result); } return result; }; globalMy.Document_get_images = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_images'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['images']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_images, result => ', '' + result); } return result; }; globalMy.Document_get_embeds = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_embeds'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['embeds']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_embeds, result => ', '' + result); } return result; }; globalMy.Document_get_plugins = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_plugins'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['plugins']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_plugins, result => ', '' + result); } return result; }; globalMy.Document_get_links = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_links'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['links']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_links, result => ', '' + result); } return result; }; globalMy.Document_get_forms = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_forms'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['forms']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_forms, result => ', '' + result); } return result; }; globalMy.Document_get_scripts = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_scripts'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scripts']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_scripts, result => ', '' + result); } return result; }; globalMy.Document_get_currentScript = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_currentScript'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['currentScript']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_currentScript, result => ', '' + result); } return result; }; globalMy.Document_get_defaultView = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_defaultView'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultView']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_defaultView, result => ', '' + result); } return result; }; globalMy.Document_get_designMode = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_designMode'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['designMode']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_designMode, result => ', '' + result); } return result; }; globalMy.Document_set_designMode = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_designMode, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['designMode'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['designMode'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_designMode' + ' result => ', '' + result); } }; globalMy.Document_get_onreadystatechange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onreadystatechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onreadystatechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onreadystatechange, result => ', '' + result); } return result; }; globalMy.Document_set_onreadystatechange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onreadystatechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onreadystatechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onreadystatechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onreadystatechange' + ' result => ', '' + result); } }; globalMy.Document_get_anchors = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_anchors'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['anchors']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_anchors, result => ', '' + result); } return result; }; globalMy.Document_get_applets = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_applets'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['applets']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_applets, result => ', '' + result); } return result; }; globalMy.Document_get_fgColor = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fgColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fgColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fgColor, result => ', '' + result); } return result; }; globalMy.Document_set_fgColor = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fgColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fgColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fgColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fgColor' + ' result => ', '' + result); } }; globalMy.Document_get_linkColor = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_linkColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['linkColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_linkColor, result => ', '' + result); } return result; }; globalMy.Document_set_linkColor = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_linkColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['linkColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['linkColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_linkColor' + ' result => ', '' + result); } }; globalMy.Document_get_vlinkColor = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_vlinkColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vlinkColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_vlinkColor, result => ', '' + result); } return result; }; globalMy.Document_set_vlinkColor = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_vlinkColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vlinkColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vlinkColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_vlinkColor' + ' result => ', '' + result); } }; globalMy.Document_get_alinkColor = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_alinkColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['alinkColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_alinkColor, result => ', '' + result); } return result; }; globalMy.Document_set_alinkColor = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_alinkColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['alinkColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['alinkColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_alinkColor' + ' result => ', '' + result); } }; globalMy.Document_get_bgColor = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_bgColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['bgColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_bgColor, result => ', '' + result); } return result; }; globalMy.Document_set_bgColor = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_bgColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['bgColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['bgColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_bgColor' + ' result => ', '' + result); } }; globalMy.Document_get_all = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_all'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['all']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_all, result => ', '' + result); } return result; }; globalMy.Document_get_scrollingElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_scrollingElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrollingElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_scrollingElement, result => ', '' + result); } return result; }; globalMy.Document_get_onpointerlockchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerlockchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerlockchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerlockchange, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerlockchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerlockchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerlockchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerlockchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerlockchange' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerlockerror = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerlockerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerlockerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerlockerror, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerlockerror = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerlockerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerlockerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerlockerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerlockerror' + ' result => ', '' + result); } }; globalMy.Document_get_hidden = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_hidden'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hidden']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_hidden, result => ', '' + result); } return result; }; globalMy.Document_get_visibilityState = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_visibilityState'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['visibilityState']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_visibilityState, result => ', '' + result); } return result; }; globalMy.Document_get_wasDiscarded = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_wasDiscarded'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['wasDiscarded']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_wasDiscarded, result => ', '' + result); } return result; }; globalMy.Document_get_featurePolicy = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_featurePolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['featurePolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_featurePolicy, result => ', '' + result); } return result; }; globalMy.Document_get_webkitVisibilityState = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitVisibilityState'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitVisibilityState']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitVisibilityState, result => ', '' + result); } return result; }; globalMy.Document_get_webkitHidden = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitHidden'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitHidden']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitHidden, result => ', '' + result); } return result; }; globalMy.Document_get_onbeforecopy = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforecopy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforecopy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforecopy, result => ', '' + result); } return result; }; globalMy.Document_set_onbeforecopy = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforecopy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforecopy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforecopy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforecopy' + ' result => ', '' + result); } }; globalMy.Document_get_onbeforecut = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforecut'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforecut']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforecut, result => ', '' + result); } return result; }; globalMy.Document_set_onbeforecut = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforecut, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforecut'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforecut'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforecut' + ' result => ', '' + result); } }; globalMy.Document_get_onbeforepaste = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforepaste'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforepaste']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforepaste, result => ', '' + result); } return result; }; globalMy.Document_set_onbeforepaste = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforepaste, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforepaste'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforepaste'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforepaste' + ' result => ', '' + result); } }; globalMy.Document_get_onfreeze = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfreeze'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfreeze']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfreeze, result => ', '' + result); } return result; }; globalMy.Document_set_onfreeze = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfreeze, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfreeze'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfreeze'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfreeze' + ' result => ', '' + result); } }; globalMy.Document_get_onresume = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onresume'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onresume']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onresume, result => ', '' + result); } return result; }; globalMy.Document_set_onresume = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onresume, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onresume'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onresume'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onresume' + ' result => ', '' + result); } }; globalMy.Document_get_onsearch = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsearch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsearch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsearch, result => ', '' + result); } return result; }; globalMy.Document_set_onsearch = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsearch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsearch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsearch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsearch' + ' result => ', '' + result); } }; globalMy.Document_get_onvisibilitychange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onvisibilitychange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onvisibilitychange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onvisibilitychange, result => ', '' + result); } return result; }; globalMy.Document_set_onvisibilitychange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onvisibilitychange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onvisibilitychange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onvisibilitychange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onvisibilitychange' + ' result => ', '' + result); } }; globalMy.Document_get_fullscreenEnabled = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fullscreenEnabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fullscreenEnabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fullscreenEnabled, result => ', '' + result); } return result; }; globalMy.Document_set_fullscreenEnabled = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fullscreenEnabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fullscreenEnabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fullscreenEnabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fullscreenEnabled' + ' result => ', '' + result); } }; globalMy.Document_get_fullscreen = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fullscreen'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fullscreen']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fullscreen, result => ', '' + result); } return result; }; globalMy.Document_set_fullscreen = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fullscreen, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fullscreen'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fullscreen'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fullscreen' + ' result => ', '' + result); } }; globalMy.Document_get_onfullscreenchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfullscreenchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfullscreenchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfullscreenchange, result => ', '' + result); } return result; }; globalMy.Document_set_onfullscreenchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfullscreenchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfullscreenchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfullscreenchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfullscreenchange' + ' result => ', '' + result); } }; globalMy.Document_get_onfullscreenerror = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfullscreenerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfullscreenerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfullscreenerror, result => ', '' + result); } return result; }; globalMy.Document_set_onfullscreenerror = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfullscreenerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfullscreenerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfullscreenerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfullscreenerror' + ' result => ', '' + result); } }; globalMy.Document_get_webkitIsFullScreen = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitIsFullScreen'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitIsFullScreen']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitIsFullScreen, result => ', '' + result); } return result; }; globalMy.Document_get_webkitCurrentFullScreenElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitCurrentFullScreenElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitCurrentFullScreenElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitCurrentFullScreenElement, result => ', '' + result); } return result; }; globalMy.Document_get_webkitFullscreenEnabled = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitFullscreenEnabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitFullscreenEnabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitFullscreenEnabled, result => ', '' + result); } return result; }; globalMy.Document_get_webkitFullscreenElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitFullscreenElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitFullscreenElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_webkitFullscreenElement, result => ', '' + result); } return result; }; globalMy.Document_get_onwebkitfullscreenchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitfullscreenchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitfullscreenchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitfullscreenchange, result => ', '' + result); } return result; }; globalMy.Document_set_onwebkitfullscreenchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitfullscreenchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitfullscreenchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitfullscreenchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitfullscreenchange' + ' result => ', '' + result); } }; globalMy.Document_get_onwebkitfullscreenerror = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitfullscreenerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitfullscreenerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitfullscreenerror, result => ', '' + result); } return result; }; globalMy.Document_set_onwebkitfullscreenerror = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitfullscreenerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitfullscreenerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitfullscreenerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitfullscreenerror' + ' result => ', '' + result); } }; globalMy.Document_get_rootElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_rootElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rootElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_rootElement, result => ', '' + result); } return result; }; globalMy.Document_get_pictureInPictureEnabled = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_pictureInPictureEnabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['pictureInPictureEnabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_pictureInPictureEnabled, result => ', '' + result); } return result; }; globalMy.Document_get_pictureInPictureElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_pictureInPictureElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['pictureInPictureElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_pictureInPictureElement, result => ', '' + result); } return result; }; globalMy.Document_get_onbeforexrselect = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforexrselect'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforexrselect']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforexrselect, result => ', '' + result); } return result; }; globalMy.Document_set_onbeforexrselect = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforexrselect, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforexrselect'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforexrselect'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforexrselect' + ' result => ', '' + result); } }; globalMy.Document_get_onabort = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onabort'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onabort']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onabort, result => ', '' + result); } return result; }; globalMy.Document_set_onabort = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onabort, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onabort'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onabort'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onabort' + ' result => ', '' + result); } }; globalMy.Document_get_onbeforeinput = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforeinput'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforeinput']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforeinput, result => ', '' + result); } return result; }; globalMy.Document_set_onbeforeinput = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforeinput, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforeinput'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforeinput'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforeinput' + ' result => ', '' + result); } }; globalMy.Document_get_onblur = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onblur'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onblur']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onblur, result => ', '' + result); } return result; }; globalMy.Document_set_onblur = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onblur, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onblur'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onblur'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onblur' + ' result => ', '' + result); } }; globalMy.Document_get_oncancel = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncancel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncancel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncancel, result => ', '' + result); } return result; }; globalMy.Document_set_oncancel = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncancel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncancel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncancel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncancel' + ' result => ', '' + result); } }; globalMy.Document_get_oncanplay = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncanplay'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncanplay']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncanplay, result => ', '' + result); } return result; }; globalMy.Document_set_oncanplay = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncanplay, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncanplay'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncanplay'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncanplay' + ' result => ', '' + result); } }; globalMy.Document_get_oncanplaythrough = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncanplaythrough'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncanplaythrough']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncanplaythrough, result => ', '' + result); } return result; }; globalMy.Document_set_oncanplaythrough = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncanplaythrough, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncanplaythrough'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncanplaythrough'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncanplaythrough' + ' result => ', '' + result); } }; globalMy.Document_get_onchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onchange, result => ', '' + result); } return result; }; globalMy.Document_set_onchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onchange' + ' result => ', '' + result); } }; globalMy.Document_get_onclick = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onclick'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onclick']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onclick, result => ', '' + result); } return result; }; globalMy.Document_set_onclick = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onclick, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onclick'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onclick'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onclick' + ' result => ', '' + result); } }; globalMy.Document_get_onclose = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onclose'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onclose']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onclose, result => ', '' + result); } return result; }; globalMy.Document_set_onclose = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onclose, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onclose'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onclose'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onclose' + ' result => ', '' + result); } }; globalMy.Document_get_oncontextlost = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontextlost'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontextlost']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontextlost, result => ', '' + result); } return result; }; globalMy.Document_set_oncontextlost = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontextlost, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontextlost'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontextlost'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontextlost' + ' result => ', '' + result); } }; globalMy.Document_get_oncontextmenu = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontextmenu'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontextmenu']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontextmenu, result => ', '' + result); } return result; }; globalMy.Document_set_oncontextmenu = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontextmenu, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontextmenu'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontextmenu'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontextmenu' + ' result => ', '' + result); } }; globalMy.Document_get_oncontextrestored = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontextrestored'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontextrestored']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontextrestored, result => ', '' + result); } return result; }; globalMy.Document_set_oncontextrestored = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontextrestored, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontextrestored'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontextrestored'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontextrestored' + ' result => ', '' + result); } }; globalMy.Document_get_oncuechange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncuechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncuechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncuechange, result => ', '' + result); } return result; }; globalMy.Document_set_oncuechange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncuechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncuechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncuechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncuechange' + ' result => ', '' + result); } }; globalMy.Document_get_ondblclick = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondblclick'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondblclick']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondblclick, result => ', '' + result); } return result; }; globalMy.Document_set_ondblclick = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondblclick, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondblclick'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondblclick'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondblclick' + ' result => ', '' + result); } }; globalMy.Document_get_ondrag = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondrag'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondrag']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondrag, result => ', '' + result); } return result; }; globalMy.Document_set_ondrag = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondrag, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondrag'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondrag'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondrag' + ' result => ', '' + result); } }; globalMy.Document_get_ondragend = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragend, result => ', '' + result); } return result; }; globalMy.Document_set_ondragend = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragend' + ' result => ', '' + result); } }; globalMy.Document_get_ondragenter = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragenter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragenter']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragenter, result => ', '' + result); } return result; }; globalMy.Document_set_ondragenter = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragenter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragenter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragenter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragenter' + ' result => ', '' + result); } }; globalMy.Document_get_ondragleave = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragleave'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragleave']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragleave, result => ', '' + result); } return result; }; globalMy.Document_set_ondragleave = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragleave, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragleave'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragleave'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragleave' + ' result => ', '' + result); } }; globalMy.Document_get_ondragover = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragover'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragover']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragover, result => ', '' + result); } return result; }; globalMy.Document_set_ondragover = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragover, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragover'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragover'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragover' + ' result => ', '' + result); } }; globalMy.Document_get_ondragstart = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondragstart, result => ', '' + result); } return result; }; globalMy.Document_set_ondragstart = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondragstart' + ' result => ', '' + result); } }; globalMy.Document_get_ondrop = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondrop'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondrop']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondrop, result => ', '' + result); } return result; }; globalMy.Document_set_ondrop = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondrop, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondrop'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondrop'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondrop' + ' result => ', '' + result); } }; globalMy.Document_get_ondurationchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondurationchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondurationchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ondurationchange, result => ', '' + result); } return result; }; globalMy.Document_set_ondurationchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondurationchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondurationchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondurationchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ondurationchange' + ' result => ', '' + result); } }; globalMy.Document_get_onemptied = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onemptied'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onemptied']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onemptied, result => ', '' + result); } return result; }; globalMy.Document_set_onemptied = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onemptied, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onemptied'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onemptied'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onemptied' + ' result => ', '' + result); } }; globalMy.Document_get_onended = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onended'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onended']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onended, result => ', '' + result); } return result; }; globalMy.Document_set_onended = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onended, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onended'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onended'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onended' + ' result => ', '' + result); } }; globalMy.Document_get_onerror = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onerror, result => ', '' + result); } return result; }; globalMy.Document_set_onerror = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onerror' + ' result => ', '' + result); } }; globalMy.Document_get_onfocus = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfocus'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfocus']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onfocus, result => ', '' + result); } return result; }; globalMy.Document_set_onfocus = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfocus, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfocus'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfocus'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onfocus' + ' result => ', '' + result); } }; globalMy.Document_get_onformdata = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onformdata'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onformdata']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onformdata, result => ', '' + result); } return result; }; globalMy.Document_set_onformdata = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onformdata, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onformdata'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onformdata'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onformdata' + ' result => ', '' + result); } }; globalMy.Document_get_oninput = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oninput'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oninput']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oninput, result => ', '' + result); } return result; }; globalMy.Document_set_oninput = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oninput, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oninput'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oninput'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oninput' + ' result => ', '' + result); } }; globalMy.Document_get_oninvalid = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oninvalid'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oninvalid']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oninvalid, result => ', '' + result); } return result; }; globalMy.Document_set_oninvalid = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oninvalid, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oninvalid'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oninvalid'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oninvalid' + ' result => ', '' + result); } }; globalMy.Document_get_onkeydown = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onkeydown'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onkeydown']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onkeydown, result => ', '' + result); } return result; }; globalMy.Document_set_onkeydown = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onkeydown, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onkeydown'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onkeydown'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onkeydown' + ' result => ', '' + result); } }; globalMy.Document_get_onkeypress = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onkeypress'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onkeypress']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onkeypress, result => ', '' + result); } return result; }; globalMy.Document_set_onkeypress = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onkeypress, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onkeypress'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onkeypress'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onkeypress' + ' result => ', '' + result); } }; globalMy.Document_get_onkeyup = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onkeyup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onkeyup']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onkeyup, result => ', '' + result); } return result; }; globalMy.Document_set_onkeyup = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onkeyup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onkeyup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onkeyup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onkeyup' + ' result => ', '' + result); } }; globalMy.Document_get_onload = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onload, result => ', '' + result); } return result; }; globalMy.Document_set_onload = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onload' + ' result => ', '' + result); } }; globalMy.Document_get_onloadeddata = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onloadeddata'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onloadeddata']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onloadeddata, result => ', '' + result); } return result; }; globalMy.Document_set_onloadeddata = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onloadeddata, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onloadeddata'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onloadeddata'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onloadeddata' + ' result => ', '' + result); } }; globalMy.Document_get_onloadedmetadata = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onloadedmetadata'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onloadedmetadata']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onloadedmetadata, result => ', '' + result); } return result; }; globalMy.Document_set_onloadedmetadata = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onloadedmetadata, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onloadedmetadata'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onloadedmetadata'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onloadedmetadata' + ' result => ', '' + result); } }; globalMy.Document_get_onloadstart = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onloadstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onloadstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onloadstart, result => ', '' + result); } return result; }; globalMy.Document_set_onloadstart = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onloadstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onloadstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onloadstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onloadstart' + ' result => ', '' + result); } }; globalMy.Document_get_onmousedown = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmousedown'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousedown']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmousedown, result => ', '' + result); } return result; }; globalMy.Document_set_onmousedown = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmousedown, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmousedown'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmousedown'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmousedown' + ' result => ', '' + result); } }; globalMy.Document_get_onmouseenter = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseenter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseenter']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseenter, result => ', '' + result); } return result; }; globalMy.Document_set_onmouseenter = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseenter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseenter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseenter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseenter' + ' result => ', '' + result); } }; globalMy.Document_get_onmouseleave = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseleave'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseleave']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseleave, result => ', '' + result); } return result; }; globalMy.Document_set_onmouseleave = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseleave, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseleave'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseleave'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseleave' + ' result => ', '' + result); } }; globalMy.Document_get_onmousemove = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmousemove'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousemove']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmousemove, result => ', '' + result); } return result; }; globalMy.Document_set_onmousemove = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmousemove, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmousemove'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmousemove'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmousemove' + ' result => ', '' + result); } }; globalMy.Document_get_onmouseout = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseout'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseout']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseout, result => ', '' + result); } return result; }; globalMy.Document_set_onmouseout = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseout, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseout'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseout'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseout' + ' result => ', '' + result); } }; globalMy.Document_get_onmouseover = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseover'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseover']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseover, result => ', '' + result); } return result; }; globalMy.Document_set_onmouseover = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseover, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseover'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseover'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseover' + ' result => ', '' + result); } }; globalMy.Document_get_onmouseup = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseup']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmouseup, result => ', '' + result); } return result; }; globalMy.Document_set_onmouseup = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmouseup' + ' result => ', '' + result); } }; globalMy.Document_get_onmousewheel = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmousewheel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousewheel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onmousewheel, result => ', '' + result); } return result; }; globalMy.Document_set_onmousewheel = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmousewheel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmousewheel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmousewheel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onmousewheel' + ' result => ', '' + result); } }; globalMy.Document_get_onpause = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpause'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpause']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpause, result => ', '' + result); } return result; }; globalMy.Document_set_onpause = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpause, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpause'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpause'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpause' + ' result => ', '' + result); } }; globalMy.Document_get_onplay = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onplay'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onplay']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onplay, result => ', '' + result); } return result; }; globalMy.Document_set_onplay = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onplay, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onplay'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onplay'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onplay' + ' result => ', '' + result); } }; globalMy.Document_get_onplaying = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onplaying'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onplaying']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onplaying, result => ', '' + result); } return result; }; globalMy.Document_set_onplaying = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onplaying, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onplaying'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onplaying'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onplaying' + ' result => ', '' + result); } }; globalMy.Document_get_onprogress = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onprogress'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onprogress']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onprogress, result => ', '' + result); } return result; }; globalMy.Document_set_onprogress = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onprogress, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onprogress'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onprogress'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onprogress' + ' result => ', '' + result); } }; globalMy.Document_get_onratechange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onratechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onratechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onratechange, result => ', '' + result); } return result; }; globalMy.Document_set_onratechange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onratechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onratechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onratechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onratechange' + ' result => ', '' + result); } }; globalMy.Document_get_onreset = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onreset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onreset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onreset, result => ', '' + result); } return result; }; globalMy.Document_set_onreset = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onreset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onreset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onreset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onreset' + ' result => ', '' + result); } }; globalMy.Document_get_onresize = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onresize'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onresize']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onresize, result => ', '' + result); } return result; }; globalMy.Document_set_onresize = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onresize, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onresize'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onresize'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onresize' + ' result => ', '' + result); } }; globalMy.Document_get_onscroll = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onscroll'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onscroll']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onscroll, result => ', '' + result); } return result; }; globalMy.Document_set_onscroll = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onscroll, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onscroll'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onscroll'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onscroll' + ' result => ', '' + result); } }; globalMy.Document_get_onsecuritypolicyviolation = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsecuritypolicyviolation'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsecuritypolicyviolation']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsecuritypolicyviolation, result => ', '' + result); } return result; }; globalMy.Document_set_onsecuritypolicyviolation = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsecuritypolicyviolation, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsecuritypolicyviolation'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsecuritypolicyviolation'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsecuritypolicyviolation' + ' result => ', '' + result); } }; globalMy.Document_get_onseeked = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onseeked'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onseeked']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onseeked, result => ', '' + result); } return result; }; globalMy.Document_set_onseeked = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onseeked, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onseeked'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onseeked'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onseeked' + ' result => ', '' + result); } }; globalMy.Document_get_onseeking = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onseeking'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onseeking']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onseeking, result => ', '' + result); } return result; }; globalMy.Document_set_onseeking = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onseeking, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onseeking'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onseeking'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onseeking' + ' result => ', '' + result); } }; globalMy.Document_get_onselect = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselect'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onselect']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselect, result => ', '' + result); } return result; }; globalMy.Document_set_onselect = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onselect, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onselect'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onselect'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onselect' + ' result => ', '' + result); } }; globalMy.Document_get_onslotchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onslotchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onslotchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onslotchange, result => ', '' + result); } return result; }; globalMy.Document_set_onslotchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onslotchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onslotchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onslotchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onslotchange' + ' result => ', '' + result); } }; globalMy.Document_get_onstalled = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onstalled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onstalled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onstalled, result => ', '' + result); } return result; }; globalMy.Document_set_onstalled = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onstalled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onstalled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onstalled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onstalled' + ' result => ', '' + result); } }; globalMy.Document_get_onsubmit = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsubmit'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsubmit']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsubmit, result => ', '' + result); } return result; }; globalMy.Document_set_onsubmit = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsubmit, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsubmit'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsubmit'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsubmit' + ' result => ', '' + result); } }; globalMy.Document_get_onsuspend = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsuspend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsuspend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onsuspend, result => ', '' + result); } return result; }; globalMy.Document_set_onsuspend = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsuspend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsuspend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsuspend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onsuspend' + ' result => ', '' + result); } }; globalMy.Document_get_ontimeupdate = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontimeupdate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontimeupdate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontimeupdate, result => ', '' + result); } return result; }; globalMy.Document_set_ontimeupdate = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontimeupdate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontimeupdate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontimeupdate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontimeupdate' + ' result => ', '' + result); } }; globalMy.Document_get_ontoggle = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontoggle'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontoggle']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontoggle, result => ', '' + result); } return result; }; globalMy.Document_set_ontoggle = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontoggle, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontoggle'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontoggle'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontoggle' + ' result => ', '' + result); } }; globalMy.Document_get_onvolumechange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onvolumechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onvolumechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onvolumechange, result => ', '' + result); } return result; }; globalMy.Document_set_onvolumechange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onvolumechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onvolumechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onvolumechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onvolumechange' + ' result => ', '' + result); } }; globalMy.Document_get_onwaiting = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwaiting'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwaiting']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwaiting, result => ', '' + result); } return result; }; globalMy.Document_set_onwaiting = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwaiting, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwaiting'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwaiting'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwaiting' + ' result => ', '' + result); } }; globalMy.Document_get_onwebkitanimationend = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitanimationend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitanimationend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitanimationend, result => ', '' + result); } return result; }; globalMy.Document_set_onwebkitanimationend = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitanimationend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitanimationend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitanimationend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitanimationend' + ' result => ', '' + result); } }; globalMy.Document_get_onwebkitanimationiteration = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitanimationiteration'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitanimationiteration']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitanimationiteration, result => ', '' + result); } return result; }; globalMy.Document_set_onwebkitanimationiteration = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitanimationiteration, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitanimationiteration'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitanimationiteration'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitanimationiteration' + ' result => ', '' + result); } }; globalMy.Document_get_onwebkitanimationstart = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitanimationstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitanimationstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkitanimationstart, result => ', '' + result); } return result; }; globalMy.Document_set_onwebkitanimationstart = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitanimationstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitanimationstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitanimationstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkitanimationstart' + ' result => ', '' + result); } }; globalMy.Document_get_onwebkittransitionend = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkittransitionend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkittransitionend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwebkittransitionend, result => ', '' + result); } return result; }; globalMy.Document_set_onwebkittransitionend = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkittransitionend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkittransitionend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkittransitionend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwebkittransitionend' + ' result => ', '' + result); } }; globalMy.Document_get_onwheel = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwheel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwheel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onwheel, result => ', '' + result); } return result; }; globalMy.Document_set_onwheel = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwheel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwheel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwheel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onwheel' + ' result => ', '' + result); } }; globalMy.Document_get_onauxclick = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onauxclick'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onauxclick']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onauxclick, result => ', '' + result); } return result; }; globalMy.Document_set_onauxclick = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onauxclick, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onauxclick'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onauxclick'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onauxclick' + ' result => ', '' + result); } }; globalMy.Document_get_ongotpointercapture = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ongotpointercapture'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ongotpointercapture']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ongotpointercapture, result => ', '' + result); } return result; }; globalMy.Document_set_ongotpointercapture = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ongotpointercapture, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ongotpointercapture'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ongotpointercapture'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ongotpointercapture' + ' result => ', '' + result); } }; globalMy.Document_get_onlostpointercapture = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onlostpointercapture'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onlostpointercapture']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onlostpointercapture, result => ', '' + result); } return result; }; globalMy.Document_set_onlostpointercapture = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onlostpointercapture, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onlostpointercapture'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onlostpointercapture'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onlostpointercapture' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerdown = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerdown'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerdown']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerdown, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerdown = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerdown, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerdown'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerdown'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerdown' + ' result => ', '' + result); } }; globalMy.Document_get_onpointermove = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointermove'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointermove']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointermove, result => ', '' + result); } return result; }; globalMy.Document_set_onpointermove = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointermove, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointermove'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointermove'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointermove' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerrawupdate = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerrawupdate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerrawupdate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerrawupdate, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerrawupdate = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerrawupdate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerrawupdate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerrawupdate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerrawupdate' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerup = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerup']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerup, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerup = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerup' + ' result => ', '' + result); } }; globalMy.Document_get_onpointercancel = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointercancel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointercancel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointercancel, result => ', '' + result); } return result; }; globalMy.Document_set_onpointercancel = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointercancel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointercancel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointercancel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointercancel' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerover = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerover'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerover']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerover, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerover = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerover, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerover'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerover'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerover' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerout = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerout'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerout']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerout, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerout = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerout, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerout'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerout'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerout' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerenter = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerenter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerenter']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerenter, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerenter = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerenter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerenter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerenter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerenter' + ' result => ', '' + result); } }; globalMy.Document_get_onpointerleave = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerleave'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerleave']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpointerleave, result => ', '' + result); } return result; }; globalMy.Document_set_onpointerleave = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerleave, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerleave'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerleave'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpointerleave' + ' result => ', '' + result); } }; globalMy.Document_get_onselectstart = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselectstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onselectstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselectstart, result => ', '' + result); } return result; }; globalMy.Document_set_onselectstart = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onselectstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onselectstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onselectstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onselectstart' + ' result => ', '' + result); } }; globalMy.Document_get_onselectionchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselectionchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onselectionchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselectionchange, result => ', '' + result); } return result; }; globalMy.Document_set_onselectionchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onselectionchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onselectionchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onselectionchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onselectionchange' + ' result => ', '' + result); } }; globalMy.Document_get_onanimationend = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onanimationend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onanimationend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onanimationend, result => ', '' + result); } return result; }; globalMy.Document_set_onanimationend = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onanimationend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onanimationend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onanimationend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onanimationend' + ' result => ', '' + result); } }; globalMy.Document_get_onanimationiteration = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onanimationiteration'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onanimationiteration']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onanimationiteration, result => ', '' + result); } return result; }; globalMy.Document_set_onanimationiteration = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onanimationiteration, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onanimationiteration'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onanimationiteration'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onanimationiteration' + ' result => ', '' + result); } }; globalMy.Document_get_onanimationstart = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onanimationstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onanimationstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onanimationstart, result => ', '' + result); } return result; }; globalMy.Document_set_onanimationstart = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onanimationstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onanimationstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onanimationstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onanimationstart' + ' result => ', '' + result); } }; globalMy.Document_get_ontransitionrun = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitionrun'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitionrun']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitionrun, result => ', '' + result); } return result; }; globalMy.Document_set_ontransitionrun = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitionrun, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitionrun'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitionrun'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitionrun' + ' result => ', '' + result); } }; globalMy.Document_get_ontransitionstart = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitionstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitionstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitionstart, result => ', '' + result); } return result; }; globalMy.Document_set_ontransitionstart = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitionstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitionstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitionstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitionstart' + ' result => ', '' + result); } }; globalMy.Document_get_ontransitionend = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitionend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitionend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitionend, result => ', '' + result); } return result; }; globalMy.Document_set_ontransitionend = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitionend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitionend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitionend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitionend' + ' result => ', '' + result); } }; globalMy.Document_get_ontransitioncancel = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitioncancel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitioncancel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_ontransitioncancel, result => ', '' + result); } return result; }; globalMy.Document_set_ontransitioncancel = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitioncancel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitioncancel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitioncancel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_ontransitioncancel' + ' result => ', '' + result); } }; globalMy.Document_get_oncopy = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncopy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncopy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncopy, result => ', '' + result); } return result; }; globalMy.Document_set_oncopy = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncopy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncopy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncopy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncopy' + ' result => ', '' + result); } }; globalMy.Document_get_oncut = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncut'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncut']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncut, result => ', '' + result); } return result; }; globalMy.Document_set_oncut = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncut, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncut'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncut'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncut' + ' result => ', '' + result); } }; globalMy.Document_get_onpaste = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpaste'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpaste']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onpaste, result => ', '' + result); } return result; }; globalMy.Document_set_onpaste = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpaste, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpaste'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpaste'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onpaste' + ' result => ', '' + result); } }; globalMy.Document_get_children = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_children'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['children']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_children, result => ', '' + result); } return result; }; globalMy.Document_get_firstElementChild = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_firstElementChild'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['firstElementChild']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_firstElementChild, result => ', '' + result); } return result; }; globalMy.Document_get_lastElementChild = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_lastElementChild'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lastElementChild']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_lastElementChild, result => ', '' + result); } return result; }; globalMy.Document_get_childElementCount = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_childElementCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['childElementCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_childElementCount, result => ', '' + result); } return result; }; globalMy.Document_get_activeElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_activeElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['activeElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_activeElement, result => ', '' + result); } return result; }; globalMy.Document_get_styleSheets = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_styleSheets'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['styleSheets']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_styleSheets, result => ', '' + result); } return result; }; globalMy.Document_get_pointerLockElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_pointerLockElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['pointerLockElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_pointerLockElement, result => ', '' + result); } return result; }; globalMy.Document_get_fullscreenElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fullscreenElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fullscreenElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fullscreenElement, result => ', '' + result); } return result; }; globalMy.Document_set_fullscreenElement = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fullscreenElement, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fullscreenElement'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fullscreenElement'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_fullscreenElement' + ' result => ', '' + result); } }; globalMy.Document_get_adoptedStyleSheets = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_adoptedStyleSheets'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['adoptedStyleSheets']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_adoptedStyleSheets, result => ', '' + result); } return result; }; globalMy.Document_set_adoptedStyleSheets = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_adoptedStyleSheets, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['adoptedStyleSheets'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['adoptedStyleSheets'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_adoptedStyleSheets' + ' result => ', '' + result); } }; globalMy.Document_get_fonts = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fonts'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fonts']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fonts, result => ', '' + result); } return result; }; globalMy.Document_adoptNode = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_adoptNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.adoptNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_adoptNode ' + ' result => ', '' + result); } return result; }; globalMy.Document_append = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_append, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.append.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_append ' + ' result => ', '' + result); } return result; }; globalMy.Document_captureEvents = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_captureEvents, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.captureEvents.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_captureEvents ' + ' result => ', '' + result); } return result; }; globalMy.Document_caretRangeFromPoint = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_caretRangeFromPoint, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.caretRangeFromPoint.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_caretRangeFromPoint ' + ' result => ', '' + result); } return result; }; globalMy.Document_clear = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_clear, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.clear.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_clear ' + ' result => ', '' + result); } return result; }; globalMy.Document_close = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_close, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.close.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_close ' + ' result => ', '' + result); } return result; }; globalMy.Document_createAttribute = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createAttribute, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createAttribute.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createAttribute ' + ' result => ', '' + result); } return result; }; globalMy.Document_createAttributeNS = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createAttributeNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createAttributeNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createAttributeNS ' + ' result => ', '' + result); } return result; }; globalMy.Document_createCDATASection = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createCDATASection, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createCDATASection.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createCDATASection ' + ' result => ', '' + result); } return result; }; globalMy.Document_createComment = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createComment, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createComment.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createComment ' + ' result => ', '' + result); } return result; }; globalMy.Document_createDocumentFragment = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createDocumentFragment, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createDocumentFragment.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createDocumentFragment ' + ' result => ', '' + result); } return result; }; globalMy.Document_createElement = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createElement, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createElement.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createElement ' + ' result => ', '' + result); } return result; }; globalMy.Document_createElementNS = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createElementNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createElementNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createElementNS ' + ' result => ', '' + result); } return result; }; globalMy.Document_createEvent = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createEvent, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createEvent.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createEvent ' + ' result => ', '' + result); } return result; }; globalMy.Document_createExpression = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createExpression, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createExpression.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createExpression ' + ' result => ', '' + result); } return result; }; globalMy.Document_createNSResolver = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createNSResolver, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createNSResolver.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createNSResolver ' + ' result => ', '' + result); } return result; }; globalMy.Document_createNodeIterator = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createNodeIterator, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createNodeIterator.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createNodeIterator ' + ' result => ', '' + result); } return result; }; globalMy.Document_createProcessingInstruction = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createProcessingInstruction, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createProcessingInstruction.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createProcessingInstruction ' + ' result => ', '' + result); } return result; }; globalMy.Document_createRange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createRange, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createRange.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createRange ' + ' result => ', '' + result); } return result; }; globalMy.Document_createTextNode = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createTextNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createTextNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createTextNode ' + ' result => ', '' + result); } return result; }; globalMy.Document_createTreeWalker = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createTreeWalker, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createTreeWalker.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createTreeWalker ' + ' result => ', '' + result); } return result; }; globalMy.Document_elementFromPoint = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_elementFromPoint, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.elementFromPoint.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_elementFromPoint ' + ' result => ', '' + result); } return result; }; globalMy.Document_elementsFromPoint = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_elementsFromPoint, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.elementsFromPoint.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_elementsFromPoint ' + ' result => ', '' + result); } return result; }; globalMy.Document_evaluate = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_evaluate, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.evaluate.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_evaluate ' + ' result => ', '' + result); } return result; }; globalMy.Document_execCommand = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_execCommand, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.execCommand.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_execCommand ' + ' result => ', '' + result); } return result; }; globalMy.Document_exitFullscreen = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_exitFullscreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.exitFullscreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_exitFullscreen ' + ' result => ', '' + result); } return result; }; globalMy.Document_exitPictureInPicture = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_exitPictureInPicture, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.exitPictureInPicture.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_exitPictureInPicture ' + ' result => ', '' + result); } return result; }; globalMy.Document_exitPointerLock = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_exitPointerLock, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.exitPointerLock.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_exitPointerLock ' + ' result => ', '' + result); } return result; }; globalMy.Document_getElementById = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementById, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementById.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementById ' + ' result => ', '' + result); } return result; }; globalMy.Document_getElementsByClassName = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByClassName, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByClassName.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByClassName ' + ' result => ', '' + result); } return result; }; globalMy.Document_getElementsByName = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByName, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByName.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByName ' + ' result => ', '' + result); } return result; }; globalMy.Document_getElementsByTagName = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByTagName, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByTagName.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByTagName ' + ' result => ', '' + result); } return result; }; globalMy.Document_getElementsByTagNameNS = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByTagNameNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByTagNameNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByTagNameNS ' + ' result => ', '' + result); } return result; }; globalMy.Document_getSelection = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getSelection, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getSelection.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getSelection ' + ' result => ', '' + result); } return result; }; globalMy.Document_hasFocus = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_hasFocus, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.hasFocus.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_hasFocus ' + ' result => ', '' + result); } return result; }; globalMy.Document_importNode = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_importNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.importNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_importNode ' + ' result => ', '' + result); } return result; }; globalMy.Document_open = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_open, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.open.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_open ' + ' result => ', '' + result); } return result; }; globalMy.Document_prepend = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_prepend, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.prepend.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_prepend ' + ' result => ', '' + result); } return result; }; globalMy.Document_queryCommandEnabled = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandEnabled, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.queryCommandEnabled.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandEnabled ' + ' result => ', '' + result); } return result; }; globalMy.Document_queryCommandIndeterm = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandIndeterm, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.queryCommandIndeterm.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandIndeterm ' + ' result => ', '' + result); } return result; }; globalMy.Document_queryCommandState = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandState, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.queryCommandState.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandState ' + ' result => ', '' + result); } return result; }; globalMy.Document_queryCommandSupported = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandSupported, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.queryCommandSupported.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandSupported ' + ' result => ', '' + result); } return result; }; globalMy.Document_queryCommandValue = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandValue, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.queryCommandValue.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_queryCommandValue ' + ' result => ', '' + result); } return result; }; globalMy.Document_querySelector = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelector, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.querySelector.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelector ' + ' result => ', '' + result); } return result; }; globalMy.Document_querySelectorAll = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelectorAll, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.querySelectorAll.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelectorAll ' + ' result => ', '' + result); } return result; }; globalMy.Document_releaseEvents = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_releaseEvents, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.releaseEvents.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_releaseEvents ' + ' result => ', '' + result); } return result; }; globalMy.Document_replaceChildren = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_replaceChildren, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replaceChildren.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_replaceChildren ' + ' result => ', '' + result); } return result; }; globalMy.Document_webkitCancelFullScreen = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_webkitCancelFullScreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitCancelFullScreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_webkitCancelFullScreen ' + ' result => ', '' + result); } return result; }; globalMy.Document_webkitExitFullscreen = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_webkitExitFullscreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitExitFullscreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_webkitExitFullscreen ' + ' result => ', '' + result); } return result; }; globalMy.Document_write = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_write, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.write.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_write ' + ' result => ', '' + result); } return result; }; globalMy.Document_writeln = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_writeln, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.writeln.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_writeln ' + ' result => ', '' + result); } return result; }; globalMy.Document_get_prerendering = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_prerendering'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['prerendering']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_prerendering, result => ', '' + result); } return result; }; globalMy.Document_get_onprerenderingchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onprerenderingchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onprerenderingchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onprerenderingchange, result => ', '' + result); } return result; }; globalMy.Document_set_onprerenderingchange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onprerenderingchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onprerenderingchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onprerenderingchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onprerenderingchange' + ' result => ', '' + result); } }; globalMy.Document_get_fragmentDirective = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fragmentDirective'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fragmentDirective']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_fragmentDirective, result => ', '' + result); } return result; }; globalMy.Document_get_onbeforematch = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforematch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforematch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onbeforematch, result => ', '' + result); } return result; }; globalMy.Document_set_onbeforematch = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforematch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforematch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforematch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_onbeforematch' + ' result => ', '' + result); } }; globalMy.Document_get_timeline = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_timeline'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['timeline']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_timeline, result => ', '' + result); } return result; }; globalMy.Document_get_oncontentvisibilityautostatechange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontentvisibilityautostatechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontentvisibilityautostatechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_oncontentvisibilityautostatechange, result => ', '' + result); } return result; }; globalMy.Document_set_oncontentvisibilityautostatechange = function (val) { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontentvisibilityautostatechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontentvisibilityautostatechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontentvisibilityautostatechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_oncontentvisibilityautostatechange' + ' result => ', '' + result); } }; globalMy.Document_getAnimations = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getAnimations, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getAnimations.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getAnimations ' + ' result => ', '' + result); } return result; }; globalMy.Document_hasStorageAccess = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_hasStorageAccess, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.hasStorageAccess.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_hasStorageAccess ' + ' result => ', '' + result); } return result; }; globalMy.Document_requestStorageAccess = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_requestStorageAccess, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.requestStorageAccess.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_requestStorageAccess ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/DocumentType.js ================================================ globalMy.DocumentType_get_name = function () { if (!(this instanceof DocumentType)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_get_name, result => ', '' + result); } return result; }; globalMy.DocumentType_get_publicId = function () { if (!(this instanceof DocumentType)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_get_publicId'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['publicId']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_get_publicId, result => ', '' + result); } return result; }; globalMy.DocumentType_get_systemId = function () { if (!(this instanceof DocumentType)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_get_systemId'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['systemId']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_get_systemId, result => ', '' + result); } return result; }; globalMy.DocumentType_after = function () { if (!(this instanceof DocumentType)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_after, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.after.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_after ' + ' result => ', '' + result); } return result; }; globalMy.DocumentType_before = function () { if (!(this instanceof DocumentType)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_before, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.before.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_before ' + ' result => ', '' + result); } return result; }; globalMy.DocumentType_remove = function () { if (!(this instanceof DocumentType)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_remove, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.remove.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_remove ' + ' result => ', '' + result); } return result; }; globalMy.DocumentType_replaceWith = function () { if (!(this instanceof DocumentType)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_replaceWith, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replaceWith.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了DocumentType_replaceWith ' + ' result => ', '' + result); } return result; }; // webgl // webgl ================================================ FILE: env/DynamicsCompressorNode.js ================================================ globalMy.DynamicsCompressorNode_get_threshold = function () { if (!(this instanceof DynamicsCompressorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['threshold']; if (globalMy.is_log) { console.log('[*] 调用了DynamicsCompressorNode_get_threshold,result => ', result); } return result; }; globalMy.DynamicsCompressorNode_get_knee = function () { if (!(this instanceof DynamicsCompressorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['knee']; if (globalMy.is_log) { console.log('[*] 调用了DynamicsCompressorNode_get_knee,result => ', result); } return result; }; globalMy.DynamicsCompressorNode_get_ratio = function () { if (!(this instanceof DynamicsCompressorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ratio']; if (globalMy.is_log) { console.log('[*] 调用了DynamicsCompressorNode_get_ratio,result => ', result); } return result; }; globalMy.DynamicsCompressorNode_get_reduction = function () { if (!(this instanceof DynamicsCompressorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['reduction']; if (globalMy.is_log) { console.log('[*] 调用了DynamicsCompressorNode_get_reduction,result => ', result); } return result; }; globalMy.DynamicsCompressorNode_get_attack = function () { if (!(this instanceof DynamicsCompressorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['attack']; if (globalMy.is_log) { console.log('[*] 调用了DynamicsCompressorNode_get_attack,result => ', result); } return result; }; globalMy.DynamicsCompressorNode_get_release = function () { if (!(this instanceof DynamicsCompressorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['release']; if (globalMy.is_log) { console.log('[*] 调用了DynamicsCompressorNode_get_release,result => ', result); } return result; }; ================================================ FILE: env/EXTDisjointTimerQuery.js ================================================ globalMy.EXTDisjointTimerQuery_beginQueryEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_beginQueryEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.EXTDisjointTimerQuery_createQueryEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_createQueryEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.EXTDisjointTimerQuery_deleteQueryEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_deleteQueryEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.EXTDisjointTimerQuery_endQueryEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_endQueryEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.EXTDisjointTimerQuery_getQueryEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_getQueryEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.EXTDisjointTimerQuery_getQueryObjectEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_getQueryObjectEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.EXTDisjointTimerQuery_isQueryEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_isQueryEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.EXTDisjointTimerQuery_queryCounterEXT = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了EXTDisjointTimerQuery_queryCounterEXT, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/Element.js ================================================ globalMy.Element_get_namespaceURI = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_namespaceURI'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['namespaceURI']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_namespaceURI, result => ', '' + result); } return result; }; globalMy.Element_get_prefix = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_prefix'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['prefix']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_prefix, result => ', '' + result); } return result; }; globalMy.Element_get_localName = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_localName'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['localName']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_localName, result => ', '' + result); } return result; }; globalMy.Element_get_tagName = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_tagName'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['tagName']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } result = result.toUpperCase(); if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_tagName, result => ', '' + result); } return result; }; globalMy.Element_get_id = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_id'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['id']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_id, result => ', '' + result); } return result; }; globalMy.Element_set_id = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_id, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['id'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['id'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_id' + ' result => ', '' + result); } }; globalMy.Element_get_className = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_className'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['className']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_className, result => ', '' + result); } return result; }; globalMy.Element_set_className = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_className, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['className'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['className'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_className' + ' result => ', '' + result); } }; globalMy.Element_get_classList = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_classList'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['classList']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_classList, result => ', '' + result); } return result; }; globalMy.Element_set_classList = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_classList, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['classList'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['classList'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_classList' + ' result => ', '' + result); } }; globalMy.Element_get_slot = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_slot'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['slot']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_slot, result => ', '' + result); } return result; }; globalMy.Element_set_slot = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_slot, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['slot'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['slot'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_slot' + ' result => ', '' + result); } }; globalMy.Element_get_attributes = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_attributes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['attributes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_attributes, result => ', '' + result); } return result; }; globalMy.Element_get_shadowRoot = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_shadowRoot'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shadowRoot']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_shadowRoot, result => ', '' + result); } return result; }; globalMy.Element_get_part = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_part'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['part']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_part, result => ', '' + result); } return result; }; globalMy.Element_set_part = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_part, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['part'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['part'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_part' + ' result => ', '' + result); } }; globalMy.Element_get_assignedSlot = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_assignedSlot'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['assignedSlot']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_assignedSlot, result => ', '' + result); } return result; }; globalMy.Element_get_innerHTML = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_innerHTML'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['innerHTML']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_innerHTML, result => ', '' + result); } return result; }; globalMy.Element_set_innerHTML = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_innerHTML, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['innerHTML'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['innerHTML'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_innerHTML' + ' result => ', '' + result); } }; globalMy.Element_get_outerHTML = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_outerHTML'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['outerHTML']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_outerHTML, result => ', '' + result); } return result; }; globalMy.Element_set_outerHTML = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_outerHTML, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['outerHTML'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['outerHTML'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_outerHTML' + ' result => ', '' + result); } }; globalMy.Element_get_scrollTop = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollTop'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrollTop']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollTop, result => ', '' + result); } return result; }; globalMy.Element_set_scrollTop = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_scrollTop, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scrollTop'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scrollTop'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_scrollTop' + ' result => ', '' + result); } }; globalMy.Element_get_scrollLeft = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollLeft'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrollLeft']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollLeft, result => ', '' + result); } return result; }; globalMy.Element_set_scrollLeft = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_scrollLeft, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scrollLeft'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scrollLeft'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_scrollLeft' + ' result => ', '' + result); } }; globalMy.Element_get_scrollWidth = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrollWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollWidth, result => ', '' + result); } return result; }; globalMy.Element_get_scrollHeight = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrollHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_scrollHeight, result => ', '' + result); } return result; }; globalMy.Element_get_clientTop = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientTop'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['clientTop']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientTop, result => ', '' + result); } return result; }; globalMy.Element_get_clientLeft = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientLeft'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['clientLeft']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientLeft, result => ', '' + result); } return result; }; globalMy.Element_get_clientWidth = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['clientWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientWidth, result => ', '' + result); } return result; }; globalMy.Element_get_clientHeight = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['clientHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_clientHeight, result => ', '' + result); } return result; }; globalMy.Element_get_onbeforecopy = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onbeforecopy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforecopy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onbeforecopy, result => ', '' + result); } return result; }; globalMy.Element_set_onbeforecopy = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onbeforecopy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforecopy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforecopy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onbeforecopy' + ' result => ', '' + result); } }; globalMy.Element_get_onbeforecut = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onbeforecut'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforecut']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onbeforecut, result => ', '' + result); } return result; }; globalMy.Element_set_onbeforecut = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onbeforecut, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforecut'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforecut'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onbeforecut' + ' result => ', '' + result); } }; globalMy.Element_get_onbeforepaste = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onbeforepaste'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforepaste']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onbeforepaste, result => ', '' + result); } return result; }; globalMy.Element_set_onbeforepaste = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onbeforepaste, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforepaste'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforepaste'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onbeforepaste' + ' result => ', '' + result); } }; globalMy.Element_get_onsearch = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onsearch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsearch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onsearch, result => ', '' + result); } return result; }; globalMy.Element_set_onsearch = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onsearch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsearch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsearch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onsearch' + ' result => ', '' + result); } }; globalMy.Element_get_elementTiming = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_elementTiming'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['elementTiming']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_elementTiming, result => ', '' + result); } return result; }; globalMy.Element_set_elementTiming = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_elementTiming, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['elementTiming'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['elementTiming'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_elementTiming' + ' result => ', '' + result); } }; globalMy.Element_get_onfullscreenchange = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onfullscreenchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfullscreenchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onfullscreenchange, result => ', '' + result); } return result; }; globalMy.Element_set_onfullscreenchange = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onfullscreenchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfullscreenchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfullscreenchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onfullscreenchange' + ' result => ', '' + result); } }; globalMy.Element_get_onfullscreenerror = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onfullscreenerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfullscreenerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onfullscreenerror, result => ', '' + result); } return result; }; globalMy.Element_set_onfullscreenerror = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onfullscreenerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfullscreenerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfullscreenerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onfullscreenerror' + ' result => ', '' + result); } }; globalMy.Element_get_onwebkitfullscreenchange = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onwebkitfullscreenchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitfullscreenchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onwebkitfullscreenchange, result => ', '' + result); } return result; }; globalMy.Element_set_onwebkitfullscreenchange = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onwebkitfullscreenchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitfullscreenchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitfullscreenchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onwebkitfullscreenchange' + ' result => ', '' + result); } }; globalMy.Element_get_onwebkitfullscreenerror = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onwebkitfullscreenerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitfullscreenerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_onwebkitfullscreenerror, result => ', '' + result); } return result; }; globalMy.Element_set_onwebkitfullscreenerror = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onwebkitfullscreenerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitfullscreenerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitfullscreenerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_onwebkitfullscreenerror' + ' result => ', '' + result); } }; globalMy.Element_get_role = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_role'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['role']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_role, result => ', '' + result); } return result; }; globalMy.Element_set_role = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_role, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['role'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['role'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_role' + ' result => ', '' + result); } }; globalMy.Element_get_ariaAtomic = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaAtomic'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaAtomic']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaAtomic, result => ', '' + result); } return result; }; globalMy.Element_set_ariaAtomic = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaAtomic, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaAtomic'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaAtomic'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaAtomic' + ' result => ', '' + result); } }; globalMy.Element_get_ariaAutoComplete = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaAutoComplete'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaAutoComplete']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaAutoComplete, result => ', '' + result); } return result; }; globalMy.Element_set_ariaAutoComplete = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaAutoComplete, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaAutoComplete'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaAutoComplete'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaAutoComplete' + ' result => ', '' + result); } }; globalMy.Element_get_ariaBusy = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaBusy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaBusy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaBusy, result => ', '' + result); } return result; }; globalMy.Element_set_ariaBusy = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaBusy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaBusy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaBusy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaBusy' + ' result => ', '' + result); } }; globalMy.Element_get_ariaBrailleLabel = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaBrailleLabel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaBrailleLabel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaBrailleLabel, result => ', '' + result); } return result; }; globalMy.Element_set_ariaBrailleLabel = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaBrailleLabel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaBrailleLabel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaBrailleLabel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaBrailleLabel' + ' result => ', '' + result); } }; globalMy.Element_get_ariaBrailleRoleDescription = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaBrailleRoleDescription'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaBrailleRoleDescription']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaBrailleRoleDescription, result => ', '' + result); } return result; }; globalMy.Element_set_ariaBrailleRoleDescription = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaBrailleRoleDescription, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaBrailleRoleDescription'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaBrailleRoleDescription'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaBrailleRoleDescription' + ' result => ', '' + result); } }; globalMy.Element_get_ariaChecked = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaChecked'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaChecked']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaChecked, result => ', '' + result); } return result; }; globalMy.Element_set_ariaChecked = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaChecked, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaChecked'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaChecked'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaChecked' + ' result => ', '' + result); } }; globalMy.Element_get_ariaColCount = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaColCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaColCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaColCount, result => ', '' + result); } return result; }; globalMy.Element_set_ariaColCount = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaColCount, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaColCount'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaColCount'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaColCount' + ' result => ', '' + result); } }; globalMy.Element_get_ariaColIndex = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaColIndex'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaColIndex']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaColIndex, result => ', '' + result); } return result; }; globalMy.Element_set_ariaColIndex = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaColIndex, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaColIndex'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaColIndex'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaColIndex' + ' result => ', '' + result); } }; globalMy.Element_get_ariaColSpan = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaColSpan'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaColSpan']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaColSpan, result => ', '' + result); } return result; }; globalMy.Element_set_ariaColSpan = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaColSpan, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaColSpan'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaColSpan'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaColSpan' + ' result => ', '' + result); } }; globalMy.Element_get_ariaCurrent = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaCurrent'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaCurrent']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaCurrent, result => ', '' + result); } return result; }; globalMy.Element_set_ariaCurrent = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaCurrent, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaCurrent'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaCurrent'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaCurrent' + ' result => ', '' + result); } }; globalMy.Element_get_ariaDescription = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaDescription'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaDescription']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaDescription, result => ', '' + result); } return result; }; globalMy.Element_set_ariaDescription = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaDescription, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaDescription'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaDescription'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaDescription' + ' result => ', '' + result); } }; globalMy.Element_get_ariaDisabled = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaDisabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaDisabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaDisabled, result => ', '' + result); } return result; }; globalMy.Element_set_ariaDisabled = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaDisabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaDisabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaDisabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaDisabled' + ' result => ', '' + result); } }; globalMy.Element_get_ariaExpanded = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaExpanded'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaExpanded']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaExpanded, result => ', '' + result); } return result; }; globalMy.Element_set_ariaExpanded = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaExpanded, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaExpanded'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaExpanded'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaExpanded' + ' result => ', '' + result); } }; globalMy.Element_get_ariaHasPopup = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaHasPopup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaHasPopup']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaHasPopup, result => ', '' + result); } return result; }; globalMy.Element_set_ariaHasPopup = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaHasPopup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaHasPopup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaHasPopup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaHasPopup' + ' result => ', '' + result); } }; globalMy.Element_get_ariaHidden = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaHidden'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaHidden']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaHidden, result => ', '' + result); } return result; }; globalMy.Element_set_ariaHidden = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaHidden, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaHidden'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaHidden'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaHidden' + ' result => ', '' + result); } }; globalMy.Element_get_ariaInvalid = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaInvalid'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaInvalid']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaInvalid, result => ', '' + result); } return result; }; globalMy.Element_set_ariaInvalid = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaInvalid, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaInvalid'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaInvalid'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaInvalid' + ' result => ', '' + result); } }; globalMy.Element_get_ariaKeyShortcuts = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaKeyShortcuts'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaKeyShortcuts']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaKeyShortcuts, result => ', '' + result); } return result; }; globalMy.Element_set_ariaKeyShortcuts = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaKeyShortcuts, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaKeyShortcuts'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaKeyShortcuts'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaKeyShortcuts' + ' result => ', '' + result); } }; globalMy.Element_get_ariaLabel = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaLabel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaLabel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaLabel, result => ', '' + result); } return result; }; globalMy.Element_set_ariaLabel = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaLabel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaLabel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaLabel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaLabel' + ' result => ', '' + result); } }; globalMy.Element_get_ariaLevel = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaLevel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaLevel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaLevel, result => ', '' + result); } return result; }; globalMy.Element_set_ariaLevel = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaLevel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaLevel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaLevel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaLevel' + ' result => ', '' + result); } }; globalMy.Element_get_ariaLive = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaLive'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaLive']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaLive, result => ', '' + result); } return result; }; globalMy.Element_set_ariaLive = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaLive, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaLive'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaLive'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaLive' + ' result => ', '' + result); } }; globalMy.Element_get_ariaModal = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaModal'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaModal']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaModal, result => ', '' + result); } return result; }; globalMy.Element_set_ariaModal = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaModal, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaModal'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaModal'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaModal' + ' result => ', '' + result); } }; globalMy.Element_get_ariaMultiLine = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaMultiLine'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaMultiLine']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaMultiLine, result => ', '' + result); } return result; }; globalMy.Element_set_ariaMultiLine = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaMultiLine, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaMultiLine'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaMultiLine'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaMultiLine' + ' result => ', '' + result); } }; globalMy.Element_get_ariaMultiSelectable = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaMultiSelectable'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaMultiSelectable']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaMultiSelectable, result => ', '' + result); } return result; }; globalMy.Element_set_ariaMultiSelectable = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaMultiSelectable, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaMultiSelectable'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaMultiSelectable'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaMultiSelectable' + ' result => ', '' + result); } }; globalMy.Element_get_ariaOrientation = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaOrientation'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaOrientation']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaOrientation, result => ', '' + result); } return result; }; globalMy.Element_set_ariaOrientation = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaOrientation, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaOrientation'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaOrientation'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaOrientation' + ' result => ', '' + result); } }; globalMy.Element_get_ariaPlaceholder = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaPlaceholder'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaPlaceholder']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaPlaceholder, result => ', '' + result); } return result; }; globalMy.Element_set_ariaPlaceholder = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaPlaceholder, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaPlaceholder'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaPlaceholder'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaPlaceholder' + ' result => ', '' + result); } }; globalMy.Element_get_ariaPosInSet = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaPosInSet'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaPosInSet']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaPosInSet, result => ', '' + result); } return result; }; globalMy.Element_set_ariaPosInSet = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaPosInSet, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaPosInSet'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaPosInSet'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaPosInSet' + ' result => ', '' + result); } }; globalMy.Element_get_ariaPressed = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaPressed'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaPressed']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaPressed, result => ', '' + result); } return result; }; globalMy.Element_set_ariaPressed = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaPressed, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaPressed'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaPressed'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaPressed' + ' result => ', '' + result); } }; globalMy.Element_get_ariaReadOnly = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaReadOnly'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaReadOnly']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaReadOnly, result => ', '' + result); } return result; }; globalMy.Element_set_ariaReadOnly = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaReadOnly, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaReadOnly'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaReadOnly'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaReadOnly' + ' result => ', '' + result); } }; globalMy.Element_get_ariaRelevant = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRelevant'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaRelevant']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRelevant, result => ', '' + result); } return result; }; globalMy.Element_set_ariaRelevant = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRelevant, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaRelevant'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaRelevant'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRelevant' + ' result => ', '' + result); } }; globalMy.Element_get_ariaRequired = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRequired'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaRequired']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRequired, result => ', '' + result); } return result; }; globalMy.Element_set_ariaRequired = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRequired, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaRequired'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaRequired'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRequired' + ' result => ', '' + result); } }; globalMy.Element_get_ariaRoleDescription = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRoleDescription'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaRoleDescription']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRoleDescription, result => ', '' + result); } return result; }; globalMy.Element_set_ariaRoleDescription = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRoleDescription, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaRoleDescription'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaRoleDescription'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRoleDescription' + ' result => ', '' + result); } }; globalMy.Element_get_ariaRowCount = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRowCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaRowCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRowCount, result => ', '' + result); } return result; }; globalMy.Element_set_ariaRowCount = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRowCount, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaRowCount'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaRowCount'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRowCount' + ' result => ', '' + result); } }; globalMy.Element_get_ariaRowIndex = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRowIndex'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaRowIndex']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRowIndex, result => ', '' + result); } return result; }; globalMy.Element_set_ariaRowIndex = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRowIndex, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaRowIndex'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaRowIndex'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRowIndex' + ' result => ', '' + result); } }; globalMy.Element_get_ariaRowSpan = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRowSpan'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaRowSpan']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaRowSpan, result => ', '' + result); } return result; }; globalMy.Element_set_ariaRowSpan = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRowSpan, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaRowSpan'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaRowSpan'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaRowSpan' + ' result => ', '' + result); } }; globalMy.Element_get_ariaSelected = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaSelected'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaSelected']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaSelected, result => ', '' + result); } return result; }; globalMy.Element_set_ariaSelected = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaSelected, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaSelected'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaSelected'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaSelected' + ' result => ', '' + result); } }; globalMy.Element_get_ariaSetSize = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaSetSize'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaSetSize']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaSetSize, result => ', '' + result); } return result; }; globalMy.Element_set_ariaSetSize = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaSetSize, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaSetSize'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaSetSize'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaSetSize' + ' result => ', '' + result); } }; globalMy.Element_get_ariaSort = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaSort'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaSort']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaSort, result => ', '' + result); } return result; }; globalMy.Element_set_ariaSort = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaSort, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaSort'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaSort'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaSort' + ' result => ', '' + result); } }; globalMy.Element_get_ariaValueMax = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueMax'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaValueMax']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueMax, result => ', '' + result); } return result; }; globalMy.Element_set_ariaValueMax = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueMax, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaValueMax'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaValueMax'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueMax' + ' result => ', '' + result); } }; globalMy.Element_get_ariaValueMin = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueMin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaValueMin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueMin, result => ', '' + result); } return result; }; globalMy.Element_set_ariaValueMin = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueMin, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaValueMin'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaValueMin'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueMin' + ' result => ', '' + result); } }; globalMy.Element_get_ariaValueNow = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueNow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaValueNow']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueNow, result => ', '' + result); } return result; }; globalMy.Element_set_ariaValueNow = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueNow, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaValueNow'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaValueNow'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueNow' + ' result => ', '' + result); } }; globalMy.Element_get_ariaValueText = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueText'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ariaValueText']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_ariaValueText, result => ', '' + result); } return result; }; globalMy.Element_set_ariaValueText = function (val) { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueText, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ariaValueText'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ariaValueText'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_ariaValueText' + ' result => ', '' + result); } }; globalMy.Element_get_children = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_children'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['children']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_children, result => ', '' + result); } return result; }; globalMy.Element_get_firstElementChild = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_firstElementChild'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['firstElementChild']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_firstElementChild, result => ', '' + result); } return result; }; globalMy.Element_get_lastElementChild = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_lastElementChild'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lastElementChild']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_lastElementChild, result => ', '' + result); } return result; }; globalMy.Element_get_childElementCount = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_childElementCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['childElementCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_childElementCount, result => ', '' + result); } return result; }; globalMy.Element_get_previousElementSibling = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_previousElementSibling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['previousElementSibling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_previousElementSibling, result => ', '' + result); } return result; }; globalMy.Element_get_nextElementSibling = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_nextElementSibling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['nextElementSibling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_nextElementSibling, result => ', '' + result); } return result; }; globalMy.Element_after = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_after, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.after.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_after ' + ' result => ', '' + result); } return result; }; globalMy.Element_animate = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_animate, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.animate.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_animate ' + ' result => ', '' + result); } return result; }; globalMy.Element_append = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_append, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.append.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_append ' + ' result => ', '' + result); } return result; }; globalMy.Element_attachShadow = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_attachShadow, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.attachShadow.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_attachShadow ' + ' result => ', '' + result); } return result; }; globalMy.Element_before = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_before, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.before.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_before ' + ' result => ', '' + result); } return result; }; globalMy.Element_closest = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_closest, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.closest.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_closest ' + ' result => ', '' + result); } return result; }; globalMy.Element_computedStyleMap = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_computedStyleMap, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.computedStyleMap.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_computedStyleMap ' + ' result => ', '' + result); } return result; }; globalMy.Element_getAttribute = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttribute, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getAttribute.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttribute ' + ' result => ', '' + result); } return result; }; globalMy.Element_getAttributeNS = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getAttributeNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNS ' + ' result => ', '' + result); } return result; }; globalMy.Element_getAttributeNames = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNames, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getAttributeNames.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNames ' + ' result => ', '' + result); } return result; }; globalMy.Element_getAttributeNode = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getAttributeNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNode ' + ' result => ', '' + result); } return result; }; globalMy.Element_getAttributeNodeNS = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNodeNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getAttributeNodeNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAttributeNodeNS ' + ' result => ', '' + result); } return result; }; globalMy.Element_getBoundingClientRect = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getBoundingClientRect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getBoundingClientRect.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getBoundingClientRect ' + ' result => ', '' + result); } return result; }; globalMy.Element_getClientRects = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getClientRects, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getClientRects.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getClientRects ' + ' result => ', '' + result); } return result; }; globalMy.Element_getElementsByClassName = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByClassName, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByClassName.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByClassName ' + ' result => ', '' + result); } return result; }; globalMy.Element_getElementsByTagName = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByTagName, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByTagName.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByTagName ' + ' result => ', '' + result); } return result; }; globalMy.Element_getElementsByTagNameNS = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByTagNameNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByTagNameNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByTagNameNS ' + ' result => ', '' + result); } return result; }; globalMy.Element_getInnerHTML = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getInnerHTML, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getInnerHTML.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getInnerHTML ' + ' result => ', '' + result); } return result; }; globalMy.Element_hasAttribute = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasAttribute, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.hasAttribute.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasAttribute ' + ' result => ', '' + result); } return result; }; globalMy.Element_hasAttributeNS = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasAttributeNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.hasAttributeNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasAttributeNS ' + ' result => ', '' + result); } return result; }; globalMy.Element_hasAttributes = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasAttributes, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.hasAttributes.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasAttributes ' + ' result => ', '' + result); } return result; }; globalMy.Element_hasPointerCapture = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasPointerCapture, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.hasPointerCapture.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_hasPointerCapture ' + ' result => ', '' + result); } return result; }; globalMy.Element_insertAdjacentElement = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_insertAdjacentElement, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertAdjacentElement.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_insertAdjacentElement ' + ' result => ', '' + result); } return result; }; globalMy.Element_insertAdjacentHTML = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_insertAdjacentHTML, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertAdjacentHTML.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_insertAdjacentHTML ' + ' result => ', '' + result); } return result; }; globalMy.Element_insertAdjacentText = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_insertAdjacentText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertAdjacentText.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_insertAdjacentText ' + ' result => ', '' + result); } return result; }; globalMy.Element_matches = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_matches, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.matches.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_matches ' + ' result => ', '' + result); } return result; }; globalMy.Element_prepend = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_prepend, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.prepend.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_prepend ' + ' result => ', '' + result); } return result; }; globalMy.Element_querySelector = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_querySelector, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.querySelector.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_querySelector ' + ' result => ', '' + result); } return result; }; globalMy.Element_querySelectorAll = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_querySelectorAll, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.querySelectorAll.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_querySelectorAll ' + ' result => ', '' + result); } return result; }; globalMy.Element_releasePointerCapture = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_releasePointerCapture, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.releasePointerCapture.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_releasePointerCapture ' + ' result => ', '' + result); } return result; }; globalMy.Element_remove = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_remove, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.remove.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_remove ' + ' result => ', '' + result); } return result; }; globalMy.Element_removeAttribute = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_removeAttribute, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.removeAttribute.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_removeAttribute ' + ' result => ', '' + result); } return result; }; globalMy.Element_removeAttributeNS = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_removeAttributeNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.removeAttributeNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_removeAttributeNS ' + ' result => ', '' + result); } return result; }; globalMy.Element_removeAttributeNode = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_removeAttributeNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.removeAttributeNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_removeAttributeNode ' + ' result => ', '' + result); } return result; }; globalMy.Element_replaceChildren = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_replaceChildren, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replaceChildren.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_replaceChildren ' + ' result => ', '' + result); } return result; }; globalMy.Element_replaceWith = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_replaceWith, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replaceWith.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_replaceWith ' + ' result => ', '' + result); } return result; }; globalMy.Element_requestFullscreen = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_requestFullscreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.requestFullscreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_requestFullscreen ' + ' result => ', '' + result); } return result; }; globalMy.Element_requestPointerLock = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_requestPointerLock, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.requestPointerLock.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_requestPointerLock ' + ' result => ', '' + result); } return result; }; globalMy.Element_scroll = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scroll, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.scroll.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scroll ' + ' result => ', '' + result); } return result; }; globalMy.Element_scrollBy = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollBy, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.scrollBy.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollBy ' + ' result => ', '' + result); } return result; }; globalMy.Element_scrollIntoView = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollIntoView, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.scrollIntoView.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollIntoView ' + ' result => ', '' + result); } return result; }; globalMy.Element_scrollIntoViewIfNeeded = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollIntoViewIfNeeded, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.scrollIntoViewIfNeeded.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollIntoViewIfNeeded ' + ' result => ', '' + result); } return result; }; globalMy.Element_scrollTo = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollTo, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.scrollTo.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_scrollTo ' + ' result => ', '' + result); } return result; }; globalMy.Element_setAttribute = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttribute, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setAttribute.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttribute ' + ' result => ', '' + result); } return result; }; globalMy.Element_setAttributeNS = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttributeNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setAttributeNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttributeNS ' + ' result => ', '' + result); } return result; }; globalMy.Element_setAttributeNode = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttributeNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setAttributeNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttributeNode ' + ' result => ', '' + result); } return result; }; globalMy.Element_setAttributeNodeNS = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttributeNodeNS, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setAttributeNodeNS.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setAttributeNodeNS ' + ' result => ', '' + result); } return result; }; globalMy.Element_setPointerCapture = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setPointerCapture, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setPointerCapture.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setPointerCapture ' + ' result => ', '' + result); } return result; }; globalMy.Element_toggleAttribute = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_toggleAttribute, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.toggleAttribute.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_toggleAttribute ' + ' result => ', '' + result); } return result; }; globalMy.Element_webkitMatchesSelector = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_webkitMatchesSelector, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitMatchesSelector.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_webkitMatchesSelector ' + ' result => ', '' + result); } return result; }; globalMy.Element_webkitRequestFullScreen = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_webkitRequestFullScreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitRequestFullScreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_webkitRequestFullScreen ' + ' result => ', '' + result); } return result; }; globalMy.Element_webkitRequestFullscreen = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_webkitRequestFullscreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitRequestFullscreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_webkitRequestFullscreen ' + ' result => ', '' + result); } return result; }; globalMy.Element_checkVisibility = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_checkVisibility, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkVisibility.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_checkVisibility ' + ' result => ', '' + result); } return result; }; globalMy.Element_getAnimations = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAnimations, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getAnimations.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getAnimations ' + ' result => ', '' + result); } return result; }; globalMy.Element_setHTML = function () { if (!(this instanceof Element)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setHTML, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setHTML.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_setHTML ' + ' result => ', '' + result); } return result; }; // Event // Event ================================================ FILE: env/Event.js ================================================ // Event // Event globalMy.Event_get_type = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['type']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_type,result => ', result); } return result; }; globalMy.Event_get_target = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['target']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_target,result => ', result); } return result; }; globalMy.Event_get_currentTarget = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['currentTarget']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_currentTarget,result => ', result); } return result; }; globalMy.Event_get_eventPhase = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['eventPhase']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_eventPhase,result => ', result); } return result; }; globalMy.Event_get_bubbles = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['bubbles']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_bubbles,result => ', result); } return result; }; globalMy.Event_get_cancelable = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['cancelable']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_cancelable,result => ', result); } return result; }; globalMy.Event_get_defaultPrevented = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['defaultPrevented']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_defaultPrevented,result => ', result); } return result; }; globalMy.Event_get_composed = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['composed']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_composed,result => ', result); } return result; }; globalMy.Event_get_timeStamp = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['timeStamp']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_timeStamp,result => ', result); } return result; }; globalMy.Event_get_srcElement = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['srcElement']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_srcElement,result => ', result); } return result; }; globalMy.Event_get_returnValue = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['returnValue']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_returnValue,result => ', result); } return result; }; globalMy.Event_set_returnValue = function (val) { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); globalMy.event_value[foundName]['returnValue'] = val; if (globalMy.is_log) { console.log('[*] 调用了Event_set_returnValue, 传参val => ' + val + ' result => ', result); } }; globalMy.Event_get_cancelBubble = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['cancelBubble']; if (globalMy.is_log) { console.log('[*] 调用了Event_get_cancelBubble,result => ', result); } return result; }; globalMy.Event_set_cancelBubble = function (val) { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundEventName(this); globalMy.event_value[foundName]['cancelBubble'] = val; if (globalMy.is_log) { console.log('[*] 调用了Event_set_cancelBubble, 传参val => ' + val + ' result => ', result); } }; globalMy.Event_composedPath = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Event_composedPath, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.Event_initEvent = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Event_initEvent, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.Event_preventDefault = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Event_preventDefault, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.Event_stopImmediatePropagation = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Event_stopImmediatePropagation, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.Event_stopPropagation = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Event_stopPropagation, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/External.js ================================================ globalMy.External_AddSearchProvider = function () { if (!(this instanceof External)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了External_AddSearchProvider, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.External_IsSearchProviderInstalled = function () { if (!(this instanceof External)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了External_IsSearchProviderInstalled, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.External_getHostEnvironmentValue = function () { if (!(this instanceof External)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了External_getHostEnvironmentValue, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } // 谷歌没有最后那个方法 ================================================ FILE: env/GainNode.js ================================================ globalMy.GainNode_get_gain = function () { if (!(this instanceof GainNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['gain']; if (globalMy.is_log) { console.log('[*] 调用了GainNode_get_gain,result => ', result) } return result; } ================================================ FILE: env/HTMLAllCollection.js ================================================ // dom构造函数原型方法 // dom构造函数原型方法 globalMy.HTMLAllCollection_get_length = function () { if (!(this instanceof HTMLAllCollection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAllCollection_get_length,result => ', '' + result); } return result; }; globalMy.HTMLAllCollection_item = function () { if (!(this instanceof HTMLAllCollection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAllCollection_item, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.HTMLAllCollection_namedItem = function () { if (!(this instanceof HTMLAllCollection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAllCollection_namedItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLAnchorElement.js ================================================ globalMy.HTMLAnchorElement_get_target = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_target'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['target']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_target, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_target = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_target, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['target'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['target'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_target' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_download = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_download'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['download']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_download, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_download = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_download, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['download'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['download'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_download' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_ping = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_ping'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ping']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_ping, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_ping = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_ping, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ping'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ping'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_ping' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_rel = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_rel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_rel, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_rel = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_rel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_rel' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_relList = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_relList'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['relList']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_relList, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_relList = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_relList, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['relList'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['relList'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_relList' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_hreflang = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hreflang'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hreflang']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hreflang, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_hreflang = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hreflang, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hreflang'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hreflang'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hreflang' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_type = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_type = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_referrerPolicy = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_referrerPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrerPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_referrerPolicy, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_referrerPolicy = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_referrerPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_referrerPolicy' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_text = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_text'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['text']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_text, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_text = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_text, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['text'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['text'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_text' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_coords = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_coords'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['coords']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_coords, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_coords = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_coords, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['coords'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['coords'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_coords' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_charset = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_charset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['charset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_charset, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_charset = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_charset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['charset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['charset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_charset' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_name = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_name = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_rev = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_rev'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rev']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_rev, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_rev = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_rev, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rev'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rev'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_rev' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_shape = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_shape'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shape']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_shape, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_shape = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_shape, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['shape'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['shape'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_shape' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_origin = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_origin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['origin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_origin, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_get_protocol = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_protocol'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['protocol']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_protocol, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_protocol = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_protocol, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['protocol'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['protocol'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_protocol' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_username = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_username'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['username']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_username, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_username = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_username, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['username'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['username'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_username' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_password = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_password'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['password']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_password, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_password = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_password, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['password'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['password'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_password' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_host = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_host'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['host']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_host, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_host = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_host, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['host'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['host'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_host' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_hostname = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hostname'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hostname']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hostname, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_hostname = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hostname, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hostname'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hostname'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hostname' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_port = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_port'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['port']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_port, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_port = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_port, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['port'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['port'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_port' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_pathname = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_pathname'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['pathname']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_pathname, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_pathname = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_pathname, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['pathname'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['pathname'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_pathname' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_search = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_search'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['search']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_search, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_search = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_search, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['search'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['search'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_search' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_hash = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hash'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hash']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hash, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_hash = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hash, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hash'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hash'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hash' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_get_href = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_href'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['href']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_href, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_href = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_href, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['href'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['href'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_href' + ' result => ', '' + result); } }; globalMy.HTMLAnchorElement_toString = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_toString, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.toString.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_toString ' + ' result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_get_hrefTranslate = function () { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hrefTranslate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hrefTranslate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_get_hrefTranslate, result => ', '' + result); } return result; }; globalMy.HTMLAnchorElement_set_hrefTranslate = function (val) { if (!(this instanceof HTMLAnchorElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hrefTranslate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hrefTranslate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hrefTranslate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAnchorElement_set_hrefTranslate' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLAreaElement.js ================================================ globalMy.HTMLAreaElement_get_alt = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_alt'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['alt']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_alt, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_alt = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_alt, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['alt'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['alt'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_alt' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_coords = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_coords'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['coords']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_coords, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_coords = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_coords, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['coords'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['coords'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_coords' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_download = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_download'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['download']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_download, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_download = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_download, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['download'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['download'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_download' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_shape = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_shape'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shape']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_shape, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_shape = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_shape, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['shape'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['shape'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_shape' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_target = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_target'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['target']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_target, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_target = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_target, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['target'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['target'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_target' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_ping = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_ping'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ping']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_ping, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_ping = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_ping, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ping'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ping'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_ping' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_rel = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_rel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_rel, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_rel = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_rel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_rel' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_relList = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_relList'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['relList']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_relList, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_relList = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_relList, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['relList'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['relList'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_relList' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_referrerPolicy = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_referrerPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrerPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_referrerPolicy, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_referrerPolicy = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_referrerPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_referrerPolicy' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_noHref = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_noHref'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['noHref']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_noHref, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_noHref = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_noHref, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['noHref'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['noHref'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_noHref' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_origin = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_origin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['origin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_origin, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_get_protocol = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_protocol'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['protocol']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_protocol, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_protocol = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_protocol, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['protocol'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['protocol'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_protocol' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_username = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_username'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['username']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_username, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_username = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_username, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['username'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['username'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_username' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_password = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_password'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['password']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_password, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_password = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_password, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['password'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['password'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_password' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_host = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_host'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['host']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_host, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_host = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_host, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['host'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['host'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_host' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_hostname = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_hostname'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hostname']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_hostname, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_hostname = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_hostname, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hostname'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hostname'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_hostname' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_port = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_port'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['port']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_port, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_port = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_port, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['port'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['port'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_port' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_pathname = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_pathname'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['pathname']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_pathname, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_pathname = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_pathname, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['pathname'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['pathname'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_pathname' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_search = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_search'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['search']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_search, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_search = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_search, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['search'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['search'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_search' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_hash = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_hash'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hash']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_hash, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_hash = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_hash, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hash'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hash'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_hash' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_get_href = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_href'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['href']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_get_href, result => ', '' + result); } return result; }; globalMy.HTMLAreaElement_set_href = function (val) { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_href, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['href'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['href'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_set_href' + ' result => ', '' + result); } }; globalMy.HTMLAreaElement_toString = function () { if (!(this instanceof HTMLAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_toString, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.toString.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLAreaElement_toString ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLBRElement.js ================================================ globalMy.HTMLBRElement_get_clear = function () { if (!(this instanceof HTMLBRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBRElement_get_clear'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['clear']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBRElement_get_clear, result => ', '' + result); } return result; }; globalMy.HTMLBRElement_set_clear = function (val) { if (!(this instanceof HTMLBRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBRElement_set_clear, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['clear'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['clear'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBRElement_set_clear' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLBaseElement.js ================================================ globalMy.HTMLBaseElement_get_href = function () { if (!(this instanceof HTMLBaseElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_get_href'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['href']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_get_href, result => ', '' + result); } return result; }; globalMy.HTMLBaseElement_set_href = function (val) { if (!(this instanceof HTMLBaseElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_set_href, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['href'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['href'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_set_href' + ' result => ', '' + result); } }; globalMy.HTMLBaseElement_get_target = function () { if (!(this instanceof HTMLBaseElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_get_target'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['target']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_get_target, result => ', '' + result); } return result; }; globalMy.HTMLBaseElement_set_target = function (val) { if (!(this instanceof HTMLBaseElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_set_target, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['target'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['target'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBaseElement_set_target' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLBodyElement.js ================================================ globalMy.HTMLBodyElement_get_text = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_text'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['text']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_text, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_text = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_text, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['text'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['text'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_text' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_link = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_link'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['link']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_link, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_link = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_link, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['link'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['link'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_link' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_vLink = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_vLink'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vLink']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_vLink, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_vLink = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_vLink, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vLink'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vLink'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_vLink' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_aLink = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_aLink'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['aLink']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_aLink, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_aLink = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_aLink, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['aLink'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['aLink'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_aLink' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_bgColor = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_bgColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['bgColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_bgColor, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_bgColor = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_bgColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['bgColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['bgColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_bgColor' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_background = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_background'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['background']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_background, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_background = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_background, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['background'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['background'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_background' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onblur = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onblur'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onblur']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onblur, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onblur = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onblur, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onblur'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onblur'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onblur' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onerror = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onerror, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onerror = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onerror' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onfocus = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onfocus'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfocus']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onfocus, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onfocus = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onfocus, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfocus'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfocus'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onfocus' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onload = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onload, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onload = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onload' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onresize = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onresize'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onresize']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onresize, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onresize = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onresize, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onresize'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onresize'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onresize' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onscroll = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onscroll'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onscroll']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onscroll, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onscroll = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onscroll, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onscroll'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onscroll'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onscroll' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onafterprint = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onafterprint'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onafterprint']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onafterprint, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onafterprint = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onafterprint, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onafterprint'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onafterprint'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onafterprint' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onbeforeprint = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onbeforeprint'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforeprint']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onbeforeprint, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onbeforeprint = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onbeforeprint, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforeprint'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforeprint'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onbeforeprint' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onbeforeunload = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onbeforeunload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforeunload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onbeforeunload, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onbeforeunload = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onbeforeunload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforeunload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforeunload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onbeforeunload' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onhashchange = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onhashchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onhashchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onhashchange, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onhashchange = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onhashchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onhashchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onhashchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onhashchange' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onlanguagechange = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onlanguagechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onlanguagechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onlanguagechange, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onlanguagechange = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onlanguagechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onlanguagechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onlanguagechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onlanguagechange' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onmessage = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onmessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onmessage, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onmessage = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onmessage, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmessage'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmessage'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onmessage' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onmessageerror = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onmessageerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmessageerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onmessageerror, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onmessageerror = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onmessageerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmessageerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmessageerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onmessageerror' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onoffline = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onoffline'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onoffline']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onoffline, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onoffline = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onoffline, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onoffline'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onoffline'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onoffline' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_ononline = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_ononline'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ononline']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_ononline, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_ononline = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_ononline, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ononline'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ononline'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_ononline' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onpagehide = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onpagehide'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpagehide']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onpagehide, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onpagehide = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onpagehide, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpagehide'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpagehide'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onpagehide' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onpageshow = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onpageshow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpageshow']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onpageshow, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onpageshow = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onpageshow, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpageshow'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpageshow'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onpageshow' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onpopstate = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onpopstate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpopstate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onpopstate, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onpopstate = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onpopstate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpopstate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpopstate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onpopstate' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onrejectionhandled = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onrejectionhandled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onrejectionhandled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onrejectionhandled, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onrejectionhandled = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onrejectionhandled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onrejectionhandled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onrejectionhandled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onrejectionhandled' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onstorage = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onstorage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onstorage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onstorage, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onstorage = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onstorage, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onstorage'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onstorage'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onstorage' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onunhandledrejection = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onunhandledrejection'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onunhandledrejection']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onunhandledrejection, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onunhandledrejection = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onunhandledrejection, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onunhandledrejection'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onunhandledrejection'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onunhandledrejection' + ' result => ', '' + result); } }; globalMy.HTMLBodyElement_get_onunload = function () { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onunload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onunload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_get_onunload, result => ', '' + result); } return result; }; globalMy.HTMLBodyElement_set_onunload = function (val) { if (!(this instanceof HTMLBodyElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onunload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onunload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onunload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLBodyElement_set_onunload' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLButtonElement.js ================================================ globalMy.HTMLButtonElement_get_disabled = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_disabled = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_form = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_get_formAction = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formAction'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formAction']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formAction, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_formAction = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formAction, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formAction'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formAction'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formAction' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_formEnctype = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formEnctype'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formEnctype']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formEnctype, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_formEnctype = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formEnctype, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formEnctype'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formEnctype'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formEnctype' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_formMethod = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formMethod'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formMethod']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formMethod, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_formMethod = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formMethod, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formMethod'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formMethod'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formMethod' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_formNoValidate = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formNoValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formNoValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formNoValidate, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_formNoValidate = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formNoValidate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formNoValidate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formNoValidate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formNoValidate' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_formTarget = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formTarget'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formTarget']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_formTarget, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_formTarget = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formTarget, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formTarget'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formTarget'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_formTarget' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_name = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_name = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_type = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_type = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_value = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_set_value = function (val) { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLButtonElement_get_willValidate = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_willValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['willValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_willValidate, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_get_validity = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_validity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_validity, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_get_validationMessage = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_validationMessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validationMessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_validationMessage, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_get_labels = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_labels'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['labels']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_get_labels, result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_checkValidity = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_reportValidity = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLButtonElement_setCustomValidity = function () { if (!(this instanceof HTMLButtonElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_setCustomValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setCustomValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLButtonElement_setCustomValidity ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLCanvasElement.js ================================================ globalMy.HTMLCanvasElement_get_width = function () { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLCanvasElement_set_width = function (val) { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLCanvasElement_get_height = function () { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLCanvasElement_set_height = function (val) { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLCanvasElement_captureStream = function () { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_captureStream, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.captureStream.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_captureStream ' + ' result => ', '' + result); } return result; }; globalMy.HTMLCanvasElement_getContext = function () { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_getContext, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getContext.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_getContext ' + ' result => ', '' + result); } return result; }; globalMy.HTMLCanvasElement_toBlob = function () { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_toBlob, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.toBlob.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_toBlob ' + ' result => ', '' + result); } return result; }; globalMy.HTMLCanvasElement_toDataURL = function () { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_toDataURL, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.toDataURL.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_toDataURL ' + ' result => ', '' + result); } return result; }; globalMy.HTMLCanvasElement_transferControlToOffscreen = function () { if (!(this instanceof HTMLCanvasElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_transferControlToOffscreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.transferControlToOffscreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_transferControlToOffscreen ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLCollection.js ================================================ globalMy.HTMLCollection_get_length = function () { if (!(this instanceof HTMLCollection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCollection_get_length,result => ', '' + result); } return result; }; globalMy.HTMLCollection_item = function () { if (!(this instanceof HTMLCollection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCollection_item, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.HTMLCollection_namedItem = function () { if (!(this instanceof HTMLCollection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCollection_namedItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLDListElement.js ================================================ globalMy.HTMLDListElement_get_compact = function () { if (!(this instanceof HTMLDListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDListElement_get_compact'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['compact']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDListElement_get_compact, result => ', '' + result); } return result; }; globalMy.HTMLDListElement_set_compact = function (val) { if (!(this instanceof HTMLDListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDListElement_set_compact, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['compact'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['compact'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDListElement_set_compact' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLDataElement.js ================================================ globalMy.HTMLDataElement_get_value = function () { if (!(this instanceof HTMLDataElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDataElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDataElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLDataElement_set_value = function (val) { if (!(this instanceof HTMLDataElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDataElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDataElement_set_value' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLDataListElement.js ================================================ globalMy.HTMLDataListElement_get_options = function () { if (!(this instanceof HTMLDataListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDataListElement_get_options'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['options']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDataListElement_get_options, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLDetailsElement.js ================================================ globalMy.HTMLDetailsElement_get_open = function () { if (!(this instanceof HTMLDetailsElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDetailsElement_get_open'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['open']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDetailsElement_get_open, result => ', '' + result); } return result; }; globalMy.HTMLDetailsElement_set_open = function (val) { if (!(this instanceof HTMLDetailsElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDetailsElement_set_open, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['open'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['open'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDetailsElement_set_open' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLDialogElement.js ================================================ globalMy.HTMLDialogElement_get_open = function () { if (!(this instanceof HTMLDialogElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_get_open'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['open']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_get_open, result => ', '' + result); } return result; }; globalMy.HTMLDialogElement_set_open = function (val) { if (!(this instanceof HTMLDialogElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_set_open, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['open'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['open'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_set_open' + ' result => ', '' + result); } }; globalMy.HTMLDialogElement_get_returnValue = function () { if (!(this instanceof HTMLDialogElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_get_returnValue'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['returnValue']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_get_returnValue, result => ', '' + result); } return result; }; globalMy.HTMLDialogElement_set_returnValue = function (val) { if (!(this instanceof HTMLDialogElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_set_returnValue, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['returnValue'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['returnValue'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_set_returnValue' + ' result => ', '' + result); } }; globalMy.HTMLDialogElement_close = function () { if (!(this instanceof HTMLDialogElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_close, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.close.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_close ' + ' result => ', '' + result); } return result; }; globalMy.HTMLDialogElement_show = function () { if (!(this instanceof HTMLDialogElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_show, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.show.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_show ' + ' result => ', '' + result); } return result; }; globalMy.HTMLDialogElement_showModal = function () { if (!(this instanceof HTMLDialogElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_showModal, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.showModal.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDialogElement_showModal ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLDirectoryElement.js ================================================ globalMy.HTMLDirectoryElement_get_compact = function () { if (!(this instanceof HTMLDirectoryElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDirectoryElement_get_compact'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['compact']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDirectoryElement_get_compact, result => ', '' + result); } return result; }; globalMy.HTMLDirectoryElement_set_compact = function (val) { if (!(this instanceof HTMLDirectoryElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDirectoryElement_set_compact, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['compact'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['compact'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDirectoryElement_set_compact' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLDivElement.js ================================================ globalMy.HTMLDivElement_get_align = function () { if (!(this instanceof HTMLDivElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDivElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDivElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLDivElement_set_align = function (val) { if (!(this instanceof HTMLDivElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDivElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLDivElement_set_align' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLElement.js ================================================ globalMy.HTMLElement_get_title = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_title'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['title']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_title, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_title = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_title, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['title'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['title'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_title' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_lang = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_lang'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lang']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_lang, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_lang = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_lang, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['lang'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['lang'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_lang' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_translate = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_translate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['translate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_translate, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_translate = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_translate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['translate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['translate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_translate' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_dir = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_dir'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['dir']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_dir, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_dir = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_dir, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['dir'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['dir'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_dir' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_hidden = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_hidden'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hidden']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_hidden, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_hidden = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_hidden, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hidden'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hidden'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_hidden' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_accessKey = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_accessKey'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['accessKey']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_accessKey, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_accessKey = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_accessKey, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['accessKey'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['accessKey'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_accessKey' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_draggable = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_draggable'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['draggable']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_draggable, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_draggable = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_draggable, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['draggable'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['draggable'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_draggable' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_spellcheck = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_spellcheck'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['spellcheck']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_spellcheck, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_spellcheck = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_spellcheck, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['spellcheck'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['spellcheck'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_spellcheck' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_textprediction = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_textprediction'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['textprediction']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_textprediction, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_textprediction = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_textprediction, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['textprediction'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['textprediction'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_textprediction' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_autocapitalize = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_autocapitalize'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['autocapitalize']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_autocapitalize, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_autocapitalize = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_autocapitalize, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['autocapitalize'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['autocapitalize'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_autocapitalize' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_contentEditable = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_contentEditable'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentEditable']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_contentEditable, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_contentEditable = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_contentEditable, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['contentEditable'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['contentEditable'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_contentEditable' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_enterKeyHint = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_enterKeyHint'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['enterKeyHint']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_enterKeyHint, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_enterKeyHint = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_enterKeyHint, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['enterKeyHint'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['enterKeyHint'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_enterKeyHint' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_isContentEditable = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_isContentEditable'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['isContentEditable']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_isContentEditable, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_inputMode = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_inputMode'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['inputMode']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_inputMode, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_inputMode = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_inputMode, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['inputMode'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['inputMode'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_inputMode' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_virtualKeyboardPolicy = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_virtualKeyboardPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['virtualKeyboardPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_virtualKeyboardPolicy, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_virtualKeyboardPolicy = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_virtualKeyboardPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['virtualKeyboardPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['virtualKeyboardPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_virtualKeyboardPolicy' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_offsetParent = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetParent'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['offsetParent']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetParent, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_offsetTop = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetTop'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['offsetTop']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetTop, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_offsetLeft = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetLeft'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['offsetLeft']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetLeft, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_offsetWidth = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['offsetWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetWidth, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_offsetHeight = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['offsetHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetHeight, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_innerText = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_innerText'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['innerText']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_innerText, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_innerText = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_innerText, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['innerText'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['innerText'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_innerText' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_outerText = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_outerText'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['outerText']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_outerText, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_outerText = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_outerText, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['outerText'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['outerText'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_outerText' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onbeforexrselect = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onbeforexrselect'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforexrselect']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onbeforexrselect, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onbeforexrselect = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onbeforexrselect, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforexrselect'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforexrselect'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onbeforexrselect' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onabort = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onabort'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onabort']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onabort, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onabort = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onabort, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onabort'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onabort'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onabort' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onbeforeinput = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onbeforeinput'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforeinput']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onbeforeinput, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onbeforeinput = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onbeforeinput, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforeinput'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforeinput'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onbeforeinput' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onblur = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onblur'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onblur']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onblur, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onblur = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onblur, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onblur'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onblur'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onblur' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncancel = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncancel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncancel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncancel, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncancel = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncancel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncancel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncancel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncancel' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncanplay = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncanplay'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncanplay']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncanplay, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncanplay = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncanplay, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncanplay'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncanplay'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncanplay' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncanplaythrough = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncanplaythrough'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncanplaythrough']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncanplaythrough, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncanplaythrough = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncanplaythrough, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncanplaythrough'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncanplaythrough'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncanplaythrough' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onchange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onchange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onchange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onchange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onclick = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onclick'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onclick']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onclick, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onclick = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onclick, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onclick'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onclick'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onclick' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onclose = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onclose'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onclose']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onclose, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onclose = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onclose, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onclose'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onclose'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onclose' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncontextlost = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontextlost'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontextlost']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontextlost, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncontextlost = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontextlost, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontextlost'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontextlost'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontextlost' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncontextmenu = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontextmenu'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontextmenu']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontextmenu, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncontextmenu = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontextmenu, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontextmenu'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontextmenu'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontextmenu' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncontextrestored = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontextrestored'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontextrestored']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontextrestored, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncontextrestored = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontextrestored, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontextrestored'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontextrestored'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontextrestored' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncuechange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncuechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncuechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncuechange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncuechange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncuechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncuechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncuechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncuechange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondblclick = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondblclick'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondblclick']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondblclick, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondblclick = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondblclick, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondblclick'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondblclick'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondblclick' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondrag = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondrag'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondrag']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondrag, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondrag = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondrag, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondrag'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondrag'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondrag' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondragend = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragend, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondragend = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragend' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondragenter = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragenter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragenter']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragenter, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondragenter = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragenter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragenter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragenter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragenter' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondragleave = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragleave'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragleave']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragleave, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondragleave = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragleave, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragleave'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragleave'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragleave' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondragover = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragover'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragover']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragover, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondragover = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragover, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragover'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragover'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragover' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondragstart = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondragstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondragstart, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondragstart = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondragstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondragstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondragstart' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondrop = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondrop'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondrop']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondrop, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondrop = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondrop, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondrop'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondrop'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondrop' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ondurationchange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondurationchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ondurationchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ondurationchange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ondurationchange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondurationchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ondurationchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ondurationchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ondurationchange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onemptied = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onemptied'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onemptied']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onemptied, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onemptied = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onemptied, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onemptied'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onemptied'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onemptied' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onended = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onended'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onended']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onended, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onended = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onended, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onended'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onended'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onended' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onerror = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onerror, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onerror = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onerror' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onfocus = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onfocus'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfocus']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onfocus, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onfocus = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onfocus, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfocus'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfocus'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onfocus' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onformdata = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onformdata'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onformdata']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onformdata, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onformdata = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onformdata, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onformdata'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onformdata'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onformdata' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oninput = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oninput'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oninput']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oninput, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oninput = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oninput, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oninput'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oninput'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oninput' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oninvalid = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oninvalid'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oninvalid']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oninvalid, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oninvalid = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oninvalid, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oninvalid'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oninvalid'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oninvalid' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onkeydown = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onkeydown'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onkeydown']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onkeydown, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onkeydown = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onkeydown, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onkeydown'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onkeydown'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onkeydown' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onkeypress = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onkeypress'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onkeypress']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onkeypress, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onkeypress = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onkeypress, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onkeypress'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onkeypress'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onkeypress' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onkeyup = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onkeyup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onkeyup']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onkeyup, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onkeyup = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onkeyup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onkeyup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onkeyup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onkeyup' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onload = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onload, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onload = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onload' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onloadeddata = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onloadeddata'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onloadeddata']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onloadeddata, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onloadeddata = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onloadeddata, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onloadeddata'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onloadeddata'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onloadeddata' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onloadedmetadata = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onloadedmetadata'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onloadedmetadata']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onloadedmetadata, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onloadedmetadata = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onloadedmetadata, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onloadedmetadata'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onloadedmetadata'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onloadedmetadata' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onloadstart = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onloadstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onloadstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onloadstart, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onloadstart = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onloadstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onloadstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onloadstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onloadstart' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmousedown = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousedown'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousedown']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousedown, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmousedown = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousedown, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmousedown'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmousedown'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousedown' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseenter = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseenter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseenter']; if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseenter, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseenter = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseenter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseenter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseenter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseenter' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseleave = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseleave'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseleave']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseleave, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseleave = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseleave, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseleave'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseleave'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseleave' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmousemove = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousemove'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousemove']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousemove, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmousemove = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousemove, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmousemove'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmousemove'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousemove' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseout = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseout'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseout']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseout, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseout = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseout, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseout'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseout'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseout' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseover = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseover'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseover']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseover, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseover = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseover, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseover'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseover'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseover' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseup = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseup']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseup, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseup = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmouseup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseup' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmousewheel = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousewheel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousewheel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousewheel, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmousewheel = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousewheel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmousewheel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmousewheel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousewheel' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpause = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpause'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpause']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpause, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpause = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpause, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpause'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpause'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpause' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onplay = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onplay'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onplay']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onplay, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onplay = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onplay, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onplay'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onplay'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onplay' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onplaying = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onplaying'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onplaying']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onplaying, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onplaying = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onplaying, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onplaying'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onplaying'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onplaying' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onprogress = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onprogress'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onprogress']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onprogress, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onprogress = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onprogress, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onprogress'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onprogress'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onprogress' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onratechange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onratechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onratechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onratechange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onratechange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onratechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onratechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onratechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onratechange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onreset = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onreset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onreset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onreset, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onreset = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onreset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onreset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onreset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onreset' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onresize = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onresize'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onresize']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onresize, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onresize = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onresize, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onresize'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onresize'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onresize' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onscroll = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onscroll'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onscroll']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onscroll, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onscroll = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onscroll, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onscroll'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onscroll'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onscroll' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onsecuritypolicyviolation = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onsecuritypolicyviolation'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsecuritypolicyviolation']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onsecuritypolicyviolation, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onsecuritypolicyviolation = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onsecuritypolicyviolation, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsecuritypolicyviolation'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsecuritypolicyviolation'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onsecuritypolicyviolation' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onseeked = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onseeked'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onseeked']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onseeked, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onseeked = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onseeked, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onseeked'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onseeked'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onseeked' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onseeking = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onseeking'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onseeking']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onseeking, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onseeking = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onseeking, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onseeking'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onseeking'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onseeking' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onselect = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselect'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onselect']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselect, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onselect = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselect, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onselect'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onselect'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselect' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onslotchange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onslotchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onslotchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onslotchange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onslotchange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onslotchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onslotchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onslotchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onslotchange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onstalled = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onstalled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onstalled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onstalled, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onstalled = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onstalled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onstalled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onstalled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onstalled' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onsubmit = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onsubmit'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsubmit']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onsubmit, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onsubmit = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onsubmit, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsubmit'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsubmit'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onsubmit' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onsuspend = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onsuspend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onsuspend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onsuspend, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onsuspend = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onsuspend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onsuspend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onsuspend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onsuspend' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ontimeupdate = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontimeupdate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontimeupdate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontimeupdate, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ontimeupdate = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontimeupdate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontimeupdate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontimeupdate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontimeupdate' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ontoggle = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontoggle'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontoggle']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontoggle, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ontoggle = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontoggle, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontoggle'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontoggle'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontoggle' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onvolumechange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onvolumechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onvolumechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onvolumechange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onvolumechange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onvolumechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onvolumechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onvolumechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onvolumechange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onwaiting = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwaiting'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwaiting']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwaiting, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onwaiting = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwaiting, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwaiting'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwaiting'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwaiting' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onwebkitanimationend = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkitanimationend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitanimationend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkitanimationend, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onwebkitanimationend = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkitanimationend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitanimationend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitanimationend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkitanimationend' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onwebkitanimationiteration = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkitanimationiteration'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitanimationiteration']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkitanimationiteration, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onwebkitanimationiteration = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkitanimationiteration, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitanimationiteration'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitanimationiteration'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkitanimationiteration' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onwebkitanimationstart = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkitanimationstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkitanimationstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkitanimationstart, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onwebkitanimationstart = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkitanimationstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkitanimationstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkitanimationstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkitanimationstart' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onwebkittransitionend = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkittransitionend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwebkittransitionend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwebkittransitionend, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onwebkittransitionend = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkittransitionend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwebkittransitionend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwebkittransitionend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwebkittransitionend' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onwheel = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwheel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwheel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onwheel, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onwheel = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwheel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwheel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwheel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onwheel' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onauxclick = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onauxclick'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onauxclick']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onauxclick, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onauxclick = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onauxclick, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onauxclick'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onauxclick'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onauxclick' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ongotpointercapture = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ongotpointercapture'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ongotpointercapture']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ongotpointercapture, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ongotpointercapture = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ongotpointercapture, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ongotpointercapture'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ongotpointercapture'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ongotpointercapture' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onlostpointercapture = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onlostpointercapture'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onlostpointercapture']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onlostpointercapture, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onlostpointercapture = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onlostpointercapture, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onlostpointercapture'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onlostpointercapture'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onlostpointercapture' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointerdown = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerdown'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerdown']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerdown, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointerdown = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerdown, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerdown'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerdown'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerdown' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointermove = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointermove'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointermove']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointermove, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointermove = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointermove, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointermove'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointermove'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointermove' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointerrawupdate = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerrawupdate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerrawupdate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerrawupdate, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointerrawupdate = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerrawupdate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerrawupdate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerrawupdate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerrawupdate' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointerup = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerup']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerup, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointerup = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerup' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointercancel = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointercancel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointercancel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointercancel, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointercancel = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointercancel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointercancel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointercancel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointercancel' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointerover = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerover'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerover']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerover, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointerover = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerover, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerover'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerover'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerover' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointerout = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerout'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerout']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerout, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointerout = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerout, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerout'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerout'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerout' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointerenter = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerenter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerenter']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerenter, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointerenter = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerenter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerenter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerenter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerenter' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpointerleave = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerleave'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpointerleave']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpointerleave, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpointerleave = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerleave, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpointerleave'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpointerleave'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpointerleave' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onselectstart = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselectstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onselectstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselectstart, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onselectstart = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselectstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onselectstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onselectstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselectstart' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onselectionchange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselectionchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onselectionchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselectionchange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onselectionchange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselectionchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onselectionchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onselectionchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselectionchange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onanimationend = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onanimationend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onanimationend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onanimationend, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onanimationend = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onanimationend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onanimationend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onanimationend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onanimationend' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onanimationiteration = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onanimationiteration'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onanimationiteration']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onanimationiteration, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onanimationiteration = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onanimationiteration, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onanimationiteration'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onanimationiteration'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onanimationiteration' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onanimationstart = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onanimationstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onanimationstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onanimationstart, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onanimationstart = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onanimationstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onanimationstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onanimationstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onanimationstart' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ontransitionrun = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitionrun'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitionrun']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitionrun, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ontransitionrun = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitionrun, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitionrun'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitionrun'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitionrun' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ontransitionstart = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitionstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitionstart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitionstart, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ontransitionstart = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitionstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitionstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitionstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitionstart' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ontransitionend = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitionend'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitionend']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitionend, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ontransitionend = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitionend, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitionend'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitionend'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitionend' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_ontransitioncancel = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitioncancel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ontransitioncancel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_ontransitioncancel, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_ontransitioncancel = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitioncancel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ontransitioncancel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ontransitioncancel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_ontransitioncancel' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncopy = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncopy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncopy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncopy, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncopy = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncopy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncopy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncopy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncopy' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncut = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncut'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncut']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncut, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncut = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncut, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncut'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncut'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncut' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onpaste = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpaste'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpaste']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onpaste, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onpaste = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpaste, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpaste'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpaste'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onpaste' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_dataset = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_dataset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['dataset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_dataset, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_nonce = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_nonce'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['nonce']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_nonce, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_nonce = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_nonce, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['nonce'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['nonce'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_nonce' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_autofocus = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_autofocus'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['autofocus']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_autofocus, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_autofocus = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_autofocus, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['autofocus'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['autofocus'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_autofocus' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_tabIndex = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_tabIndex'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['tabIndex']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_tabIndex, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_tabIndex = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_tabIndex, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['tabIndex'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['tabIndex'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_tabIndex' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_style = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_style'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['style']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_style, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_style = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_style, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['style'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['style'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_style' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_attributeStyleMap = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_attributeStyleMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['attributeStyleMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_attributeStyleMap, result => ', '' + result); } return result; }; globalMy.HTMLElement_attachInternals = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_attachInternals, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.attachInternals.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_attachInternals ' + ' result => ', '' + result); } return result; }; globalMy.HTMLElement_blur = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_blur, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.blur.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_blur ' + ' result => ', '' + result); } return result; }; globalMy.HTMLElement_click = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_click, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.click.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_click ' + ' result => ', '' + result); } return result; }; globalMy.HTMLElement_focus = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_focus, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.focus.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_focus ' + ' result => ', '' + result); } return result; }; globalMy.HTMLElement_get_inert = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_inert'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['inert']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_inert, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_inert = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_inert, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['inert'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['inert'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_inert' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_oncontentvisibilityautostatechange = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontentvisibilityautostatechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oncontentvisibilityautostatechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_oncontentvisibilityautostatechange, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_oncontentvisibilityautostatechange = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontentvisibilityautostatechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['oncontentvisibilityautostatechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['oncontentvisibilityautostatechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_oncontentvisibilityautostatechange' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onbeforematch = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onbeforematch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforematch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onbeforematch, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onbeforematch = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onbeforematch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforematch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforematch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onbeforematch' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLEmbedElement.js ================================================ globalMy.HTMLEmbedElement_get_src = function () { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLEmbedElement_set_src = function (val) { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLEmbedElement_get_type = function () { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLEmbedElement_set_type = function (val) { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLEmbedElement_get_width = function () { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLEmbedElement_set_width = function (val) { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLEmbedElement_get_height = function () { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLEmbedElement_set_height = function (val) { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLEmbedElement_get_align = function () { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLEmbedElement_set_align = function (val) { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLEmbedElement_get_name = function () { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLEmbedElement_set_name = function (val) { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLEmbedElement_getSVGDocument = function () { if (!(this instanceof HTMLEmbedElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_getSVGDocument, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getSVGDocument.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLEmbedElement_getSVGDocument ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLFieldSetElement.js ================================================ globalMy.HTMLFieldSetElement_get_disabled = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_set_disabled = function (val) { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLFieldSetElement_get_form = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_get_name = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_set_name = function (val) { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLFieldSetElement_get_type = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_get_elements = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_elements'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['elements']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_elements, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_get_willValidate = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_willValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['willValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_willValidate, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_get_validity = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_validity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_validity, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_get_validationMessage = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_validationMessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validationMessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_get_validationMessage, result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_checkValidity = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_reportValidity = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLFieldSetElement_setCustomValidity = function () { if (!(this instanceof HTMLFieldSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_setCustomValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setCustomValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFieldSetElement_setCustomValidity ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLFontElement.js ================================================ globalMy.HTMLFontElement_get_color = function () { if (!(this instanceof HTMLFontElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_get_color'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['color']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_get_color, result => ', '' + result); } return result; }; globalMy.HTMLFontElement_set_color = function (val) { if (!(this instanceof HTMLFontElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_set_color, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['color'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['color'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_set_color' + ' result => ', '' + result); } }; globalMy.HTMLFontElement_get_face = function () { if (!(this instanceof HTMLFontElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_get_face'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['face']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_get_face, result => ', '' + result); } return result; }; globalMy.HTMLFontElement_set_face = function (val) { if (!(this instanceof HTMLFontElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_set_face, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['face'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['face'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_set_face' + ' result => ', '' + result); } }; globalMy.HTMLFontElement_get_size = function () { if (!(this instanceof HTMLFontElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_get_size'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['size']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_get_size, result => ', '' + result); } return result; }; globalMy.HTMLFontElement_set_size = function (val) { if (!(this instanceof HTMLFontElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_set_size, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['size'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['size'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFontElement_set_size' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLFormElement.js ================================================ globalMy.HTMLFormElement_get_acceptCharset = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_acceptCharset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['acceptCharset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_acceptCharset, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_acceptCharset = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_acceptCharset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['acceptCharset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['acceptCharset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_acceptCharset' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_action = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_action'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['action']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_action, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_action = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_action, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['action'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['action'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_action' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_autocomplete = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_autocomplete'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['autocomplete']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_autocomplete, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_autocomplete = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_autocomplete, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['autocomplete'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['autocomplete'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_autocomplete' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_enctype = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_enctype'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['enctype']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_enctype, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_enctype = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_enctype, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['enctype'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['enctype'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_enctype' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_encoding = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_encoding'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['encoding']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_encoding, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_encoding = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_encoding, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['encoding'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['encoding'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_encoding' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_method = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_method'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['method']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_method, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_method = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_method, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['method'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['method'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_method' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_name = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_name = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_noValidate = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_noValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['noValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_noValidate, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_noValidate = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_noValidate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['noValidate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['noValidate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_noValidate' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_target = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_target'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['target']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_target, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_target = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_target, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['target'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['target'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_target' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_elements = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_elements'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['elements']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_elements, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_get_length = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_length'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['length']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_length, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_checkValidity = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLFormElement_reportValidity = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLFormElement_requestSubmit = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_requestSubmit, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.requestSubmit.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_requestSubmit ' + ' result => ', '' + result); } return result; }; globalMy.HTMLFormElement_reset = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_reset, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reset.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_reset ' + ' result => ', '' + result); } return result; }; globalMy.HTMLFormElement_submit = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_submit, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.submit.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_submit ' + ' result => ', '' + result); } return result; }; globalMy.HTMLFormElement_get_rel = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_rel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_rel, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_rel = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_rel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_rel' + ' result => ', '' + result); } }; globalMy.HTMLFormElement_get_relList = function () { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_relList'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['relList']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_get_relList, result => ', '' + result); } return result; }; globalMy.HTMLFormElement_set_relList = function (val) { if (!(this instanceof HTMLFormElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_relList, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['relList'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['relList'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFormElement_set_relList' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLFrameElement.js ================================================ globalMy.HTMLFrameElement_get_name = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_name = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLFrameElement_get_scrolling = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_scrolling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrolling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_scrolling, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_scrolling = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_scrolling, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scrolling'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scrolling'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_scrolling' + ' result => ', '' + result); } }; globalMy.HTMLFrameElement_get_src = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_src = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLFrameElement_get_frameBorder = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_frameBorder'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['frameBorder']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_frameBorder, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_frameBorder = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_frameBorder, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['frameBorder'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['frameBorder'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_frameBorder' + ' result => ', '' + result); } }; globalMy.HTMLFrameElement_get_longDesc = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_longDesc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['longDesc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_longDesc, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_longDesc = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_longDesc, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['longDesc'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['longDesc'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_longDesc' + ' result => ', '' + result); } }; globalMy.HTMLFrameElement_get_noResize = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_noResize'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['noResize']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_noResize, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_noResize = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_noResize, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['noResize'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['noResize'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_noResize' + ' result => ', '' + result); } }; globalMy.HTMLFrameElement_get_contentDocument = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_contentDocument'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentDocument']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_contentDocument, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_get_contentWindow = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_contentWindow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentWindow']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_contentWindow, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_get_marginHeight = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_marginHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['marginHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_marginHeight, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_marginHeight = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_marginHeight, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['marginHeight'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['marginHeight'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_marginHeight' + ' result => ', '' + result); } }; globalMy.HTMLFrameElement_get_marginWidth = function () { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_marginWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['marginWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_marginWidth, result => ', '' + result); } return result; }; globalMy.HTMLFrameElement_set_marginWidth = function (val) { if (!(this instanceof HTMLFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_marginWidth, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['marginWidth'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['marginWidth'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_set_marginWidth' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLFrameSetElement.js ================================================ globalMy.HTMLFrameSetElement_get_cols = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_cols'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cols']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_cols, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_cols = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_cols, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cols'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cols'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_cols' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_rows = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_rows'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rows']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_rows, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_rows = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_rows, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rows'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rows'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_rows' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onblur = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onblur'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onblur']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onblur, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onblur = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onblur, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onblur'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onblur'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onblur' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onerror = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onerror, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onerror = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onerror' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onfocus = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onfocus'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onfocus']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onfocus, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onfocus = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onfocus, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onfocus'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onfocus'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onfocus' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onload = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onload, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onload = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onload' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onresize = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onresize'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onresize']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onresize, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onresize = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onresize, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onresize'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onresize'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onresize' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onscroll = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onscroll'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onscroll']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onscroll, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onscroll = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onscroll, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onscroll'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onscroll'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onscroll' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onafterprint = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onafterprint'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onafterprint']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onafterprint, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onafterprint = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onafterprint, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onafterprint'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onafterprint'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onafterprint' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onbeforeprint = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onbeforeprint'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforeprint']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onbeforeprint, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onbeforeprint = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onbeforeprint, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforeprint'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforeprint'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onbeforeprint' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onbeforeunload = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onbeforeunload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onbeforeunload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onbeforeunload, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onbeforeunload = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onbeforeunload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onbeforeunload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onbeforeunload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onbeforeunload' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onhashchange = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onhashchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onhashchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onhashchange, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onhashchange = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onhashchange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onhashchange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onhashchange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onhashchange' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onlanguagechange = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onlanguagechange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onlanguagechange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onlanguagechange, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onlanguagechange = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onlanguagechange, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onlanguagechange'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onlanguagechange'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onlanguagechange' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onmessage = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onmessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onmessage, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onmessage = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onmessage, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmessage'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmessage'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onmessage' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onmessageerror = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onmessageerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmessageerror']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onmessageerror, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onmessageerror = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onmessageerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmessageerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onmessageerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onmessageerror' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onoffline = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onoffline'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onoffline']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onoffline, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onoffline = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onoffline, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onoffline'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onoffline'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onoffline' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_ononline = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_ononline'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ononline']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_ononline, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_ononline = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_ononline, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ononline'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ononline'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_ononline' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onpagehide = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onpagehide'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpagehide']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onpagehide, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onpagehide = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onpagehide, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpagehide'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpagehide'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onpagehide' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onpageshow = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onpageshow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpageshow']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onpageshow, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onpageshow = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onpageshow, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpageshow'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpageshow'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onpageshow' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onpopstate = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onpopstate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onpopstate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onpopstate, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onpopstate = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onpopstate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onpopstate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onpopstate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onpopstate' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onrejectionhandled = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onrejectionhandled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onrejectionhandled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onrejectionhandled, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onrejectionhandled = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onrejectionhandled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onrejectionhandled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onrejectionhandled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onrejectionhandled' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onstorage = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onstorage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onstorage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onstorage, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onstorage = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onstorage, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onstorage'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onstorage'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onstorage' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onunhandledrejection = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onunhandledrejection'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onunhandledrejection']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onunhandledrejection, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onunhandledrejection = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onunhandledrejection, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onunhandledrejection'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onunhandledrejection'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onunhandledrejection' + ' result => ', '' + result); } }; globalMy.HTMLFrameSetElement_get_onunload = function () { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onunload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onunload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_get_onunload, result => ', '' + result); } return result; }; globalMy.HTMLFrameSetElement_set_onunload = function (val) { if (!(this instanceof HTMLFrameSetElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onunload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onunload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onunload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameSetElement_set_onunload' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLHRElement.js ================================================ globalMy.HTMLHRElement_get_align = function () { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLHRElement_set_align = function (val) { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLHRElement_get_color = function () { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_color'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['color']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_color, result => ', '' + result); } return result; }; globalMy.HTMLHRElement_set_color = function (val) { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_color, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['color'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['color'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_color' + ' result => ', '' + result); } }; globalMy.HTMLHRElement_get_noShade = function () { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_noShade'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['noShade']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_noShade, result => ', '' + result); } return result; }; globalMy.HTMLHRElement_set_noShade = function (val) { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_noShade, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['noShade'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['noShade'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_noShade' + ' result => ', '' + result); } }; globalMy.HTMLHRElement_get_size = function () { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_size'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['size']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_size, result => ', '' + result); } return result; }; globalMy.HTMLHRElement_set_size = function (val) { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_size, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['size'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['size'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_size' + ' result => ', '' + result); } }; globalMy.HTMLHRElement_get_width = function () { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLHRElement_set_width = function (val) { if (!(this instanceof HTMLHRElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHRElement_set_width' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLHeadingElement.js ================================================ globalMy.HTMLHeadingElement_get_align = function () { if (!(this instanceof HTMLHeadingElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHeadingElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHeadingElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLHeadingElement_set_align = function (val) { if (!(this instanceof HTMLHeadingElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHeadingElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHeadingElement_set_align' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLHtmlElement.js ================================================ globalMy.HTMLHtmlElement_get_version = function () { if (!(this instanceof HTMLHtmlElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHtmlElement_get_version'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['version']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHtmlElement_get_version, result => ', '' + result); } return result; }; globalMy.HTMLHtmlElement_set_version = function (val) { if (!(this instanceof HTMLHtmlElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHtmlElement_set_version, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['version'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['version'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLHtmlElement_set_version' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLIFrameElement.js ================================================ globalMy.HTMLIFrameElement_get_src = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_src = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_srcdoc = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_srcdoc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['srcdoc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_srcdoc, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_srcdoc = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_srcdoc, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['srcdoc'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['srcdoc'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_srcdoc' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_name = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_name = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_sandbox = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_sandbox'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sandbox']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_sandbox, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_sandbox = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_sandbox, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['sandbox'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['sandbox'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_sandbox' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_allowFullscreen = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_allowFullscreen'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['allowFullscreen']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_allowFullscreen, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_allowFullscreen = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_allowFullscreen, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['allowFullscreen'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['allowFullscreen'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_allowFullscreen' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_width = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_width = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_height = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_height = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_contentDocument = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentDocument'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentDocument']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentDocument, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_get_contentWindow = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentWindow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentWindow']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentWindow, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_get_referrerPolicy = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_referrerPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrerPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_referrerPolicy, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_referrerPolicy = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_referrerPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_referrerPolicy' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_csp = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_csp'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['csp']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_csp, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_csp = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_csp, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['csp'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['csp'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_csp' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_allow = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_allow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['allow']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_allow, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_allow = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_allow, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['allow'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['allow'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_allow' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_featurePolicy = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_featurePolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['featurePolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_featurePolicy, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_get_align = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_align = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_scrolling = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_scrolling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrolling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_scrolling, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_scrolling = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_scrolling, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scrolling'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scrolling'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_scrolling' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_frameBorder = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_frameBorder'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['frameBorder']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_frameBorder, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_frameBorder = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_frameBorder, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['frameBorder'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['frameBorder'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_frameBorder' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_longDesc = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_longDesc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['longDesc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_longDesc, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_longDesc = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_longDesc, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['longDesc'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['longDesc'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_longDesc' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_marginHeight = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_marginHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['marginHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_marginHeight, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_marginHeight = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_marginHeight, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['marginHeight'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['marginHeight'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_marginHeight' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_marginWidth = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_marginWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['marginWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_marginWidth, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_marginWidth = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_marginWidth, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['marginWidth'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['marginWidth'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_marginWidth' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_getSVGDocument = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_getSVGDocument, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getSVGDocument.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_getSVGDocument ' + ' result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_get_loading = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_loading'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['loading']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_loading, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_loading = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_loading, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['loading'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['loading'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_loading' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_allowPaymentRequest = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_allowPaymentRequest'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['allowPaymentRequest']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_allowPaymentRequest, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_allowPaymentRequest = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_allowPaymentRequest, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['allowPaymentRequest'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['allowPaymentRequest'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_allowPaymentRequest' + ' result => ', '' + result); } }; globalMy.HTMLIFrameElement_get_credentialless = function () { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_credentialless'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['credentialless']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_credentialless, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_set_credentialless = function (val) { if (!(this instanceof HTMLIFrameElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_credentialless, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['credentialless'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['credentialless'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_set_credentialless' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLImageElement.js ================================================ globalMy.HTMLImageElement_get_alt = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_alt'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['alt']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_alt, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_alt = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_alt, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['alt'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['alt'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_alt' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_src = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_src = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_srcset = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_srcset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['srcset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_srcset, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_srcset = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_srcset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['srcset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['srcset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_srcset' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_sizes = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_sizes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sizes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_sizes, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_sizes = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_sizes, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['sizes'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['sizes'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_sizes' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_crossOrigin = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_crossOrigin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['crossOrigin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_crossOrigin, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_crossOrigin = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_crossOrigin, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['crossOrigin'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['crossOrigin'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_crossOrigin' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_useMap = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_useMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['useMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_useMap, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_useMap = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_useMap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['useMap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['useMap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_useMap' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_isMap = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_isMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['isMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_isMap, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_isMap = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_isMap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['isMap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['isMap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_isMap' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_width = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_width = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_height = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_height = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_naturalWidth = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_naturalWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['naturalWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_naturalWidth, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_get_naturalHeight = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_naturalHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['naturalHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_naturalHeight, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_get_complete = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_complete'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['complete']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_complete, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_get_currentSrc = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_currentSrc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['currentSrc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_currentSrc, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_get_referrerPolicy = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_referrerPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrerPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_referrerPolicy, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_referrerPolicy = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_referrerPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_referrerPolicy' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_decoding = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_decoding'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['decoding']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_decoding, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_decoding = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_decoding, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['decoding'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['decoding'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_decoding' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_name = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_name = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_lowsrc = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_lowsrc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lowsrc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_lowsrc, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_lowsrc = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_lowsrc, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['lowsrc'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['lowsrc'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_lowsrc' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_align = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_align = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_hspace = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_hspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_hspace, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_hspace = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_hspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_hspace' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_vspace = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_vspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_vspace, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_vspace = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_vspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_vspace' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_longDesc = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_longDesc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['longDesc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_longDesc, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_longDesc = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_longDesc, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['longDesc'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['longDesc'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_longDesc' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_border = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_border'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['border']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_border, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_border = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_border, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['border'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['border'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_border' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_x = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_x'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['x']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_x, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_get_y = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_y'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['y']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_y, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_decode = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_decode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.decode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_decode ' + ' result => ', '' + result); } return result; }; globalMy.HTMLImageElement_get_fetchPriority = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_fetchPriority'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fetchPriority']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_fetchPriority, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_fetchPriority = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_fetchPriority, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fetchPriority'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fetchPriority'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_fetchPriority' + ' result => ', '' + result); } }; globalMy.HTMLImageElement_get_loading = function () { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_loading'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['loading']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_get_loading, result => ', '' + result); } return result; }; globalMy.HTMLImageElement_set_loading = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_loading, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['loading'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['loading'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_loading' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLInputElement.js ================================================ globalMy.HTMLInputElement_get_accept = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_accept'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['accept']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_accept, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_accept = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_accept, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['accept'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['accept'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_accept' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_alt = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_alt'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['alt']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_alt, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_alt = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_alt, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['alt'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['alt'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_alt' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_autocomplete = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_autocomplete'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['autocomplete']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_autocomplete, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_autocomplete = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_autocomplete, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['autocomplete'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['autocomplete'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_autocomplete' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_defaultChecked = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_defaultChecked'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultChecked']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_defaultChecked, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_defaultChecked = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_defaultChecked, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defaultChecked'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defaultChecked'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_defaultChecked' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_checked = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_checked'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['checked']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_checked, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_checked = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_checked, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['checked'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['checked'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_checked' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_dirName = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_dirName'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['dirName']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_dirName, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_dirName = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_dirName, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['dirName'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['dirName'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_dirName' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_disabled = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_disabled = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_form = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_get_files = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_files'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['files']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_files, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_files = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_files, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['files'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['files'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_files' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_formAction = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formAction'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formAction']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formAction, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_formAction = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formAction, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formAction'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formAction'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formAction' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_formEnctype = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formEnctype'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formEnctype']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formEnctype, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_formEnctype = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formEnctype, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formEnctype'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formEnctype'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formEnctype' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_formMethod = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formMethod'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formMethod']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formMethod, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_formMethod = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formMethod, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formMethod'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formMethod'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formMethod' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_formNoValidate = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formNoValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formNoValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formNoValidate, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_formNoValidate = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formNoValidate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formNoValidate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formNoValidate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formNoValidate' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_formTarget = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formTarget'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['formTarget']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_formTarget, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_formTarget = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formTarget, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['formTarget'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['formTarget'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_formTarget' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_height = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_height = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_indeterminate = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_indeterminate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['indeterminate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_indeterminate, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_indeterminate = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_indeterminate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['indeterminate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['indeterminate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_indeterminate' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_list = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_list'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['list']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_list, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_get_max = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_max'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['max']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_max, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_max = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_max, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['max'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['max'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_max' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_maxLength = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_maxLength'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['maxLength']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_maxLength, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_maxLength = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_maxLength, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['maxLength'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['maxLength'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_maxLength' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_min = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_min'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['min']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_min, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_min = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_min, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['min'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['min'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_min' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_minLength = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_minLength'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['minLength']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_minLength, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_minLength = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_minLength, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['minLength'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['minLength'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_minLength' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_multiple = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_multiple'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['multiple']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_multiple, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_multiple = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_multiple, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['multiple'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['multiple'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_multiple' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_name = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_name = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_pattern = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_pattern'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['pattern']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_pattern, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_pattern = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_pattern, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['pattern'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['pattern'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_pattern' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_placeholder = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_placeholder'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['placeholder']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_placeholder, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_placeholder = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_placeholder, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['placeholder'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['placeholder'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_placeholder' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_readOnly = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_readOnly'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['readOnly']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_readOnly, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_readOnly = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_readOnly, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['readOnly'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['readOnly'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_readOnly' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_required = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_required'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['required']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_required, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_required = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_required, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['required'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['required'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_required' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_size = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_size'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['size']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_size, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_size = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_size, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['size'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['size'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_size' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_src = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_src = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_step = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_step'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['step']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_step, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_step = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_step, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['step'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['step'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_step' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_type = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_type = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_defaultValue = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_defaultValue'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultValue']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_defaultValue, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_defaultValue = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_defaultValue, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defaultValue'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defaultValue'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_defaultValue' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_value = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_value = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_valueAsDate = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_valueAsDate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['valueAsDate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_valueAsDate, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_valueAsDate = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_valueAsDate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['valueAsDate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['valueAsDate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_valueAsDate' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_valueAsNumber = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_valueAsNumber'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['valueAsNumber']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_valueAsNumber, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_valueAsNumber = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_valueAsNumber, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['valueAsNumber'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['valueAsNumber'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_valueAsNumber' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_width = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_width = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_willValidate = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_willValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['willValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_willValidate, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_get_validity = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_validity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_validity, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_get_validationMessage = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_validationMessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validationMessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_validationMessage, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_get_labels = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_labels'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['labels']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_labels, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_get_selectionStart = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_selectionStart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectionStart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_selectionStart, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_selectionStart = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_selectionStart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectionStart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectionStart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_selectionStart' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_selectionEnd = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_selectionEnd'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectionEnd']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_selectionEnd, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_selectionEnd = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_selectionEnd, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectionEnd'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectionEnd'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_selectionEnd' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_selectionDirection = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_selectionDirection'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectionDirection']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_selectionDirection, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_selectionDirection = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_selectionDirection, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectionDirection'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectionDirection'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_selectionDirection' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_align = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_align = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_useMap = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_useMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['useMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_useMap, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_useMap = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_useMap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['useMap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['useMap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_useMap' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_webkitdirectory = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_webkitdirectory'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitdirectory']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_webkitdirectory, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_webkitdirectory = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_webkitdirectory, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['webkitdirectory'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['webkitdirectory'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_webkitdirectory' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_get_incremental = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_incremental'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['incremental']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_incremental, result => ', '' + result); } return result; }; globalMy.HTMLInputElement_set_incremental = function (val) { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_incremental, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['incremental'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['incremental'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_set_incremental' + ' result => ', '' + result); } }; globalMy.HTMLInputElement_checkValidity = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_reportValidity = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_select = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_select, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.select.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_select ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_setCustomValidity = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_setCustomValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setCustomValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_setCustomValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_setRangeText = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_setRangeText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setRangeText.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_setRangeText ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_setSelectionRange = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_setSelectionRange, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setSelectionRange.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_setSelectionRange ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_showPicker = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_showPicker, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.showPicker.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_showPicker ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_stepDown = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_stepDown, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.stepDown.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_stepDown ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_stepUp = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_stepUp, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.stepUp.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_stepUp ' + ' result => ', '' + result); } return result; }; globalMy.HTMLInputElement_get_webkitEntries = function () { if (!(this instanceof HTMLInputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_webkitEntries'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitEntries']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLInputElement_get_webkitEntries, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLLIElement.js ================================================ globalMy.HTMLLIElement_get_value = function () { if (!(this instanceof HTMLLIElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLLIElement_set_value = function (val) { if (!(this instanceof HTMLLIElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLLIElement_get_type = function () { if (!(this instanceof HTMLLIElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLLIElement_set_type = function (val) { if (!(this instanceof HTMLLIElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLIElement_set_type' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLLabelElement.js ================================================ globalMy.HTMLLabelElement_get_form = function () { if (!(this instanceof HTMLLabelElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLLabelElement_get_htmlFor = function () { if (!(this instanceof HTMLLabelElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_get_htmlFor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['htmlFor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_get_htmlFor, result => ', '' + result); } return result; }; globalMy.HTMLLabelElement_set_htmlFor = function (val) { if (!(this instanceof HTMLLabelElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_set_htmlFor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['htmlFor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['htmlFor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_set_htmlFor' + ' result => ', '' + result); } }; globalMy.HTMLLabelElement_get_control = function () { if (!(this instanceof HTMLLabelElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_get_control'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['control']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLabelElement_get_control, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLLegendElement.js ================================================ globalMy.HTMLLegendElement_get_form = function () { if (!(this instanceof HTMLLegendElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLegendElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLegendElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLLegendElement_get_align = function () { if (!(this instanceof HTMLLegendElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLegendElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLegendElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLLegendElement_set_align = function (val) { if (!(this instanceof HTMLLegendElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLegendElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLegendElement_set_align' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLLinkElement.js ================================================ globalMy.HTMLLinkElement_get_disabled = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_disabled = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_href = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_href'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['href']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_href, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_href = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_href, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['href'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['href'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_href' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_crossOrigin = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_crossOrigin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['crossOrigin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_crossOrigin, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_crossOrigin = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_crossOrigin, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['crossOrigin'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['crossOrigin'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_crossOrigin' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_rel = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_rel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rel']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_rel, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_rel = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_rel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_rel' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_relList = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_relList'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['relList']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_relList, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_relList = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_relList, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['relList'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['relList'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_relList' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_media = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_media'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['media']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_media, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_media = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_media, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['media'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['media'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_media' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_hreflang = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_hreflang'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hreflang']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_hreflang, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_hreflang = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_hreflang, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hreflang'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hreflang'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_hreflang' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_type = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_type = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_as = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_as'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['as']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_as, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_as = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_as, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['as'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['as'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_as' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_referrerPolicy = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_referrerPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrerPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_referrerPolicy, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_referrerPolicy = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_referrerPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_referrerPolicy' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_sizes = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_sizes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sizes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_sizes, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_sizes = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_sizes, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['sizes'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['sizes'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_sizes' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_imageSrcset = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_imageSrcset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['imageSrcset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_imageSrcset, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_imageSrcset = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_imageSrcset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['imageSrcset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['imageSrcset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_imageSrcset' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_imageSizes = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_imageSizes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['imageSizes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_imageSizes, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_imageSizes = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_imageSizes, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['imageSizes'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['imageSizes'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_imageSizes' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_charset = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_charset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['charset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_charset, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_charset = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_charset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['charset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['charset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_charset' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_rev = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_rev'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rev']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_rev, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_rev = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_rev, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rev'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rev'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_rev' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_target = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_target'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['target']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_target, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_target = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_target, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['target'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['target'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_target' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_sheet = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_sheet'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sheet']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_sheet, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_get_integrity = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_integrity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['integrity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_integrity, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_integrity = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_integrity, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['integrity'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['integrity'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_integrity' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_fetchPriority = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_fetchPriority'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fetchPriority']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_fetchPriority, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_fetchPriority = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_fetchPriority, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fetchPriority'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fetchPriority'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_fetchPriority' + ' result => ', '' + result); } }; globalMy.HTMLLinkElement_get_blocking = function () { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_blocking'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['blocking']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_get_blocking, result => ', '' + result); } return result; }; globalMy.HTMLLinkElement_set_blocking = function (val) { if (!(this instanceof HTMLLinkElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_blocking, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['blocking'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['blocking'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLLinkElement_set_blocking' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLMapElement.js ================================================ globalMy.HTMLMapElement_get_name = function () { if (!(this instanceof HTMLMapElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMapElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMapElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLMapElement_set_name = function (val) { if (!(this instanceof HTMLMapElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMapElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMapElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLMapElement_get_areas = function () { if (!(this instanceof HTMLMapElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMapElement_get_areas'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['areas']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMapElement_get_areas, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLMarqueeElement.js ================================================ globalMy.HTMLMarqueeElement_get_behavior = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_behavior'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['behavior']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_behavior, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_behavior = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_behavior, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['behavior'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['behavior'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_behavior' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_bgColor = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_bgColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['bgColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_bgColor, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_bgColor = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_bgColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['bgColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['bgColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_bgColor' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_direction = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_direction'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['direction']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_direction, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_direction = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_direction, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['direction'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['direction'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_direction' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_height = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_height = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_hspace = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_hspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_hspace, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_hspace = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_hspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_hspace' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_loop = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_loop'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['loop']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_loop, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_loop = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_loop, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['loop'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['loop'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_loop' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_scrollAmount = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_scrollAmount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrollAmount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_scrollAmount, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_scrollAmount = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_scrollAmount, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scrollAmount'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scrollAmount'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_scrollAmount' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_scrollDelay = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_scrollDelay'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scrollDelay']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_scrollDelay, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_scrollDelay = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_scrollDelay, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scrollDelay'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scrollDelay'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_scrollDelay' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_trueSpeed = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_trueSpeed'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['trueSpeed']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_trueSpeed, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_trueSpeed = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_trueSpeed, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['trueSpeed'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['trueSpeed'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_trueSpeed' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_vspace = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_vspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_vspace, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_vspace = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_vspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_vspace' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_get_width = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_set_width = function (val) { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLMarqueeElement_start = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_start, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.start.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_start ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMarqueeElement_stop = function () { if (!(this instanceof HTMLMarqueeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_stop, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.stop.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMarqueeElement_stop ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLMediaElement.js ================================================ globalMy.HTMLMediaElement_get_error = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_error'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['error']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_error, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_src = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_src = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_currentSrc = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_currentSrc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['currentSrc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_currentSrc, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_crossOrigin = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_crossOrigin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['crossOrigin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_crossOrigin, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_crossOrigin = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_crossOrigin, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['crossOrigin'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['crossOrigin'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_crossOrigin' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_networkState = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_networkState'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['networkState']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_networkState, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_preload = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_preload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['preload']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_preload, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_preload = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_preload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['preload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['preload'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_preload' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_buffered = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_buffered'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['buffered']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_buffered, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_readyState = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_readyState'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['readyState']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_readyState, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_seeking = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_seeking'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['seeking']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_seeking, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_currentTime = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_currentTime'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['currentTime']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_currentTime, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_currentTime = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_currentTime, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['currentTime'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['currentTime'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_currentTime' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_duration = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_duration'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['duration']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_duration, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_paused = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_paused'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['paused']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_paused, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_defaultPlaybackRate = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_defaultPlaybackRate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultPlaybackRate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_defaultPlaybackRate, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_defaultPlaybackRate = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_defaultPlaybackRate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defaultPlaybackRate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defaultPlaybackRate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_defaultPlaybackRate' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_playbackRate = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_playbackRate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['playbackRate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_playbackRate, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_playbackRate = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_playbackRate, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['playbackRate'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['playbackRate'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_playbackRate' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_played = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_played'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['played']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_played, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_seekable = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_seekable'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['seekable']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_seekable, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_ended = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_ended'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ended']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_ended, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_autoplay = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_autoplay'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['autoplay']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_autoplay, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_autoplay = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_autoplay, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['autoplay'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['autoplay'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_autoplay' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_loop = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_loop'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['loop']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_loop, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_loop = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_loop, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['loop'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['loop'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_loop' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_preservesPitch = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_preservesPitch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['preservesPitch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_preservesPitch, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_preservesPitch = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_preservesPitch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['preservesPitch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['preservesPitch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_preservesPitch' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_controls = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_controls'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['controls']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_controls, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_controls = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_controls, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['controls'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['controls'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_controls' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_controlsList = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_controlsList'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['controlsList']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_controlsList, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_controlsList = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_controlsList, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['controlsList'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['controlsList'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_controlsList' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_volume = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_volume'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['volume']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_volume, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_volume = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_volume, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['volume'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['volume'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_volume' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_muted = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_muted'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['muted']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_muted, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_muted = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_muted, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['muted'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['muted'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_muted' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_defaultMuted = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_defaultMuted'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultMuted']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_defaultMuted, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_defaultMuted = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_defaultMuted, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defaultMuted'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defaultMuted'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_defaultMuted' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_textTracks = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_textTracks'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['textTracks']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_textTracks, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_webkitAudioDecodedByteCount = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_webkitAudioDecodedByteCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitAudioDecodedByteCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_webkitAudioDecodedByteCount, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_webkitVideoDecodedByteCount = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_webkitVideoDecodedByteCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitVideoDecodedByteCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_webkitVideoDecodedByteCount, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_onencrypted = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_onencrypted'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onencrypted']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_onencrypted, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_onencrypted = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_onencrypted, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onencrypted'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onencrypted'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_onencrypted' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_onwaitingforkey = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_onwaitingforkey'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onwaitingforkey']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_onwaitingforkey, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_onwaitingforkey = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_onwaitingforkey, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onwaitingforkey'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onwaitingforkey'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_onwaitingforkey' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_get_srcObject = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_srcObject'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['srcObject']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_srcObject, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_srcObject = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_srcObject, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['srcObject'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['srcObject'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_srcObject' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_addTextTrack = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_addTextTrack, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.addTextTrack.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_addTextTrack ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_canPlayType = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_canPlayType, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.canPlayType.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_canPlayType ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_captureStream = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_captureStream, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.captureStream.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_captureStream ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_load = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_load, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.load.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_load ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_pause = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_pause, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.pause.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_pause ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_play = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_play, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.play.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_play ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_sinkId = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_sinkId'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sinkId']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_sinkId, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_remote = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_remote'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['remote']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_remote, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_disableRemotePlayback = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_disableRemotePlayback'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disableRemotePlayback']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_disableRemotePlayback, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_set_disableRemotePlayback = function (val) { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_disableRemotePlayback, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disableRemotePlayback'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disableRemotePlayback'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_set_disableRemotePlayback' + ' result => ', '' + result); } }; globalMy.HTMLMediaElement_setSinkId = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_setSinkId, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setSinkId.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_setSinkId ' + ' result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_get_mediaKeys = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_mediaKeys'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['mediaKeys']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_get_mediaKeys, result => ', '' + result); } return result; }; globalMy.HTMLMediaElement_setMediaKeys = function () { if (!(this instanceof HTMLMediaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_setMediaKeys, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setMediaKeys.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_setMediaKeys ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLMenuElement.js ================================================ globalMy.HTMLMenuElement_get_compact = function () { if (!(this instanceof HTMLMenuElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMenuElement_get_compact'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['compact']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMenuElement_get_compact, result => ', '' + result); } return result; }; globalMy.HTMLMenuElement_set_compact = function (val) { if (!(this instanceof HTMLMenuElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMenuElement_set_compact, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['compact'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['compact'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMenuElement_set_compact' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLMetaElement.js ================================================ globalMy.HTMLMetaElement_get_name = function () { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLMetaElement_set_name = function (val) { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLMetaElement_get_httpEquiv = function () { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_httpEquiv'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['httpEquiv']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_httpEquiv, result => ', '' + result); } return result; }; globalMy.HTMLMetaElement_set_httpEquiv = function (val) { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_httpEquiv, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['httpEquiv'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['httpEquiv'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_httpEquiv' + ' result => ', '' + result); } }; globalMy.HTMLMetaElement_get_content = function () { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_content'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['content']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_content, result => ', '' + result); } return result; }; globalMy.HTMLMetaElement_set_content = function (val) { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_content, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['content'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['content'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_content' + ' result => ', '' + result); } }; globalMy.HTMLMetaElement_get_media = function () { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_media'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['media']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_media, result => ', '' + result); } return result; }; globalMy.HTMLMetaElement_set_media = function (val) { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_media, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['media'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['media'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_media' + ' result => ', '' + result); } }; globalMy.HTMLMetaElement_get_scheme = function () { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_scheme'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scheme']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_get_scheme, result => ', '' + result); } return result; }; globalMy.HTMLMetaElement_set_scheme = function (val) { if (!(this instanceof HTMLMetaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_scheme, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scheme'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scheme'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMetaElement_set_scheme' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLMeterElement.js ================================================ globalMy.HTMLMeterElement_get_value = function () { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLMeterElement_set_value = function (val) { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLMeterElement_get_min = function () { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_min'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['min']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_min, result => ', '' + result); } return result; }; globalMy.HTMLMeterElement_set_min = function (val) { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_min, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['min'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['min'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_min' + ' result => ', '' + result); } }; globalMy.HTMLMeterElement_get_max = function () { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_max'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['max']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_max, result => ', '' + result); } return result; }; globalMy.HTMLMeterElement_set_max = function (val) { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_max, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['max'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['max'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_max' + ' result => ', '' + result); } }; globalMy.HTMLMeterElement_get_low = function () { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_low'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['low']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_low, result => ', '' + result); } return result; }; globalMy.HTMLMeterElement_set_low = function (val) { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_low, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['low'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['low'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_low' + ' result => ', '' + result); } }; globalMy.HTMLMeterElement_get_high = function () { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_high'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['high']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_high, result => ', '' + result); } return result; }; globalMy.HTMLMeterElement_set_high = function (val) { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_high, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['high'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['high'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_high' + ' result => ', '' + result); } }; globalMy.HTMLMeterElement_get_optimum = function () { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_optimum'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['optimum']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_optimum, result => ', '' + result); } return result; }; globalMy.HTMLMeterElement_set_optimum = function (val) { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_optimum, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['optimum'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['optimum'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_set_optimum' + ' result => ', '' + result); } }; globalMy.HTMLMeterElement_get_labels = function () { if (!(this instanceof HTMLMeterElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_labels'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['labels']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMeterElement_get_labels, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLModElement.js ================================================ globalMy.HTMLModElement_get_cite = function () { if (!(this instanceof HTMLModElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_get_cite'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cite']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_get_cite, result => ', '' + result); } return result; }; globalMy.HTMLModElement_set_cite = function (val) { if (!(this instanceof HTMLModElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_set_cite, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cite'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cite'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_set_cite' + ' result => ', '' + result); } }; globalMy.HTMLModElement_get_dateTime = function () { if (!(this instanceof HTMLModElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_get_dateTime'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['dateTime']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_get_dateTime, result => ', '' + result); } return result; }; globalMy.HTMLModElement_set_dateTime = function (val) { if (!(this instanceof HTMLModElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_set_dateTime, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['dateTime'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['dateTime'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLModElement_set_dateTime' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLOListElement.js ================================================ globalMy.HTMLOListElement_get_reversed = function () { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_reversed'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['reversed']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_reversed, result => ', '' + result); } return result; }; globalMy.HTMLOListElement_set_reversed = function (val) { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_reversed, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['reversed'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['reversed'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_reversed' + ' result => ', '' + result); } }; globalMy.HTMLOListElement_get_start = function () { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_start'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['start']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_start, result => ', '' + result); } return result; }; globalMy.HTMLOListElement_set_start = function (val) { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_start, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['start'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['start'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_start' + ' result => ', '' + result); } }; globalMy.HTMLOListElement_get_type = function () { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLOListElement_set_type = function (val) { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLOListElement_get_compact = function () { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_compact'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['compact']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_get_compact, result => ', '' + result); } return result; }; globalMy.HTMLOListElement_set_compact = function (val) { if (!(this instanceof HTMLOListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_compact, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['compact'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['compact'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOListElement_set_compact' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLObjectElement.js ================================================ globalMy.HTMLObjectElement_get_data = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_data'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['data']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_data, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_data = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_data, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['data'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['data'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_data' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_type = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_type = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_name = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_name = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_useMap = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_useMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['useMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_useMap, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_useMap = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_useMap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['useMap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['useMap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_useMap' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_form = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_get_width = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_width = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_height = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_height = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_contentDocument = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_contentDocument'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentDocument']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_contentDocument, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_get_contentWindow = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_contentWindow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentWindow']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_contentWindow, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_get_willValidate = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_willValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['willValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_willValidate, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_get_validity = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_validity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_validity, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_get_validationMessage = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_validationMessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validationMessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_validationMessage, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_get_align = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_align = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_archive = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_archive'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['archive']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_archive, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_archive = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_archive, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['archive'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['archive'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_archive' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_code = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_code'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['code']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_code, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_code = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_code, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['code'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['code'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_code' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_declare = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_declare'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['declare']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_declare, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_declare = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_declare, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['declare'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['declare'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_declare' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_hspace = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_hspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_hspace, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_hspace = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_hspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_hspace' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_standby = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_standby'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['standby']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_standby, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_standby = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_standby, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['standby'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['standby'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_standby' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_vspace = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_vspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_vspace, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_vspace = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_vspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_vspace' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_codeBase = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_codeBase'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['codeBase']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_codeBase, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_codeBase = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_codeBase, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['codeBase'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['codeBase'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_codeBase' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_codeType = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_codeType'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['codeType']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_codeType, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_codeType = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_codeType, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['codeType'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['codeType'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_codeType' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_get_border = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_border'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['border']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_get_border, result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_set_border = function (val) { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_border, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['border'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['border'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_set_border' + ' result => ', '' + result); } }; globalMy.HTMLObjectElement_checkValidity = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_getSVGDocument = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_getSVGDocument, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getSVGDocument.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_getSVGDocument ' + ' result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_reportValidity = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLObjectElement_setCustomValidity = function () { if (!(this instanceof HTMLObjectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_setCustomValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setCustomValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLObjectElement_setCustomValidity ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLOptGroupElement.js ================================================ globalMy.HTMLOptGroupElement_get_disabled = function () { if (!(this instanceof HTMLOptGroupElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLOptGroupElement_set_disabled = function (val) { if (!(this instanceof HTMLOptGroupElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLOptGroupElement_get_label = function () { if (!(this instanceof HTMLOptGroupElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_get_label'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['label']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_get_label, result => ', '' + result); } return result; }; globalMy.HTMLOptGroupElement_set_label = function (val) { if (!(this instanceof HTMLOptGroupElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_set_label, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['label'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['label'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptGroupElement_set_label' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLOptionElement.js ================================================ globalMy.HTMLOptionElement_get_disabled = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLOptionElement_set_disabled = function (val) { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLOptionElement_get_form = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLOptionElement_get_label = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_label'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['label']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_label, result => ', '' + result); } return result; }; globalMy.HTMLOptionElement_set_label = function (val) { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_label, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['label'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['label'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_label' + ' result => ', '' + result); } }; globalMy.HTMLOptionElement_get_defaultSelected = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_defaultSelected'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultSelected']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_defaultSelected, result => ', '' + result); } return result; }; globalMy.HTMLOptionElement_set_defaultSelected = function (val) { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_defaultSelected, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defaultSelected'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defaultSelected'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_defaultSelected' + ' result => ', '' + result); } }; globalMy.HTMLOptionElement_get_selected = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_selected'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selected']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_selected, result => ', '' + result); } return result; }; globalMy.HTMLOptionElement_set_selected = function (val) { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_selected, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selected'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selected'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_selected' + ' result => ', '' + result); } }; globalMy.HTMLOptionElement_get_value = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLOptionElement_set_value = function (val) { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLOptionElement_get_text = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_text'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['text']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_text, result => ', '' + result); } return result; }; globalMy.HTMLOptionElement_set_text = function (val) { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_text, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['text'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['text'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_set_text' + ' result => ', '' + result); } }; globalMy.HTMLOptionElement_get_index = function () { if (!(this instanceof HTMLOptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_index'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['index']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOptionElement_get_index, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLOutputElement.js ================================================ globalMy.HTMLOutputElement_get_htmlFor = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_htmlFor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['htmlFor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_htmlFor, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_set_htmlFor = function (val) { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_htmlFor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['htmlFor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['htmlFor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_htmlFor' + ' result => ', '' + result); } }; globalMy.HTMLOutputElement_get_form = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_get_name = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_set_name = function (val) { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLOutputElement_get_type = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_get_defaultValue = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_defaultValue'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultValue']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_defaultValue, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_set_defaultValue = function (val) { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_defaultValue, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defaultValue'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defaultValue'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_defaultValue' + ' result => ', '' + result); } }; globalMy.HTMLOutputElement_get_value = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_set_value = function (val) { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLOutputElement_get_willValidate = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_willValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['willValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_willValidate, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_get_validity = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_validity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_validity, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_get_validationMessage = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_validationMessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validationMessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_validationMessage, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_get_labels = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_labels'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['labels']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_get_labels, result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_checkValidity = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_reportValidity = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLOutputElement_setCustomValidity = function () { if (!(this instanceof HTMLOutputElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_setCustomValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setCustomValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLOutputElement_setCustomValidity ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLParagraphElement.js ================================================ globalMy.HTMLParagraphElement_get_align = function () { if (!(this instanceof HTMLParagraphElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParagraphElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParagraphElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLParagraphElement_set_align = function (val) { if (!(this instanceof HTMLParagraphElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParagraphElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParagraphElement_set_align' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLParamElement.js ================================================ globalMy.HTMLParamElement_get_name = function () { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLParamElement_set_name = function (val) { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLParamElement_get_value = function () { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLParamElement_set_value = function (val) { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLParamElement_get_type = function () { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLParamElement_set_type = function (val) { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLParamElement_get_valueType = function () { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_valueType'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['valueType']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_get_valueType, result => ', '' + result); } return result; }; globalMy.HTMLParamElement_set_valueType = function (val) { if (!(this instanceof HTMLParamElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_valueType, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['valueType'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['valueType'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLParamElement_set_valueType' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLPreElement.js ================================================ globalMy.HTMLPreElement_get_width = function () { if (!(this instanceof HTMLPreElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLPreElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLPreElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLPreElement_set_width = function (val) { if (!(this instanceof HTMLPreElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLPreElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLPreElement_set_width' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLProgressElement.js ================================================ globalMy.HTMLProgressElement_get_value = function () { if (!(this instanceof HTMLProgressElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLProgressElement_set_value = function (val) { if (!(this instanceof HTMLProgressElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLProgressElement_get_max = function () { if (!(this instanceof HTMLProgressElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_max'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['max']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_max, result => ', '' + result); } return result; }; globalMy.HTMLProgressElement_set_max = function (val) { if (!(this instanceof HTMLProgressElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_set_max, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['max'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['max'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_set_max' + ' result => ', '' + result); } }; globalMy.HTMLProgressElement_get_position = function () { if (!(this instanceof HTMLProgressElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_position'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['position']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_position, result => ', '' + result); } return result; }; globalMy.HTMLProgressElement_get_labels = function () { if (!(this instanceof HTMLProgressElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_labels'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['labels']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLProgressElement_get_labels, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLQuoteElement.js ================================================ globalMy.HTMLQuoteElement_get_cite = function () { if (!(this instanceof HTMLQuoteElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLQuoteElement_get_cite'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cite']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLQuoteElement_get_cite, result => ', '' + result); } return result; }; globalMy.HTMLQuoteElement_set_cite = function (val) { if (!(this instanceof HTMLQuoteElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLQuoteElement_set_cite, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cite'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cite'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLQuoteElement_set_cite' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLScriptElement.js ================================================ globalMy.HTMLScriptElement_get_src = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_src = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_type = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_type = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_noModule = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_noModule'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['noModule']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_noModule, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_noModule = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_noModule, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['noModule'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['noModule'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_noModule' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_charset = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_charset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['charset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_charset, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_charset = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_charset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['charset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['charset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_charset' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_async = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_async'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['async']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_async, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_async = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_async, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['async'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['async'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_async' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_defer = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_defer'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defer']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_defer, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_defer = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_defer, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defer'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defer'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_defer' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_crossOrigin = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_crossOrigin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['crossOrigin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_crossOrigin, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_crossOrigin = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_crossOrigin, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['crossOrigin'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['crossOrigin'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_crossOrigin' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_text = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_text'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['text']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_text, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_text = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_text, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['text'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['text'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_text' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_referrerPolicy = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_referrerPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrerPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_referrerPolicy, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_referrerPolicy = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_referrerPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_referrerPolicy' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_event = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_event'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['event']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_event, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_event = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_event, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['event'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['event'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_event' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_htmlFor = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_htmlFor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['htmlFor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_htmlFor, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_htmlFor = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_htmlFor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['htmlFor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['htmlFor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_htmlFor' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_integrity = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_integrity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['integrity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_integrity, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_integrity = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_integrity, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['integrity'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['integrity'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_integrity' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_fetchPriority = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_fetchPriority'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fetchPriority']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_fetchPriority, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_fetchPriority = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_fetchPriority, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fetchPriority'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fetchPriority'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_fetchPriority' + ' result => ', '' + result); } }; globalMy.HTMLScriptElement_get_blocking = function () { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_blocking'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['blocking']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_get_blocking, result => ', '' + result); } return result; }; globalMy.HTMLScriptElement_set_blocking = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_blocking, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['blocking'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['blocking'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_blocking' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLSelectElement.js ================================================ globalMy.HTMLSelectElement_get_autocomplete = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_autocomplete'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['autocomplete']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_autocomplete, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_autocomplete = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_autocomplete, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['autocomplete'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['autocomplete'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_autocomplete' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_disabled = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_disabled = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_form = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_get_multiple = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_multiple'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['multiple']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_multiple, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_multiple = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_multiple, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['multiple'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['multiple'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_multiple' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_name = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_name = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_required = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_required'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['required']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_required, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_required = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_required, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['required'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['required'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_required' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_size = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_size'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['size']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_size, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_size = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_size, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['size'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['size'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_size' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_type = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_get_options = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_options'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['options']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_options, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_get_length = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_length'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['length']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_length, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_length = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_length, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['length'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['length'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_length' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_selectedOptions = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_selectedOptions'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectedOptions']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_selectedOptions, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_get_selectedIndex = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_selectedIndex'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectedIndex']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_selectedIndex, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_selectedIndex = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_selectedIndex, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectedIndex'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectedIndex'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_selectedIndex' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_value = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_set_value = function (val) { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLSelectElement_get_willValidate = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_willValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['willValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_willValidate, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_get_validity = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_validity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_validity, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_get_validationMessage = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_validationMessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validationMessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_validationMessage, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_get_labels = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_labels'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['labels']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_get_labels, result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_add = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_add, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.add.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_add ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_checkValidity = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_item = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_item, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.item.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_item ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_namedItem = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_namedItem, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.namedItem.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_namedItem ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_remove = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_remove, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.remove.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_remove ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_reportValidity = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSelectElement_setCustomValidity = function () { if (!(this instanceof HTMLSelectElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_setCustomValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setCustomValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSelectElement_setCustomValidity ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLSlotElement.js ================================================ globalMy.HTMLSlotElement_get_name = function () { if (!(this instanceof HTMLSlotElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLSlotElement_set_name = function (val) { if (!(this instanceof HTMLSlotElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLSlotElement_assign = function () { if (!(this instanceof HTMLSlotElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_assign, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.assign.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_assign ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSlotElement_assignedElements = function () { if (!(this instanceof HTMLSlotElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_assignedElements, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.assignedElements.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_assignedElements ' + ' result => ', '' + result); } return result; }; globalMy.HTMLSlotElement_assignedNodes = function () { if (!(this instanceof HTMLSlotElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_assignedNodes, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.assignedNodes.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSlotElement_assignedNodes ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLSourceElement.js ================================================ globalMy.HTMLSourceElement_get_src = function () { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLSourceElement_set_src = function (val) { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLSourceElement_get_type = function () { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLSourceElement_set_type = function (val) { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLSourceElement_get_srcset = function () { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_srcset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['srcset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_srcset, result => ', '' + result); } return result; }; globalMy.HTMLSourceElement_set_srcset = function (val) { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_srcset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['srcset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['srcset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_srcset' + ' result => ', '' + result); } }; globalMy.HTMLSourceElement_get_sizes = function () { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_sizes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sizes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_sizes, result => ', '' + result); } return result; }; globalMy.HTMLSourceElement_set_sizes = function (val) { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_sizes, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['sizes'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['sizes'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_sizes' + ' result => ', '' + result); } }; globalMy.HTMLSourceElement_get_media = function () { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_media'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['media']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_media, result => ', '' + result); } return result; }; globalMy.HTMLSourceElement_set_media = function (val) { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_media, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['media'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['media'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_media' + ' result => ', '' + result); } }; globalMy.HTMLSourceElement_get_width = function () { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLSourceElement_set_width = function (val) { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLSourceElement_get_height = function () { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLSourceElement_set_height = function (val) { if (!(this instanceof HTMLSourceElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLSourceElement_set_height' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLStyleElement.js ================================================ globalMy.HTMLStyleElement_get_disabled = function () { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLStyleElement_set_disabled = function (val) { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLStyleElement_get_media = function () { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_media'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['media']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_media, result => ', '' + result); } return result; }; globalMy.HTMLStyleElement_set_media = function (val) { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_media, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['media'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['media'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_media' + ' result => ', '' + result); } }; globalMy.HTMLStyleElement_get_type = function () { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLStyleElement_set_type = function (val) { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_type' + ' result => ', '' + result); } }; globalMy.HTMLStyleElement_get_sheet = function () { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_sheet'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sheet']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_sheet, result => ', '' + result); } return result; }; globalMy.HTMLStyleElement_get_blocking = function () { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_blocking'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['blocking']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_blocking, result => ', '' + result); } return result; }; globalMy.HTMLStyleElement_set_blocking = function (val) { if (!(this instanceof HTMLStyleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_blocking, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['blocking'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['blocking'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_set_blocking' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLTableCaptionElement.js ================================================ globalMy.HTMLTableCaptionElement_get_align = function () { if (!(this instanceof HTMLTableCaptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCaptionElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCaptionElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLTableCaptionElement_set_align = function (val) { if (!(this instanceof HTMLTableCaptionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCaptionElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCaptionElement_set_align' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLTableCellElement.js ================================================ globalMy.HTMLTableCellElement_get_colSpan = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_colSpan'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['colSpan']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_colSpan, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_colSpan = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_colSpan, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['colSpan'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['colSpan'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_colSpan' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_rowSpan = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_rowSpan'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rowSpan']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_rowSpan, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_rowSpan = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_rowSpan, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rowSpan'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rowSpan'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_rowSpan' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_headers = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_headers'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['headers']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_headers, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_headers = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_headers, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['headers'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['headers'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_headers' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_cellIndex = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_cellIndex'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cellIndex']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_cellIndex, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_get_align = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_align = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_axis = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_axis'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['axis']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_axis, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_axis = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_axis, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['axis'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['axis'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_axis' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_height = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_height = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_width = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_width = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_ch = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_ch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_ch, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_ch = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_ch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_ch' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_chOff = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_chOff'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['chOff']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_chOff, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_chOff = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_chOff, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['chOff'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['chOff'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_chOff' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_noWrap = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_noWrap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['noWrap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_noWrap, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_noWrap = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_noWrap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['noWrap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['noWrap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_noWrap' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_vAlign = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_vAlign'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vAlign']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_vAlign, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_vAlign = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_vAlign, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vAlign'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vAlign'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_vAlign' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_bgColor = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_bgColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['bgColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_bgColor, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_bgColor = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_bgColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['bgColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['bgColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_bgColor' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_abbr = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_abbr'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['abbr']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_abbr, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_abbr = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_abbr, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['abbr'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['abbr'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_abbr' + ' result => ', '' + result); } }; globalMy.HTMLTableCellElement_get_scope = function () { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_scope'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['scope']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_get_scope, result => ', '' + result); } return result; }; globalMy.HTMLTableCellElement_set_scope = function (val) { if (!(this instanceof HTMLTableCellElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_scope, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['scope'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['scope'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableCellElement_set_scope' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLTableColElement.js ================================================ globalMy.HTMLTableColElement_get_span = function () { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_span'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['span']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_span, result => ', '' + result); } return result; }; globalMy.HTMLTableColElement_set_span = function (val) { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_span, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['span'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['span'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_span' + ' result => ', '' + result); } }; globalMy.HTMLTableColElement_get_align = function () { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLTableColElement_set_align = function (val) { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLTableColElement_get_ch = function () { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_ch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_ch, result => ', '' + result); } return result; }; globalMy.HTMLTableColElement_set_ch = function (val) { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_ch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_ch' + ' result => ', '' + result); } }; globalMy.HTMLTableColElement_get_chOff = function () { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_chOff'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['chOff']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_chOff, result => ', '' + result); } return result; }; globalMy.HTMLTableColElement_set_chOff = function (val) { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_chOff, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['chOff'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['chOff'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_chOff' + ' result => ', '' + result); } }; globalMy.HTMLTableColElement_get_vAlign = function () { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_vAlign'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vAlign']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_vAlign, result => ', '' + result); } return result; }; globalMy.HTMLTableColElement_set_vAlign = function (val) { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_vAlign, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vAlign'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vAlign'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_vAlign' + ' result => ', '' + result); } }; globalMy.HTMLTableColElement_get_width = function () { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLTableColElement_set_width = function (val) { if (!(this instanceof HTMLTableColElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableColElement_set_width' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLTableElement.js ================================================ globalMy.HTMLTableElement_get_caption = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_caption'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['caption']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_caption, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_caption = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_caption, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['caption'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['caption'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_caption' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_tHead = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_tHead'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['tHead']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_tHead, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_tHead = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_tHead, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['tHead'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['tHead'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_tHead' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_tFoot = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_tFoot'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['tFoot']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_tFoot, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_tFoot = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_tFoot, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['tFoot'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['tFoot'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_tFoot' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_tBodies = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_tBodies'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['tBodies']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_tBodies, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_get_rows = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_rows'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rows']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_rows, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_get_align = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_align = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_border = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_border'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['border']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_border, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_border = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_border, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['border'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['border'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_border' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_frame = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_frame'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['frame']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_frame, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_frame = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_frame, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['frame'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['frame'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_frame' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_rules = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_rules'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rules']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_rules, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_rules = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_rules, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rules'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rules'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_rules' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_summary = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_summary'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['summary']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_summary, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_summary = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_summary, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['summary'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['summary'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_summary' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_width = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_width = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_bgColor = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_bgColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['bgColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_bgColor, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_bgColor = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_bgColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['bgColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['bgColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_bgColor' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_cellPadding = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_cellPadding'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cellPadding']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_cellPadding, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_cellPadding = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_cellPadding, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cellPadding'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cellPadding'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_cellPadding' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_get_cellSpacing = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_cellSpacing'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cellSpacing']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_get_cellSpacing, result => ', '' + result); } return result; }; globalMy.HTMLTableElement_set_cellSpacing = function (val) { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_cellSpacing, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cellSpacing'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cellSpacing'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_set_cellSpacing' + ' result => ', '' + result); } }; globalMy.HTMLTableElement_createCaption = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createCaption, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createCaption.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createCaption ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_createTBody = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createTBody, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createTBody.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createTBody ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_createTFoot = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createTFoot, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createTFoot.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createTFoot ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_createTHead = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createTHead, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createTHead.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_createTHead ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_deleteCaption = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteCaption, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.deleteCaption.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteCaption ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_deleteRow = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteRow, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.deleteRow.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteRow ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_deleteTFoot = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteTFoot, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.deleteTFoot.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteTFoot ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_deleteTHead = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteTHead, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.deleteTHead.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_deleteTHead ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableElement_insertRow = function () { if (!(this instanceof HTMLTableElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_insertRow, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertRow.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableElement_insertRow ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLTableRowElement.js ================================================ globalMy.HTMLTableRowElement_get_rowIndex = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_rowIndex'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rowIndex']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_rowIndex, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_get_sectionRowIndex = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_sectionRowIndex'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sectionRowIndex']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_sectionRowIndex, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_get_cells = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_cells'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cells']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_cells, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_get_align = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_set_align = function (val) { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLTableRowElement_get_ch = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_ch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_ch, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_set_ch = function (val) { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_ch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_ch' + ' result => ', '' + result); } }; globalMy.HTMLTableRowElement_get_chOff = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_chOff'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['chOff']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_chOff, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_set_chOff = function (val) { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_chOff, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['chOff'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['chOff'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_chOff' + ' result => ', '' + result); } }; globalMy.HTMLTableRowElement_get_vAlign = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_vAlign'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vAlign']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_vAlign, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_set_vAlign = function (val) { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_vAlign, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vAlign'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vAlign'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_vAlign' + ' result => ', '' + result); } }; globalMy.HTMLTableRowElement_get_bgColor = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_bgColor'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['bgColor']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_get_bgColor, result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_set_bgColor = function (val) { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_bgColor, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['bgColor'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['bgColor'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_set_bgColor' + ' result => ', '' + result); } }; globalMy.HTMLTableRowElement_deleteCell = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_deleteCell, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.deleteCell.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_deleteCell ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableRowElement_insertCell = function () { if (!(this instanceof HTMLTableRowElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_insertCell, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertCell.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableRowElement_insertCell ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLTableSectionElement.js ================================================ globalMy.HTMLTableSectionElement_get_rows = function () { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_rows'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rows']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_rows, result => ', '' + result); } return result; }; globalMy.HTMLTableSectionElement_get_align = function () { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_align, result => ', '' + result); } return result; }; globalMy.HTMLTableSectionElement_set_align = function (val) { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_align' + ' result => ', '' + result); } }; globalMy.HTMLTableSectionElement_get_ch = function () { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_ch'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ch']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_ch, result => ', '' + result); } return result; }; globalMy.HTMLTableSectionElement_set_ch = function (val) { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_ch, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['ch'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['ch'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_ch' + ' result => ', '' + result); } }; globalMy.HTMLTableSectionElement_get_chOff = function () { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_chOff'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['chOff']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_chOff, result => ', '' + result); } return result; }; globalMy.HTMLTableSectionElement_set_chOff = function (val) { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_chOff, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['chOff'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['chOff'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_chOff' + ' result => ', '' + result); } }; globalMy.HTMLTableSectionElement_get_vAlign = function () { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_vAlign'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vAlign']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_get_vAlign, result => ', '' + result); } return result; }; globalMy.HTMLTableSectionElement_set_vAlign = function (val) { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_vAlign, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vAlign'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vAlign'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_set_vAlign' + ' result => ', '' + result); } }; globalMy.HTMLTableSectionElement_deleteRow = function () { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_deleteRow, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.deleteRow.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_deleteRow ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTableSectionElement_insertRow = function () { if (!(this instanceof HTMLTableSectionElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_insertRow, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertRow.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTableSectionElement_insertRow ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLTemplateElement.js ================================================ globalMy.HTMLTemplateElement_get_content = function () { if (!(this instanceof HTMLTemplateElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTemplateElement_get_content'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['content']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTemplateElement_get_content, result => ', '' + result); } return result; }; globalMy.HTMLTemplateElement_get_shadowRoot = function () { if (!(this instanceof HTMLTemplateElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTemplateElement_get_shadowRoot'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['shadowRoot']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTemplateElement_get_shadowRoot, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLTextAreaElement.js ================================================ globalMy.HTMLTextAreaElement_get_autocomplete = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_autocomplete'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['autocomplete']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_autocomplete, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_autocomplete = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_autocomplete, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['autocomplete'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['autocomplete'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_autocomplete' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_cols = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_cols'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cols']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_cols, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_cols = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_cols, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['cols'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['cols'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_cols' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_dirName = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_dirName'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['dirName']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_dirName, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_dirName = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_dirName, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['dirName'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['dirName'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_dirName' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_disabled = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_disabled, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_disabled = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_disabled' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_form = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_form'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['form']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_form, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_get_maxLength = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_maxLength'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['maxLength']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_maxLength, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_maxLength = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_maxLength, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['maxLength'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['maxLength'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_maxLength' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_minLength = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_minLength'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['minLength']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_minLength, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_minLength = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_minLength, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['minLength'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['minLength'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_minLength' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_name = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_name, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_name = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_name' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_placeholder = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_placeholder'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['placeholder']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_placeholder, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_placeholder = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_placeholder, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['placeholder'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['placeholder'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_placeholder' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_readOnly = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_readOnly'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['readOnly']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_readOnly, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_readOnly = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_readOnly, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['readOnly'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['readOnly'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_readOnly' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_required = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_required'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['required']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_required, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_required = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_required, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['required'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['required'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_required' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_rows = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_rows'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['rows']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_rows, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_rows = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_rows, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['rows'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['rows'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_rows' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_wrap = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_wrap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['wrap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_wrap, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_wrap = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_wrap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['wrap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['wrap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_wrap' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_type = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_get_defaultValue = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_defaultValue'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultValue']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_defaultValue, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_defaultValue = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_defaultValue, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['defaultValue'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['defaultValue'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_defaultValue' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_value = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_value'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['value']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_value, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_value = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_value, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['value'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['value'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_value' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_textLength = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_textLength'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['textLength']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_textLength, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_get_willValidate = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_willValidate'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['willValidate']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_willValidate, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_get_validity = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_validity'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validity']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_validity, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_get_validationMessage = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_validationMessage'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['validationMessage']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_validationMessage, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_get_labels = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_labels'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['labels']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_labels, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_get_selectionStart = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_selectionStart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectionStart']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_selectionStart, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_selectionStart = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_selectionStart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectionStart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectionStart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_selectionStart' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_selectionEnd = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_selectionEnd'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectionEnd']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_selectionEnd, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_selectionEnd = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_selectionEnd, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectionEnd'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectionEnd'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_selectionEnd' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_get_selectionDirection = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_selectionDirection'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['selectionDirection']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_get_selectionDirection, result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_set_selectionDirection = function (val) { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_selectionDirection, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['selectionDirection'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['selectionDirection'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_set_selectionDirection' + ' result => ', '' + result); } }; globalMy.HTMLTextAreaElement_checkValidity = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_checkValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.checkValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_checkValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_reportValidity = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_reportValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.reportValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_reportValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_select = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_select, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.select.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_select ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_setCustomValidity = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_setCustomValidity, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setCustomValidity.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_setCustomValidity ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_setRangeText = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_setRangeText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setRangeText.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_setRangeText ' + ' result => ', '' + result); } return result; }; globalMy.HTMLTextAreaElement_setSelectionRange = function () { if (!(this instanceof HTMLTextAreaElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_setSelectionRange, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.setSelectionRange.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTextAreaElement_setSelectionRange ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLTimeElement.js ================================================ globalMy.HTMLTimeElement_get_dateTime = function () { if (!(this instanceof HTMLTimeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTimeElement_get_dateTime'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['dateTime']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTimeElement_get_dateTime, result => ', '' + result); } return result; }; globalMy.HTMLTimeElement_set_dateTime = function (val) { if (!(this instanceof HTMLTimeElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTimeElement_set_dateTime, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['dateTime'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['dateTime'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTimeElement_set_dateTime' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLTitleElement.js ================================================ globalMy.HTMLTitleElement_get_text = function () { if (!(this instanceof HTMLTitleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTitleElement_get_text'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['text']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTitleElement_get_text, result => ', '' + result); } return result; }; globalMy.HTMLTitleElement_set_text = function (val) { if (!(this instanceof HTMLTitleElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTitleElement_set_text, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['text'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['text'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTitleElement_set_text' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLTrackElement.js ================================================ globalMy.HTMLTrackElement_get_kind = function () { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_kind'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['kind']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_kind, result => ', '' + result); } return result; }; globalMy.HTMLTrackElement_set_kind = function (val) { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_kind, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['kind'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['kind'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_kind' + ' result => ', '' + result); } }; globalMy.HTMLTrackElement_get_src = function () { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_src, result => ', '' + result); } return result; }; globalMy.HTMLTrackElement_set_src = function (val) { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_src' + ' result => ', '' + result); } }; globalMy.HTMLTrackElement_get_srclang = function () { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_srclang'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['srclang']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_srclang, result => ', '' + result); } return result; }; globalMy.HTMLTrackElement_set_srclang = function (val) { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_srclang, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['srclang'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['srclang'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_srclang' + ' result => ', '' + result); } }; globalMy.HTMLTrackElement_get_label = function () { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_label'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['label']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_label, result => ', '' + result); } return result; }; globalMy.HTMLTrackElement_set_label = function (val) { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_label, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['label'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['label'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_label' + ' result => ', '' + result); } }; globalMy.HTMLTrackElement_get_default = function () { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_default'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['default']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_default, result => ', '' + result); } return result; }; globalMy.HTMLTrackElement_set_default = function (val) { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_default, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['default'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['default'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_set_default' + ' result => ', '' + result); } }; globalMy.HTMLTrackElement_get_readyState = function () { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_readyState'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['readyState']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_readyState, result => ', '' + result); } return result; }; globalMy.HTMLTrackElement_get_track = function () { if (!(this instanceof HTMLTrackElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_track'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['track']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLTrackElement_get_track, result => ', '' + result); } return result; }; ================================================ FILE: env/HTMLUListElement.js ================================================ globalMy.HTMLUListElement_get_compact = function () { if (!(this instanceof HTMLUListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_get_compact'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['compact']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_get_compact, result => ', '' + result); } return result; }; globalMy.HTMLUListElement_set_compact = function (val) { if (!(this instanceof HTMLUListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_set_compact, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['compact'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['compact'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_set_compact' + ' result => ', '' + result); } }; globalMy.HTMLUListElement_get_type = function () { if (!(this instanceof HTMLUListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_get_type, result => ', '' + result); } return result; }; globalMy.HTMLUListElement_set_type = function (val) { if (!(this instanceof HTMLUListElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_set_type, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['type'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['type'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLUListElement_set_type' + ' result => ', '' + result); } }; ================================================ FILE: env/HTMLVideoElement.js ================================================ globalMy.HTMLVideoElement_get_width = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_width, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_width = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_width' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_get_height = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_height, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_height = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_height' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_get_videoWidth = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_videoWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['videoWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_videoWidth, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_get_videoHeight = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_videoHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['videoHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_videoHeight, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_get_poster = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_poster'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['poster']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_poster, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_poster = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_poster, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['poster'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['poster'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_poster' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_get_webkitDecodedFrameCount = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitDecodedFrameCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitDecodedFrameCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitDecodedFrameCount, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_get_webkitDroppedFrameCount = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitDroppedFrameCount'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitDroppedFrameCount']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitDroppedFrameCount, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_get_playsInline = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_playsInline'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['playsInline']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_playsInline, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_playsInline = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_playsInline, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['playsInline'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['playsInline'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_playsInline' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_get_onenterpictureinpicture = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_onenterpictureinpicture'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onenterpictureinpicture']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_onenterpictureinpicture, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_onenterpictureinpicture = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_onenterpictureinpicture, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onenterpictureinpicture'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onenterpictureinpicture'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_onenterpictureinpicture' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_get_onleavepictureinpicture = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_onleavepictureinpicture'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onleavepictureinpicture']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_onleavepictureinpicture, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_onleavepictureinpicture = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_onleavepictureinpicture, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onleavepictureinpicture'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['onleavepictureinpicture'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_onleavepictureinpicture' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_get_disablePictureInPicture = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_disablePictureInPicture'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disablePictureInPicture']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_disablePictureInPicture, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_disablePictureInPicture = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_disablePictureInPicture, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disablePictureInPicture'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disablePictureInPicture'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_disablePictureInPicture' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_cancelVideoFrameCallback = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_cancelVideoFrameCallback, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.cancelVideoFrameCallback.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_cancelVideoFrameCallback ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_requestPictureInPicture = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_requestPictureInPicture, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.requestPictureInPicture.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_requestPictureInPicture ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_requestVideoFrameCallback = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_requestVideoFrameCallback, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.requestVideoFrameCallback.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_requestVideoFrameCallback ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_get_webkitSupportsFullscreen = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitSupportsFullscreen'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitSupportsFullscreen']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitSupportsFullscreen, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_get_webkitDisplayingFullscreen = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitDisplayingFullscreen'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['webkitDisplayingFullscreen']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_webkitDisplayingFullscreen, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_get_msVideoProcessing = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_msVideoProcessing'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['msVideoProcessing']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_get_msVideoProcessing, result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_set_msVideoProcessing = function (val) { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_msVideoProcessing, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['msVideoProcessing'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['msVideoProcessing'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_set_msVideoProcessing' + ' result => ', '' + result); } }; globalMy.HTMLVideoElement_getVideoPlaybackQuality = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_getVideoPlaybackQuality, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getVideoPlaybackQuality.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_getVideoPlaybackQuality ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_msGetVideoProcessingTypes = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_msGetVideoProcessingTypes, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.msGetVideoProcessingTypes.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_msGetVideoProcessingTypes ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_webkitEnterFullScreen = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitEnterFullScreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitEnterFullScreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitEnterFullScreen ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_webkitEnterFullscreen = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitEnterFullscreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitEnterFullscreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitEnterFullscreen ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_webkitExitFullScreen = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitExitFullScreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitExitFullScreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitExitFullScreen ' + ' result => ', '' + result); } return result; }; globalMy.HTMLVideoElement_webkitExitFullscreen = function () { if (!(this instanceof HTMLVideoElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitExitFullscreen, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.webkitExitFullscreen.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLVideoElement_webkitExitFullscreen ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/History.js ================================================ // History // History globalMy.History_get_length = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { console.log('[*] 调用了History_get_length,result => ', result); } return result; }; globalMy.History_get_scrollRestoration = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['scrollRestoration']; if (globalMy.is_log) { console.log('[*] 调用了History_get_scrollRestoration,result => ', result); } return result; }; globalMy.History_set_scrollRestoration = function (val) { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['scrollRestoration'] = val; if (globalMy.is_log) { console.log('[*] 调用了History_set_scrollRestoration, 传参val => ' + val + ' result => ', result); } }; globalMy.History_get_state = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['state']; if (globalMy.is_log) { console.log('[*] 调用了History_get_state,result => ', result); } return result; }; globalMy.History_back = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了History_back, arguments => ', arguments, ' result => ', result); } return result; }; globalMy.History_forward = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了History_forward, arguments => ', arguments, ' result => ', result); } return result; }; globalMy.History_go = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了History_go, arguments => ', arguments, ' result => ', result); } return result; }; globalMy.History_pushState = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了History_pushState, arguments => ', arguments, ' result => ', result); } return result; }; globalMy.History_replaceState = function () { if (!(this instanceof History)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了History_replaceState, arguments => ', arguments, ' result => ', result); } return result; }; // dom构造函数原型方法 // dom构造函数原型方法 ================================================ FILE: env/IDBDatabase.js ================================================ globalMy.IDBDatabase_get_name = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['name']; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_get_name,result => ', result); } return result; }; globalMy.IDBDatabase_get_version = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['version']; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_get_version,result => ', result); } return result; }; globalMy.IDBDatabase_get_objectStoreNames = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['objectStoreNames']; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_get_objectStoreNames,result => ', result); } return result; }; globalMy.IDBDatabase_get_onabort = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onabort']; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_get_onabort,result => ', result); } return result; }; globalMy.IDBDatabase_set_onabort = function (val) { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onabort'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_set_onabort, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBDatabase_get_onclose = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onclose']; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_get_onclose,result => ', result); } return result; }; globalMy.IDBDatabase_set_onclose = function (val) { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onclose'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_set_onclose, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBDatabase_get_onerror = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_get_onerror,result => ', result); } return result; }; globalMy.IDBDatabase_set_onerror = function (val) { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_set_onerror, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBDatabase_get_onversionchange = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onversionchange']; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_get_onversionchange,result => ', result); } return result; }; globalMy.IDBDatabase_set_onversionchange = function (val) { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onversionchange'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_set_onversionchange, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBDatabase_close = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_close, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBDatabase_createObjectStore = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_createObjectStore, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBDatabase_deleteObjectStore = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_deleteObjectStore, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBDatabase_transaction = function () { if (!(this instanceof IDBDatabase)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBDatabase_transaction, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/IDBFactory.js ================================================ globalMy.IDBFactory_cmp = function () { if (!(this instanceof IDBFactory)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBFactory_cmp, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.IDBFactory_databases = function () { if (!(this instanceof IDBFactory)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBFactory_databases, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.IDBFactory_deleteDatabase = function () { if (!(this instanceof IDBFactory)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBFactory_deleteDatabase, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.IDBFactory_open = function () { if (!(this instanceof IDBFactory)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBFactory_open, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/IDBObjectStore.js ================================================ globalMy.IDBObjectStore_get_name = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['name']; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_get_name,result => ', result); } return result; }; globalMy.IDBObjectStore_set_name = function (val) { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['name'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_set_name, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBObjectStore_get_keyPath = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['keyPath']; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_get_keyPath,result => ', result); } return result; }; globalMy.IDBObjectStore_get_indexNames = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['indexNames']; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_get_indexNames,result => ', result); } return result; }; globalMy.IDBObjectStore_get_transaction = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['transaction']; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_get_transaction,result => ', result); } return result; }; globalMy.IDBObjectStore_get_autoIncrement = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['autoIncrement']; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_get_autoIncrement,result => ', result); } return result; }; globalMy.IDBObjectStore_add = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_add, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_clear = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_clear, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_count = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_count, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_createIndex = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_createIndex, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_delete = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_delete, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_deleteIndex = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_deleteIndex, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_get = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_get, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_getAll = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_getAll, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_getAllKeys = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_getAllKeys, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_getKey = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_getKey, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_index = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_index, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_openCursor = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_openCursor, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_openKeyCursor = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_openKeyCursor, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBObjectStore_put = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_put, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // IDBObjectStore // IDBObjectStore // IDBObjectStore // IDBObjectStore globalMy.IDBObjectStore_put = function () { if (!(this instanceof IDBObjectStore)) { throw new TypeError("Illegal invocation"); } let result; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], IDBRequest.prototype); result = globalMy.element[name]; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_put, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // DOMTokenList // DOMTokenList ================================================ FILE: env/IDBOpenDBRequest.js ================================================ // DOMTokenList // DOMTokenList globalMy.IDBOpenDBRequest_get_onblocked = function () { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onblocked']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBOpenDBRequest_get_onblocked,result => ', '' + result); } return result; }; globalMy.IDBOpenDBRequest_set_onblocked = function (val) { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onblocked'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBOpenDBRequest_set_onblocked, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.IDBOpenDBRequest_get_onupgradeneeded = function () { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onupgradeneeded']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBOpenDBRequest_get_onupgradeneeded,result => ', '' + result); } return result; }; globalMy.IDBOpenDBRequest_set_onupgradeneeded = function (val) { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onupgradeneeded'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBOpenDBRequest_set_onupgradeneeded, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.IDBOpenDBRequest_get_onblocked = function () { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onblocked']; if (globalMy.is_log) { console.log('[*] 调用了IDBOpenDBRequest_get_onblocked,result => ', result); } return result; }; globalMy.IDBOpenDBRequest_set_onblocked = function (val) { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onblocked'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBOpenDBRequest_set_onblocked, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBOpenDBRequest_get_onupgradeneeded = function () { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onupgradeneeded']; if (globalMy.is_log) { console.log('[*] 调用了IDBOpenDBRequest_get_onupgradeneeded,result => ', result); } return result; }; globalMy.IDBOpenDBRequest_set_onupgradeneeded = function (val) { if (!(this instanceof IDBOpenDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onupgradeneeded'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBOpenDBRequest_set_onupgradeneeded, 传参val => ' + val + ' result => ', result); } }; ================================================ FILE: env/IDBRequest.js ================================================ globalMy.IDBRequest_get_result = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['result']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_result,result => ', '' + result); } return result; }; globalMy.IDBRequest_get_error = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['error']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_error,result => ', '' + result); } return result; }; globalMy.IDBRequest_get_source = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['source']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_source,result => ', '' + result); } return result; }; globalMy.IDBRequest_get_transaction = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['transaction']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_transaction,result => ', '' + result); } return result; }; globalMy.IDBRequest_get_readyState = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['readyState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_readyState,result => ', '' + result); } return result; }; globalMy.IDBRequest_get_onsuccess = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onsuccess']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_onsuccess,result => ', '' + result); } return result; }; globalMy.IDBRequest_set_onsuccess = function (val) { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onsuccess'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_set_onsuccess, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.IDBRequest_get_onerror = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_onerror,result => ', '' + result); } return result; }; globalMy.IDBRequest_set_onerror = function (val) { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_set_onerror, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.IDBRequest_get_result = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['result']; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_get_result,result => ', result); } return result; }; globalMy.IDBRequest_get_error = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['error']; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_get_error,result => ', result); } return result; }; globalMy.IDBRequest_get_source = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['source']; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_get_source,result => ', result); } return result; }; globalMy.IDBRequest_get_transaction = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['transaction']; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_get_transaction,result => ', result); } return result; }; globalMy.IDBRequest_get_readyState = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['readyState']; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_get_readyState,result => ', result); } return result; }; globalMy.IDBRequest_get_onsuccess = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onsuccess']; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_get_onsuccess,result => ', result); } return result; }; globalMy.IDBRequest_set_onsuccess = function (val) { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onsuccess'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_set_onsuccess, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBRequest_get_onerror = function () { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_get_onerror,result => ', result); } return result; }; globalMy.IDBRequest_set_onerror = function (val) { if (!(this instanceof IDBRequest)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBRequest_set_onerror, 传参val => ' + val + ' result => ', result); } }; ================================================ FILE: env/IDBTransaction.js ================================================ globalMy.IDBTransaction_get_objectStoreNames = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['objectStoreNames']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_objectStoreNames,result => ', result); } return result; }; globalMy.IDBTransaction_get_mode = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['mode']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_mode,result => ', result); } return result; }; globalMy.IDBTransaction_get_durability = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['durability']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_durability,result => ', result); } return result; }; globalMy.IDBTransaction_get_db = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['db']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_db,result => ', result); } return result; }; globalMy.IDBTransaction_get_error = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['error']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_error,result => ', result); } return result; }; globalMy.IDBTransaction_get_onabort = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onabort']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_onabort,result => ', result); } return result; }; globalMy.IDBTransaction_set_onabort = function (val) { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onabort'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_set_onabort, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBTransaction_get_oncomplete = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['oncomplete']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_oncomplete,result => ', result); } return result; }; globalMy.IDBTransaction_set_oncomplete = function (val) { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['oncomplete'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_set_oncomplete, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBTransaction_get_onerror = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_onerror,result => ', result); } return result; }; globalMy.IDBTransaction_set_onerror = function (val) { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_set_onerror, 传参val => ' + val + ' result => ', result); } }; globalMy.IDBTransaction_abort = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_abort, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBTransaction_commit = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_commit, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBTransaction_objectStore = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_objectStore, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // IDBTransaction // IDBTransaction // IDBTransaction // IDBTransaction globalMy.IDBTransaction_objectStore = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], IDBObjectStore.prototype); result = globalMy.element[name]; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_objectStore, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBTransaction_get_objectStoreNames = function () { if (!(this instanceof IDBTransaction)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['objectStoreNames']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_objectStoreNames,result => ', result); } return result; }; // IDBObjectStore // IDBObjectStore ================================================ FILE: env/Image.js ================================================ // IDBObjectStore // IDBObjectStore globalMy.Image_get_alt = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_alt'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['alt']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_alt, result => ', '' + result); } return result; }; globalMy.Image_set_alt = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_alt, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['alt'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['alt'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_alt' + ' result => ', '' + result); } }; globalMy.Image_get_src = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_src'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['src']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_src, result => ', '' + result); } return result; }; globalMy.Image_set_src = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_src' + ' result => ', '' + result); } }; globalMy.Image_get_srcset = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_srcset'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['srcset']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_srcset, result => ', '' + result); } return result; }; globalMy.Image_set_srcset = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_srcset, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['srcset'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['srcset'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_srcset' + ' result => ', '' + result); } }; globalMy.Image_get_sizes = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_sizes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sizes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_sizes, result => ', '' + result); } return result; }; globalMy.Image_set_sizes = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_sizes, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['sizes'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['sizes'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_sizes' + ' result => ', '' + result); } }; globalMy.Image_get_crossOrigin = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_crossOrigin'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['crossOrigin']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_crossOrigin, result => ', '' + result); } return result; }; globalMy.Image_set_crossOrigin = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_crossOrigin, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['crossOrigin'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['crossOrigin'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_crossOrigin' + ' result => ', '' + result); } }; globalMy.Image_get_useMap = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_useMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['useMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_useMap, result => ', '' + result); } return result; }; globalMy.Image_set_useMap = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_useMap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['useMap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['useMap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_useMap' + ' result => ', '' + result); } }; globalMy.Image_get_isMap = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_isMap'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['isMap']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_isMap, result => ', '' + result); } return result; }; globalMy.Image_set_isMap = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_isMap, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['isMap'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['isMap'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_isMap' + ' result => ', '' + result); } }; globalMy.Image_get_width = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_width, result => ', '' + result); } return result; }; globalMy.Image_set_width = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_width, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['width'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['width'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_width' + ' result => ', '' + result); } }; globalMy.Image_get_height = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_height, result => ', '' + result); } return result; }; globalMy.Image_set_height = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_height, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['height'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['height'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_height' + ' result => ', '' + result); } }; globalMy.Image_get_naturalWidth = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_naturalWidth'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['naturalWidth']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_naturalWidth, result => ', '' + result); } return result; }; globalMy.Image_get_naturalHeight = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_naturalHeight'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['naturalHeight']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_naturalHeight, result => ', '' + result); } return result; }; globalMy.Image_get_complete = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_complete'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['complete']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_complete, result => ', '' + result); } return result; }; globalMy.Image_get_currentSrc = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_currentSrc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['currentSrc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_currentSrc, result => ', '' + result); } return result; }; globalMy.Image_get_referrerPolicy = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_referrerPolicy'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['referrerPolicy']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_referrerPolicy, result => ', '' + result); } return result; }; globalMy.Image_set_referrerPolicy = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_referrerPolicy, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['referrerPolicy'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_referrerPolicy' + ' result => ', '' + result); } }; globalMy.Image_get_decoding = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_decoding'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['decoding']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_decoding, result => ', '' + result); } return result; }; globalMy.Image_set_decoding = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_decoding, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['decoding'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['decoding'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_decoding' + ' result => ', '' + result); } }; globalMy.Image_get_name = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_name'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['name']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_name, result => ', '' + result); } return result; }; globalMy.Image_set_name = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_name, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['name'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['name'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_name' + ' result => ', '' + result); } }; globalMy.Image_get_lowsrc = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_lowsrc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lowsrc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_lowsrc, result => ', '' + result); } return result; }; globalMy.Image_set_lowsrc = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_lowsrc, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['lowsrc'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['lowsrc'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_lowsrc' + ' result => ', '' + result); } }; globalMy.Image_get_align = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_align'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['align']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_align, result => ', '' + result); } return result; }; globalMy.Image_set_align = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_align, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['align'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['align'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_align' + ' result => ', '' + result); } }; globalMy.Image_get_hspace = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_hspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['hspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_hspace, result => ', '' + result); } return result; }; globalMy.Image_set_hspace = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_hspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['hspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['hspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_hspace' + ' result => ', '' + result); } }; globalMy.Image_get_vspace = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_vspace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['vspace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_vspace, result => ', '' + result); } return result; }; globalMy.Image_set_vspace = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_vspace, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['vspace'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['vspace'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_vspace' + ' result => ', '' + result); } }; globalMy.Image_get_longDesc = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_longDesc'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['longDesc']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_longDesc, result => ', '' + result); } return result; }; globalMy.Image_set_longDesc = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_longDesc, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['longDesc'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['longDesc'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_longDesc' + ' result => ', '' + result); } }; globalMy.Image_get_border = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_border'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['border']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_border, result => ', '' + result); } return result; }; globalMy.Image_set_border = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_border, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['border'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['border'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_border' + ' result => ', '' + result); } }; globalMy.Image_get_x = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_x'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['x']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_x, result => ', '' + result); } return result; }; globalMy.Image_get_y = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_y'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['y']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_y, result => ', '' + result); } return result; }; globalMy.Image_decode = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_decode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.decode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_decode ' + ' result => ', '' + result); } return result; }; globalMy.Image_get_fetchPriority = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_fetchPriority'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['fetchPriority']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_fetchPriority, result => ', '' + result); } return result; }; globalMy.Image_set_fetchPriority = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_fetchPriority, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fetchPriority'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['fetchPriority'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_fetchPriority' + ' result => ', '' + result); } }; globalMy.Image_get_loading = function () { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_loading'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['loading']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_get_loading, result => ', '' + result); } return result; }; globalMy.Image_set_loading = function (val) { if (!(this instanceof Image)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_loading, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['loading'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['loading'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Image_set_loading' + ' result => ', '' + result); } }; ================================================ FILE: env/ImageData.js ================================================ globalMy.ImageData_get_width = function () { if (!(this instanceof ImageData)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_width'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['width']; switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_width, result => ', '' + result) } return result; } globalMy.ImageData_get_height = function () { if (!(this instanceof ImageData)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_height'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['height']; switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_height, result => ', '' + result) } return result; } globalMy.ImageData_get_colorSpace = function () { if (!(this instanceof ImageData)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_colorSpace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['colorSpace']; switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_colorSpace, result => ', '' + result) } return result; } globalMy.ImageData_get_data = function () { if (!(this instanceof ImageData)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_data'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['data']; switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_data, result => ', '' + result) } return result; } ================================================ FILE: env/InputDeviceCapabilities.js ================================================ globalMy.InputDeviceCapabilities_get_firesTouchEvents = function () { if (!(this instanceof InputDeviceCapabilities)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['firesTouchEvents']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了InputDeviceCapabilities_get_firesTouchEvents,result => ', '' + result); } return result; }; ================================================ FILE: env/MediaEncryptedEvent.js ================================================ globalMy.MediaEncryptedEvent_get_initDataType = function () { if (!(this instanceof MediaEncryptedEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['initDataType']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MediaEncryptedEvent_get_initDataType,result => ', '' + result); } return result; }; globalMy.MediaEncryptedEvent_get_initData = function () { if (!(this instanceof MediaEncryptedEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['initData']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MediaEncryptedEvent_get_initData,result => ', '' + result); } return result; }; ================================================ FILE: env/MediaQueryList.js ================================================ globalMy.MediaQueryList_get_media = function () { if (!(this instanceof MediaQueryList)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['media']; if (globalMy.is_log) { console.log('[*] 调用了MediaQueryList_get_media,result => ', result); } return result; }; globalMy.MediaQueryList_get_matches = function () { if (!(this instanceof MediaQueryList)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['matches']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MediaQueryList_get_matches,result => ', result); } return result; }; globalMy.MediaQueryList_get_onchange = function () { if (!(this instanceof MediaQueryList)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onchange']; if (globalMy.is_log) { console.log('[*] 调用了MediaQueryList_get_onchange,result => ', result); } return result; }; globalMy.MediaQueryList_set_onchange = function (val) { if (!(this instanceof MediaQueryList)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onchange'] = val; if (globalMy.is_log) { console.log('[*] 调用了MediaQueryList_set_onchange, 传参val => ' + val + ' result => ', result); } }; globalMy.MediaQueryList_addListener = function () { if (!(this instanceof MediaQueryList)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了MediaQueryList_addListener, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.MediaQueryList_removeListener = function () { if (!(this instanceof MediaQueryList)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了MediaQueryList_removeListener, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/MimeType.js ================================================ globalMy.MimeType_get_type = function () { if (!(this instanceof MimeType)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['type']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MimeType_get_type,result => ', '' + result); } return result; }; globalMy.MimeType_get_suffixes = function () { if (!(this instanceof MimeType)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['suffixes']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MimeType_get_suffixes,result => ', '' + result); } return result; }; globalMy.MimeType_get_description = function () { if (!(this instanceof MimeType)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['description']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MimeType_get_description,result => ', '' + result); } return result; }; globalMy.MimeType_get_enabledPlugin = function () { if (!(this instanceof MimeType)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['enabledPlugin']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MimeType_get_enabledPlugin,result => ', '' + result); } return result; }; ================================================ FILE: env/MimeTypeArray.js ================================================ globalMy.MimeTypeArray_get_length = function () { if (!(this instanceof MimeTypeArray)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MimeTypeArray_get_length,result => ', '' + result); } return result; }; globalMy.MimeTypeArray_item = function () { if (!(this instanceof MimeTypeArray)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了MimeTypeArray_item, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.MimeTypeArray_namedItem = function () { if (!(this instanceof MimeTypeArray)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了MimeTypeArray_namedItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; // MouseEvent // MouseEvent ================================================ FILE: env/MouseEvent.js ================================================ // MouseEvent // MouseEvent globalMy.MouseEvent_get_screenX = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['screenX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_screenX,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_screenY = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['screenY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_screenY,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_clientX = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['clientX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_clientX,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_clientY = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['clientY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_clientY,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_ctrlKey = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['ctrlKey']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_ctrlKey,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_shiftKey = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['shiftKey']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_shiftKey,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_altKey = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['altKey']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_altKey,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_metaKey = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['metaKey']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_metaKey,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_button = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['button']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_button,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_buttons = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['buttons']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_buttons,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_relatedTarget = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['relatedTarget']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_relatedTarget,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_pageX = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['pageX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_pageX,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_pageY = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['pageY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_pageY,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_x = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['x']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_x,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_y = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['y']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_y,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_offsetX = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['offsetX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_offsetX,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_offsetY = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['offsetY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_offsetY,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_movementX = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['movementX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_movementX,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_movementY = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['movementY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_movementY,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_fromElement = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['fromElement']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_fromElement,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_toElement = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['toElement']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_toElement,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_layerX = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['layerX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_layerX,result => ', '' + result); } return result; }; globalMy.MouseEvent_get_layerY = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['layerY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_get_layerY,result => ', '' + result); } return result; }; globalMy.MouseEvent_getModifierState = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_getModifierState, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.MouseEvent_initMouseEvent = function () { if (!(this instanceof MouseEvent)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了MouseEvent_initMouseEvent, arguments => ', arguments, ' result => ', '' + result); } return result; }; // Event // Event ================================================ FILE: env/MutationObserver.js ================================================ // Event // Event globalMy.MutationObserver_disconnect = function () { if (!(this instanceof MutationObserver)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationObserver_disconnect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.disconnect.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationObserver_disconnect ' + ' result => ', '' + result); } return result; }; globalMy.MutationObserver_observe = function () { if (!(this instanceof MutationObserver)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationObserver_observe, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; var args = []; name = globalMy.foundName(arguments[0]); args[0] = globalMy.jsdom_element[name]; args[1] = arguments[1]; result = this_.observe.apply(this_, args); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationObserver_observe ' + ' result => ', '' + result); } return result; }; globalMy.MutationObserver_takeRecords = function () { if (!(this instanceof MutationObserver)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationObserver_takeRecords, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.takeRecords.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationObserver_takeRecords ' + ' result => ', '' + result); } return result; }; ================================================ FILE: env/MutationRecord.js ================================================ globalMy.MutationRecord_get_type = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_type, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_target = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_target'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['target']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_target, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_addedNodes = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_addedNodes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['addedNodes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_addedNodes, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_removedNodes = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_removedNodes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['removedNodes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_removedNodes, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_previousSibling = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_previousSibling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['previousSibling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_previousSibling, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_nextSibling = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_nextSibling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['nextSibling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_nextSibling, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_attributeName = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_attributeName'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['attributeName']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_attributeName, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_attributeNamespace = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_attributeNamespace'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['attributeNamespace']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_attributeNamespace, result => ', '' + result); } return result; }; globalMy.MutationRecord_get_oldValue = function () { if (!(this instanceof MutationRecord)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_oldValue'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['oldValue']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_oldValue, result => ', '' + result); } return result; }; // Navigator // Navigator ================================================ FILE: env/Navigator.js ================================================ // Navigator // Navigator globalMy.Navigator_get_vendorSub = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['vendorSub']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_vendorSub,result => ', '' + result); } return result; }; globalMy.Navigator_get_productSub = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['productSub']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_productSub,result => ', '' + result); } return result; }; globalMy.Navigator_get_vendor = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['vendor']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_vendor,result => ', '' + result); } return result; }; globalMy.Navigator_get_maxTouchPoints = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['maxTouchPoints']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_maxTouchPoints,result => ', '' + result); } return result; }; globalMy.Navigator_get_scheduling = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['scheduling']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_scheduling,result => ', '' + result); } return result; }; globalMy.Navigator_get_userActivation = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['userActivation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_userActivation,result => ', '' + result); } return result; }; globalMy.Navigator_get_doNotTrack = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['doNotTrack']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_doNotTrack,result => ', '' + result); } return result; }; globalMy.Navigator_get_geolocation = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['geolocation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_geolocation,result => ', '' + result); } return result; }; globalMy.Navigator_get_connection = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['connection']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_connection,result => ', '' + result); } return result; }; globalMy.Navigator_get_plugins = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['plugins']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_plugins,result => ', '' + result); } return result; }; globalMy.Navigator_get_mimeTypes = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['mimeTypes']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_mimeTypes,result => ', '' + result); } return result; }; globalMy.Navigator_get_pdfViewerEnabled = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pdfViewerEnabled']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_pdfViewerEnabled,result => ', '' + result); } return result; }; globalMy.Navigator_get_webkitTemporaryStorage = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['webkitTemporaryStorage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_webkitTemporaryStorage,result => ', '' + result); } return result; }; globalMy.Navigator_get_webkitPersistentStorage = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['webkitPersistentStorage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_webkitPersistentStorage,result => ', '' + result); } return result; }; globalMy.Navigator_get_hardwareConcurrency = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['hardwareConcurrency']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_hardwareConcurrency,result => ', '' + result); } return result; }; globalMy.Navigator_get_cookieEnabled = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['cookieEnabled']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_cookieEnabled,result => ', '' + result); } return result; }; globalMy.Navigator_get_appCodeName = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['appCodeName']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_appCodeName,result => ', '' + result); } return result; }; globalMy.Navigator_get_appName = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['appName']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_appName,result => ', '' + result); } return result; }; globalMy.Navigator_get_appVersion = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['appVersion']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_appVersion,result => ', '' + result); } return result; }; globalMy.Navigator_get_platform = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['platform']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_platform,result => ', '' + result); } return result; }; globalMy.Navigator_get_product = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['product']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_product,result => ', '' + result); } return result; }; globalMy.Navigator_get_userAgent = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['userAgent']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_userAgent,result => ', '' + result); } return result; }; globalMy.Navigator_get_language = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['language']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_language,result => ', '' + result); } return result; }; globalMy.Navigator_get_languages = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['languages']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_languages,result => ', '' + result); } return result; }; globalMy.Navigator_get_onLine = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onLine']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_onLine,result => ', '' + result); } return result; }; globalMy.Navigator_get_webdriver = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['webdriver']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_webdriver,result => ', '' + result); } return result; }; globalMy.Navigator_getGamepads = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_getGamepads, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_javaEnabled = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_javaEnabled, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_sendBeacon = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_sendBeacon, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_vibrate = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_vibrate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_get_bluetooth = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['bluetooth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_bluetooth,result => ', '' + result); } return result; }; globalMy.Navigator_get_clipboard = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['clipboard']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_clipboard,result => ', '' + result); } return result; }; globalMy.Navigator_get_credentials = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['credentials']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_credentials,result => ', '' + result); } return result; }; globalMy.Navigator_get_keyboard = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['keyboard']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_keyboard,result => ', '' + result); } return result; }; globalMy.Navigator_get_managed = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['managed']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_managed,result => ', '' + result); } return result; }; globalMy.Navigator_get_mediaDevices = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['mediaDevices']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_mediaDevices,result => ', '' + result); } return result; }; globalMy.Navigator_get_storage = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['storage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_storage,result => ', '' + result); } return result; }; globalMy.Navigator_get_serviceWorker = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['serviceWorker']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_serviceWorker,result => ', '' + result); } return result; }; globalMy.Navigator_get_wakeLock = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['wakeLock']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_wakeLock,result => ', '' + result); } return result; }; globalMy.Navigator_get_deviceMemory = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['deviceMemory']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_deviceMemory,result => ', '' + result); } return result; }; globalMy.Navigator_get_ink = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ink']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_ink,result => ', '' + result); } return result; }; globalMy.Navigator_get_hid = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['hid']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_hid,result => ', '' + result); } return result; }; globalMy.Navigator_get_locks = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['locks']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_locks,result => ', '' + result); } return result; }; globalMy.Navigator_get_mediaCapabilities = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['mediaCapabilities']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_mediaCapabilities,result => ', '' + result); } return result; }; globalMy.Navigator_get_mediaSession = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['mediaSession']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_mediaSession,result => ', '' + result); } return result; }; globalMy.Navigator_get_permissions = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['permissions']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_permissions,result => ', '' + result); } return result; }; globalMy.Navigator_get_presentation = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['presentation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_presentation,result => ', '' + result); } return result; }; globalMy.Navigator_get_serial = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['serial']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_serial,result => ', '' + result); } return result; }; globalMy.Navigator_get_virtualKeyboard = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['virtualKeyboard']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_virtualKeyboard,result => ', '' + result); } return result; }; globalMy.Navigator_get_usb = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['usb']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_usb,result => ', '' + result); } return result; }; globalMy.Navigator_get_xr = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['xr']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_xr,result => ', '' + result); } return result; }; globalMy.Navigator_get_userAgentData = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['userAgentData']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_get_userAgentData,result => ', '' + result); } return result; }; globalMy.Navigator_canShare = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_canShare, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_share = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_share, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_clearAppBadge = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_clearAppBadge, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_setAppBadge = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_setAppBadge, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_getBattery = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_getBattery, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_getInstalledRelatedApps = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_getInstalledRelatedApps, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_getUserMedia = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_getUserMedia, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_requestMIDIAccess = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_requestMIDIAccess, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_requestMediaKeySystemAccess = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_requestMediaKeySystemAccess, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_webkitGetUserMedia = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_webkitGetUserMedia, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_registerProtocolHandler = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_registerProtocolHandler, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Navigator_unregisterProtocolHandler = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_unregisterProtocolHandler, arguments => ', arguments, ' result => ', '' + result); } return result; }; // History // History ================================================ FILE: env/NavigatorUAData.js ================================================ // History // History globalMy.NavigatorUAData_get_brands = function () { if (!(this instanceof NavigatorUAData)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['brands']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了NavigatorUAData_get_brands,result => ', '' + result); } return result; }; globalMy.NavigatorUAData_get_mobile = function () { if (!(this instanceof NavigatorUAData)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['mobile']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了NavigatorUAData_get_mobile,result => ', '' + result); } return result; }; globalMy.NavigatorUAData_get_platform = function () { if (!(this instanceof NavigatorUAData)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['platform']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了NavigatorUAData_get_platform,result => ', '' + result); } return result; }; globalMy.NavigatorUAData_getHighEntropyValues = function () { if (!(this instanceof NavigatorUAData)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了NavigatorUAData_getHighEntropyValues, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.NavigatorUAData_toJSON = function () { if (!(this instanceof NavigatorUAData)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了NavigatorUAData_toJSON, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/NetworkInformation.js ================================================ globalMy.NetworkInformation_get_onchange = function () { if (!(this instanceof NetworkInformation)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onchange']; if (globalMy.is_log) { console.log('[*] 调用了NetworkInformation_get_onchange,result => ', result); } return result; }; globalMy.NetworkInformation_set_onchange = function (val) { if (!(this instanceof NetworkInformation)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onchange'] = val; if (globalMy.is_log) { console.log('[*] 调用了NetworkInformation_set_onchange, 传参val => ' + val + ' result => ', result); } }; globalMy.NetworkInformation_get_effectiveType = function () { if (!(this instanceof NetworkInformation)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['effectiveType']; if (globalMy.is_log) { console.log('[*] 调用了NetworkInformation_get_effectiveType,result => ', result); } return result; }; globalMy.NetworkInformation_get_rtt = function () { if (!(this instanceof NetworkInformation)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['rtt']; if (globalMy.is_log) { console.log('[*] 调用了NetworkInformation_get_rtt,result => ', result); } return result; }; globalMy.NetworkInformation_get_downlink = function () { if (!(this instanceof NetworkInformation)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['downlink']; if (globalMy.is_log) { console.log('[*] 调用了NetworkInformation_get_downlink,result => ', result); } return result; }; globalMy.NetworkInformation_get_saveData = function () { if (!(this instanceof NetworkInformation)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['saveData']; if (globalMy.is_log) { console.log('[*] 调用了NetworkInformation_get_saveData,result => ', result); } return result; }; ================================================ FILE: env/Node.js ================================================ globalMy.Node_get_nodeType = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nodeType'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['nodeType']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nodeType, result => ', '' + result); } return result; }; globalMy.Node_get_nodeName = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nodeName'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['nodeName']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nodeName, result => ', '' + result); } return result; }; globalMy.Node_get_baseURI = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_baseURI'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['baseURI']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_baseURI, result => ', '' + result); } return result; }; globalMy.Node_get_isConnected = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_isConnected'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['isConnected']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_isConnected, result => ', '' + result); } return result; }; globalMy.Node_get_ownerDocument = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_ownerDocument'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ownerDocument']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_ownerDocument, result => ', '' + result); } return result; }; globalMy.Node_get_parentNode = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentNode'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['parentNode']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentNode, result => ', '' + result); } return result; }; globalMy.Node_get_parentElement = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['parentElement']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentElement, result => ', '' + result); } return result; }; globalMy.Node_get_childNodes = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_childNodes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['childNodes']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_childNodes, result => ', '' + result); } return result; }; globalMy.Node_get_firstChild = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_firstChild'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['firstChild']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_firstChild, result => ', '' + result); } return result; }; globalMy.Node_get_lastChild = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_lastChild'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['lastChild']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_lastChild, result => ', '' + result); } return result; }; globalMy.Node_get_previousSibling = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_previousSibling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['previousSibling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_previousSibling, result => ', '' + result); } return result; }; globalMy.Node_get_nextSibling = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nextSibling'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['nextSibling']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nextSibling, result => ', '' + result); } return result; }; globalMy.Node_get_nodeValue = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nodeValue'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['nodeValue']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nodeValue, result => ', '' + result); } return result; }; globalMy.Node_set_nodeValue = function (val) { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_set_nodeValue, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['nodeValue'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['nodeValue'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_set_nodeValue' + ' result => ', '' + result); } }; globalMy.Node_get_textContent = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_textContent'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['textContent']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_textContent, result => ', '' + result); } return result; }; globalMy.Node_set_textContent = function (val) { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_set_textContent, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['textContent'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['textContent'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_set_textContent' + ' result => ', '' + result); } }; globalMy.Node_appendChild = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_appendChild, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.appendChild.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_appendChild ' + ' result => ', '' + result); } return result; }; globalMy.Node_cloneNode = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_cloneNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.cloneNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_cloneNode ' + ' result => ', '' + result); } return result; }; globalMy.Node_compareDocumentPosition = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_compareDocumentPosition, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.compareDocumentPosition.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_compareDocumentPosition ' + ' result => ', '' + result); } return result; }; globalMy.Node_contains = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_contains, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.contains.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_contains ' + ' result => ', '' + result); } return result; }; globalMy.Node_getRootNode = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_getRootNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getRootNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_getRootNode ' + ' result => ', '' + result); } return result; }; globalMy.Node_hasChildNodes = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_hasChildNodes, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.hasChildNodes.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_hasChildNodes ' + ' result => ', '' + result); } return result; }; globalMy.Node_insertBefore = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_insertBefore, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.insertBefore.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_insertBefore ' + ' result => ', '' + result); } return result; }; globalMy.Node_isDefaultNamespace = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_isDefaultNamespace, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.isDefaultNamespace.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_isDefaultNamespace ' + ' result => ', '' + result); } return result; }; globalMy.Node_isEqualNode = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_isEqualNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.isEqualNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_isEqualNode ' + ' result => ', '' + result); } return result; }; globalMy.Node_isSameNode = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_isSameNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.isSameNode.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_isSameNode ' + ' result => ', '' + result); } return result; }; globalMy.Node_lookupNamespaceURI = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_lookupNamespaceURI, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.lookupNamespaceURI.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_lookupNamespaceURI ' + ' result => ', '' + result); } return result; }; globalMy.Node_lookupPrefix = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_lookupPrefix, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.lookupPrefix.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_lookupPrefix ' + ' result => ', '' + result); } return result; }; globalMy.Node_normalize = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_normalize, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.normalize.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_normalize ' + ' result => ', '' + result); } return result; }; globalMy.Node_removeChild = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_removeChild, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.removeChild.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_removeChild ' + ' result => ', '' + result); } return result; }; globalMy.Node_replaceChild = function () { if (!(this instanceof Node)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_replaceChild, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.replaceChild.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_replaceChild ' + ' result => ', '' + result); } return result; }; // 构造函数原型方法 // 构造函数原型方法 ================================================ FILE: env/NodeList.js ================================================ globalMy.NodeList_entries = function () { if (!(this instanceof NodeList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_entries, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.entries.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_entries ' + ' result => ', '' + result) } return result; } globalMy.NodeList_keys = function () { if (!(this instanceof NodeList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_keys, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.keys.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_keys ' + ' result => ', '' + result) } return result; } globalMy.NodeList_values = function () { if (!(this instanceof NodeList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_values, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.values.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_values ' + ' result => ', '' + result) } return result; } globalMy.NodeList_forEach = function () { if (!(this instanceof NodeList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_forEach, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.forEach.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_forEach ' + ' result => ', '' + result) } return result; } globalMy.NodeList_get_length = function () { if (!(this instanceof NodeList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_get_length'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['length']; switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_get_length, result => ', '' + result) } return result; } globalMy.NodeList_item = function () { if (!(this instanceof NodeList)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_item, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.item.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break case "function": debugger; break default: break } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了NodeList_item ' + ' result => ', '' + result) } return result; } ================================================ FILE: env/Notification.js ================================================ // 构造函数原型方法 // 构造函数原型方法 globalMy.Notification_get_onclick = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onclick']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_onclick,result => ', '' + result); } return result; }; globalMy.Notification_set_onclick = function (val) { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onclick'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_set_onclick, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.Notification_get_onshow = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onshow']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_onshow,result => ', '' + result); } return result; }; globalMy.Notification_set_onshow = function (val) { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onshow'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_set_onshow, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.Notification_get_onerror = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_onerror,result => ', '' + result); } return result; }; globalMy.Notification_set_onerror = function (val) { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_set_onerror, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.Notification_get_onclose = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onclose']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_onclose,result => ', '' + result); } return result; }; globalMy.Notification_set_onclose = function (val) { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onclose'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_set_onclose, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.Notification_get_title = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['title']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_title,result => ', '' + result); } return result; }; globalMy.Notification_get_dir = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['dir']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_dir,result => ', '' + result); } return result; }; globalMy.Notification_get_lang = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['lang']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_lang,result => ', '' + result); } return result; }; globalMy.Notification_get_body = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['body']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_body,result => ', '' + result); } return result; }; globalMy.Notification_get_tag = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['tag']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_tag,result => ', '' + result); } return result; }; globalMy.Notification_get_icon = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['icon']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_icon,result => ', '' + result); } return result; }; globalMy.Notification_get_badge = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['badge']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_badge,result => ', '' + result); } return result; }; globalMy.Notification_get_vibrate = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['vibrate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_vibrate,result => ', '' + result); } return result; }; globalMy.Notification_get_timestamp = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['timestamp']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_timestamp,result => ', '' + result); } return result; }; globalMy.Notification_get_renotify = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['renotify']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_renotify,result => ', '' + result); } return result; }; globalMy.Notification_get_silent = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['silent']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_silent,result => ', '' + result); } return result; }; globalMy.Notification_get_requireInteraction = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['requireInteraction']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_requireInteraction,result => ', '' + result); } return result; }; globalMy.Notification_get_data = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['data']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_data,result => ', '' + result); } return result; }; globalMy.Notification_get_actions = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['actions']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_actions,result => ', '' + result); } return result; }; globalMy.Notification_close = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_close, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Notification_get_image = function () { if (!(this instanceof Notification)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['image']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Notification_get_image,result => ', '' + result); } return result; }; ================================================ FILE: env/OESVertexArrayObject.js ================================================ globalMy.OESVertexArrayObject_bindVertexArrayOES = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OESVertexArrayObject_bindVertexArrayOES, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.OESVertexArrayObject_createVertexArrayOES = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OESVertexArrayObject_createVertexArrayOES, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.OESVertexArrayObject_deleteVertexArrayOES = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OESVertexArrayObject_deleteVertexArrayOES, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.OESVertexArrayObject_isVertexArrayOES = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OESVertexArrayObject_isVertexArrayOES, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/OfflineAudioContext.js ================================================ globalMy.OfflineAudioContext_get_oncomplete = function () { if (!(this instanceof OfflineAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['oncomplete']; if (globalMy.is_log) { console.log('[*] 调用了OfflineAudioContext_get_oncomplete,result => ', result); } return result; }; globalMy.OfflineAudioContext_set_oncomplete = function (val) { if (!(this instanceof OfflineAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['oncomplete'] = val; if (globalMy.is_log) { console.log('[*] 调用了OfflineAudioContext_set_oncomplete, 传参val => ' + val + ' result => ', result); } }; globalMy.OfflineAudioContext_get_length = function () { if (!(this instanceof OfflineAudioContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { console.log('[*] 调用了OfflineAudioContext_get_length,result => ', result); } return result; }; globalMy.OfflineAudioContext_resume = function () { if (!(this instanceof OfflineAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OfflineAudioContext_resume, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.OfflineAudioContext_startRendering = function () { if (!(this instanceof OfflineAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OfflineAudioContext_startRendering, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.OfflineAudioContext_suspend = function () { if (!(this instanceof OfflineAudioContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OfflineAudioContext_suspend, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/OffscreenCanvas.js ================================================ globalMy.OffscreenCanvas_get_width = function () { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['width']; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_get_width,result => ', result) } return result; } globalMy.OffscreenCanvas_set_width = function (val) { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['width'] = val; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_set_width, 传参val => ' + val + ' result => ', result) } } globalMy.OffscreenCanvas_get_height = function () { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['height']; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_get_height,result => ', result) } return result; } globalMy.OffscreenCanvas_set_height = function (val) { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['height'] = val; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_set_height, 传参val => ' + val + ' result => ', result) } } globalMy.OffscreenCanvas_get_oncontextlost = function () { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['oncontextlost']; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_get_oncontextlost,result => ', result) } return result; } globalMy.OffscreenCanvas_set_oncontextlost = function (val) { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['oncontextlost'] = val; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_set_oncontextlost, 传参val => ' + val + ' result => ', result) } } globalMy.OffscreenCanvas_get_oncontextrestored = function () { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['oncontextrestored']; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_get_oncontextrestored,result => ', result) } return result; } globalMy.OffscreenCanvas_set_oncontextrestored = function (val) { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['oncontextrestored'] = val; if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_set_oncontextrestored, 传参val => ' + val + ' result => ', result) } } globalMy.OffscreenCanvas_convertToBlob = function () { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_convertToBlob, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.OffscreenCanvas_getContext = function () { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_getContext, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.OffscreenCanvas_transferToImageBitmap = function () { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_transferToImageBitmap, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } ================================================ FILE: env/OffscreenCanvasRenderingContext2D.js ================================================ globalMy.OffscreenCanvasRenderingContext2D_get_canvas = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['canvas']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_canvas,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_get_globalAlpha = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['globalAlpha']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_globalAlpha,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_globalAlpha = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['globalAlpha'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_globalAlpha, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_globalCompositeOperation = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['globalCompositeOperation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_globalCompositeOperation,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_globalCompositeOperation = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['globalCompositeOperation'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_globalCompositeOperation, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_filter = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['filter']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_filter,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_filter = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['filter'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_filter, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_imageSmoothingEnabled = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['imageSmoothingEnabled']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_imageSmoothingEnabled,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_imageSmoothingEnabled = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['imageSmoothingEnabled'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_imageSmoothingEnabled, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_imageSmoothingQuality = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['imageSmoothingQuality']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_imageSmoothingQuality,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_imageSmoothingQuality = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['imageSmoothingQuality'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_imageSmoothingQuality, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_strokeStyle = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['strokeStyle']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_strokeStyle,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_strokeStyle = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['strokeStyle'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_strokeStyle, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_fillStyle = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['fillStyle']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_fillStyle,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_fillStyle = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['fillStyle'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_fillStyle, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_shadowOffsetX = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['shadowOffsetX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_shadowOffsetX,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_shadowOffsetX = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['shadowOffsetX'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_shadowOffsetX, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_shadowOffsetY = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['shadowOffsetY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_shadowOffsetY,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_shadowOffsetY = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['shadowOffsetY'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_shadowOffsetY, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_shadowBlur = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['shadowBlur']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_shadowBlur,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_shadowBlur = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['shadowBlur'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_shadowBlur, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_shadowColor = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['shadowColor']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_shadowColor,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_shadowColor = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['shadowColor'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_shadowColor, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_lineWidth = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['lineWidth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_lineWidth,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_lineWidth = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['lineWidth'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_lineWidth, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_lineCap = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['lineCap']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_lineCap,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_lineCap = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['lineCap'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_lineCap, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_lineJoin = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['lineJoin']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_lineJoin,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_lineJoin = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['lineJoin'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_lineJoin, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_miterLimit = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['miterLimit']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_miterLimit,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_miterLimit = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['miterLimit'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_miterLimit, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_lineDashOffset = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['lineDashOffset']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_lineDashOffset,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_lineDashOffset = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['lineDashOffset'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_lineDashOffset, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_font = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['font']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_font,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_font = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['font'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_font, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_textAlign = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['textAlign']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_textAlign,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_textAlign = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['textAlign'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_textAlign, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_textBaseline = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['textBaseline']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_textBaseline,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_textBaseline = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['textBaseline'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_textBaseline, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_direction = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['direction']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_direction,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_direction = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['direction'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_direction, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_fontKerning = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['fontKerning']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_fontKerning,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_fontKerning = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['fontKerning'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_fontKerning, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_fontStretch = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['fontStretch']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_fontStretch,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_fontStretch = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['fontStretch'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_fontStretch, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_fontVariantCaps = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['fontVariantCaps']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_fontVariantCaps,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_fontVariantCaps = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['fontVariantCaps'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_fontVariantCaps, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_letterSpacing = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['letterSpacing']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_letterSpacing,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_letterSpacing = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['letterSpacing'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_letterSpacing, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_textRendering = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['textRendering']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_textRendering,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_textRendering = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['textRendering'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_textRendering, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_get_wordSpacing = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['wordSpacing']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_get_wordSpacing,result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_set_wordSpacing = function (val) { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['wordSpacing'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_set_wordSpacing, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.OffscreenCanvasRenderingContext2D_clip = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_clip, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_createConicGradient = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_createConicGradient, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_createImageData = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_createImageData, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_createLinearGradient = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_createLinearGradient, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_createPattern = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_createPattern, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_createRadialGradient = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_createRadialGradient, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_drawImage = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_drawImage, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_fill = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_fill, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_fillText = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_fillText, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_getImageData = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_getImageData, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_getLineDash = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_getLineDash, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_getTransform = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_getTransform, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_isContextLost = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_isContextLost, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_isPointInPath = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_isPointInPath, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_isPointInStroke = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_isPointInStroke, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_measureText = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_measureText, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_putImageData = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_putImageData, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_reset = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_reset, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_roundRect = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_roundRect, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_save = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_save, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_scale = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_scale, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_setLineDash = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_setLineDash, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_setTransform = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_setTransform, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_stroke = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_stroke, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_strokeText = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_strokeText, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_transform = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_transform, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_translate = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_translate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_arc = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_arc, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_arcTo = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_arcTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_beginPath = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_beginPath, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_bezierCurveTo = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_bezierCurveTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_clearRect = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_clearRect, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_closePath = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_closePath, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_ellipse = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_ellipse, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_fillRect = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_fillRect, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_lineTo = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_lineTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_moveTo = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_moveTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_quadraticCurveTo = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_quadraticCurveTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_rect = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_rect, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_resetTransform = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_resetTransform, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_restore = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_restore, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_rotate = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_rotate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.OffscreenCanvasRenderingContext2D_strokeRect = function () { if (!(this instanceof OffscreenCanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了OffscreenCanvasRenderingContext2D_strokeRect, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/OscillatorNode.js ================================================ globalMy.OscillatorNode_get_type = function () { if (!(this instanceof OscillatorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['type']; if (globalMy.is_log) { console.log('[*] 调用了OscillatorNode_get_type,result => ', result); } return result; }; globalMy.OscillatorNode_set_type = function (val) { if (!(this instanceof OscillatorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['type'] = val; if (globalMy.is_log) { console.log('[*] 调用了OscillatorNode_set_type, 传参val => ' + val + ' result => ', result); } }; globalMy.OscillatorNode_get_frequency = function () { if (!(this instanceof OscillatorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['frequency']; if (globalMy.is_log) { console.log('[*] 调用了OscillatorNode_get_frequency,result => ', result); } return result; }; globalMy.OscillatorNode_get_detune = function () { if (!(this instanceof OscillatorNode)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['detune']; if (globalMy.is_log) { console.log('[*] 调用了OscillatorNode_get_detune,result => ', result); } return result; }; globalMy.OscillatorNode_setPeriodicWave = function () { if (!(this instanceof OscillatorNode)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OscillatorNode_setPeriodicWave, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/Path2D.js ================================================ globalMy.Path2D_addPath = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_addPath, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_roundRect = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_roundRect, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_arc = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_arc, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_arcTo = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_arcTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_bezierCurveTo = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_bezierCurveTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_closePath = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_closePath, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_ellipse = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_ellipse, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_lineTo = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_lineTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_moveTo = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_moveTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_quadraticCurveTo = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_quadraticCurveTo, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Path2D_rect = function () { if (!(this instanceof Path2D)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Path2D_rect, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/Performance.js ================================================ globalMy.Performance_get_timeOrigin = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['timeOrigin']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_get_timeOrigin,result => ', '' + result); } return result; }; globalMy.Performance_get_onresourcetimingbufferfull = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onresourcetimingbufferfull']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_get_onresourcetimingbufferfull,result => ', '' + result); } return result; }; globalMy.Performance_set_onresourcetimingbufferfull = function (val) { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onresourcetimingbufferfull'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_set_onresourcetimingbufferfull, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.Performance_clearMarks = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_clearMarks, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_clearMeasures = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_clearMeasures, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_clearResourceTimings = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_clearResourceTimings, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_getEntries = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_getEntries, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_getEntriesByName = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_getEntriesByName, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_getEntriesByType = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_getEntriesByType, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_mark = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_mark, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_measure = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_measure, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_now = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_now, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_setResourceTimingBufferSize = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_setResourceTimingBufferSize, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_toJSON = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_toJSON, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_get_timing = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['timing']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_get_timing,result => ', '' + result); } return result; }; globalMy.Performance_get_navigation = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['navigation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_get_navigation,result => ', '' + result); } return result; }; globalMy.Performance_get_memory = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['memory']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_get_memory,result => ', '' + result); } return result; }; globalMy.Performance_get_eventCounts = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['eventCounts']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_get_eventCounts,result => ', '' + result); } return result; }; ================================================ FILE: env/PerformanceEntry.js ================================================ globalMy.PerformanceEntry_get_name = function () { if (!(this instanceof PerformanceEntry)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['name']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PerformanceEntry_get_name,result => ', '' + result); } return result; }; globalMy.PerformanceEntry_get_entryType = function () { if (!(this instanceof PerformanceEntry)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['entryType']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PerformanceEntry_get_entryType,result => ', '' + result); } return result; }; globalMy.PerformanceEntry_get_startTime = function () { if (!(this instanceof PerformanceEntry)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['startTime']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PerformanceEntry_get_startTime,result => ', '' + result); } return result; }; globalMy.PerformanceEntry_get_duration = function () { if (!(this instanceof PerformanceEntry)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['duration']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PerformanceEntry_get_duration,result => ', '' + result); } return result; }; globalMy.PerformanceEntry_toJSON = function () { if (!(this instanceof PerformanceEntry)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了PerformanceEntry_toJSON, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/Plugin.js ================================================ globalMy.Plugin_get_name = function () { if (!(this instanceof Plugin)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['name']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Plugin_get_name,result => ', '' + result); } return result; }; globalMy.Plugin_get_filename = function () { if (!(this instanceof Plugin)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['filename']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Plugin_get_filename,result => ', '' + result); } return result; }; globalMy.Plugin_get_description = function () { if (!(this instanceof Plugin)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['description']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Plugin_get_description,result => ', '' + result); } return result; }; globalMy.Plugin_get_length = function () { if (!(this instanceof Plugin)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Plugin_get_length,result => ', '' + result); } return result; }; globalMy.Plugin_namedItem = function () { if (!(this instanceof Plugin)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Plugin_namedItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/PluginArray.js ================================================ globalMy.PluginArray_get_length = function () { if (!(this instanceof PluginArray)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PluginArray_get_length,result => ', '' + result); } return result; }; globalMy.PluginArray_item = function () { if (!(this instanceof PluginArray)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了PluginArray_item, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.PluginArray_namedItem = function () { if (!(this instanceof PluginArray)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了PluginArray_namedItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.PluginArray_refresh = function () { if (!(this instanceof PluginArray)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了PluginArray_refresh, arguments => ', arguments, ' result => ', '' + result); } return result; }; // PointerEvent // PointerEvent ================================================ FILE: env/PointerEvent.js ================================================ // PointerEvent // PointerEvent globalMy.PointerEvent_get_pointerId = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['pointerId']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_pointerId,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_width = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['width']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_width,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_height = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['height']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_height,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_pressure = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['pressure']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_pressure,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_tiltX = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['tiltX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_tiltX,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_tiltY = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['tiltY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_tiltY,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_azimuthAngle = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['azimuthAngle']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_azimuthAngle,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_altitudeAngle = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['altitudeAngle']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_altitudeAngle,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_tangentialPressure = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['tangentialPressure']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_tangentialPressure,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_twist = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['twist']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_twist,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_pointerType = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['pointerType']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_pointerType,result => ', '' + result); } return result; }; globalMy.PointerEvent_get_isPrimary = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['isPrimary']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_get_isPrimary,result => ', '' + result); } return result; }; globalMy.PointerEvent_getCoalescedEvents = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_getCoalescedEvents, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.PointerEvent_getPredictedEvents = function () { if (!(this instanceof PointerEvent)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了PointerEvent_getPredictedEvents, arguments => ', arguments, ' result => ', '' + result); } return result; }; // MouseEvent // MouseEvent ================================================ FILE: env/RTCDataChannel.js ================================================ globalMy.RTCDataChannel_get_label = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['label']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_label,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_ordered = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ordered']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_ordered,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_maxPacketLifeTime = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['maxPacketLifeTime']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_maxPacketLifeTime,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_maxRetransmits = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['maxRetransmits']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_maxRetransmits,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_protocol = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['protocol']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_protocol,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_negotiated = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['negotiated']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_negotiated,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_id = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['id']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_id,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_readyState = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['readyState']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_readyState,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_bufferedAmount = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['bufferedAmount']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_bufferedAmount,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_get_bufferedAmountLowThreshold = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['bufferedAmountLowThreshold']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_bufferedAmountLowThreshold,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_bufferedAmountLowThreshold = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['bufferedAmountLowThreshold'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_bufferedAmountLowThreshold, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_onopen = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onopen']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_onopen,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_onopen = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onopen'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_onopen, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_onbufferedamountlow = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onbufferedamountlow']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_onbufferedamountlow,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_onbufferedamountlow = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onbufferedamountlow'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_onbufferedamountlow, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_onerror = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_onerror,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_onerror = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_onerror, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_onclosing = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onclosing']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_onclosing,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_onclosing = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onclosing'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_onclosing, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_onclose = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onclose']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_onclose,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_onclose = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onclose'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_onclose, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_onmessage = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onmessage']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_onmessage,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_onmessage = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onmessage'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_onmessage, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_binaryType = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['binaryType']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_binaryType,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_set_binaryType = function (val) { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['binaryType'] = val; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_set_binaryType, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCDataChannel_get_reliable = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['reliable']; if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_get_reliable,result => ', '' + result); } return result; }; globalMy.RTCDataChannel_close = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_close, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCDataChannel_send = function () { if (!(this instanceof RTCDataChannel)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了RTCDataChannel_send, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/RTCIceCandidate.js ================================================ globalMy.RTCIceCandidate_get_candidate = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['candidate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_candidate,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_sdpMid = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['sdpMid']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_sdpMid,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_sdpMLineIndex = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['sdpMLineIndex']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_sdpMLineIndex,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_foundation = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['foundation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_foundation,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_component = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['component']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_component,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_priority = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['priority']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_priority,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_address = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['address']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_address,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_protocol = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['protocol']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_protocol,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_port = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['port']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_port,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_type = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['type']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_type,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_tcpType = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['tcpType']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_tcpType,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_relatedAddress = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['relatedAddress']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_relatedAddress,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_relatedPort = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['relatedPort']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_relatedPort,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_get_usernameFragment = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['usernameFragment']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_get_usernameFragment,result => ', '' + result); } return result; }; globalMy.RTCIceCandidate_toJSON = function () { if (!(this instanceof RTCIceCandidate)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCIceCandidate_toJSON, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/RTCPeerConnection.js ================================================ globalMy.RTCPeerConnection_get_localDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); // debugger; result = globalMy.value[foundName]['localDescription']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_localDescription,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_currentLocalDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['currentLocalDescription']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_currentLocalDescription,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_pendingLocalDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pendingLocalDescription']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_pendingLocalDescription,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_remoteDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['remoteDescription']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_remoteDescription,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_currentRemoteDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['currentRemoteDescription']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_currentRemoteDescription,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_pendingRemoteDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pendingRemoteDescription']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_pendingRemoteDescription,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_signalingState = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['signalingState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_signalingState,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_iceGatheringState = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['iceGatheringState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_iceGatheringState,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_iceConnectionState = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['iceConnectionState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_iceConnectionState,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_connectionState = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['connectionState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_connectionState,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_canTrickleIceCandidates = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['canTrickleIceCandidates']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_canTrickleIceCandidates,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_onnegotiationneeded = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onnegotiationneeded']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onnegotiationneeded,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onnegotiationneeded = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onnegotiationneeded'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onnegotiationneeded, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_onicecandidate = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onicecandidate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onicecandidate,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onicecandidate = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onicecandidate'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onicecandidate, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_onsignalingstatechange = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onsignalingstatechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onsignalingstatechange,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onsignalingstatechange = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onsignalingstatechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onsignalingstatechange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_oniceconnectionstatechange = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['oniceconnectionstatechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_oniceconnectionstatechange,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_oniceconnectionstatechange = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['oniceconnectionstatechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_oniceconnectionstatechange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_onconnectionstatechange = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onconnectionstatechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onconnectionstatechange,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onconnectionstatechange = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onconnectionstatechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onconnectionstatechange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_onicegatheringstatechange = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onicegatheringstatechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onicegatheringstatechange,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onicegatheringstatechange = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onicegatheringstatechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onicegatheringstatechange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_onicecandidateerror = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onicecandidateerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onicecandidateerror,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onicecandidateerror = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onicecandidateerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onicecandidateerror, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_ontrack = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ontrack']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_ontrack,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_ontrack = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['ontrack'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_ontrack, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_sctp = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['sctp']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_sctp,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_get_ondatachannel = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ondatachannel']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_ondatachannel,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_ondatachannel = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['ondatachannel'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_ondatachannel, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_onaddstream = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onaddstream']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onaddstream,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onaddstream = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onaddstream'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onaddstream, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_get_onremovestream = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onremovestream']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_get_onremovestream,result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_set_onremovestream = function (val) { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onremovestream'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_set_onremovestream, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCPeerConnection_addIceCandidate = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_addIceCandidate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_addStream = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_addStream, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_addTrack = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_addTrack, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_addTransceiver = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_addTransceiver, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_close = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_close, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_createAnswer = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_createAnswer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_createDTMFSender = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_createDTMFSender, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_getConfiguration = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_getConfiguration, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_getLocalStreams = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_getLocalStreams, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_getReceivers = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_getReceivers, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_getRemoteStreams = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_getRemoteStreams, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_getSenders = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_getSenders, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_getStats = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_getStats, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_getTransceivers = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_getTransceivers, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_removeStream = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_removeStream, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_removeTrack = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_removeTrack, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_restartIce = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_restartIce, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_setConfiguration = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_setConfiguration, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_setLocalDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 result = new Promise((resolve, reject) => { resolve(); }); if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_setLocalDescription, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_setRemoteDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_setRemoteDescription, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/RTCPeerConnectionIceEvent.js ================================================ globalMy.RTCPeerConnectionIceEvent_get_candidate = function () { if (!(this instanceof RTCPeerConnectionIceEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['candidate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnectionIceEvent_get_candidate,result => ', '' + result); } return result; }; ================================================ FILE: env/RTCSessionDescription.js ================================================ globalMy.RTCSessionDescription_get_type = function () { if (!(this instanceof RTCSessionDescription)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['type']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCSessionDescription_get_type,result => ', '' + result); } return result; }; globalMy.RTCSessionDescription_set_type = function (val) { if (!(this instanceof RTCSessionDescription)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['type'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCSessionDescription_set_type, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCSessionDescription_get_sdp = function () { if (!(this instanceof RTCSessionDescription)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['sdp']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCSessionDescription_get_sdp,result => ', '' + result); } return result; }; globalMy.RTCSessionDescription_set_sdp = function (val) { if (!(this instanceof RTCSessionDescription)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['sdp'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCSessionDescription_set_sdp, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.RTCSessionDescription_toJSON = function () { if (!(this instanceof RTCSessionDescription)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 result = { type: this.type, sdp: this.sdp }; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCSessionDescription_toJSON, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/Request.js ================================================ // MouseEvent // MouseEvent globalMy.Request_get_method = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['method']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_method,result => ', '' + result); } return result; }; globalMy.Request_get_url = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['url']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_url,result => ', '' + result); } return result; }; globalMy.Request_get_headers = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['headers']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_headers,result => ', '' + result); } return result; }; globalMy.Request_get_destination = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['destination']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_destination,result => ', '' + result); } return result; }; globalMy.Request_get_referrer = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['referrer']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_referrer,result => ', '' + result); } return result; }; globalMy.Request_get_referrerPolicy = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['referrerPolicy']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_referrerPolicy,result => ', '' + result); } return result; }; globalMy.Request_get_mode = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['mode']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_mode,result => ', '' + result); } return result; }; globalMy.Request_get_credentials = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['credentials']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_credentials,result => ', '' + result); } return result; }; globalMy.Request_get_cache = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['cache']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_cache,result => ', '' + result); } return result; }; globalMy.Request_get_redirect = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['redirect']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_redirect,result => ', '' + result); } return result; }; globalMy.Request_get_integrity = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['integrity']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_integrity,result => ', '' + result); } return result; }; globalMy.Request_get_keepalive = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['keepalive']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_keepalive,result => ', '' + result); } return result; }; globalMy.Request_get_signal = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['signal']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_signal,result => ', '' + result); } return result; }; globalMy.Request_get_isHistoryNavigation = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['isHistoryNavigation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_isHistoryNavigation,result => ', '' + result); } return result; }; globalMy.Request_get_bodyUsed = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['bodyUsed']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_get_bodyUsed,result => ', '' + result); } return result; }; globalMy.Request_arrayBuffer = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_arrayBuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Request_blob = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_blob, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Request_clone = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_clone, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Request_formData = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_formData, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Request_json = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_json, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Request_text = function () { if (!(this instanceof Request)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Request_text, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/Screen.js ================================================ globalMy.Screen_get_availWidth = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['availWidth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_availWidth,result => ', '' + result); } return result; }; globalMy.Screen_get_availHeight = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['availHeight']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_availHeight,result => ', '' + result); } return result; }; globalMy.Screen_get_width = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['width']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_width,result => ', '' + result); } return result; }; globalMy.Screen_get_height = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['height']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_height,result => ', '' + result); } return result; }; globalMy.Screen_get_colorDepth = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['colorDepth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_colorDepth,result => ', '' + result); } return result; }; globalMy.Screen_get_pixelDepth = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pixelDepth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_pixelDepth,result => ', '' + result); } return result; }; globalMy.Screen_get_availLeft = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['availLeft']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_availLeft,result => ', '' + result); } return result; }; globalMy.Screen_get_availTop = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['availTop']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_availTop,result => ', '' + result); } return result; }; globalMy.Screen_get_orientation = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['orientation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_orientation,result => ', '' + result); } return result; }; globalMy.Screen_get_onchange = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_onchange,result => ', '' + result); } return result; }; globalMy.Screen_set_onchange = function (val) { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_set_onchange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.Screen_get_isExtended = function () { if (!(this instanceof Screen)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['isExtended']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Screen_get_isExtended,result => ', '' + result); } return result; }; ================================================ FILE: env/ScreenOrientation.js ================================================ globalMy.ScreenOrientation_get_angle = function () { if (!(this instanceof ScreenOrientation)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['angle']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了ScreenOrientation_get_angle,result => ', '' + result); } return result; }; globalMy.ScreenOrientation_get_type = function () { if (!(this instanceof ScreenOrientation)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['type']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了ScreenOrientation_get_type,result => ', '' + result); } return result; }; globalMy.ScreenOrientation_get_onchange = function () { if (!(this instanceof ScreenOrientation)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了ScreenOrientation_get_onchange,result => ', '' + result); } return result; }; globalMy.ScreenOrientation_set_onchange = function (val) { if (!(this instanceof ScreenOrientation)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了ScreenOrientation_set_onchange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.ScreenOrientation_lock = function () { if (!(this instanceof ScreenOrientation)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了ScreenOrientation_lock, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.ScreenOrientation_unlock = function () { if (!(this instanceof ScreenOrientation)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了ScreenOrientation_unlock, arguments => ', arguments, ' result => ', '' + result); } return result; }; // 函数实现 // SpeechSynthesis // IDBRequest ================================================ FILE: env/SpeechSynthesis.js ================================================ // 函数实现 // SpeechSynthesis globalMy.SpeechSynthesis_getVoices = function () { var result; //这里写方法实体 let track = []; let p = {}; let obj_name; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Microsoft Huihui - Chinese (Simplified, PRC)'; globalMy.value[obj_name].name = 'Microsoft Huihui - Chinese (Simplified, PRC)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = true; globalMy.value[obj_name].default = true; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Microsoft Kangkang - Chinese (Simplified, PRC)'; globalMy.value[obj_name].name = 'Microsoft Kangkang - Chinese (Simplified, PRC)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = true; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Microsoft Yaoyao - Chinese (Simplified, PRC)'; globalMy.value[obj_name].name = 'Microsoft Yaoyao - Chinese (Simplified, PRC)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = true; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google Deutsch'; globalMy.value[obj_name].name = 'Google Deutsch'; globalMy.value[obj_name].lang = 'de-DE'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google US English'; globalMy.value[obj_name].name = 'Google US English'; globalMy.value[obj_name].lang = 'en-US'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google UK English Female'; globalMy.value[obj_name].name = 'Google UK English Female'; globalMy.value[obj_name].lang = 'en-GB'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google UK English Male'; globalMy.value[obj_name].name = 'Google UK English Male'; globalMy.value[obj_name].lang = 'en-GB'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google español'; globalMy.value[obj_name].name = 'Google español'; globalMy.value[obj_name].lang = 'es-ES'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google español de Estados Unidos'; globalMy.value[obj_name].name = 'Google español de Estados Unidos'; globalMy.value[obj_name].lang = 'es-US'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google français'; globalMy.value[obj_name].name = 'Google français'; globalMy.value[obj_name].lang = 'fr-FR'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google हिन्दी'; globalMy.value[obj_name].name = 'Google हिन्दी'; globalMy.value[obj_name].lang = 'hi-IN'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google Bahasa Indonesia'; globalMy.value[obj_name].name = 'Google Bahasa Indonesia'; globalMy.value[obj_name].lang = 'id-ID'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google italiano'; globalMy.value[obj_name].name = 'Google italiano'; globalMy.value[obj_name].lang = 'it-IT'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 日本語'; globalMy.value[obj_name].name = 'Google 日本語'; globalMy.value[obj_name].lang = 'ja-JP'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 한국의'; globalMy.value[obj_name].name = 'Google 한국의'; globalMy.value[obj_name].lang = 'ko-KR'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google Nederlands'; globalMy.value[obj_name].name = 'Google Nederlands'; globalMy.value[obj_name].lang = 'nl-NL'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google polski'; globalMy.value[obj_name].name = 'Google polski'; globalMy.value[obj_name].lang = 'pl-PL'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google português do Brasil'; globalMy.value[obj_name].name = 'Google português do Brasil'; globalMy.value[obj_name].lang = 'pt-BR'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google русский'; globalMy.value[obj_name].name = 'Google русский'; globalMy.value[obj_name].lang = 'ru-RU'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 普通话(中国大陆)'; globalMy.value[obj_name].name = 'Google 普通话(中国大陆)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 粤語(香港)'; globalMy.value[obj_name].name = 'Google 粤語(香港)'; globalMy.value[obj_name].lang = 'zh-HK'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 國語(臺灣)'; globalMy.value[obj_name].name = 'Google 國語(臺灣)'; globalMy.value[obj_name].lang = 'zh-TW'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.SpeechSynthesis_getVoices, arguments => ', arguments, ' result => ' + track); } return track; }; // IDBRequest ================================================ FILE: env/SpeechSynthesisUtterance.js ================================================ // 函数实现 // SpeechSynthesis // IDBRequest globalMy.SpeechSynthesisUtterance_get_text = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['text']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_text,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_text = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['text'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_text, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_lang = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['lang']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_lang,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_lang = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['lang'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_lang, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_voice = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['voice']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_voice,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_voice = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['voice'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_voice, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_volume = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['volume']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_volume,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_volume = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['volume'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_volume, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_rate = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['rate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_rate,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_rate = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['rate'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_rate, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_pitch = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pitch']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_pitch,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_pitch = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['pitch'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_pitch, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_onstart = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_onstart,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_onstart = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_onstart, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_onend = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_onend,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_onend = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_onend, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_onerror = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_onerror,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_onerror = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_onerror, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_onpause = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onpause']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_onpause,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_onpause = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onpause'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_onpause, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_onresume = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onresume']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_onresume,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_onresume = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onresume'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_onresume, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_onmark = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onmark']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_onmark,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_onmark = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onmark'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_onmark, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.SpeechSynthesisUtterance_get_onboundary = function () { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onboundary']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_get_onboundary,result => ', '' + result); } return result; }; globalMy.SpeechSynthesisUtterance_set_onboundary = function (val) { if (!(this instanceof SpeechSynthesisUtterance)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onboundary'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了SpeechSynthesisUtterance_set_onboundary, 传参val => ' + val + ' result => ', '' + result); } }; ================================================ FILE: env/Storage.js ================================================ globalMy.Storage_clear = function () { if (!(this instanceof Storage)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_clear, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Storage_getItem = function () { if (!(this instanceof Storage)) { throw new TypeError("Illegal invocation"); } var result; let tagName = arguments[0]; //这里写方法实体 result = this[tagName + '']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_getItem, arguments => ' + tagName + ' result => ', '' + result); } if (result == undefined) result = null; return result; }; globalMy.Storage_key = function () { if (!(this instanceof Storage)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_key, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Storage_removeItem = function () { if (!(this instanceof Storage)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_removeItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Storage_setItem = function () { if (!(this instanceof Storage)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_setItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/StorageManager.js ================================================ globalMy.StorageManager_estimate = function () { if (!(this instanceof StorageManager)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了StorageManager_estimate, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.StorageManager_getDirectory = function () { if (!(this instanceof StorageManager)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了StorageManager_getDirectory, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.StorageManager_persisted = function () { if (!(this instanceof StorageManager)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了StorageManager_persisted, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.StorageManager_persist = function () { if (!(this instanceof StorageManager)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了StorageManager_persist, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/StyleMedia.js ================================================ globalMy.StyleMedia_get_type = function () { let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['type']; if (globalMy.is_log) { console.log('[*] 调用了StyleMedia_get_type,result => ', result); } return result; }; globalMy.StyleMedia_matchMedium = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了StyleMedia_matchMedium, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/StyleSheet.js ================================================ globalMy.StyleSheet_get_type = function () { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_type'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['type']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_type, result => ', '' + result); } return result; }; globalMy.StyleSheet_get_href = function () { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_href'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['href']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_href, result => ', '' + result); } return result; }; globalMy.StyleSheet_get_ownerNode = function () { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_ownerNode'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['ownerNode']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_ownerNode, result => ', '' + result); } return result; }; globalMy.StyleSheet_get_parentStyleSheet = function () { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_parentStyleSheet'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['parentStyleSheet']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_parentStyleSheet, result => ', '' + result); } return result; }; globalMy.StyleSheet_get_title = function () { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_title'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['title']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_title, result => ', '' + result); } return result; }; globalMy.StyleSheet_get_media = function () { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_media'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['media']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_media, result => ', '' + result); } return result; }; globalMy.StyleSheet_set_media = function (val) { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_set_media, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['media'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['media'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_set_media' + ' result => ', '' + result); } }; globalMy.StyleSheet_get_disabled = function () { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_disabled'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['disabled']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_disabled, result => ', '' + result); } return result; }; globalMy.StyleSheet_set_disabled = function (val) { if (!(this instanceof StyleSheet)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_set_disabled, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['disabled'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['disabled'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_set_disabled' + ' result => ', '' + result); } }; ================================================ FILE: env/Text.js ================================================ globalMy.Text_get_wholeText = function () { if (!(this instanceof Text)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_get_wholeText'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['wholeText']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_get_wholeText, result => ', '' + result); } return result; }; globalMy.Text_get_assignedSlot = function () { if (!(this instanceof Text)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_get_assignedSlot'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['assignedSlot']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_get_assignedSlot, result => ', '' + result); } return result; }; globalMy.Text_splitText = function () { if (!(this instanceof Text)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_splitText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.splitText.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_splitText ' + ' result => ', '' + result); } return result; }; globalMy.Text_get_wholeText = function () { if (!(this instanceof Text)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['wholeText']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_get_wholeText,result => ', '' + result); } return result; }; globalMy.Text_get_assignedSlot = function () { if (!(this instanceof Text)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['assignedSlot']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_get_assignedSlot,result => ', '' + result); } return result; }; globalMy.Text_splitText = function () { if (!(this instanceof Text)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Text_splitText, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/TextMetrics.js ================================================ globalMy.TextMetrics_get_width = function () { if (!(this instanceof TextMetrics)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['width']; if (globalMy.is_log) { console.log('[*] 调用了TextMetrics_get_width,result => ', result) } return result; } globalMy.TextMetrics_get_actualBoundingBoxLeft = function () { if (!(this instanceof TextMetrics)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['actualBoundingBoxLeft']; if (globalMy.is_log) { console.log('[*] 调用了TextMetrics_get_actualBoundingBoxLeft,result => ', result) } return result; } globalMy.TextMetrics_get_actualBoundingBoxRight = function () { if (!(this instanceof TextMetrics)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['actualBoundingBoxRight']; if (globalMy.is_log) { console.log('[*] 调用了TextMetrics_get_actualBoundingBoxRight,result => ', result) } return result; } globalMy.TextMetrics_get_fontBoundingBoxAscent = function () { if (!(this instanceof TextMetrics)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['fontBoundingBoxAscent']; if (globalMy.is_log) { console.log('[*] 调用了TextMetrics_get_fontBoundingBoxAscent,result => ', result) } return result; } globalMy.TextMetrics_get_fontBoundingBoxDescent = function () { if (!(this instanceof TextMetrics)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['fontBoundingBoxDescent']; if (globalMy.is_log) { console.log('[*] 调用了TextMetrics_get_fontBoundingBoxDescent,result => ', result) } return result; } globalMy.TextMetrics_get_actualBoundingBoxAscent = function () { if (!(this instanceof TextMetrics)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['actualBoundingBoxAscent']; if (globalMy.is_log) { console.log('[*] 调用了TextMetrics_get_actualBoundingBoxAscent,result => ', result) } return result; } globalMy.TextMetrics_get_actualBoundingBoxDescent = function () { if (!(this instanceof TextMetrics)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['actualBoundingBoxDescent']; if (globalMy.is_log) { console.log('[*] 调用了TextMetrics_get_actualBoundingBoxDescent,result => ', result) } return result; } ================================================ FILE: env/TrustedTypePolicyFactory.js ================================================ globalMy.TrustedTypePolicyFactory_get_emptyHTML = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['emptyHTML']; if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_get_emptyHTML,result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_get_emptyScript = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['emptyScript']; if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_get_emptyScript,result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_get_defaultPolicy = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['defaultPolicy']; if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_get_defaultPolicy,result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_createPolicy = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_createPolicy, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_getAttributeType = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_getAttributeType, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_getPropertyType = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_getPropertyType, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_getTypeMapping = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_getTypeMapping, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_isHTML = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_isHTML, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_isScript = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_isScript, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.TrustedTypePolicyFactory_isScriptURL = function () { if (!(this instanceof TrustedTypePolicyFactory)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了TrustedTypePolicyFactory_isScriptURL, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/UIEvent.js ================================================ globalMy.UIEvent_get_view = function () { if (!(this instanceof UIEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['view']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了UIEvent_get_view,result => ', '' + result); } return result; }; globalMy.UIEvent_get_detail = function () { if (!(this instanceof UIEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['detail']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了UIEvent_get_detail,result => ', '' + result); } return result; }; globalMy.UIEvent_get_sourceCapabilities = function () { if (!(this instanceof UIEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['sourceCapabilities']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了UIEvent_get_sourceCapabilities,result => ', '' + result); } return result; }; globalMy.UIEvent_get_which = function () { if (!(this instanceof UIEvent)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['which']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了UIEvent_get_which,result => ', '' + result); } return result; }; globalMy.UIEvent_initUIEvent = function () { if (!(this instanceof UIEvent)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了UIEvent_initUIEvent, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/URL.js ================================================ globalMy.URL_get_origin = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['origin']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_origin,result => ', result) } return result; } globalMy.URL_get_protocol = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['protocol']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_protocol,result => ', result) } return result; } globalMy.URL_set_protocol = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['protocol'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_protocol, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_username = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['username']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_username,result => ', result) } return result; } globalMy.URL_set_username = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['username'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_username, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_password = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['password']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_password,result => ', result) } return result; } globalMy.URL_set_password = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['password'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_password, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_host = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['host']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_host,result => ', result) } return result; } globalMy.URL_set_host = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['host'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_host, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_hostname = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['hostname']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_hostname,result => ', result) } return result; } globalMy.URL_set_hostname = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['hostname'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_hostname, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_port = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['port']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_port,result => ', result) } return result; } globalMy.URL_set_port = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['port'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_port, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_pathname = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pathname']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_pathname,result => ', result) } return result; } globalMy.URL_set_pathname = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['pathname'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_pathname, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_search = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['search']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_search,result => ', result) } return result; } globalMy.URL_set_search = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['search'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_search, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_searchParams = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['searchParams']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_searchParams,result => ', result) } return result; } globalMy.URL_get_hash = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['hash']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_hash,result => ', result) } return result; } globalMy.URL_set_hash = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['hash'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_hash, 传参val => ' + val + ' result => ', result) } } globalMy.URL_get_href = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['href']; if (globalMy.is_log) { console.log('[*] 调用了URL_get_href,result => ', result) } return result; } globalMy.URL_set_href = function (val) { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['href'] = val; if (globalMy.is_log) { console.log('[*] 调用了URL_set_href, 传参val => ' + val + ' result => ', result) } } globalMy.URL_toJSON = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了URL_toJSON, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.URL_toString = function () { if (!(this instanceof URL)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了URL_toString, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } ================================================ FILE: env/UserActivation.js ================================================ globalMy.UserActivation_get_hasBeenActive = function () { if (!(this instanceof UserActivation)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['hasBeenActive']; if (globalMy.is_log) { console.log('[*] 调用了UserActivation_get_hasBeenActive,result => ', '' + result); } return result; }; globalMy.UserActivation_get_isActive = function () { if (!(this instanceof UserActivation)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['isActive']; if (globalMy.is_log) { console.log('[*] 调用了UserActivation_get_isActive,result => ', '' + result); } return result; }; ================================================ FILE: env/VisualViewport.js ================================================ globalMy.VisualViewport_get_offsetLeft = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['offsetLeft']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_offsetLeft,result => ', result); } return result; }; globalMy.VisualViewport_get_offsetTop = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['offsetTop']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_offsetTop,result => ', result); } return result; }; globalMy.VisualViewport_get_pageLeft = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pageLeft']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_pageLeft,result => ', result); } return result; }; globalMy.VisualViewport_get_pageTop = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pageTop']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_pageTop,result => ', result); } return result; }; globalMy.VisualViewport_get_width = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['width']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_width,result => ', result); } return result; }; globalMy.VisualViewport_get_height = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['height']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_height,result => ', result); } return result; }; globalMy.VisualViewport_get_scale = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['scale']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_scale,result => ', result); } return result; }; globalMy.VisualViewport_get_onresize = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onresize']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_onresize,result => ', result); } return result; }; globalMy.VisualViewport_set_onresize = function (val) { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onresize'] = val; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_set_onresize, 传参val => ' + val + ' result => ', result); } }; globalMy.VisualViewport_get_onscroll = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onscroll']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_onscroll,result => ', result); } return result; }; globalMy.VisualViewport_set_onscroll = function (val) { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onscroll'] = val; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_set_onscroll, 传参val => ' + val + ' result => ', result); } }; globalMy.VisualViewport_get_segments = function () { if (!(this instanceof VisualViewport)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['segments']; if (globalMy.is_log) { console.log('[*] 调用了VisualViewport_get_segments,result => ', result); } return result; }; // WebGLRenderingContext ================================================ FILE: env/WebGL2RenderingContext.js ================================================ globalMy.WebGL2RenderingContext_get_canvas = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['canvas']; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_get_canvas,result => ', result) } return result; } globalMy.WebGL2RenderingContext_get_drawingBufferWidth = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['drawingBufferWidth']; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_get_drawingBufferWidth,result => ', result) } return result; } globalMy.WebGL2RenderingContext_get_drawingBufferHeight = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['drawingBufferHeight']; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_get_drawingBufferHeight,result => ', result) } return result; } globalMy.WebGL2RenderingContext_get_drawingBufferColorSpace = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['drawingBufferColorSpace']; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_get_drawingBufferColorSpace,result => ', result) } return result; } globalMy.WebGL2RenderingContext_set_drawingBufferColorSpace = function (val) { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['drawingBufferColorSpace'] = val; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_set_drawingBufferColorSpace, 传参val => ' + val + ' result => ', result) } } globalMy.WebGL2RenderingContext_get_unpackColorSpace = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['unpackColorSpace']; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_get_unpackColorSpace,result => ', result) } return result; } globalMy.WebGL2RenderingContext_set_unpackColorSpace = function (val) { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['unpackColorSpace'] = val; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_set_unpackColorSpace, 传参val => ' + val + ' result => ', result) } } globalMy.WebGL2RenderingContext_activeTexture = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_activeTexture, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_attachShader = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_attachShader, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_beginQuery = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_beginQuery, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_beginTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_beginTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindAttribLocation = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindAttribLocation, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindBufferBase = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindBufferBase, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindBufferRange = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindBufferRange, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindRenderbuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindRenderbuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindSampler = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindSampler, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindVertexArray = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindVertexArray, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_blendColor = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_blendColor, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_blendEquation = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_blendEquation, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_blendEquationSeparate = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_blendEquationSeparate, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_blendFunc = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_blendFunc, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_blendFuncSeparate = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_blendFuncSeparate, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_blitFramebuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_blitFramebuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bufferData = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bufferData, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bufferSubData = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bufferSubData, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_checkFramebufferStatus = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_checkFramebufferStatus, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clientWaitSync = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clientWaitSync, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_compileShader = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_compileShader, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_compressedTexImage2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_compressedTexImage2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_compressedTexImage3D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_compressedTexImage3D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_compressedTexSubImage2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_compressedTexSubImage2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_compressedTexSubImage3D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_compressedTexSubImage3D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_copyBufferSubData = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_copyBufferSubData, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_copyTexImage2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_copyTexImage2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_copyTexSubImage2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_copyTexSubImage2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_copyTexSubImage3D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_copyTexSubImage3D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createBuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createBuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createFramebuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createFramebuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createProgram = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createProgram, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createQuery = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createQuery, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createRenderbuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createRenderbuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createSampler = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createSampler, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createShader = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createShader, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createTexture = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createTexture, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_createVertexArray = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createVertexArray, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_cullFace = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_cullFace, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteBuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteBuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteFramebuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteFramebuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteProgram = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteProgram, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteQuery = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteQuery, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteRenderbuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteRenderbuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteSampler = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteSampler, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteShader = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteShader, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteSync = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteSync, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteTexture = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteTexture, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_deleteVertexArray = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_deleteVertexArray, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_depthFunc = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_depthFunc, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_depthMask = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_depthMask, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_depthRange = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_depthRange, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_detachShader = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_detachShader, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_disable = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_disable, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_drawArraysInstanced = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_drawArraysInstanced, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_drawElementsInstanced = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_drawElementsInstanced, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_drawRangeElements = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_drawRangeElements, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_enable = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_enable, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_endQuery = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_endQuery, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_endTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_endTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_fenceSync = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_fenceSync, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_finish = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_finish, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_flush = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_flush, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_framebufferRenderbuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_framebufferRenderbuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_framebufferTexture2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_framebufferTexture2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_framebufferTextureLayer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_framebufferTextureLayer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_frontFace = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_frontFace, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_generateMipmap = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_generateMipmap, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getActiveAttrib = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getActiveAttrib, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getActiveUniform = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getActiveUniform, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getActiveUniformBlockName = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getActiveUniformBlockName, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getActiveUniformBlockParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getActiveUniformBlockParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getActiveUniforms = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getActiveUniforms, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getAttachedShaders = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getAttachedShaders, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getAttribLocation = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getAttribLocation, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getBufferParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getBufferParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getBufferSubData = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getBufferSubData, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getContextAttributes = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getContextAttributes, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getError = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getError, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getExtension = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getExtension, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getFragDataLocation = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getFragDataLocation, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getFramebufferAttachmentParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getFramebufferAttachmentParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getIndexedParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getIndexedParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getInternalformatParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getInternalformatParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getProgramInfoLog = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getProgramInfoLog, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getProgramParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getProgramParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getQuery = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getQuery, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getQueryParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getQueryParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getRenderbufferParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getRenderbufferParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getSamplerParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getSamplerParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getShaderInfoLog = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getShaderInfoLog, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getShaderParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getShaderParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getShaderPrecisionFormat = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getShaderPrecisionFormat, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getShaderSource = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getShaderSource, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getSupportedExtensions = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getSupportedExtensions, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getSyncParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getSyncParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getTexParameter = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getTexParameter, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getTransformFeedbackVarying = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getTransformFeedbackVarying, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getUniform = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getUniform, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getUniformBlockIndex = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getUniformBlockIndex, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getUniformIndices = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getUniformIndices, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getUniformLocation = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getUniformLocation, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getVertexAttrib = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getVertexAttrib, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_getVertexAttribOffset = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_getVertexAttribOffset, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_hint = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_hint, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_invalidateFramebuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_invalidateFramebuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_invalidateSubFramebuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_invalidateSubFramebuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isBuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isBuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isContextLost = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isContextLost, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isEnabled = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isEnabled, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isFramebuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isFramebuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isProgram = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isProgram, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isQuery = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isQuery, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isRenderbuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isRenderbuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isSampler = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isSampler, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isShader = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isShader, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isSync = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isSync, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isTexture = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isTexture, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_isVertexArray = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_isVertexArray, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_lineWidth = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_lineWidth, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_linkProgram = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_linkProgram, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_pauseTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_pauseTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_pixelStorei = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_pixelStorei, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_polygonOffset = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_polygonOffset, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_readBuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_readBuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_readPixels = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_readPixels, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_renderbufferStorage = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_renderbufferStorage, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_renderbufferStorageMultisample = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_renderbufferStorageMultisample, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_resumeTransformFeedback = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_resumeTransformFeedback, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_sampleCoverage = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_sampleCoverage, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_samplerParameterf = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_samplerParameterf, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_samplerParameteri = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_samplerParameteri, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_shaderSource = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_shaderSource, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_stencilFunc = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_stencilFunc, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_stencilFuncSeparate = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_stencilFuncSeparate, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_stencilMask = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_stencilMask, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_stencilMaskSeparate = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_stencilMaskSeparate, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_stencilOp = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_stencilOp, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_stencilOpSeparate = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_stencilOpSeparate, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texImage2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texImage2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texImage3D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texImage3D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texParameterf = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texParameterf, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texParameteri = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texParameteri, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texStorage2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texStorage2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texStorage3D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texStorage3D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texSubImage2D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texSubImage2D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_texSubImage3D = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_texSubImage3D, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_transformFeedbackVaryings = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_transformFeedbackVaryings, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform1ui = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform1ui, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform2ui = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform2ui, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform3ui = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform3ui, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform4ui = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform4ui, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformBlockBinding = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformBlockBinding, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_useProgram = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_useProgram, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_validateProgram = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_validateProgram, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttribDivisor = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttribDivisor, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttribI4i = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttribI4i, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttribI4ui = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttribI4ui, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttribIPointer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttribIPointer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_waitSync = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_waitSync, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindBuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindBuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindFramebuffer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindFramebuffer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_bindTexture = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_bindTexture, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clear = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clear, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clearBufferfi = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clearBufferfi, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clearBufferfv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clearBufferfv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clearBufferiv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clearBufferiv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clearBufferuiv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clearBufferuiv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clearColor = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clearColor, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clearDepth = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clearDepth, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_clearStencil = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_clearStencil, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_colorMask = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_colorMask, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_disableVertexAttribArray = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_disableVertexAttribArray, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_drawArrays = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_drawArrays, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_drawBuffers = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_drawBuffers, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_drawElements = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_drawElements, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_enableVertexAttribArray = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_enableVertexAttribArray, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_scissor = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_scissor, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform1f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform1f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform1fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform1fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform1i = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform1i, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform1iv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform1iv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform1uiv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform1uiv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform2f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform2f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform2fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform2fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform2i = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform2i, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform2iv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform2iv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform2uiv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform2uiv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform3f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform3f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform3fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform3fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform3i = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform3i, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform3iv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform3iv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform3uiv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform3uiv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform4f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform4f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform4fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform4fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform4i = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform4i, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform4iv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform4iv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniform4uiv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniform4uiv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix2fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix2fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix2x3fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix2x3fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix2x4fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix2x4fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix3fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix3fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix3x2fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix3x2fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix3x4fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix3x4fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix4fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix4fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix4x2fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix4x2fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_uniformMatrix4x3fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_uniformMatrix4x3fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib1f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib1f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib1fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib1fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib2f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib2f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib2fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib2fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib3f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib3f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib3fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib3fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib4f = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib4f, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttrib4fv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttrib4fv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttribI4iv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttribI4iv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttribI4uiv = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttribI4uiv, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_vertexAttribPointer = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_vertexAttribPointer, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_viewport = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_viewport, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } globalMy.WebGL2RenderingContext_makeXRCompatible = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_makeXRCompatible, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } ================================================ FILE: env/WebGLDebugShaders.js ================================================ globalMy.WebGLDebugShaders_getTranslatedShaderSource = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLDebugShaders_getTranslatedShaderSource, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/WebGLDrawBuffers.js ================================================ globalMy.WebGLDrawBuffers_drawBuffersWEBGL = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLDrawBuffers_drawBuffersWEBGL, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/WebGLLoseContext.js ================================================ globalMy.WebGLLoseContext_loseContext = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLLoseContext_loseContext, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.WebGLLoseContext_restoreContext = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLLoseContext_restoreContext, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; ================================================ FILE: env/WebGLMultiDraw.js ================================================ globalMy.WebGLMultiDraw_multiDrawArraysInstancedWEBGL = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLMultiDraw_multiDrawArraysInstancedWEBGL, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.WebGLMultiDraw_multiDrawArraysWEBGL = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLMultiDraw_multiDrawArraysWEBGL, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.WebGLMultiDraw_multiDrawElementsInstancedWEBGL = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLMultiDraw_multiDrawElementsInstancedWEBGL, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.WebGLMultiDraw_multiDrawElementsWEBGL = function () { let result; //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了WebGLMultiDraw_multiDrawElementsWEBGL, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // WebGLRenderingContext ================================================ FILE: env/WebGLRenderingContext.js ================================================ // WebGLRenderingContext globalMy.WebGLRenderingContext_get_canvas = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['canvas']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_get_canvas,result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_get_drawingBufferWidth = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['drawingBufferWidth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_get_drawingBufferWidth,result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_get_drawingBufferHeight = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['drawingBufferHeight']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_get_drawingBufferHeight,result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_activeTexture = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_activeTexture, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_attachShader = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_attachShader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_bindAttribLocation = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_bindAttribLocation, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_bindRenderbuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_bindRenderbuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_blendColor = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_blendColor, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_blendEquation = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_blendEquation, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_blendEquationSeparate = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_blendEquationSeparate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_blendFunc = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_blendFunc, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_blendFuncSeparate = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_blendFuncSeparate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_bufferData = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_bufferData, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_bufferSubData = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_bufferSubData, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_checkFramebufferStatus = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_checkFramebufferStatus, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_compileShader = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_compileShader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_compressedTexImage2D = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_compressedTexImage2D, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_compressedTexSubImage2D = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_compressedTexSubImage2D, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_copyTexImage2D = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_copyTexImage2D, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_copyTexSubImage2D = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_copyTexSubImage2D, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createBuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createBuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createFramebuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createFramebuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createProgram = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createProgram, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createRenderbuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createRenderbuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createShader = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createShader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createTexture = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createTexture, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_cullFace = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_cullFace, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_deleteBuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_deleteBuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_deleteFramebuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_deleteFramebuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_deleteProgram = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_deleteProgram, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_deleteRenderbuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_deleteRenderbuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_deleteShader = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_deleteShader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_deleteTexture = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_deleteTexture, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_depthFunc = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_depthFunc, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_depthMask = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_depthMask, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_depthRange = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_depthRange, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_detachShader = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_detachShader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_disable = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_disable, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_enable = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_enable, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_finish = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_finish, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_flush = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_flush, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_framebufferRenderbuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_framebufferRenderbuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_framebufferTexture2D = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_framebufferTexture2D, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_frontFace = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_frontFace, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_generateMipmap = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_generateMipmap, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getActiveAttrib = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getActiveAttrib, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getActiveUniform = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getActiveUniform, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getAttachedShaders = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getAttachedShaders, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getAttribLocation = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getAttribLocation, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getBufferParameter = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getBufferParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getContextAttributes = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getContextAttributes, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getError = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getError, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getFramebufferAttachmentParameter = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getFramebufferAttachmentParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getParameter = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getProgramInfoLog = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getProgramInfoLog, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getProgramParameter = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getProgramParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getRenderbufferParameter = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getRenderbufferParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getShaderInfoLog = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getShaderInfoLog, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getShaderParameter = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getShaderParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getShaderPrecisionFormat = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getShaderPrecisionFormat, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getShaderSource = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getShaderSource, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getSupportedExtensions = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getSupportedExtensions, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getTexParameter = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getTexParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getUniform = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getUniform, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getUniformLocation = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getUniformLocation, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getVertexAttrib = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getVertexAttrib, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getVertexAttribOffset = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getVertexAttribOffset, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_hint = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_hint, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isBuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isBuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isContextLost = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isContextLost, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isEnabled = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isEnabled, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isFramebuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isFramebuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isProgram = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isProgram, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isRenderbuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isRenderbuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isShader = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isShader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_isTexture = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_isTexture, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_lineWidth = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_lineWidth, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_linkProgram = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_linkProgram, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_pixelStorei = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_pixelStorei, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_polygonOffset = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_polygonOffset, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_readPixels = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_readPixels, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_renderbufferStorage = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_renderbufferStorage, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_sampleCoverage = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_sampleCoverage, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_shaderSource = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_shaderSource, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_stencilFunc = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_stencilFunc, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_stencilFuncSeparate = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_stencilFuncSeparate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_stencilMask = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_stencilMask, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_stencilMaskSeparate = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_stencilMaskSeparate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_stencilOp = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_stencilOp, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_stencilOpSeparate = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_stencilOpSeparate, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_texImage2D = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_texImage2D, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_texParameterf = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_texParameterf, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_texParameteri = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_texParameteri, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_texSubImage2D = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_texSubImage2D, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_useProgram = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_useProgram, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_validateProgram = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_validateProgram, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_bindBuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_bindBuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_bindFramebuffer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_bindFramebuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_bindTexture = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_bindTexture, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_clear = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_clear, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_clearColor = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_clearColor, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_clearDepth = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_clearDepth, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_clearStencil = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_clearStencil, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_colorMask = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_colorMask, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_disableVertexAttribArray = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_disableVertexAttribArray, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_drawArrays = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_drawArrays, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_drawElements = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_drawElements, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_enableVertexAttribArray = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_enableVertexAttribArray, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_scissor = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_scissor, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform1f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform1f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform1fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform1fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform1i = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform1i, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform1iv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform1iv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform2f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform2f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform2fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform2fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform2i = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform2i, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform2iv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform2iv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform3f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform3f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform3fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform3fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform3i = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform3i, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform3iv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform3iv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform4f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform4f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform4fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform4fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform4i = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform4i, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniform4iv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniform4iv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniformMatrix2fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniformMatrix2fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniformMatrix3fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniformMatrix3fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_uniformMatrix4fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_uniformMatrix4fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib1f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib1f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib1fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib1fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib2f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib2f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib2fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib2fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib3f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib3f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib3fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib3fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib4f = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib4f, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttrib4fv = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttrib4fv, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_vertexAttribPointer = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_vertexAttribPointer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_viewport = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_viewport, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_get_drawingBufferColorSpace = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['drawingBufferColorSpace']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_get_drawingBufferColorSpace,result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_set_drawingBufferColorSpace = function (val) { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['drawingBufferColorSpace'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_set_drawingBufferColorSpace, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.WebGLRenderingContext_get_unpackColorSpace = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['unpackColorSpace']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_get_unpackColorSpace,result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_set_unpackColorSpace = function (val) { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['unpackColorSpace'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_set_unpackColorSpace, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.WebGLRenderingContext_makeXRCompatible = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_makeXRCompatible, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/WebGLShaderPrecisionFormat.js ================================================ globalMy.WebGLShaderPrecisionFormat_get_rangeMin = function () { if (!(this instanceof WebGLShaderPrecisionFormat)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['rangeMin']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLShaderPrecisionFormat_get_rangeMin,result => ', '' + result); } return result; }; globalMy.WebGLShaderPrecisionFormat_get_rangeMax = function () { if (!(this instanceof WebGLShaderPrecisionFormat)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['rangeMax']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLShaderPrecisionFormat_get_rangeMax,result => ', '' + result); } return result; }; globalMy.WebGLShaderPrecisionFormat_get_precision = function () { if (!(this instanceof WebGLShaderPrecisionFormat)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['precision']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLShaderPrecisionFormat_get_precision,result => ', '' + result); } return result; }; ================================================ FILE: env/WebSocket.js ================================================ globalMy.WebSocket_get_url = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['url']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_url,result => ', '' + result); } return result; }; globalMy.WebSocket_get_readyState = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['readyState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_readyState,result => ', '' + result); } return result; }; globalMy.WebSocket_get_bufferedAmount = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['bufferedAmount']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_bufferedAmount,result => ', '' + result); } return result; }; globalMy.WebSocket_get_onopen = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onopen']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_onopen,result => ', '' + result); } return result; }; globalMy.WebSocket_set_onopen = function (val) { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onopen'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_set_onopen, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.WebSocket_get_onerror = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_onerror,result => ', '' + result); } return result; }; globalMy.WebSocket_set_onerror = function (val) { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_set_onerror, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.WebSocket_get_onclose = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onclose']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_onclose,result => ', '' + result); } return result; }; globalMy.WebSocket_set_onclose = function (val) { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onclose'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_set_onclose, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.WebSocket_get_extensions = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['extensions']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_extensions,result => ', '' + result); } return result; }; globalMy.WebSocket_get_protocol = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['protocol']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_protocol,result => ', '' + result); } return result; }; globalMy.WebSocket_get_onmessage = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onmessage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_onmessage,result => ', '' + result); } return result; }; globalMy.WebSocket_set_onmessage = function (val) { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onmessage'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_set_onmessage, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.WebSocket_get_binaryType = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['binaryType']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_get_binaryType,result => ', '' + result); } return result; }; globalMy.WebSocket_set_binaryType = function (val) { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['binaryType'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_set_binaryType, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.WebSocket_close = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_close, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebSocket_send = function () { if (!(this instanceof WebSocket)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebSocket_send, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/Woker.js ================================================ globalMy.Worker_get_onmessage = function(){ if (!(this instanceof Worker)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onmessage']; if(globalMy.is_log){console.log('[*] 调用了Worker_get_onmessage,result => ' , result)} return result; } globalMy.Worker_set_onmessage = function(val){ if (!(this instanceof Worker)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onmessage'] = val; if(globalMy.is_log){console.log('[*] 调用了Worker_set_onmessage, 传参val => ' + val + ' result => ' , result)} } globalMy.Worker_postMessage = function(){ if (!(this instanceof Worker)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if(globalMy.is_log){console.log('[*] 调用了Worker_postMessage, arguments => ' , JSON.stringify(arguments), ' result => ' , result)} return result; } globalMy.Worker_terminate = function(){ if (!(this instanceof Worker)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 if(globalMy.is_log){console.log('[*] 调用了Worker_terminate, arguments => ' , JSON.stringify(arguments), ' result => ' , result)} return result; } globalMy.Worker_get_onerror = function(){ if (!(this instanceof Worker)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if(globalMy.is_log){console.log('[*] 调用了Worker_get_onerror,result => ' , result)} return result; } globalMy.Worker_set_onerror = function(val){ if (!(this instanceof Worker)) { throw new TypeError("Illegal invocation"); } let result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if(globalMy.is_log){console.log('[*] 调用了Worker_set_onerror, 传参val => ' + val + ' result => ' , result)} } ================================================ FILE: env/XMLHttpRequest.js ================================================ globalMy.XMLHttpRequest_get_onreadystatechange = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onreadystatechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_onreadystatechange,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_set_onreadystatechange = function (val) { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onreadystatechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_set_onreadystatechange, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequest_get_readyState = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['readyState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_readyState,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_get_timeout = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['timeout']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_timeout,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_set_timeout = function (val) { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['timeout'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_set_timeout, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequest_get_withCredentials = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['withCredentials']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_withCredentials,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_set_withCredentials = function (val) { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['withCredentials'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_set_withCredentials, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequest_get_upload = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['upload']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_upload,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_get_responseURL = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['responseURL']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_responseURL,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_get_status = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['status']; result = 200; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_status,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_get_statusText = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['statusText']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_statusText,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_get_responseType = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['responseType']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_responseType,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_set_responseType = function (val) { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['responseType'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_set_responseType, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequest_get_response = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['response']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_response,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_get_responseText = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['responseText']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_responseText,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_get_responseXML = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['responseXML']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_get_responseXML,result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_abort = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_abort, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_getAllResponseHeaders = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_getAllResponseHeaders, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_getResponseHeader = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_getResponseHeader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_open = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_open, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_overrideMimeType = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_overrideMimeType, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_send = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_send, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_setRequestHeader = function () { if (!(this instanceof XMLHttpRequest)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_setRequestHeader, arguments => ', arguments, ' result => ', '' + result); } return result; }; ================================================ FILE: env/XMLHttpRequestEventTarget.js ================================================ globalMy.XMLHttpRequestEventTarget_get_onloadstart = function () { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onloadstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_get_onloadstart,result => ', '' + result); } return result; }; globalMy.XMLHttpRequestEventTarget_set_onloadstart = function (val) { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onloadstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_set_onloadstart, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequestEventTarget_get_onprogress = function () { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onprogress']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_get_onprogress,result => ', '' + result); } return result; }; globalMy.XMLHttpRequestEventTarget_set_onprogress = function (val) { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onprogress'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_set_onprogress, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequestEventTarget_get_onabort = function () { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onabort']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_get_onabort,result => ', '' + result); } return result; }; globalMy.XMLHttpRequestEventTarget_set_onabort = function (val) { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onabort'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_set_onabort, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequestEventTarget_get_onerror = function () { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_get_onerror,result => ', '' + result); } return result; }; globalMy.XMLHttpRequestEventTarget_set_onerror = function (val) { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_set_onerror, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequestEventTarget_get_onload = function () { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onload']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_get_onload,result => ', '' + result); } return result; }; globalMy.XMLHttpRequestEventTarget_set_onload = function (val) { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onload'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_set_onload, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequestEventTarget_get_ontimeout = function () { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ontimeout']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_get_ontimeout,result => ', '' + result); } return result; }; globalMy.XMLHttpRequestEventTarget_set_ontimeout = function (val) { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['ontimeout'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_set_ontimeout, 传参val => ' + val + ' result => ', '' + result); } }; globalMy.XMLHttpRequestEventTarget_get_onloadend = function () { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onloadend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_get_onloadend,result => ', '' + result); } return result; }; globalMy.XMLHttpRequestEventTarget_set_onloadend = function (val) { if (!(this instanceof XMLHttpRequestEventTarget)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['onloadend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequestEventTarget_set_onloadend, 传参val => ' + val + ' result => ', '' + result); } }; // dom构造函数原型方法 // dom构造函数原型方法 ================================================ FILE: env/XPathExpression.js ================================================ // dom构造函数原型方法 // dom构造函数原型方法 globalMy.XPathExpression_evaluate = function () { if (!(this instanceof XPathExpression)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了XPathExpression_evaluate, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.evaluate.apply(this_, arguments); if (result == undefined || result == null) {} else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了XPathExpression_evaluate ' + ' result => ', '' + result); } return result; }; ================================================ FILE: main.js ================================================ var a = +new Date; const {VM, VMScript} = require('cyvm2'); // const {VM, VMScript} = require('vm2'); const fs = require("fs"); const vm = require("vm"); const crypto = require('crypto'); const jsdom = require("jsdom"); const {JSDOM} = jsdom; let wanfeng = require("wanfeng"); console.log("导包耗时:", +new Date - a, "毫秒"); a = +new Date; // html = `
`; html = fs.readFileSync(`./ret.html`); // html = fs.readFileSync(`./tj140.html`); let configure = { // url: "http://epub.cnipa.gov.cn/SW/", // url: 'https://www.zhihu.com/search?q=%E8%A2%AB%E6%89%93%E8%BF%98%E6%89%8B%E4%B8%8D%E5%86%8D%E8%AE%A4%E5%AE%9A%E4%B8%BA%E4%BA%92%E6%AE%B4&utm_content=search_hot&type=content', // url: 'https://www.zhipin.com/web/geek/job?query=%E7%88%AC%E8%99%AB&city=101190100&page=2', // url: 'https://www.toutiao.com/', // url: 'https://login.taobao.com/member/login.jhtml?spm=a21bo.jianhua.754894437.1.5af911d9ha3rTs&f=top&redirectURL=https%3A%2F%2Fwww.taobao.com%2F', url: 'http://zxgk.court.gov.cn/shixin/', } const dom = new JSDOM(html, configure); let filePath = fs.readdirSync('./env'); let envCode = ''; filePath.map((item) => { envCode += fs.readFileSync(`./env/${item}`) + '\r\n'; }); let init_env = fs.readFileSync("./util/init_env.js"); let cover_construct_function = fs.readFileSync("./util/cover_construct_function.js"); let cover_function = fs.readFileSync("./util/cover_function.js"); let pass_check = fs.readFileSync("./util/pass_check.js"); let globalMy_js = fs.readFileSync("./util/globalMy.js"); let endCode = fs.readFileSync("./util/end.js"); init_env = cover_construct_function + init_env; envCode += cover_function + pass_check; globalMy = { dom_window: dom.window, crypto: crypto, node_Blob: Blob, node_DOMException: DOMException, }; globalMy.newWindow = function (ifr) { let wf = { xtd: wanfeng.xtd, SetNative: wanfeng.SetNative, DeleteProperty: wanfeng.DeleteProperty, }; const sandbox = { wanfeng: wf, globalMy: { crypto: crypto, node_Blob: Blob, node_DOMException: DOMException, dom_window: ifr.contentWindow, window_frameElement: ifr, }, console: console, } var code = globalMy_js + init_env + envCode + "\r\n" + ``; vm.runInNewContext(code.replace("debugger;", ""), sandbox); return sandbox.zzz_mark_key; } // rsvmp function runRsVmp() { // 个别rs第一个次获取body为null, 所以第一次返回null给他 globalMy.first_get_body = true; // let wf = { // xtd: wanfeng.xtd, // SetNative: wanfeng.SetNative, // DeleteProperty: wanfeng.DeleteProperty, // }; const sandbox = { wanfeng: wanfeng, globalMy: globalMy, console: console, } let workCode = fs.readFileSync("./work/rsvmp.js"); a = +new Date; let code = "debugger;\r\n" + globalMy_js + init_env + envCode + "\r\n" + workCode + "\r\n" + `globalMy.console.log(document.cookie);\n` + `window.dispatchEvent(globalMy.createEvent("load"));` + endCode; vm.runInNewContext(code, sandbox); console.log("运行环境Js + 工作Js 耗时:", +new Date - a, "毫秒"); } // boss function runBoss() { const sandbox = { wanfeng: wanfeng, globalMy: globalMy, console: console, } let workCode = fs.readFileSync("./work/boss.js"); // jsdom iframe document.cookie 和 top window document cookie 值是一样的, jsdom没有实现, 是空值 // globalMy.cookies = "__g=-; wd_guid=4b0af4e0-f861-438f-97b2-aac8c458bafa; historyState=state; _bl_uid=jjlsbeI9syF1zzgjyv5va0dcRysI; Hm_lvt_194df3105ad7148dcf2b98a91b5e727a=1677817919; Hm_lpvt_194df3105ad7148dcf2b98a91b5e727a=1677818563; __zp_stoken__=d84deEDF3EBx6fgA0f25LVToiURoXewkoNnMYSGZDFCZLVSYQPFUOBVp4UTdKHWxFGm41FmcXV0c6VhcYLTFfZR1jNRQ3UXJKASl1VxQcFWw6CVFCHBVqIgovKFkNKjAuWFcHd31sfD9yZUU%3D; __zp_sseed__=et6DuZOBezkCoI40DI0QqRe+cUEpgPIeSPrKnU6P45Q=; __zp_sname__=85a97204; __zp_sts__=1677818564123; __c=1677817918; __l=l=%2Fwww.zhipin.com%2Fweb%2Fgeek%2Fjob%3Fquery%3D%25E7%2588%25AC%25E8%2599%25AB%26city%3D101190100%26page%3D3&r=&g=&s=3&friend_source=0&s=3&friend_source=0; __a=87646262.1677817918..1677817918.6.1.6.6" // .split("; "); // // globalMy.cookies.map((item) => { // dom.window.document.cookie = item + "; " // }); a = +new Date; var code = "debugger;\r\n" + globalMy_js + init_env + envCode + "\r\n" + ``; vm.runInNewContext(code, sandbox); var ifr = dom.window.document.createElement("iframe"); dom.window.document.body.appendChild(ifr); // globalMy.dom_window = ifr.contentWindow; // globalMy.window_frameElement = ifr; // globalMy.window_parent = sandbox.zzz_mark_key; const sandbox_ = { wanfeng: wanfeng, globalMy: { dom_window: ifr.contentWindow, window_frameElement: ifr, window_parent: sandbox.zzz_mark_key }, // globalMy: globalMy, console: console, } code = "debugger;\r\n" + globalMy_js + init_env + envCode + "\r\n" + workCode + "\r\n" + endCode + ` console.log(encodeURIComponent((new window.ABC).z("et6DuZOBezkCoI40DI0QqQ9bHByFPpZ2VUGLwTAeK8g=", parseInt("1677987995819") + 60 * (480 + (new Date).getTimezoneOffset()) * 1e3))); `; vm.runInNewContext(code, sandbox_); console.log("运行环境Js + 工作Js 耗时:", +new Date - a, "毫秒"); } // 知乎 x96 function runZhihu() { const sandbox = { wanfeng: wanfeng, globalMy: globalMy, console: console, } let workCode = fs.readFileSync("./work/zhihu/zhihu.js"); a = +new Date; var code = "debugger;\r\n" + globalMy_js + init_env + envCode + "\r\n" + workCode + "\r\n" + endCode; vm.runInNewContext(code, sandbox); console.log("运行环境Js + 工作Js 耗时:", +new Date - a, "毫秒"); const WebSocket = require('ws'); var wss = new WebSocket.Server({port: 8181}); wss.on('connection', function (ws) { console.log('client connected'); ws.on('message', function (data, isBinary) { console.log('Message from client ', isBinary ? data : data.toString()); ws.send("2.0_" + sandbox.D(data.toString())); }); }); } // 知乎 x81 没仔细扣,不一定能用 function runX81() { const sandbox = { wanfeng: wanfeng, globalMy: globalMy, console: console, } let workCode = fs.readFileSync("./work/zhihu/x81.js"); a = +new Date; var code = "debugger;\r\n" + globalMy_js + init_env + envCode + "\r\n" + workCode + "\r\n" + endCode; vm.runInNewContext(code, sandbox); console.log("运行环境Js + 工作Js 耗时:", +new Date - a, "毫秒"); } // ac_signature function runAcSign() { const sandbox = { wanfeng: wanfeng, globalMy: globalMy, console: console, } let workCode = fs.readFileSync("./work/jrtt/ac_sign.js"); a = +new Date; var code = "debugger;\r\n" + globalMy_js + init_env + envCode + "\r\n" + workCode + "\r\n" + endCode; vm.runInNewContext(code, sandbox); console.log("运行环境Js + 工作Js 耗时:", +new Date - a, "毫秒"); } runRsVmp(); // runBoss(); // runZhihu(); // runX81(); // runAcSign(); ================================================ FILE: ret.html ================================================ ================================================ FILE: util/cover_construct_function.js ================================================ // 构造函数实现覆盖 globalMy.RTCPeerConnection = function () { if (!new.target) { throw new TypeError("Failed to construct 'RTCPeerConnection': Please use the 'new' operator, this DOM object constructor cannot be called as a function."); } var name = globalMy.setfoundName(this); globalMy.value[name] = { "localDescription": null, "currentLocalDescription": null, "pendingLocalDescription": null, "remoteDescription": null, "currentRemoteDescription": null, "pendingRemoteDescription": null, "signalingState": "stable", "iceGatheringState": "new", "iceConnectionState": "new", "connectionState": "new", "canTrickleIceCandidates": null, "onnegotiationneeded": null, "onicecandidate": null, "onsignalingstatechange": null, "oniceconnectionstatechange": null, "onconnectionstatechange": null, "onicegatheringstatechange": null, "onicecandidateerror": null, "ontrack": null, "sctp": null, "ondatachannel": null, "onaddstream": null, "onremovestream": null }; return this; } globalMy.Image = function () { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> Image, ", "arguments => ", arguments) } if (!new.target) { throw new TypeError("Failed to construct 'Image': Please use the 'new' operator, this DOM object constructor cannot be called as a function."); } var name = globalMy.setfoundName(this); globalMy.jsdom_element[name] = globalMy.dom_window.document.createElement("img"); return this; }; globalMy.XMLHttpRequest = function XMLHttpRequest() { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> XMLHttpRequest, ", "arguments => ", arguments) } if (!new.target) { throw new TypeError("Failed to construct 'XMLHttpRequest': Please use the 'new' operator, this DOM object constructor cannot be called as a function."); } let xhr = {}; Object.setPrototypeOf(xhr, XMLHttpRequest.prototype); let name = globalMy.setfoundName(xhr); globalMy.value[name]["readyState"] = 0; globalMy.value[name]["withCredentials"] = false; globalMy.value[name]["onreadystatechange"] = null; let upload = {}; Object.setPrototypeOf(upload, XMLHttpRequestUpload.prototype); let upload_name = globalMy.setfoundName(upload); globalMy.value[name]["upload"] = upload; globalMy.value[upload_name]["onabort"] = null; globalMy.value[upload_name]["onerror"] = null; globalMy.value[upload_name]["onload"] = null; globalMy.value[upload_name]["onloadend"] = null; globalMy.value[upload_name]["onloadstart"] = null; globalMy.value[upload_name]["onprogress"] = null; globalMy.value[upload_name]["ontimeout"] = null; globalMy.value[upload_name]["onabort"] = null; globalMy.value[upload_name]["onabort"] = null; return xhr; } globalMy.WebSocket = function WebSocket(x) { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> WebSocket, ", "arguments => ", arguments) } if (!new.target) { throw new TypeError("Failed to construct 'WebSocket': Please use the 'new' operator, this DOM object constructor cannot be called as a function."); } if (x === 'Create\x20WebSocket' || x === "itsgonnafail") { throw new DOMException("DOMException: Failed to construct 'WebSocket': The URL 'itsgonnafail' is invalid.") } } globalMy.MutationObserver = function MutationObserver() { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> MutationObserver, ", "arguments => ", arguments) } if (!new.target) { throw new TypeError("Failed to construct 'MutationObserver': Please use the 'new' operator, this DOM object constructor cannot be called as a function."); } if (arguments.length < 1) { throw new TypeError(`Failed to construct 'MutationObserver': 1 argument required, but only 0 present.`) } var callback_function = arguments[0]; var result = new globalMy.dom_window.MutationObserver(callback); var name = globalMy.setfoundName(this); globalMy.jsdom_element[name] = result; result = this; function callback() { var args = []; args[0] = []; var length = arguments[0].length; var name_; for (var i = 0; i < length; i++) { name_ = globalMy.foundJsdomName(arguments[0][i], "MutationRecord"); args[0][i] = globalMy.element[name_]; } args[1] = result; // debugger; // callback_function.apply(result, args); } return this; } globalMy.OfflineAudioContext = function OfflineAudioContext() { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> OfflineAudioContext, ", "arguments => ", arguments) } var offlineAudioContext = this; Object.setPrototypeOf(offlineAudioContext, OfflineAudioContext.prototype); var name = globalMy.setfoundName(offlineAudioContext); globalMy.value[name]["audioWorklet"] = {}; Object.setPrototypeOf(globalMy.value[name]["audioWorklet"], AudioWorklet.prototype); globalMy.value[name]["currentTime"] = 0; globalMy.value[name]["length"] = arguments[1]; globalMy.value[name]["sampleRate"] = arguments[2]; globalMy.value[name]["state"] = "running"; globalMy.value[name]["onstatechange"] = null; globalMy.value[name]["oncomplete"] = null; globalMy.value[name]["destination"] = {}; Object.setPrototypeOf(globalMy.value[name]["destination"], AudioDestinationNode.prototype); var obj_name = globalMy.setfoundName(globalMy.value[name]["destination"]); globalMy.value[obj_name]["context"] = offlineAudioContext; globalMy.value[obj_name]["channelCount"] = 1; globalMy.value[obj_name]["channelCountMode"] = "explicit"; globalMy.value[obj_name]["channelInterpretation"] = "speakers"; globalMy.value[obj_name]["maxChannelCount"] = 1; globalMy.value[obj_name]["numberOfInputs"] = 1; globalMy.value[obj_name]["numberOfOutputs"] = 0; return offlineAudioContext; } globalMy.AudioContext = function AudioContext() { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> AudioContext, ", "arguments => ", arguments) } var audioContext = this; Object.setPrototypeOf(audioContext, AudioContext.prototype); var name = globalMy.setfoundName(audioContext); globalMy.value[name]["audioWorklet"] = {}; Object.setPrototypeOf(globalMy.value[name]["audioWorklet"], AudioWorklet.prototype); globalMy.value[name]["currentTime"] = 1.4613333333333334; globalMy.value[name]["sampleRate"] = 48000; globalMy.value[name]["baseLatency"] = 0.01; globalMy.value[name]["state"] = "running"; globalMy.value[name]["oncomplete"] = null; globalMy.value[name]["outputLatency"] = 0.04; globalMy.value[name]["listener"] = {}; Object.setPrototypeOf(globalMy.value[name]["listener"], AudioListener.prototype); globalMy.value[name]["destination"] = {}; Object.setPrototypeOf(globalMy.value[name]["destination"], AudioDestinationNode.prototype); var obj_name = globalMy.setfoundName(globalMy.value[name]["destination"]); globalMy.value[obj_name]["context"] = audioContext; globalMy.value[obj_name]["channelCount"] = 2; globalMy.value[obj_name]["channelCountMode"] = "explicit"; globalMy.value[obj_name]["channelInterpretation"] = "speakers"; globalMy.value[obj_name]["maxChannelCount"] = 2; globalMy.value[obj_name]["numberOfInputs"] = 1; globalMy.value[obj_name]["numberOfOutputs"] = 0; return audioContext; } globalMy.OffscreenCanvas = function OffscreenCanvas(width, height) { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> OffscreenCanvas, ", "arguments => ", arguments) } var offscreenCanvas = this; Object.setPrototypeOf(offscreenCanvas, OffscreenCanvas.prototype); var name = globalMy.setfoundName(offscreenCanvas); globalMy.value[name].width = width; globalMy.value[name].height = height; globalMy.value[name].oncontextlost = null; globalMy.value[name].oncontextrestored = null; return OffscreenCanvas; } /* 这个旧版框架没实现 */ globalMy.Worker = function Worker() { if (globalMy.is_log) { globalMy.console.log("[*] new 构造函数 -> Worker, ", "arguments => ", arguments) } throw new Error(`Failed to construct 'Worker': Access to the script at '${arguments[0]}' is denied by the document's Content Security Policy.`) } ================================================ FILE: util/cover_function.js ================================================ // 函数实现, 对dump下来的函数进行覆盖. 怕到时候框架固定的写法会变, 所以实现的方法单独放在这个js里. 到时候好实现迁移 // isTrusted globalMy.event_get_isTrusted = function () { if (!(this instanceof Event)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundEventName(this); result = globalMy.event_value[foundName]['isTrusted']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了event_get_isTrusted, result => ', '' + result); } return result; } // IDBRequest globalMy.IDBRequest_get_result = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['result']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBRequest_get_result,result => ', '' + result); } return result; }; // IDBFactory globalMy.IDBFactory_open = function () { var result; //这里写方法实体 var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], IDBOpenDBRequest.prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了IDBFactory_open, arguments => ', arguments, ' result => ', '' + result); } return result; }; // IDBTransaction globalMy.IDBTransaction_objectStore = function () { let result; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], IDBObjectStore.prototype); result = globalMy.element[name]; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_objectStore, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.IDBTransaction_get_objectStoreNames = function () { let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['objectStoreNames']; if (globalMy.is_log) { console.log('[*] 调用了IDBTransaction_get_objectStoreNames,result => ', result); } return result; }; // IDBObjectStore globalMy.IDBObjectStore_put = function () { let result; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], IDBRequest.prototype); result = globalMy.element[name]; if (globalMy.is_log) { console.log('[*] 调用了IDBObjectStore_put, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // DOMTokenList // globalMy.DOMTokenList_contains = function () { // let result; // //这里写方法实体 // if (arguments[0] == "EkcP") result = true; // // if (globalMy.is_log) { // console.log('[*] 调用了DOMTokenList_contains, arguments => ' + JSON.stringify(arguments) + ' result => ', result); // } // return result; // }; // Database globalMy.Database_transaction = function () { let result; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], IDBTransaction.prototype); result = globalMy.element[name]; if (globalMy.is_log) { console.log('[*] 调用了Database_transaction, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // WebGLRenderingContext globalMy.WebGLRenderingContext_getExtension = function (tagName) { var result; //这里写方法实体 var o = { "ANGLE_instanced_arrays": "ANGLEInstancedArrays", "EXT_blend_minmax": "EXTBlendMinMax", "EXT_color_buffer_half_float": "EXTColorBufferHalfFloat", "EXT_disjoint_timer_query": "EXTDisjointTimerQuery", "EXT_float_blend": "EXTFloatBlend", "EXT_frag_depth": "EXTFragDepth", "EXT_shader_texture_lod": "EXTShaderTextureLOD", "EXT_texture_compression_bptc": "EXTTextureCompressionBPTC", "EXT_texture_compression_rgtc": "EXTTextureCompressionRGTC", "EXT_texture_filter_anisotropic": "EXTTextureFilterAnisotropic", "EXT_sRGB": "EXTsRGB", "KHR_parallel_shader_compile": "KHRParallelShaderCompile", "OES_element_index_uint": "OESElementIndexUint", "OES_fbo_render_mipmap": "OESFboRenderMipmap", "OES_standard_derivatives": "OESStandardDerivatives", "OES_texture_float": "OESTextureFloat", "OES_texture_float_linear": "OESTextureFloatLinear", "OES_texture_half_float": "OESTextureHalfFloat", "OES_texture_half_float_linear": "OESTextureHalfFloatLinear", "OES_vertex_array_object": "OESVertexArrayObject", "WEBGL_color_buffer_float": "WebGLColorBufferFloat", "WEBGL_compressed_texture_s3tc": "WebGLCompressedTextureS3TC", "WEBGL_compressed_texture_s3tc_srgb": "WebGLCompressedTextureS3TCsRGB", "WEBGL_debug_renderer_info": "WebGLDebugRendererInfo", "WEBGL_debug_shaders": "WebGLDebugShaders", "WEBGL_depth_texture": "WebGLDepthTexture", "WEBGL_draw_buffers": "WebGLDrawBuffers", "WEBGL_lose_context": "WebGLLoseContext", "WEBGL_multi_draw": "WebGLMultiDraw" }; var prototype_name = o[tagName]; if (!prototype_name) { result = null; } else { var name = globalMy.setfoundName({}); result = globalMy.element[name]; Object.setPrototypeOf(result, Utils[`${prototype_name}_prototype`]); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getExtension, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getSupportedExtensions = function () { var result; //这里写方法实体 result = globalMy.memory.supportedExtensions; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getSupportedExtensions, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getShaderPrecisionFormat = function (a, b) { var result; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], WebGLShaderPrecisionFormat.prototype); var r1 = { precision: 23, rangeMax: 127, rangeMin: 127 }; var r2 = { precision: 0, rangeMax: 30, rangeMin: 31 }; result = globalMy.element[name]; // if (number2 === 36338 || number2 === 36337 || number2 === 36336) { // webGLShaderPrecisionFormat = { // precision: 23, // rangeMax: 127, // rangeMin: 127 // }; // } else if (number2 === 36341 || number2 === 36340 || number2 === 36339) { // webGLShaderPrecisionFormat = { // precision: 0, // rangeMax: 30, // rangeMin: 31 // }; // } if (a == 35633 && b == 36338) { globalMy.value[name] = r1; return result; } if (a == 35633 && b == 36337) { globalMy.value[name] = r1; return result; } if (a == 35633 && b == 36336) { globalMy.value[name] = r1; return result; } if (a == 35633 && b == 36341) { globalMy.value[name] = r2; return result; } if (a == 35633 && b == 36340) { globalMy.value[name] = r2; return result; } if (a == 35633 && b == 36339) { globalMy.value[name] = r2; return result; } if (a == 35632 && b == 36338) { globalMy.value[name] = r1; return result; } if (a == 35632 && b == 36337) { globalMy.value[name] = r1; return result; } if (a == 35632 && b == 36336) { globalMy.value[name] = r1; return result; } if (a == 35632 && b == 36341) { globalMy.value[name] = r2; return result; } if (a == 35632 && b == 36340) { globalMy.value[name] = r2; return result; } if (a == 35632 && b == 36339) { globalMy.value[name] = r2; return result; } debugger; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getShaderPrecisionFormat, arguments => ', arguments, ' result => ' + webGLShaderPrecisionFormat); } return result; }; globalMy.WebGLRenderingContext_getParameter = function () { let key = arguments[0]; var result; //这里写方法实体 if (key == 37445) { result = "Google Inc. (NVIDIA)"; } if (key == 37446) { result = "ANGLE (NVIDIA, NVIDIA GeForce GTX 1050 Ti Direct3D11 vs_5_0 ps_5_0, D3D11-27.21.14.5671)"; } if (key == 33902) { result = new Float32Array([1, 1]); } if (key == 33901) { result = new Float32Array([1, 1024]); } if (key == 35661) { result = 32; } if (key == 34047) { result = 16; } if (key == 34076) { result = 16384; } if (key == 36349) { result = 1024; } if (key == 34024) { result = 16384; } if (key == 34930) { result = 16; } if (key == 3379) { result = 16384; } if (key == 36348) { result = 30; } if (key == 34921) { result = 16; } if (key == 35660) { result = 16; } if (key == 36347) { result = 4095; } if (key == 3386) { result = new Int32Array([32767, 32767]); } if (key == 3410) { result = 8; } if (key == 7937) { result = "WebKit WebGL"; } if (key == 35724) { result = "WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium)"; } if (key == 3415) { result = 0; } if (key == 7936) { result = "WebKit"; } if (key == 7938) { result = "WebGL 1.0 (OpenGL ES 2.0 Chromium)"; } if (key == 3411) { result = 8; } if (key == 3412) { result = 8; } if (key == 3413) { result = 8; } if (key == 3414) { result = 24; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getParameter, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createBuffer = function () { var result; //这里写方法实体 var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], WebGLBuffer.prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createBuffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createProgram = function () { var result; //这里写方法实体 var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], WebGLProgram.prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createProgram, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_createShader = function () { var result; //这里写方法实体 var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], WebGLShader.prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_createShader, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getAttribLocation = function () { var result; //这里写方法实体 result = 0; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getAttribLocation, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getUniformLocation = function () { var result; //这里写方法实体 var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], WebGLUniformLocation.prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getUniformLocation, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.WebGLRenderingContext_getContextAttributes = function () { if (!(this instanceof WebGLRenderingContext)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 result = { "alpha": true, "antialias": true, "depth": true, "desynchronized": false, "failIfMajorPerformanceCaveat": false, "powerPreference": "default", "premultipliedAlpha": true, "preserveDrawingBuffer": false, "stencil": false, "xrCompatible": false }; if (globalMy.is_log) { globalMy.console.log('[*] 调用了WebGLRenderingContext_getContextAttributes, arguments => ', arguments, ' result => ', '' + result); } return result; }; // WebGL2RenderingContext globalMy.WebGL2RenderingContext_createShader = function () { if (!(this instanceof WebGL2RenderingContext)) { throw new TypeError("Illegal invocation"); } let result; //这里写方法实体 var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], WebGLShader.prototype); result = globalMy.element[name]; if (globalMy.is_log) { console.log('[*] 调用了WebGL2RenderingContext_createShader, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } // Navigator globalMy.Navigator_getBattery = function () { if (!(this instanceof Navigator)) { throw new TypeError("Illegal invocation"); } //这里写方法实体 delete Navigator.prototype.getBattery; let result = new Promise((resolve, reject) => { var arg = {}; Object.setPrototypeOf(arg, BatteryManager.prototype); var name = globalMy.setfoundName(arg); globalMy.value[name]['charging'] = true; globalMy.value[name]['chargingTime'] = 0; globalMy.value[name]['dischargingTime'] = Infinity; globalMy.value[name]['level'] = 1; resolve(arg); }); if (globalMy.is_log) { globalMy.console.log('[*] 调用了Navigator_getBattery, arguments => ', arguments, ' result => ', '' + result); } return result; }; // EventTarget globalMy.EventTarget_addEventListener = function () { if (!(this instanceof EventTarget)) { throw new TypeError("Illegal invocation"); } var result; let type = arguments[0]; let callback = arguments[1]; //这里写方法实体 if (!(type in globalMy.memory.listeners)) { globalMy.memory.listeners[type] = []; } globalMy.memory.listeners[type].push(callback); if (globalMy.is_log) { globalMy.console.log('[*] 调用了EventTarget_addEventListener, arguments => ', arguments, ", 调用者 ->", this + ''); } return result; }; globalMy.EventTarget_dispatchEvent = function () { if (!(this instanceof EventTarget)) { throw new TypeError("Illegal invocation"); } var result = true; //这里写方法实体 let event = arguments[0]; let type = event.type; if (globalMy.is_log) { globalMy.console.log('[*] 调用了EventTarget_dispatchEvent, arguments => ', arguments, ", type =>", type); } if (!(type in globalMy.memory.listeners)) { } else { var stack = globalMy.memory.listeners[type]; for (var i = 0, l = stack.length; i < l; i++) { stack[i].call(this, event); } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了EventTarget_dispatchEvent, result => ', result); } return result; }; globalMy.EventTarget_removeEventListener = function () { if (!(this instanceof EventTarget)) { throw new TypeError("Illegal invocation"); } var result; let type = arguments[0]; let callback = arguments[1]; //这里写方法实体 if (!(type in globalMy.memory.listeners)) { return; } var stack = globalMy.memory.listeners[type]; for (var i = 0, l = stack.length; i < l; i++) { if (stack[i] === callback) { stack.splice(i, 1); return this.removeEventListener(type, callback); } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了EventTarget_removeEventListener, arguments => ', arguments, ' result => ', '' + result); } return result; }; // HTMLCanvasElement globalMy.HTMLCanvasElement_getContext = function (tag_name) { // debugger; if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_getContext, arguments => ', arguments); } var result; //这里写方法实体 tag_name = tag_name.toLowerCase(); var name = globalMy.foundName(this); if (tag_name == "webgl" || tag_name == "experimental-webgl") { globalMy.value[name]['toDataURL'] = globalMy.memory.canvas_webgl_fingerprint; var webGLRenderingContext = {}; Object.setPrototypeOf(webGLRenderingContext, WebGLRenderingContext.prototype); name = globalMy.setfoundName(webGLRenderingContext); globalMy.value[name]['drawingBufferColorSpace'] = 'srgb'; globalMy.value[name]['unpackColorSpace'] = 'srgb'; globalMy.value[name]["canvas"] = this; globalMy.value[name]["drawingBufferHeight"] = 150; globalMy.value[name]["drawingBufferWidth"] = 300; result = webGLRenderingContext; } else if (tag_name == "2d") { var this_ = globalMy.jsdom_element[name]; result = this_.getContext.apply(this_, arguments); name = globalMy.setfoundName({}); globalMy.jsdom_element[name] = result; Object.setPrototypeOf(globalMy.element[name], CanvasRenderingContext2D.prototype); result = globalMy.element[name]; } else if (tag_name == "webgl2") { var webGL2RenderingContext = {}; Object.setPrototypeOf(webGL2RenderingContext, WebGL2RenderingContext.prototype); name = globalMy.setfoundName(webGL2RenderingContext); globalMy.value[name]['drawingBufferColorSpace'] = 'srgb'; globalMy.value[name]['unpackColorSpace'] = 'srgb'; globalMy.value[name]["canvas"] = this; globalMy.value[name]["drawingBufferHeight"] = 150; globalMy.value[name]["drawingBufferWidth"] = 300; result = webGL2RenderingContext; } else { debugger; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_getContext', ' result => ', '' + result); } return result; }; globalMy.HTMLCanvasElement_toDataURL = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_toDataURL, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); // 判断是不是webgl的canvas获取图片 result = globalMy.value[name]["toDataURL"]; if (!result) { var this_ = globalMy.jsdom_element[name]; result = this_.toDataURL.apply(this_, arguments); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLCanvasElement_toDataURL ' + ' result => ', '' + result); } return result; }; // CanvasRenderingContext2D globalMy.CanvasRenderingContext2D_set_fillStyle = function (val) { if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fillStyle, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['fillStyle'] = val; } else { switch (typeof val) { case "string": globalMy.jsdom_element[foundName]['fillStyle'] = val; break; case "object": var name = globalMy.foundName(val); globalMy.jsdom_element[foundName]['fillStyle'] = globalMy.jsdom_element[name]; break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_fillStyle' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_createRadialGradient = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createRadialGradient, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createRadialGradient.apply(this_, arguments); if (result == undefined || result == null) { } else { name = globalMy.foundJsdomName(result, "CanvasGradient"); Object.setPrototypeOf(globalMy.element[name], CanvasGradient.prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createRadialGradient ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_measureText = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_measureText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.measureText.apply(this_, arguments); if (result == undefined || result == null) { } else { var textMetrics = {}; Object.setPrototypeOf(textMetrics, TextMetrics.prototype); var result_name = globalMy.setfoundName(textMetrics); for (var i in result) { globalMy.value[result_name][i] = result[i]; } result = textMetrics; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_measureText ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_createLinearGradient = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createLinearGradient, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createLinearGradient.apply(this_, arguments); if (result == undefined || result == null) { } else { var result_name = globalMy.foundJsdomName(result, "CanvasGradient"); result = globalMy.element[result_name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_createLinearGradient ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_set_strokeStyle = function (val) { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_strokeStyle, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null || typeof val == "string") { globalMy.jsdom_element[foundName]['strokeStyle'] = val; } else { var name = globalMy.foundName(val); globalMy.jsdom_element[foundName]['strokeStyle'] = globalMy.jsdom_element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_set_strokeStyle' + ' result => ', '' + result); } }; globalMy.CanvasRenderingContext2D_getImageData = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getImageData, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getImageData.apply(this_, arguments); if (result == undefined || result == null) { } else { var result_name = globalMy.foundJsdomName(result, "ImageData"); result = globalMy.element[result_name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_getImageData ' + ' result => ', '' + result); } return result; }; globalMy.CanvasRenderingContext2D_fillText = function () { if (!(this instanceof CanvasRenderingContext2D)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fillText, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; if (arguments[0] == '🏴󠁧󠁢󠁥󠁮󠁧󠁿') { debugger; arguments[0] = ''; } result = this_.fillText.apply(this_, arguments); if (result == undefined || result == null) { } else { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了CanvasRenderingContext2D_fillText ' + ' result => ', '' + result); } return result; }; // CharacterData 感觉有问题 globalMy.CharacterData_get_previousElementSibling = function () { var result; result = globalMy.Element_get_previousElementSibling.apply(this, arguments); if (globalMy.is_log) { globalMy.console.log('[*] 调用了CharacterData_get_previousElementSibling,result => ', '' + result); } return result; }; globalMy.CharacterData_get_nextElementSibling = function () { var result; result = globalMy.Element_get_nextElementSibling.apply(this, arguments); if (globalMy.is_log) { globalMy.console.log('[*] 调用了CharacterData_get_nextElementSibling,result => ', '' + result); } return result; }; // NavigatorUAData globalMy.NavigatorUAData_getHighEntropyValues = function () { var result; result = new Promise((resolve, reject) => { let arg = { "architecture": "x86", "bitness": "64", "brands": [{ "brand": "Chromium", "version": "106" }, { "brand": "Google Chrome", "version": "106" }, { "brand": "Not;A=Brand", "version": "99" }], "mobile": false, "model": "", "platform": "Windows", "platformVersion": "10.0.0", "uaFullVersion": "106.0.5249.91" }; resolve(arg); }); //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了NavigatorUAData_getHighEntropyValues, arguments => ', arguments, ' result => ', '' + result); } return result; }; // XMLHttpRequest globalMy.XMLHttpRequest_open = function () { var result; //这里写方法实体 var foundName = globalMy.foundName(this); globalMy.value[foundName]['readyState'] = 1; if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_open, arguments => ' + arguments[0] + " , " + arguments[1] + ' result => ', '' + result); } return result; }; globalMy.XMLHttpRequest_send = function () { var result; //这里写方法实体 var foundName = globalMy.foundName(this); var this_ = this; setTimeout(function () { globalMy.value[foundName]['readyState'] = 2; this_.onreadystatechange(); }, 0); setTimeout(function () { globalMy.value[foundName]['readyState'] = 3; this_.onreadystatechange(); }, 0); setTimeout(function () { globalMy.value[foundName]['responseText'] = "{\"tn\":\"T2gAUWfFYei6qQeIehIPRVtmA7yUjyIA12vsB0muboEYBq1vwf9I0-wQYCuBSGiEtPA=\",\"id\":\"GD0203180ACE20CCE2FB62694D91B73E3A58F0B026588623A1D\"}"; globalMy.value[foundName]['response'] = "{\"tn\":\"T2gAUWfFYei6qQeIehIPRVtmA7yUjyIA12vsB0muboEYBq1vwf9I0-wQYCuBSGiEtPA=\",\"id\":\"GD0203180ACE20CCE2FB62694D91B73E3A58F0B026588623A1D\"}"; globalMy.value[foundName]['readyState'] = 4; this_.onreadystatechange(); }, 0); if (globalMy.is_log) { globalMy.console.log('[*] 调用了XMLHttpRequest_send, arguments => ' + arguments[0] + " , " + arguments[1] + ' result => ', '' + result); } return result; }; // Storage globalMy.Storage_getItem = function () { var result; var tagName = arguments[0]; //这里写方法实体 result = this[tagName + '']; if (result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_getItem, arguments => ' + tagName + ' result => ', '' + result); } return result; }; globalMy.Storage_key = function (index) { var result = Object.keys(this)[index]; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_key, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Storage_removeItem = function () { var result; //这里写方法实体 let tagName = arguments[0] + ''; delete this[tagName]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_removeItem, arguments => ' + tagName + ' result => ', '' + result); } return result; }; globalMy.Storage_setItem = function () { var result; //这里写方法实体 var foundName = globalMy.foundName(this); globalMy.value[foundName].length += 1; let tagName = arguments[0]; let val = arguments[1]; this[tagName + ''] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_setItem, arguments => ' + tagName + " , " + val + ' result => ', '' + result); } return result; }; globalMy.Storage_get_length = function () { var result; var foundName = globalMy.foundName(this); var keys = Object.keys(this); result = keys.length; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Storage_get_length,result => ', '' + result); } return result; }; // SpeechSynthesis globalMy.SpeechSynthesis_getVoices = function () { var result; //这里写方法实体 let track = []; let p = {}; let obj_name; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Microsoft Huihui - Chinese (Simplified, PRC)'; globalMy.value[obj_name].name = 'Microsoft Huihui - Chinese (Simplified, PRC)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = true; globalMy.value[obj_name].default = true; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Microsoft Kangkang - Chinese (Simplified, PRC)'; globalMy.value[obj_name].name = 'Microsoft Kangkang - Chinese (Simplified, PRC)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = true; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Microsoft Yaoyao - Chinese (Simplified, PRC)'; globalMy.value[obj_name].name = 'Microsoft Yaoyao - Chinese (Simplified, PRC)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = true; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google Deutsch'; globalMy.value[obj_name].name = 'Google Deutsch'; globalMy.value[obj_name].lang = 'de-DE'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google US English'; globalMy.value[obj_name].name = 'Google US English'; globalMy.value[obj_name].lang = 'en-US'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google UK English Female'; globalMy.value[obj_name].name = 'Google UK English Female'; globalMy.value[obj_name].lang = 'en-GB'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google UK English Male'; globalMy.value[obj_name].name = 'Google UK English Male'; globalMy.value[obj_name].lang = 'en-GB'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google español'; globalMy.value[obj_name].name = 'Google español'; globalMy.value[obj_name].lang = 'es-ES'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google español de Estados Unidos'; globalMy.value[obj_name].name = 'Google español de Estados Unidos'; globalMy.value[obj_name].lang = 'es-US'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google français'; globalMy.value[obj_name].name = 'Google français'; globalMy.value[obj_name].lang = 'fr-FR'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google हिन्दी'; globalMy.value[obj_name].name = 'Google हिन्दी'; globalMy.value[obj_name].lang = 'hi-IN'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google Bahasa Indonesia'; globalMy.value[obj_name].name = 'Google Bahasa Indonesia'; globalMy.value[obj_name].lang = 'id-ID'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google italiano'; globalMy.value[obj_name].name = 'Google italiano'; globalMy.value[obj_name].lang = 'it-IT'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 日本語'; globalMy.value[obj_name].name = 'Google 日本語'; globalMy.value[obj_name].lang = 'ja-JP'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 한국의'; globalMy.value[obj_name].name = 'Google 한국의'; globalMy.value[obj_name].lang = 'ko-KR'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google Nederlands'; globalMy.value[obj_name].name = 'Google Nederlands'; globalMy.value[obj_name].lang = 'nl-NL'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google polski'; globalMy.value[obj_name].name = 'Google polski'; globalMy.value[obj_name].lang = 'pl-PL'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google português do Brasil'; globalMy.value[obj_name].name = 'Google português do Brasil'; globalMy.value[obj_name].lang = 'pt-BR'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google русский'; globalMy.value[obj_name].name = 'Google русский'; globalMy.value[obj_name].lang = 'ru-RU'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 普通话(中国大陆)'; globalMy.value[obj_name].name = 'Google 普通话(中国大陆)'; globalMy.value[obj_name].lang = 'zh-CN'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 粤語(香港)'; globalMy.value[obj_name].name = 'Google 粤語(香港)'; globalMy.value[obj_name].lang = 'zh-HK'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); p = {}; Object.setPrototypeOf(p, globalMy.SpeechSynthesisVoice.prototype); obj_name = globalMy.setfoundName(p); globalMy.value[obj_name].voiceURI = 'Google 國語(臺灣)'; globalMy.value[obj_name].name = 'Google 國語(臺灣)'; globalMy.value[obj_name].lang = 'zh-TW'; globalMy.value[obj_name].localService = false; globalMy.value[obj_name].default = false; track.push(p); if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.SpeechSynthesis_getVoices, arguments => ', arguments, ' result => ' + track); } return track; }; // PluginArray globalMy.PluginArray_item = function () { var result; //这里写方法实体 let i = arguments[0] % 4294967296; result = this[i]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PluginArray_item, arguments => ' + i + ' result => ', '' + result); } return result; }; globalMy.PluginArray_namedItem = function (key) { var result; //这里写方法实体 result = this[key]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PluginArray_namedItem, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.PluginArray_get_length = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['length']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了PluginArray_get_length,result => ', '' + result); } // return 3; return result; }; // Plugin globalMy.Plugin_item = function () { var result; //这里写方法实体 result = this[arguments[0]]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Plugin_item, arguments => ', arguments, ' result => ', '' + result); } return result; }; // Element globalMy.Element_get_children = function () { var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.children; name = globalMy.foundJsdomName(result); var children = globalMy.element[name]; var old_length = !globalMy.value[name].length ? 0 : globalMy.value[name].length; var length = result.length; globalMy.value[name].length = length; if (result == undefined || result == null) { } else { for (var i = 0; i < length; i++) { name = globalMy.foundJsdomName(result[i]); children[i] = globalMy.element[name]; } for (; old_length > length; old_length--) { delete children[old_length - 1]; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_children,result => ', '' + children); } return children; }; globalMy.Element_get_firstElementChild = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.firstElementChild; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_firstElementChild,result => ', '' + result); } return result; }; globalMy.Element_get_lastElementChild = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.lastElementChild; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_lastElementChild ,result => ', '' + result); } return result; }; globalMy.Element_get_previousElementSibling = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.previousElementSibling; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_previousElementSibling,result => ', '' + result); } return result; }; globalMy.Element_get_nextElementSibling = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.nextElementSibling; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_nextElementSibling,result => ', '' + result); } return result; }; globalMy.Element_getBoundingClientRect = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getBoundingClientRect, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getBoundingClientRect.apply(this_, arguments); if (result == undefined || result == null) { } else { } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getBoundingClientRect ' + ' result => ', result); } return result; }; globalMy.Element_set_innerHTML = function (val) { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_innerHTML, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); globalMy.jsdom_element[foundName]['innerHTML'] = val; // var jsdom_tree = globalMy.getJsdomTree(globalMy.jsdom_element[foundName]); // var length = jsdom_tree.length; // for (var i = 1; i < length; i++) { // var construct = jsdom_tree[i].__proto__[Symbol.toStringTag]; // var name = globalMy.setfoundName({}); // Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); // globalMy.jsdom_element[name] = jsdom_tree[i]; // } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_set_innerHTML' + ' result => ', '' + result); } }; globalMy.Element_getElementsByTagName = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByTagName, arguments => ', arguments); } //这里写方法实体 let tagName = arguments[0]; var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByTagName.apply(this_, arguments); var htmlCollection = {}; Object.setPrototypeOf(htmlCollection, HTMLCollection.prototype); var result_name = globalMy.setfoundName(htmlCollection); globalMy.value[result_name].length = result.length; if (result == undefined || result == null) { } else { for (var i = 0; i < globalMy.value[result_name].length; i++) { name = globalMy.foundJsdomName(result[i]); htmlCollection[i] = globalMy.element[name]; } result = htmlCollection; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_getElementsByTagName ' + ' result => ', '' + result); } return result; }; globalMy.Element_get_classList = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_classList'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['classList']; if (result != null && result != undefined) { var name = globalMy.foundJsdomName(result); Object.setPrototypeOf(globalMy.element[name], DOMTokenList.prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Element_get_classList, result => ', '' + result); } return result; }; // Node globalMy.Node_get_firstChild = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.firstChild; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_firstChild,result => ', '' + result); } return result; }; globalMy.Node_get_lastChild = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.lastChild; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_lastChild,result => ', '' + result); } return result; }; globalMy.Node_get_previousSibling = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.previousSibling; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_previousSibling,result => ', '' + result); } return result; }; globalMy.Node_get_nextSibling = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.nextSibling; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_nextSibling,result => ', '' + result); } return result; }; globalMy.Node_appendChild = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_appendChild, arguments => ', arguments); } globalMy.tree_is_change = true; var result; var parent_foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[parent_foundName]; var child_foundName = globalMy.foundName(arguments[0]); var child_ = globalMy.jsdom_element[child_foundName]; result = this_.appendChild(child_); //这里写方法实体 var construct = result.__proto__[Symbol.toStringTag]; var name = globalMy.foundJsdomName(result); Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_appendChild ', ' result => ', '' + result); } return result; }; globalMy.Node_removeChild = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_removeChild, arguments => ', arguments); } globalMy.tree_is_change = true; var result; var parent_foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[parent_foundName]; var child_foundName = globalMy.foundName(arguments[0]); var child_ = globalMy.jsdom_element[child_foundName]; result = this_.removeChild(child_); var construct = result.__proto__[Symbol.toStringTag]; var name = globalMy.foundJsdomName(result); Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_removeChild ', ' result => ', '' + result); } return result; }; globalMy.Node_get_childNodes = function () { var result; //这里写方法实体 var name = globalMy.foundName(this); var children = globalMy.value[name].childNodes; var this_ = globalMy.jsdom_element[name]; result = this_.childNodes; var old_length; var length = result.length; if (!children) { children = globalMy.value[name]["childNodes"] = {}; Object.setPrototypeOf(children, NodeList.prototype); var obj_name = globalMy.setfoundName(children); globalMy.value[obj_name].length = length; old_length = length; globalMy.jsdom_element[obj_name] = result; } else { var childNodes_name = globalMy.foundName(children) old_length = globalMy.value[childNodes_name].length; globalMy.value[childNodes_name].length = length; } if (result == undefined || result == null) { } else { for (var i = 0; i < length; i++) { name = globalMy.foundJsdomName(result[i]); children[i] = globalMy.element[name]; } for (; old_length > length; old_length--) { delete children[old_length - 1]; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_childNodes,result => ', '' + children); } return children; }; globalMy.Node_cloneNode = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_cloneNode, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.cloneNode.apply(this_, arguments); if (result == undefined || result == null) { } else { var construct = result.__proto__[Symbol.toStringTag]; var name = globalMy.foundJsdomName(result); Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_cloneNode ' + ' result => ', '' + result); } return result; }; globalMy.Node_insertBefore = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_insertBefore, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; var args = []; var length = arguments.length; for (var i = 0; i < length; i++) { if (arguments[i] == null || arguments[i] == undefined) { continue; } name = globalMy.foundName(arguments[i]); args.push(globalMy.jsdom_element[name]); } result = this_.insertBefore.apply(this_, args); if (result == undefined || result == null) { } else { var construct = result.__proto__[Symbol.toStringTag]; var name = globalMy.foundJsdomName(result); Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_insertBefore ' + ' result => ', '' + result); } return result; }; globalMy.Node_get_parentNode = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentNode'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['parentNode']; if (result == undefined || result == null) { } else { var construct = result.__proto__[Symbol.toStringTag]; var name = globalMy.foundJsdomName(result); Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentNode, result => ', '' + result); } return result; }; globalMy.Node_get_parentElement = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentElement'); } var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; result = this_.parentElement; if (result == null || result == undefined) { } else { var name = globalMy.foundJsdomName(result); var construct = result.__proto__[Symbol.toStringTag]; Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Node_get_parentElement, result => ', '' + result); } return result; }; // Document globalMy.Document_get_hidden = function () { var result; result = false; // var foundName = globalMy.foundName(this); // result = globalMy.jsdom_element[foundName]['hidden']; // if (result != null && result != undefined) { // switch (typeof result) { // case "object": // debugger; // break // case "function": // debugger; // break // default: // break // } // } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_hidden, result => ', '' + result); } return result; }; globalMy.Document_get_all = function () { var result; var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; // 遍历根节点 // if (!globalMy.tree_is_change) return globalMy.value[foundName].all; var name = globalMy.foundName(globalMy.value[foundName].all); var old_length = globalMy.value[name].length; var dom_tree = globalMy.getJsdomTree(this_.documentElement); var length = dom_tree.length; for (var i = 0; i < length; i++) { globalMy.value[foundName].all[i] = globalMy.element[globalMy.foundJsdomName(dom_tree[i])]; } for (; old_length > length; old_length--) { delete globalMy.value[foundName].all[old_length - 1]; } result = globalMy.value[foundName].all; globalMy.value[name].length = length; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_all, arguments => ', arguments); } return result; }; globalMy.Document_createEvent = function (type) { var result; //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createEvent, arguments => ', arguments); } switch (type) { case "TouchEvent": // globalMy.call_error("Failed to execute 'createEvent' on 'Document': The provided event type ('TouchEvent') is invalid.", "DOMException: "); throw new DOMException("DOMException: Failed to execute 'createEvent' on 'Document': The provided event type ('TouchEvent') is invalid.") case "CustomEvent": result = globalMy.createEvent(type); break case "UIEvent": result = globalMy.createEvent(type); break } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createEvent, result => ', result + ''); } return result; }; globalMy.Document_createElement = function () { var result; //这里写方法实体 var tag_name = arguments[0].toLowerCase() + ''; var type; switch (tag_name) { case "abbr": type = HTMLElement; break; case "address": type = HTMLElement; break; case "article": type = HTMLElement; break; case "aside": type = HTMLElement; break; case "b": type = HTMLElement; break; case "bdi": type = HTMLElement; break; case "bdo": type = HTMLElement; break; case "cite": type = HTMLElement; break; case "code": type = HTMLElement; break; case "dd": type = HTMLElement; break; case "dfn": type = HTMLElement; break; case "dt": type = HTMLElement; break; case "em": type = HTMLElement; break; case "figcaption": type = HTMLElement; break; case "figure": type = HTMLElement; break; case "footer": type = HTMLElement; break; case "header": type = HTMLElement; break; case "hgroup": type = HTMLElement; break; case "i": type = HTMLElement; break; case "kbd": type = HTMLElement; break; case "main": type = HTMLElement; break; case "mark": type = HTMLElement; break; case "nav": type = HTMLElement; break; case "noscript": type = HTMLElement; break; case "rp": type = HTMLElement; break; case "rt": type = HTMLElement; break; case "ruby": type = HTMLElement; break; case "s": type = HTMLElement; break; case "samp": type = HTMLElement; break; case "section": type = HTMLElement; break; case "small": type = HTMLElement; break; case "strong": type = HTMLElement; break; case "sub": type = HTMLElement; break; case "summary": type = HTMLElement; break; case "sup": type = HTMLElement; break; case "u": type = HTMLElement; break; case "var": type = HTMLElement; break; case "wbr": type = HTMLElement; break; case "a": type = HTMLAnchorElement; break; case "img": type = HTMLImageElement; break; case "font": type = HTMLFontElement; break; case "output": type = HTMLOutputElement; break; case "area": type = HTMLAreaElement; break; case "input": type = HTMLInputElement; break; case "form": type = HTMLFormElement; break; case "p": type = HTMLParagraphElement; break; case "audio": type = HTMLAudioElement; break; case "label": type = HTMLLabelElement; break; case "frame": type = HTMLFrameElement; break; case "param": type = HTMLParamElement; break; case "base": type = HTMLBaseElement; break; case "legend": type = HTMLLegendElement; break; case "frameset": type = HTMLFrameSetElement; break; case "picture": type = HTMLPictureElement; break; case "body": type = HTMLBodyElement; break; case "li": type = HTMLLIElement; break; case "h1": type = HTMLHeadingElement; break; case "h2": type = HTMLHeadingElement; break; case "h3": type = HTMLHeadingElement; break; case "h4": type = HTMLHeadingElement; break; case "h5": type = HTMLHeadingElement; break; case "h6": type = HTMLHeadingElement; break; case "listing": type = HTMLPreElement; break; case "pre": type = HTMLPreElement; break; case "xmp": type = HTMLPreElement; break; case "br": type = HTMLBRElement; break; case "link": type = HTMLLinkElement; break; case "head": type = HTMLHeadElement; break; case "progress": type = HTMLProgressElement; break; case "button": type = HTMLButtonElement; break; case "map": type = HTMLMapElement; break; case "hr": type = HTMLHRElement; break; case "blockquote": type = HTMLQuoteElement; break; case "q": type = HTMLQuoteElement; break; case "canvas": type = HTMLCanvasElement; break; case "marquee": type = HTMLMarqueeElement; break; case "html": type = HTMLHtmlElement; break; case "script": type = HTMLScriptElement; break; case "data": type = HTMLDataElement; break; case "iframe": type = HTMLIFrameElement; break; case "time": type = HTMLTimeElement; break; case "datalist": type = HTMLDataListElement; break; case "menu": type = HTMLMenuElement; break; case "select": type = HTMLSelectElement; break; case "title": type = HTMLTitleElement; break; case "details": type = HTMLDetailsElement; break; case "meta": type = HTMLMetaElement; break; case "slot": type = HTMLSlotElement; break; case "tr": type = HTMLTableRowElement; break; case "dialog": type = HTMLDialogElement; break; case "meter": type = HTMLMeterElement; break; case "source": type = HTMLSourceElement; break; case "thead": type = HTMLTableSectionElement; break; case "tbody": type = HTMLTableSectionElement; break; case "tfoot": type = HTMLTableSectionElement; break; case "dir": type = HTMLDirectoryElement; break; case "del": type = HTMLModElement; break; case "ins": type = HTMLModElement; break; case "span": type = HTMLSpanElement; break; case "template": type = HTMLTemplateElement; break; case "div": type = HTMLDivElement; break; case "object": type = HTMLObjectElement; break; case "style": type = HTMLStyleElement; break; case "textarea": type = HTMLTextAreaElement; break; case "dl": type = HTMLDListElement; break; case "ol": type = HTMLOListElement; break; case "caption": type = HTMLTableCaptionElement; break; case "track": type = HTMLTrackElement; break; case "embed": type = HTMLEmbedElement; break; case "optgroup": type = HTMLOptGroupElement; break; case "th": type = HTMLTableCellElement; break; case "td": type = HTMLTableCellElement; break; case "ul": type = HTMLUListElement; break; case "fieldset": type = HTMLFieldSetElement; break; case "option": type = HTMLOptionElement; break; case "col": type = HTMLTableColElement; break; case "colgroup": type = HTMLTableColElement; break; case "table": type = HTMLTableElement; break; case "video": type = HTMLVideoElement; break; default: //出错直接debugger,提醒又要补环境了操 // debugger; } var foundName = globalMy.foundName(this); var this_ = globalMy.jsdom_element[foundName]; var call_result = this_.createElement(tag_name); var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], type.prototype); globalMy.jsdom_element[name] = call_result; result = globalMy.element[name]; // 初始化一些重要的对象 globalMy.value[foundName]["childNodes"] = {}; Object.setPrototypeOf(globalMy.value[foundName]["childNodes"], NodeList.prototype); name = globalMy.setfoundName(globalMy.value[foundName]["childNodes"]); globalMy.value[name].length = 0; globalMy.jsdom_element[name] = call_result.childNodes; globalMy.value[foundName]["children"] = {}; Object.setPrototypeOf(globalMy.value[foundName]["children"], HTMLCollection.prototype); name = globalMy.setfoundName(globalMy.value[foundName]["children"]); globalMy.value[name].length = 0; globalMy.jsdom_element[name] = call_result.children; globalMy.value[foundName]["style"] = {}; Object.setPrototypeOf(globalMy.value[foundName]["style"], CSSStyleDeclaration.prototype); name = globalMy.setfoundName(globalMy.value[foundName]["style"]); globalMy.jsdom_element[name] = call_result.style; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createElement, arguments => ', arguments, ' result => ', 'object ' + type.prototype[Symbol.toStringTag]); } return result; }; globalMy.Document_write = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_write, arguments => ', arguments); } var result; if (this !== document) { throw new TypeError("DOMException: Failed to execute 'write' on 'Document': Only HTML documents support write()."); } globalMy.tree_is_change = true; var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.write.apply(this_, arguments); //这里写方法实体 if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_write, arguments ->', arguments, ' result => ', '' + result); } }; globalMy.Document_get_head = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['head']; if (result == undefined || result == null) { } else { var name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_head,result => ', '' + result); } return result; }; globalMy.Document_get_body = function () { var result; var foundName = globalMy.foundName(this); if (globalMy.first_get_body) { result = null; globalMy.first_get_body = false; } else { result = globalMy.jsdom_element[foundName]['body']; if (result == undefined || result == null) { } else { var name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_body,result => ', '' + result); } return result; }; globalMy.Document_get_doctype = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['doctype']; if (result == undefined || result == null) { } else { var name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_doctype,result => ', '' + result); } return result; }; globalMy.Document_get_documentElement = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['documentElement']; if (result == undefined || result == null) { } else { var name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_documentElement,result => ', '' + result); } return result; }; globalMy.Document_getElementById = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementById, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementById.apply(this_, arguments); // if (arguments[0] === "__onload__"){ debugger; } if (result == undefined || result == null) { } else { name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementById ', ' result => ', '' + result); } return result; }; globalMy.Document_getElementsByTagName = function () { //这里写方法实体 let tagName = arguments[0]; var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.getElementsByTagName.apply(this_, arguments); var htmlCollection = {}; Object.setPrototypeOf(htmlCollection, HTMLCollection.prototype); var result_name = globalMy.setfoundName(htmlCollection); globalMy.value[result_name].length = result.length; if (result == undefined || result == null) { } else { for (var i = 0; i < globalMy.value[result_name].length; i++) { name = globalMy.foundJsdomName(result[i]); htmlCollection[i] = globalMy.element[name]; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_getElementsByTagName, arguments => ', arguments, ' result => ' + htmlCollection); } return htmlCollection; }; globalMy.Document_get_scripts = function () { var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.scripts; var htmlCollection = {}; Object.setPrototypeOf(htmlCollection, HTMLCollection.prototype); var result_name = globalMy.setfoundName(htmlCollection); globalMy.value[result_name].length = result.length; if (result == undefined || result == null) { } else { for (var i = 0; i < globalMy.value[result_name].length; i++) { name = globalMy.foundJsdomName(result[i]); htmlCollection[i] = globalMy.element[name]; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_scripts,result => ', '' + result); } return htmlCollection; }; globalMy.Document_get_currentScript = function () { var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.currentScript; if (result == undefined || result == null) { result = globalMy.value[name].currentScript; if (!result) result = null; } else { var name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_currentScript,result => ', '' + result); } return result; }; globalMy.Document_set_cookie = function (val) { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_set_cookie, 传参val => ' + val); } var foundName = globalMy.foundName(this); if (val == undefined || val == null || typeof val != "string") { debugger; } else { globalMy.jsdom_element[foundName]['cookie'] = val; } }; globalMy.Document_createExpression = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createExpression, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.createExpression.apply(this_, arguments); if (result == undefined || result == null) { } else { name = globalMy.foundJsdomName(result, "XPathExpression"); result = globalMy.element[name]; // switch (typeof result) { // case "object": // debugger; // break // case "function": // debugger; // break // default: // break // } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_createExpression ' + ' result => ', 'object ' + result.__proto__[Symbol.toStringTag]); } return result; }; globalMy.Document_get_scrollingElement = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_scrollingElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['documentElement']; if (result != null && result != undefined) { var name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_scrollingElement, result => ', '' + result); } return result; }; globalMy.Document_get_activeElement = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_activeElement'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['activeElement']; if (result != null && result != undefined) { var name = globalMy.foundJsdomName(result); result = globalMy.element[name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_activeElement, result => ', '' + result); } return result; }; globalMy.Document_get_anchors = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_anchors'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['anchors']; if (result != null && result != undefined) { var htmlCollection = {}; Object.setPrototypeOf(htmlCollection, HTMLCollection.prototype); var result_name = globalMy.setfoundName(htmlCollection); globalMy.value[result_name].length = result.length; for (var i = 0; i < globalMy.value[result_name].length; i++) { name = globalMy.foundJsdomName(result[i]); htmlCollection[i] = globalMy.element[name]; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_anchors, result => ', '' + result); } return result; }; globalMy.Document_get_applets = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_applets'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['applets']; if (result != null && result != undefined) { var htmlCollection = {}; Object.setPrototypeOf(htmlCollection, HTMLCollection.prototype); var result_name = globalMy.setfoundName(htmlCollection); globalMy.value[result_name].length = result.length; for (var i = 0; i < globalMy.value[result_name].length; i++) { name = globalMy.foundJsdomName(result[i]); htmlCollection[i] = globalMy.element[name]; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_applets, result => ', '' + result); } return result; }; globalMy.Document_get_children = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_children'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['children']; if (result != null && result != undefined) { var length = result.length; var children = globalMy.value[foundName]['children']; var result_name, old_length; if (!children) { children = {}; Object.setPrototypeOf(children, HTMLCollection.prototype); result_name = globalMy.setfoundName(children); globalMy.value[foundName]['children'] = children; old_length = length; } else { result_name = globalMy.foundName(children); old_length = globalMy.value[result_name].length; } globalMy.value[result_name].length = length; for (var i = 0; i < length; i++) { var name = globalMy.foundJsdomName(result[i]); children[i] = globalMy.element[name]; } for (; old_length > length; old_length--) { delete children[old_length - 1]; } result = children; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_children, result => ', '' + result); } return result; }; globalMy.Document_get_defaultView = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_defaultView'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['defaultView']; if (result != null && result != undefined) { result = window; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_defaultView, result => ', '' + result); } return result; }; globalMy.Document_get_wasDiscarded = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_wasDiscarded'); } var result = false; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_wasDiscarded, result => ', '' + result); } return result; }; globalMy.Document_get_readyState = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_readyState'); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['readyState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_readyState, result => ', '' + result); } return result; }; globalMy.Document_querySelector = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelector, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.querySelector.apply(this_, arguments); if (result == undefined || result == null) { } else { var result_name = globalMy.foundJsdomName(result); result = globalMy.element[result_name]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelector ' + ' result => ', '' + result); } return result; }; globalMy.Document_querySelectorAll = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelectorAll, arguments => ', arguments); } var result; //这里写方法实体 var name = globalMy.foundName(this); var this_ = globalMy.jsdom_element[name]; result = this_.querySelectorAll.apply(this_, arguments); if (result == undefined || result == null) { } else { var length = result.length; var nodeList = {}; Object.setPrototypeOf(nodeList, NodeList.prototype); var result_name = globalMy.setfoundName(nodeList); globalMy.jsdom_element[result_name] = result; globalMy.value[result_name].length = length; for (var i = 0; i < length; i++) { name = globalMy.foundJsdomName(result[i]); nodeList[i] = globalMy.element[name]; } result = nodeList; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_querySelectorAll ' + ' result => ', '' + result); } return result; }; globalMy.Document_get_onselectionchange = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselectionchange'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onselectionchange']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } else result = null; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_onselectionchange, result => ', '' + result); } return result; }; globalMy.Document_get_visibilityState = function () { if (!(this instanceof Document)) { throw new TypeError("Illegal invocation"); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['visibilityState']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Document_get_visibilityState, result => ', '' + result); } return result; }; // MutationRecord globalMy.MutationRecord_get_addedNodes = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_addedNodes'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['addedNodes']; if (result != null && result != undefined) { debugger; var name = globalMy.foundJsdomName(result, "NodeList"); var length = result.length; var addedNodes = globalMy.element[name]; for (var i = 0; i < length; i++) { name = globalMy.foundJsdomName(result[i]); addedNodes[i] = globalMy.element[name]; } result = addedNodes; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了MutationRecord_get_addedNodes, result => ', '' + result); } return result; }; // HTMLElement globalMy.HTMLElement_get_style = function () { var result; var name = globalMy.foundName(this); // result = this_.style; result = globalMy.value[name]["style"]; if (!result) { var this_ = globalMy.jsdom_element[name]; result = {}; Object.setPrototypeOf(result, CSSStyleDeclaration.prototype); for (var i in globalMy.style) { result[i] = globalMy.style[i]; } result["fontFamily"] = this_.style.fontFamily; globalMy.value[name]["style"] = result; } if (globalMy.is_log) { // globalMy.console.log('[*] 调用了HTMLElement_get_style,result => ', '' + result) } return result; }; globalMy.HTMLElement_get_offsetWidth = function () { // if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetWidth'); } var result; // var name = globalMy.foundName(this); var style = this.style; var fontFamily = style.fontFamily; if (globalMy.memory.fontFamily_1.indexOf(fontFamily) > -1) { result = 1327; } else if (globalMy.memory.fontFamily_2.indexOf(fontFamily) > -1) { result = 912; } else result = 0; if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetWidth, result => ', '' + result, ", fontFamily => ", fontFamily); } return result; }; globalMy.HTMLElement_get_offsetHeight = function () { // if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetHeight'); } var result; // var name = globalMy.foundName(this); var style = this.style; var fontFamily = style.fontFamily; if (globalMy.memory.fontFamily_1.indexOf(fontFamily) > -1) { result = 151; } else if (globalMy.memory.fontFamily_2.indexOf(fontFamily) > -1) { result = 114; } else result = 0; if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_offsetHeight, result => ', '' + result, ", fontFamily => ", fontFamily); } return result; }; globalMy.HTMLElement_set_onload = function (val) { if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onload, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onload'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onload'] = callback; globalMy.value[foundName]['onload'] = val; break; default: debugger; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onload' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onload = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onload'); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onload']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onload, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onerror = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onerror, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onerror'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onerror'] = callback; globalMy.value[foundName]['onerror'] = val; break; default: // globalMy.value[foundName]['onerror'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onerror' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onerror = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onerror'); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onerror']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onerror, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onclick = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onclick, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onclick'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onclick'] = callback; globalMy.value[foundName]['onclick'] = val; break; default: globalMy.value[foundName]['onclick'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onclick' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onclick = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onclick'); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onclick']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onclick, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmousedown = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousedown, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onmousedown'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onclick'] = callback; globalMy.value[foundName]['onclick'] = val; break; default: globalMy.value[foundName]['onmousedown'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousedown' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmousedown = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousedown'); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onmousedown']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousedown, result => ', '' + result); } return result; }; globalMy.HTMLElement_get_onmouseenter = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseenter'); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onmouseenter']; if (result == undefined || result == null) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseenter, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseenter = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseenter, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onmouseenter'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onmouseenter'] = callback; globalMy.value[foundName]['onmouseenter'] = val; break; default: globalMy.value[foundName]['onmouseenter'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseenter' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseleave = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseleave'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseleave']; if (result == undefined || result == null) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseleave, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseleave = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseleave, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmouseleave'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onmouseleave'] = callback; globalMy.value[foundName]['onmouseleave'] = val; break; default: globalMy.jsdom_element[foundName]['onmouseleave'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseleave' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmousemove = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousemove'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousemove']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousemove, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmousemove = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousemove, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onmousemove'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onmousemove'] = callback; globalMy.value[foundName]['onmousemove'] = val; break; default: globalMy.jsdom_element[foundName]['onmousemove'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousemove' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseout = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseout'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseout']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseout, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseout = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseout, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onmouseout'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onmouseout'] = callback; globalMy.value[foundName]['onmouseout'] = val; break; default: globalMy.value[foundName]['onmouseout'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseout' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseover = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseover'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseover']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseover, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseover = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseover, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onmouseover'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onmouseover'] = callback; globalMy.value[foundName]['onmouseover'] = val; break; default: globalMy.value[foundName]['onmouseover'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseover' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmouseup = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseup'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmouseup']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmouseup, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmouseup = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseup, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onmouseup'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onmouseup'] = callback; globalMy.value[foundName]['onmouseup'] = val; break; default: globalMy.value[foundName]['onmouseup'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmouseup' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onmousewheel = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousewheel'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['onmousewheel']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onmousewheel, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onmousewheel = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousewheel, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.value[foundName]['onmousewheel'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onmousewheel'] = callback; globalMy.value[foundName]['onmousewheel'] = val; break; default: globalMy.value[foundName]['onmousewheel'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onmousewheel' + ' result => ', '' + result); } }; globalMy.HTMLElement_get_onselectstart = function () { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselectstart'); } var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['onselectstart']; if (result == null && result == undefined) { result = null; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_get_onselectstart, result => ', '' + result); } return result; }; globalMy.HTMLElement_set_onselectstart = function (val) { if (!(this instanceof HTMLElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselectstart, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['onselectstart'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": var callback = function () { debugger; var foundName = globalMy.foundJsdomName(this); val.apply(globalMy.element[foundName], []); } globalMy.jsdom_element[foundName]['onselectstart'] = callback; globalMy.value[foundName]['onselectstart'] = val; break; default: globalMy.jsdom_element[foundName]['onselectstart'] = val; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLElement_set_onselectstart' + ' result => ', '' + result); } }; // HTMLScriptElement globalMy.HTMLScriptElement_set_src = function (val) { if (!(this instanceof HTMLScriptElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; // 针对某滑块的 if (val.indexOf("initializeJsonp") != -1) { var func_callback = val.split("callback=")[1]; setTimeout(function () { eval(`debugger;` + func_callback + `({"result":{"msg":"success","success":true},"success":true});`) }, 0); setTimeout(() => { var onload = this.onload; if (onload) { onload.apply(this, [globalMy.createEvent("load", this)]); } }, 0); } else if (val === "https://ynuf.aliapp.org/w/wu.json") { setTimeout(function () { eval(`try{umx.wu('GBE5B6E2D8D44843ED13276FF9649C0AD2F771001A65C4AE1EF');}catch(e){} try{__fycb('GBE5B6E2D8D44843ED13276FF9649C0AD2F771001A65C4AE1EF');}catch(e){}`) }, 0); setTimeout(() => { var onload = this.onload; if (onload) { onload.apply(this, [globalMy.createEvent("load", this)]); } }, 0); } } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLScriptElement_set_src' + ' result => ', '' + result); } }; // HTMLImageElement globalMy.HTMLImageElement_set_src = function (val) { if (!(this instanceof HTMLImageElement)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_src, 传参val => ' + val); } var result; var foundName = globalMy.foundName(this); if (val == undefined || val == null) { globalMy.jsdom_element[foundName]['src'] = val; } else { switch (typeof val) { case "object": debugger; break; case "function": debugger; break; default: globalMy.jsdom_element[foundName]['src'] = val; setTimeout(() => { var onload = this.onload; if (onload) { onload.apply(this, [globalMy.createEvent("load", this)]); } }, 0); } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLImageElement_set_src' + ' result => ', '' + result); } }; // HTMLStyleElement globalMy.HTMLStyleElement_get_sheet = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_sheet'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['sheet']; var name = globalMy.foundJsdomName(result); Object.setPrototypeOf(globalMy.element[name], CSSStyleSheet.prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLStyleElement_get_sheet, result => ', '' + result); } return result; }; // HTMLMediaElement globalMy.HTMLMediaElement_canPlayType = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_canPlayType, arguments => ', arguments); } var result; //这里写方法实体 var probably = ['audio/flac', 'audio/mpeg; codecs="mp3"', 'video/mp4; codecs="avc1.42E034"', 'video/mp4; codecs="avc1.42F01E"', 'video/mp4; codecs="avc1.4D001E"', 'video/mp4; codecs="avc3.42001E"', 'video/mp4; codecs="avc3.42E01E, mp4a.40.29"', 'video/mp4; codecs="flac"', 'video/mp4; codecs="mp4a.40.02"', 'video/mp4; codecs="mp4a.40.5"', 'video/mp4; codecs="mp4a.67"', 'video/mp4; codecs="opus"', 'video/ogg; codecs="flac"', 'video/ogg; codecs="opus"', 'video/ogg; codecs="vp8"', 'video/webm; codecs="av01.0.04M.08"', 'video/webm; codecs="vp09.02.10.08"', 'video/ogg; codecs="theora"', 'video/mp4; codecs="avc1.42E01E"', 'video/webm; codecs="vp8, vorbis"', 'audio/ogg; codecs="vorbis"', 'audio/wav; codecs="1"', "audio/mpeg;"]; var maybe = ['video/mp4; codecs="avc1.42E009"', 'audio/x-m4a;audio/aac;', 'video/webm', 'video/x-m4v; codecs="avc1.42AC23"',]; if (probably.indexOf(arguments[0]) > -1) { result = "probably"; } else if (maybe.indexOf(arguments[0]) > -1) { result = "maybe"; } else { result = ""; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLMediaElement_canPlayType ' + ' result => ', '' + result); } return result; }; // CSSStyleSheet globalMy.CSSStyleSheet_get_cssRules = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_cssRules'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['cssRules']; var css_rules = []; var length = result.length; var name; for (var i = 0; i < length; i++) { name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], CSSStyleRule.prototype); // globalMy.element[name].__starts = result[i].__starts; // globalMy.element[name].__ends = result[i].__ends; globalMy.jsdom_element[name] = result[i]; css_rules[i] = globalMy.element[name]; } result = css_rules; if (globalMy.is_log) { globalMy.console.log('[*] 调用了CSSStyleSheet_get_cssRules, result => ', '' + result); } return result; }; // StyleSheet globalMy.StyleSheet_get_parentStyleSheet = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_parentStyleSheet'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['parentStyleSheet']; if (result != null && result != undefined) { switch (typeof result) { case "object": debugger; break; case "function": debugger; break; default: break; } } if (globalMy.is_log) { globalMy.console.log('[*] 调用了StyleSheet_get_parentStyleSheet, result => ', '' + result); } return result; }; // HTMLFrameElement globalMy.HTMLFrameElement_get_contentWindow = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_contentWindow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentWindow']; if (result != null && result != undefined) { var contentWindow = globalMy.value[foundName]['contentWindow']; if (!contentWindow) { result = globalMy.newWindow(globalMy.jsdom_element[foundName]); globalMy.value[foundName]['contentWindow'] = result; } else result = contentWindow; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLFrameElement_get_contentWindow, result => ', '' + result); } return result; }; // HTMLIFrame globalMy.HTMLIFrameElement_get_contentDocument = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentDocument'); } var result; result = this.contentWindow['document']; if (result != null && result != undefined) { var foundName = globalMy.foundName(result); result = globalMy.element[foundName]; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentDocument, result => ', '' + result); } return result; }; globalMy.HTMLIFrameElement_get_contentWindow = function () { if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentWindow'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['contentWindow']; if (result != null && result != undefined) { var contentWindow = globalMy.value[foundName]['contentWindow']; if (!contentWindow) { result = globalMy.newWindow(globalMy.jsdom_element[foundName]); globalMy.value[foundName]['contentWindow'] = result; } else result = contentWindow; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了HTMLIFrameElement_get_contentWindow, result => ', '' + result); } return result; }; // RTCPeerConnection globalMy.RTCPeerConnection_createDataChannel = function () { var result; //这里写方法实体 result = {}; result.__proto__ = RTCDataChannel.prototype; var name = globalMy.setfoundName(result); globalMy.value[name]['label'] = arguments[0] + ''; globalMy.value[name]['ordered'] = true; globalMy.value[name]['maxPacketLifeTime'] = null; globalMy.value[name]['maxRetransmits'] = null; globalMy.value[name]['protocol'] = ''; globalMy.value[name]['negotiated'] = false; globalMy.value[name]['id'] = null; globalMy.value[name]['readyState'] = 'connecting'; globalMy.value[name]['bufferedAmount'] = 0; globalMy.value[name]['bufferedAmountLowThreshold'] = 0; globalMy.value[name]['onopen'] = null; globalMy.value[name]['onbufferedamountlow'] = null; globalMy.value[name]['onerror'] = null; globalMy.value[name]['onclosing'] = null; globalMy.value[name]['onclose'] = null; globalMy.value[name]['onmessage'] = null; globalMy.value[name]['binaryType'] = 'arraybuffer'; globalMy.value[name]['reliable'] = true; if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_createDataChannel, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_createOffer = function () { var result; if (this == RTCPeerConnection.prototype || Utils.isProxy(this)) { throw "RTCPeerConnection_createOffer"; } //这里写方法实体 result = new Promise((resolve, reject) => { var arg = {}; Object.setPrototypeOf(arg, RTCSessionDescription.prototype); var name = globalMy.setfoundName(arg); globalMy.value[name]['type'] = "offer"; globalMy.value[name]['sdp'] = 'v=0\r\no=- 5964155708349641443 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:vpF/\r\na=ice-pwd:w1OgduOui35s/9WqWzkv7k2x\r\na=ice-options:trickle\r\na=fingerprint:sha-256 27:76:87:A1:C6:18:AF:57:69:F1:E6:5C:1D:7A:6B:48:D8:23:F1:B6:90:10:3D:89:B3:A2:27:B3:5C:0F:8E:11\r\na=setup:actpass\r\na=mid:0\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n'; // debugger; var foundName = globalMy.foundName(this); globalMy.value[foundName].localDescription = arg; globalMy.value[foundName].pendingLocalDescription = arg; globalMy.value[foundName].iceGatheringState = "gathering"; globalMy.value[foundName].signalingState = "have-local-offer"; resolve(arg); }); if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_createOffer, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.RTCPeerConnection_setLocalDescription = function () { if (!(this instanceof RTCPeerConnection)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 result = new Promise((resolve, reject) => { resolve(); }); if (globalMy.is_log) { globalMy.console.log('[*] 调用了RTCPeerConnection_setLocalDescription, arguments => ', arguments, ' result => ', '' + result); } return result; }; // Performance globalMy.Performance_now = function () { var result; //这里写方法实体 result = (Date.now() - globalMy.memory.begin_time) * 10; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_now, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_getEntries = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var name, result = []; result[0] = {}; Object.setPrototypeOf(result[0], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[0]); globalMy.value[name] = { "detail": null, "name": "theme-set", "entryType": "measure", "startTime": 0, "duration": 68.39999999850988 }; result[1] = {}; Object.setPrototypeOf(result[1], PerformanceNavigationTiming.prototype); name = globalMy.setfoundName(result[1]); globalMy.value[name] = { "unloadEventStart": 0, "unloadEventEnd": 0, "domInteractive": 32.399999998509884, "domContentLoadedEventStart": 64.80000000447035, "domContentLoadedEventEnd": 64.80000000447035, "domComplete": 70.80000000447035, "loadEventStart": 70.80000000447035, "loadEventEnd": 70.80000000447035, "type": "reload", "redirectCount": 0, "activationStart": 0, "initiatorType": "navigation", "nextHopProtocol": "", "workerStart": 0, "redirectStart": 0, "redirectEnd": 0, "fetchStart": 0.5, "domainLookupStart": 0.5, "domainLookupEnd": 0.5, "connectStart": 0.5, "connectEnd": 0.5, "secureConnectionStart": 0.5, "requestStart": 0.5, "responseStart": 0.5, "responseEnd": 1.6000000014901161, "transferSize": 0, "encodedBodySize": 0, "decodedBodySize": 0, "serverTiming": [], "renderBlockingStatus": "blocking", "responseStatus": 0, "name": "", "entryType": "navigation", "startTime": 0, "duration": 70.80000000447035 }; result[2] = {}; Object.setPrototypeOf(result[2], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[2]); globalMy.value[name] = { "detail": null, "name": "most-visited-rendered", "entryType": "measure", "startTime": 0, "duration": 125.70000000298023 }; result[3] = {}; Object.setPrototypeOf(result[3], PerformanceMark.prototype); name = globalMy.setfoundName(result[3]); globalMy.value[name] = { "detail": null, "name": "app-creation-start", "entryType": "mark", "startTime": 51, "duration": 0 }; result[4] = {}; Object.setPrototypeOf(result[4], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[4]); globalMy.value[name] = { "detail": null, "name": "app-creation", "entryType": "measure", "startTime": 51, "duration": 13.5 }; result[5] = {}; Object.setPrototypeOf(result[5], PerformanceMark.prototype); name = globalMy.setfoundName(result[5]); globalMy.value[name] = { "detail": null, "name": "logo-creation-start", "entryType": "mark", "startTime": 54.399999998509884, "duration": 0 }; result[6] = {}; Object.setPrototypeOf(result[6], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[6]); globalMy.value[name] = { "detail": null, "name": "logo-creation", "entryType": "measure", "startTime": 54.399999998509884, "duration": 4 }; result[7] = {}; Object.setPrototypeOf(result[7], PerformanceMark.prototype); name = globalMy.setfoundName(result[7]); globalMy.value[name] = { "detail": null, "name": "realbox-creation-start", "entryType": "mark", "startTime": 56.20000000298023, "duration": 0 }; result[8] = {}; Object.setPrototypeOf(result[8], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[8]); globalMy.value[name] = { "detail": null, "name": "realbox-creation", "entryType": "measure", "startTime": 56.20000000298023, "duration": 8.100000001490116 }; result[9] = {}; Object.setPrototypeOf(result[9], PerformancePaintTiming.prototype); name = globalMy.setfoundName(result[9]); globalMy.value[name] = {"name": "first-paint", "entryType": "paint", "startTime": 84.60000000149012, "duration": 0}; result[10] = {}; Object.setPrototypeOf(result[10], PerformancePaintTiming.prototype); name = globalMy.setfoundName(result[10]); globalMy.value[name] = {"name": "first-contentful-paint", "entryType": "paint", "startTime": 91.5, "duration": 0}; result[11] = {}; Object.setPrototypeOf(result[11], PerformanceMark.prototype); name = globalMy.setfoundName(result[11]); globalMy.value[name] = { "detail": null, "name": "most-visited-creation-start", "entryType": "mark", "startTime": 110.89999999850988, "duration": 0 }; result[12] = {}; Object.setPrototypeOf(result[12], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[12]); globalMy.value[name] = { "detail": null, "name": "most-visited-creation", "entryType": "measure", "startTime": 110.89999999850988, "duration": 6.9000000059604645 }; result[13] = {}; Object.setPrototypeOf(result[13], PerformanceMark.prototype); name = globalMy.setfoundName(result[13]); globalMy.value[name] = { "detail": null, "name": "most-visited-mojo-start", "entryType": "mark", "startTime": 118.30000000447035, "duration": 0 }; result[14] = {}; Object.setPrototypeOf(result[14], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[14]); globalMy.value[name] = { "detail": null, "name": "most-visited-mojo", "entryType": "measure", "startTime": 118.30000000447035, "duration": 3.5 }; result[15] = {}; Object.setPrototypeOf(result[15], PerformanceMeasure.prototype); name = globalMy.setfoundName(result[15]); globalMy.value[name] = { "detail": null, "name": "most-visited-mojo", "entryType": "measure", "startTime": 118.30000000447035, "duration": 4 }; if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_getEntries, arguments => ', arguments, ' result => ', '' + result); } return result; }; globalMy.Performance_getEntriesByType = function () { if (!(this instanceof Performance)) { throw new TypeError("Illegal invocation"); } var result; //这里写方法实体 if (arguments[0] == "resource") { // 针对阿里滑块225的 跟script节点有关系, 这个resource var name; result = []; result[0] = {}; Object.setPrototypeOf(result[0], PerformanceResourceTiming.prototype); name = globalMy.setfoundName(result[0]); globalMy.value[name]["name"] = "https://15x0or.tdum.alibaba.com/dss.js"; result[1] = {}; Object.setPrototypeOf(result[1], PerformanceResourceTiming.prototype); name = globalMy.setfoundName(result[1]); globalMy.value[name]["name"] = "https://ynuf.aliapp.org/w/wu.json"; } if (globalMy.is_log) { globalMy.console.log('[*] 调用了Performance_getEntriesByType, arguments => ', arguments, ' result => ', '' + result); } return result; }; // AudioParam globalMy.AudioParam_setValueAtTime = function () { let result; //这里写方法实体 result = this; if (globalMy.is_log) { console.log('[*] 调用了AudioParam_setValueAtTime, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // BaseAudioContext globalMy.BaseAudioContext_createOscillator = function () { var oscillatorNode = {}; Object.setPrototypeOf(oscillatorNode, OscillatorNode.prototype); var obj_name = globalMy.setfoundName(oscillatorNode); globalMy.value[obj_name]['type'] = 'sine'; globalMy.value[obj_name]['numberOfInputs'] = 0; globalMy.value[obj_name]['numberOfOutputs'] = 1; globalMy.value[obj_name]['channelCount'] = 2; globalMy.value[obj_name]['channelCountMode'] = "max"; globalMy.value[obj_name]['channelInterpretation'] = "speakers"; globalMy.value[obj_name]['frequency'] = {}; globalMy.value[obj_name]['detune'] = {}; Object.setPrototypeOf(globalMy.value[obj_name]['frequency'], AudioParam.prototype); Object.setPrototypeOf(globalMy.value[obj_name]['detune'], AudioParam.prototype); var foundName = globalMy.setfoundName(globalMy.value[obj_name]['frequency']); globalMy.value[foundName]['value'] = 440; globalMy.value[foundName]['automationRate'] = 'a-rate'; globalMy.value[foundName]['defaultValue'] = 440; globalMy.value[foundName]['minValue'] = -22050; globalMy.value[foundName]['maxValue'] = 22050; foundName = globalMy.setfoundName(globalMy.value[obj_name]['detune']); globalMy.value[foundName]['value'] = 0; globalMy.value[foundName]['automationRate'] = 'a-rate'; globalMy.value[foundName]['defaultValue'] = 0; globalMy.value[foundName]['minValue'] = -153600; globalMy.value[foundName]['maxValue'] = 153600; if (globalMy.is_log) { globalMy.console.log('[*] 调用了BaseAudioContext_createOscillator, arguments => ', arguments, ' result => ' + oscillatorNode); } return oscillatorNode; }; globalMy.BaseAudioContext_createDynamicsCompressor = function () { let result; //这里写方法实体 result = {}; Object.setPrototypeOf(result, DynamicsCompressorNode.prototype); var name = globalMy.setfoundName(result); globalMy.value[name]["channelCount"] = 2; globalMy.value[name]["channelCountMode"] = "clamped-max"; globalMy.value[name]["channelInterpretation"] = "speakers"; globalMy.value[name]["reduction"] = 0; globalMy.value[name]["numberOfInputs"] = 1; globalMy.value[name]["numberOfOutputs"] = 1; globalMy.value[name]["context"] = this; globalMy.value[name]["knee"] = {}; Object.setPrototypeOf(globalMy.value[name]["knee"], AudioParam.prototype); var obj_name = globalMy.setfoundName(globalMy.value[name]["knee"]); globalMy.value[obj_name]['value'] = 40; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 30; globalMy.value[obj_name]['minValue'] = 0; globalMy.value[obj_name]['maxValue'] = 40; globalMy.value[name]["ratio"] = {}; Object.setPrototypeOf(globalMy.value[name]["ratio"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["ratio"]); globalMy.value[obj_name]['value'] = 12; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 12; globalMy.value[obj_name]['minValue'] = 1; globalMy.value[obj_name]['maxValue'] = 20; globalMy.value[name]["release"] = {}; Object.setPrototypeOf(globalMy.value[name]["release"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["release"]); globalMy.value[obj_name]['value'] = 0.25; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 0.25; globalMy.value[obj_name]['minValue'] = 0; globalMy.value[obj_name]['maxValue'] = 1; globalMy.value[name]["attack"] = {}; Object.setPrototypeOf(globalMy.value[name]["attack"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["attack"]); globalMy.value[obj_name]['value'] = 0; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 0.003000000026077032; globalMy.value[obj_name]['minValue'] = 0; globalMy.value[obj_name]['maxValue'] = 1; globalMy.value[name]["threshold"] = {}; Object.setPrototypeOf(globalMy.value[name]["threshold"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["threshold"]); globalMy.value[obj_name]['value'] = -50; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = -24; globalMy.value[obj_name]['minValue'] = -100; globalMy.value[obj_name]['maxValue'] = 0; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createDynamicsCompressor, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createAnalyser = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result = {}; //这里写方法实体 var name = globalMy.setfoundName(result); Object.setPrototypeOf(globalMy.element[name], AnalyserNode.prototype); globalMy.value[name] = { "fftSize": 2048, "frequencyBinCount": 1024, "minDecibels": -100, "maxDecibels": -30, "smoothingTimeConstant": 0.8, "context": this, "numberOfInputs": 1, "numberOfOutputs": 1, "channelCount": 2, "channelCountMode": "max", "channelInterpretation": "speakers" }; if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createAnalyser, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; globalMy.BaseAudioContext_createGain = function () { if (!(this instanceof BaseAudioContext)) { throw new TypeError("Illegal invocation"); } let result = {}; //这里写方法实体 var name = globalMy.setfoundName(result); Object.setPrototypeOf(globalMy.element[name], GainNode.prototype); globalMy.value[name] = { "gain": {}, "context": this, "numberOfInputs": 1, "numberOfOutputs": 1, "channelCount": 2, "channelCountMode": "max", "channelInterpretation": "speakers" } Object.setPrototypeOf(globalMy.value[name].gain, AudioParam.prototype); name = globalMy.setfoundName(globalMy.value[name].gain); globalMy.value[name] = { "value": 1, "automationRate": "a-rate", "defaultValue": 1, "minValue": -3.4028234663852886e+38, "maxValue": 3.4028234663852886e+38 } if (globalMy.is_log) { console.log('[*] 调用了BaseAudioContext_createGain, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // StorageManager globalMy.StorageManager_estimate = function () { if (!(this instanceof StorageManager)) { throw new TypeError("Illegal invocation"); } let result; result = new Promise((resolve => { resolve({ quota: 1764674537, usage: 0, usageDetails: {}, }) })) //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了StorageManager_estimate, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // OfflineAudioContext globalMy.OfflineAudioContext_startRendering = function () { let result; //这里写方法实体 result = new Promise(resolve => { resolve(this); }); if (globalMy.is_log) { console.log('[*] 调用了OfflineAudioContext_startRendering, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // AudioNode globalMy.AudioNode_connect = function () { let result; //这里写方法实体 result = {}; Object.setPrototypeOf(result, DynamicsCompressorNode.prototype); var name = globalMy.setfoundName(result); globalMy.value[name]["channelCount"] = 2; globalMy.value[name]["channelCountMode"] = "clamped-max"; globalMy.value[name]["channelInterpretation"] = "speakers"; globalMy.value[name]["reduction"] = 0; globalMy.value[name]["numberOfInputs"] = 1; globalMy.value[name]["numberOfOutputs"] = 1; globalMy.value[name]["context"] = this; globalMy.value[name]["knee"] = {}; Object.setPrototypeOf(globalMy.value[name]["knee"], AudioParam.prototype); var obj_name = globalMy.setfoundName(globalMy.value[name]["knee"]); globalMy.value[obj_name]['value'] = 40; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 30; globalMy.value[obj_name]['minValue'] = 0; globalMy.value[obj_name]['maxValue'] = 40; globalMy.value[name]["ratio"] = {}; Object.setPrototypeOf(globalMy.value[name]["ratio"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["ratio"]); globalMy.value[obj_name]['value'] = 12; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 12; globalMy.value[obj_name]['minValue'] = 1; globalMy.value[obj_name]['maxValue'] = 20; globalMy.value[name]["release"] = {}; Object.setPrototypeOf(globalMy.value[name]["release"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["release"]); globalMy.value[obj_name]['value'] = 0.25; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 0.25; globalMy.value[obj_name]['minValue'] = 0; globalMy.value[obj_name]['maxValue'] = 1; globalMy.value[name]["attack"] = {}; Object.setPrototypeOf(globalMy.value[name]["attack"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["attack"]); globalMy.value[obj_name]['value'] = 0; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = 0.003000000026077032; globalMy.value[obj_name]['minValue'] = 0; globalMy.value[obj_name]['maxValue'] = 1; globalMy.value[name]["threshold"] = {}; Object.setPrototypeOf(globalMy.value[name]["threshold"], AudioParam.prototype); obj_name = globalMy.setfoundName(globalMy.value[name]["threshold"]); globalMy.value[obj_name]['value'] = -50; globalMy.value[obj_name]['automationRate'] = 'k-rate'; globalMy.value[obj_name]['defaultValue'] = -24; globalMy.value[obj_name]['minValue'] = -100; globalMy.value[obj_name]['maxValue'] = 0; if (globalMy.is_log) { console.log('[*] 调用了AudioNode_connect, arguments => ' + JSON.stringify(arguments) + ' result => ', result); } return result; }; // AudioDestinationNode globalMy.AudioDestinationNode_get_maxChannelCount = function () { let result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['maxChannelCount']; if (globalMy.is_log) { console.log('[*] 调用了AudioDestinationNode_get_maxChannelCount,result => ', result); } return result; }; // CustomEvent globalMy.CustomEvent_initCustomEvent = function () { if (!(this instanceof CustomEvent)) { throw new TypeError("Illegal invocation"); } let result; var type = arguments[0]; if (typeof type !== "string") { debugger; } var foundName = globalMy.foundEventName(this); globalMy.event_value[foundName].type = type; if (arguments[3] && typeof arguments[3] == 'object') { globalMy.event_value[foundName].detail = arguments[3]; } //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了CustomEvent_initCustomEvent, arguments => ', arguments, ' result => ', result) } return result; } // Crypto globalMy.Crypto_getRandomValues = function (typedArray) { if (!(this instanceof Crypto)) { throw new TypeError("Illegal invocation"); } if (!(typedArray instanceof Uint16Array.__proto__)) { throw new TypeError(`Failed to execute 'getRandomValues' on 'Crypto': parameter 1 is not of type 'ArrayBufferView'.`); } globalMy.crypto.randomBytes(typedArray.length).forEach((v, i) => { typedArray[i] = v; }); //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了Crypto_getRandomValues, arguments => ', JSON.stringify(arguments), ' result => ', typedArray) } return typedArray; } // OffscreenCanvas globalMy.OffscreenCanvas_getContext = function (type) { if (!(this instanceof OffscreenCanvas)) { throw new TypeError("Illegal invocation"); } let result; switch (type) { case "2d": result = {}; Object.setPrototypeOf(result, OffscreenCanvasRenderingContext2D.prototype); var name = globalMy.setfoundName(result); globalMy.value[name] = { "canvas": this, "globalAlpha": 1, "globalCompositeOperation": "source-over", "filter": "none", "imageSmoothingEnabled": true, "imageSmoothingQuality": "low", "strokeStyle": "#000000", "fillStyle": "#000000", "shadowOffsetX": 0, "shadowOffsetY": 0, "shadowBlur": 0, "shadowColor": "rgba(0, 0, 0, 0)", "lineWidth": 1, "lineCap": "butt", "lineJoin": "miter", "miterLimit": 10, "lineDashOffset": 0, "font": "10px sans-serif", "textAlign": "start", "textBaseline": "alphabetic", "direction": "ltr", "fontKerning": "auto", "fontStretch": "normal", "fontVariantCaps": "normal", "letterSpacing": "0px", "textRendering": "auto", "wordSpacing": "0px" } break } //这里写方法实体 if (globalMy.is_log) { console.log('[*] 调用了OffscreenCanvas_getContext, arguments => ', JSON.stringify(arguments), ' result => ', result) } return result; } // ImageData globalMy.ImageData_get_data = function () { if (!(this instanceof ImageData)) { throw new TypeError("Illegal invocation"); } if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_data'); } var result; var foundName = globalMy.foundName(this); result = globalMy.jsdom_element[foundName]['data']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了ImageData_get_data, result => ', result) } return result; } // URL globalMy.URL_createObjectURL = function () { if (this !== URL) { throw new TypeError("Illegal invocation"); } var result; var uuid = globalMy.generateUUID(); result = `blob:${location.href}/${uuid}`; if (globalMy.is_log) { globalMy.console.log('[*] 调用了URL_createObjectURL arguments => ', arguments, ' ,result => ', result) } return result; } globalMy.URL_revokeObjectURL = function () { if (this !== URL) { throw new TypeError("Illegal invocation"); } var result; if (globalMy.is_log) { globalMy.console.log('[*] 调用了URL_revokeObjectURL arguments => ', arguments, ' ,result => ', result) } return result; } globalMy.matchMedia_ = []; // window function globalMy.window_matchMedia = function () { var result = {}; var name = globalMy.setfoundName(result); Object.setPrototypeOf(result, MediaQueryList.prototype); globalMy.matchMedia_.push(arguments[0]); var true_track = ['(any-pointer: fine )', '(any-pointer )', '(any-hover: hover )', '(any-hover )', '(color-gamut: srgb )', '(color-gamut )']; globalMy.value[name] = { matches: false, media: arguments[0] + '', onchange: null }; if (true_track.indexOf(arguments[0]) > -1) { globalMy.value[name].matches = true; } if (globalMy.is_log) { globalMy.console.log("[*] 调用了matchMedia方法, arguments ->", arguments, " result ->", '' + result); } return result; }; globalMy.window_getComputedStyle = function () { var name = globalMy.foundName(arguments[0]); var result = globalMy.dom_window.getComputedStyle(globalMy.jsdom_element[name]); name = globalMy.foundJsdomName(result, "CSSStyleDeclaration"); for (var i in globalMy.style) { globalMy.element[name][i] = globalMy.style[i]; } Object.setPrototypeOf(globalMy.element[name], CSSStyleDeclaration.prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log("[*] 调用了getComputedStyle方法, arguments ->", arguments, " result ->", '' + result); } return result; }; globalMy.window_webkitRequestFileSystem = function () { if (globalMy.is_log) { globalMy.console.log("[*] 调用了webkitRequestFileSystem方法 arguments -> ", arguments); } }; globalMy.window_openDatabase = function () { var result; var name = globalMy.setfoundName({}); globalMy.element[name].version = ""; Object.setPrototypeOf(globalMy.element[name], Utils.Database_prototype); result = globalMy.element[name]; if (globalMy.is_log) { globalMy.console.log("[*] 调用了webkitRequestFileSystem方法 arguments -> ", arguments, " result ->", '' + result); } return result; }; globalMy.window_structuredClone = function (obj) { if (globalMy.is_log) { globalMy.console.log("[*] 调用了window_structuredClone方法 arguments -> ", arguments,); } var result; if (obj == undefined || obj == null) { result = obj; } else if (Array.isArray(obj)) { result = obj.map((item) => item); } else if (obj.__proto__ == Object.prototype) { result = {} globalMy.is_log = false; for (var i in obj) { result[i] = window.structuredClone(obj[i]); } globalMy.is_log = true; } else { var prototype_name = obj.__proto__[Symbol.toStringTag]; if (prototype_name in window) { globalMy.call_error(`Failed to execute 'structuredClone' on 'Window': ${prototype_name} object could not be cloned.` , "Error: ") } else { debugger; } } if (globalMy.is_log) { globalMy.console.log("[*] 调用了webkitRequestFileSystem方法", " result ->", '' + result); } return result; } globalMy.window_btoa = globalMy.base64.base64encode; globalMy.window_atob = globalMy.base64.base64decode; ================================================ FILE: util/end.js ================================================ globalMy.asyncFunc(); globalMy.console.log("运行workJs耗时:", +new Date - globalMy.memory.begin_time, "毫秒"); debugger; ================================================ FILE: util/globalMy.js ================================================ // jsdom 对象 globalMy.jsdom_element = []; // 存放一些东西 globalMy.memory = { supportedExtensions: ["ANGLE_instanced_arrays", "EXT_blend_minmax", "EXT_color_buffer_half_float", "EXT_disjoint_timer_query", "EXT_float_blend", "EXT_frag_depth", "EXT_shader_texture_lod", "EXT_texture_compression_bptc", "EXT_texture_compression_rgtc", "EXT_texture_filter_anisotropic", "WEBKIT_EXT_texture_filter_anisotropic", "EXT_sRGB", "KHR_parallel_shader_compile", "OES_element_index_uint", "OES_fbo_render_mipmap", "OES_standard_derivatives", "OES_texture_float", "OES_texture_float_linear", "OES_texture_half_float", "OES_texture_half_float_linear", "OES_vertex_array_object", "WEBGL_color_buffer_float", "WEBGL_compressed_texture_s3tc", "WEBKIT_WEBGL_compressed_texture_s3tc", "WEBGL_compressed_texture_s3tc_srgb", "WEBGL_debug_renderer_info", "WEBGL_debug_shaders", "WEBGL_depth_texture", "WEBKIT_WEBGL_depth_texture", "WEBGL_draw_buffers", "WEBGL_lose_context", "WEBKIT_WEBGL_lose_context", "WEBGL_multi_draw"], } // 存放触发事件函数 globalMy.memory.listeners = {}; globalMy.memory.begin_time = 0; // 瑞数的 globalMy.memory.fontFamily_1 = ['mmllii', 'FangSongGB2312', 'KaiTiGB2312', 'Microsoft YaHei', 'Hiragino Sans GB', 'STHeiti Light', 'STHeiti', 'DFPhelvetica', 'Tibetan Machine Uni', 'Cooljazz', 'LG Smart_H test Regular', 'DINPro-light', 'Helvetica LT 43 Light Extended', 'HelveM_India', 'SECRobotoLight Bold', 'OR Mohanty Unicode Regular', 'Droid Sans Thai', 'Kannada Sangam MN', 'DDC Uchen', 'clock2016_v1.1', 'SamsungKannadaRegular', 'MI LANTING Bold', 'SamsungSansNum3L Light', 'HelveticaNeueThin', 'SECFallback', 'SamsungEmoji', 'Telugu Sangam MN', 'Carrois Gothic SC', 'Flyme Light Roboto Light', 'SoMA-Digit Light', 'SoMC Sans Regular', 'HYXiYuanJ', 'sst', 'samsung-sans-num4T', 'gm_mengmeng', 'Lohit Kannada', 'samsung-sans-num4L', 'serif-monospace', 'SamsungSansNum-3T Thin', 'ColorOSUI-XThin', 'Droid Naskh Shift Alt', 'SamsungTeluguRegular', 'Bengali OTS', 'MI LanTing_GB Outside YS', 'FZMiaoWu_GB18030', 'helve-neue-regular', 'SST Medium', 'Khmer Mondulkiri Bold', 'Helvetica LT 23 Ultra Light Extended', 'Helvetica LT 25 Ultra Light', 'Roboto Medium', 'Droid Sans Bold', 'goudy', 'sans-serif-condensed-light', 'SFinder', 'noto-sans-cjk-medium', 'miui', 'MRocky PRC Bold', 'AndroidClock Regular', 'SamsungSansNum-4L Light', 'sans-serif-thin', 'AaPangYaer', 'casual', 'BN MohantyOT Bold', 'x-sst', 'NotoSansMyanmarZawgyi', 'Helvetica LT 33 Thin Extended', 'AshleyScriptMT Alt', 'Noto Sans Devanagari UI', 'Roboto Condensed Bold', 'Roboto Medium Italic', 'miuiex', 'Noto Sans Gurmukhi UI', 'SST Vietnamese Light', 'LG_Oriya', 'hycoffee', 'x-sst-ultralight', 'DFHeiAW7-A', 'FZZWXBTOT_Unicode', 'Devanagari Sangam MN Bold', 'sans-serif-monospace', 'Padauk Book Bold', 'LG-FZYingBiKaiShu-S15-V2.2', 'LG-FZYingBiKaiShu-S15-V2.3', 'HelveticaNeueLT Pro 35 Th', 'SamsungSansFallback', 'SST Medium Italic', 'AndroidEmoji', 'SamsungSansNum-3R', 'ITC Stone Serif', 'sans-serif-smallcaps', 'x-sst-medium', 'LG_Sinhalese', 'Roboto Thin Italic', 'century-gothic', 'Clockopia', 'Luminous_Sans', 'Floridian Script Alt', 'Noto Sans Gurmukhi Bold', 'LTHYSZK Bold', 'GS_Thai', 'SamsungNeoNum_3T_2', 'Arabic', 'hans-sans-normal', 'Lohit Telugu', 'HYQiHei-50S Light', 'Lindsey for Samsung', 'AR Crystalhei DB', 'Samsung Sans Medium', 'samsung-sans-num45', 'hans-sans-bold', 'Luminous_Script', 'SST Condensed', 'SamsungDevanagariRegular', 'Anjal Malayalam MN', 'SamsungThai(test)', 'FZLanTingHei-M-GB18030', 'Hebrew OTS', 'GS45_Arab(AndroidOS)', 'Samsung Sans Light', 'Choco cooky', 'helve-neue-thin', 'PN MohantyOT Medium', 'LG-FZKaTong-M19-V2.4', 'Droid Serif', 'SamsungSinhalaRegular', 'Noto Sans Devanagari UI Bold', 'SST Light', 'DFPEmoji', 'weatherfontnew Regular', 'RobotoNum3R', 'DINPro-medium', 'Samsung Sans Num55', 'SST Heavy Italic', 'LGlock4 Regular_0805', 'noto-sans-cjk', 'Telugu Sangam MN Bold', 'MIUI EX Normal', 'HYQiHei-75S Bold', 'NotoSansMyanmarZawgyi Bold', 'yunospro-black', 'helve-neue-normal', 'Luminous_Serif', 'TM MohantyOT Normal', 'SamsungSansNum-3Lv Light', 'Samsung Sans Num45', 'SmartGothic Medium', 'casual-font-type', 'Samsung Sans Bold', 'small-capitals', 'MFinance PRC Bold', 'FZLanTingHei_GB18030', 'SamsungArmenian', 'Roboto Bold', 'century-gothic-bold', 'x-sst-heavy', 'SST Light Italic', 'TharLon', 'x-sst-light', 'Dinbol Regular', 'SamsungBengaliRegular', 'KN MohantyOTSmall Medium', 'hypure', 'SamsungTamilRegular', 'Malayalam Sangam MN', 'Noto Sans Kannada UI', 'helve-neue', 'Helvetica LT 55 Roman', 'Noto Sans Kannada Bold', 'Sanpya', 'SamsungPunjabiRegular', 'samsung-sans-num4Lv', 'LG_Kannada', 'Samsung Sans Regular', 'Zawgyi-One', 'Droid Serif Bold Italic', 'FZKATJW', 'SamsungEmojiRegular', 'MIUI EX Bold', 'Android Emoji', 'Noto Naskh Arabic UI', 'LCD Com', 'Futura Medium BT', 'Vivo-extract', 'Bangla Sangam MN Bold', 'hans-sans-regular', 'SNum-3R', 'SNum-3T', 'hans-sans', 'SST Ultra Light', 'Roboto Regular', 'Roboto Light', 'Hanuman', 'newlggothic', 'DFHeiAW5-A', 'hans-sans-light', 'Plate Gothic', 'SNum-3L', 'Helvetica LT 45 Light', 'Myanmar Sangam Zawgyi Bold', 'lg-sans-serif-light', 'MIUI EX Light', 'Roboto Thin', 'SoMA Bold', 'Padauk', 'Samsung Sans', 'Spacious_SmallCap', 'sans-serif', 'DV MohantyOT Medium', 'Stable_Slap', 'monaco', 'Flyme-Light', 'fzzys-dospy', 'ScreenSans', 'clock2016', 'Roboto Condensed Bold Italic', 'KN Mohanty Medium', 'MotoyaLMaru W3 mono', 'Handset Condensed', 'Roboto Italic', 'HTC Hand', 'SST Ultra Light Italic', 'SST Vietnamese Roman', 'Noto Naskh Arabic UI Bold', 'chnfzxh-medium', 'SNumCond-3T', 'century-gothic-regular', 'default_roboto-light', 'Noto Sans Myanmar', 'Myanmar Sangam MN', 'Apple Color Emoji', 'weatherfontReg', 'SamsungMalayalamRegular', 'Droid Serif Bold', 'CPo3 PRC Bold', 'MI LANTING', 'SamsungKorean-Regular', 'test45 Regular', 'spirit_time', 'Devanagari Sangam MN', 'ScreenSerif', 'Roboto', 'cursive-font-type', 'STHeiti_vivo', 'chnfzxh', 'Samsung ClockFont 3A', 'Roboto Condensed Regular', 'samsung-neo-num3R', 'GJ MohantyOT Medium', 'Chulho Neue Lock', 'roboto-num3L', 'helve-neue-ultraLightextended', 'SamsungOriyaRegular', 'SamsungSansNum-4Lv Light', 'MYingHei_18030_C2-Bold', 'DFPShaoNvW5-GB', 'Roboto Black', 'helve-neue-ultralight', 'gm_xihei', 'LGlock4 Light_0805', 'Gujarati Sangam MN', 'Malayalam Sangam MN Bold', 'roboto-num3R', 'STXihei_vivo', 'FZZhunYuan_GB18030', 'noto-sans-cjk-light', 'coloros', 'Noto Sans Gurmukhi', 'Noto Sans Symbols', 'Roboto Light Italic', 'Lohit Tamil', 'default_roboto', 'BhashitaComplexSans Bold', 'LG_Number_Roboto Thin', 'monospaced-without-serifs', 'Helvetica LT 35 Thin', 'samsung-sans-num3LV', 'DINPro', 'Jomolhari', 'sans-serif-light', 'helve-neue-black', 'Lohit Bengali', 'Myanmar Sangam Zawgyi', 'Droid Serif Italic', 'Roboto Bold Italic', 'NanumGothic', 'Sony Mobile UD Gothic Regular', 'Georgia Bold Italic', 'samsung-sans-num3Lv', 'yunos-thin', 'samsung-neo-num3T-cond', 'Noto Sans Myanmar UI Bold', 'lgserif', 'FZYouHei-R-GB18030', 'Lohit Punjabi', 'baskerville', 'samsung-sans-num4Tv', 'samsung-sans-thin', 'LG Emoji', 'AnjaliNewLipi', 'SamsungSansNum-4T Thin', 'SamsungKorean-Bold', 'miuiex-light', 'Noto Sans Kannada', 'Roboto Normal Italic', 'Georgia Italic', 'sans-serif-medium', 'Smart Zawgyi', 'Roboto Condensed Italic', 'Noto Sans Kannada UI Bold', 'DFP Sc Sans Heue30_103', 'LG_Number_Roboto Bold', 'Padauk Book', 'x-sst-condensed', 'Sunshine-Uchen', 'Roboto Black Italic', 'Ringo Color Emoji', 'Devanagari OTS', 'Smart Zawgyi Pro', 'FZLanTingHei-M-GBK', 'AndroidClock-Large Regular', 'proportionally-spaced-without-serifs', 'Cutive Mono', 'LG Smart_H test Bold', 'DINPro-Light', 'sans-serif-black', 'Lohit Devanagari', 'proportionally-spaced-with-serifs', 'samsung-sans-num3L', 'MYoung PRC Medium', 'DFGothicPW5-BIG5HK-SONY', 'hans-sans-medium', 'SST Heavy', 'LG-FZZhunYuan-M02-V2.2', 'MyanmarUNew Regular', 'Noto Naskh Arabic Bold', 'SamsungGujarathiRegular', 'helve-neue-light', 'Helvetica Neue OTS Bold', 'noto-sans-cjk-bold', 'samsung-sans-num3R', 'Lindsey Samsung', 'samsung-sans-num3T', 'ScreenSerifMono', 'ETrump Myanmar_ZW', 'helve-neue-thinextended', 'Noto Naskh Arabic', 'LG_Gujarati', 'Smart_Monospaced', 'Tamil Sangam MN', 'LG Emoji NonAME', 'Roboto Condensed Light Italic', 'gm_jingkai', 'FZLanTingKanHei_GB18030', 'lgtravel', 'palatino', 'Georgia Bold', 'Droid Sans', 'LG_Punjabi', 'SmartGothic Bold', 'Samsung Sans Thin', 'SST Condensed Bold', 'Comics_Narrow', 'Oriya Sangam MN', 'helve-neue-lightextended', 'FZLanTingHei-R-GB18030', 'AR CrystalheiHKSCS DB', 'RTWSYueRoudGoG0v1-Regular', 'MiaoWu_prev', 'FZY1K', 'LG_Number_Roboto Regular', 'AndroidClock', 'SoMA Regular', 'HYQiHei-40S Lightx', 'lg-sans-serif', 'Dancing Script Bold', 'default', 'sec-roboto-light', 'ColorOSUI-Regular', 'test Regular', 'Tamil Sangam MN Bold', 'FZYingBiXingShu-S16', 'RobotoNum3L Light', 'monospaced-with-serifs', 'samsung-sans-num35', 'Cool jazz', 'SamsungNeoNum-3L', 'ScreenSansMono', 'DFPWaWaW5-GB', 'SamsungSansNum-3L Light', 'Bangla Sangam MN', 'Gurmukhi Sangam MN', 'SECRobotoLight', 'hyfonxrain', 'MYingHeiGB18030C-Bold', 'samsung-sans-light', 'Helvetica LT 65 Medium', 'Droid Sans Fallback', 'Roboto Test1 Bold', 'Noto Sans Myanmar Bold', 'sans-serif-condensed-custom', 'SamsungNeoNum-3T', 'Samsung Sans Num35', 'TL Mohanty Medium', 'helve-neue-medium', 'LTHYSZK', 'Roboto Condensed custome Bold', 'Myanmar3', 'Droid Sans Devanagari', 'ShaoNv_prev', 'samsung-neo-num3L', 'FZLanTingHei-EL-GBK', 'yunos', 'samsung-neo-num3T', 'helve-neue-bold', 'noto-sans-cjk-regular', 'Noto Sans Gurmukhi UI Bold', 'DINPro-black', 'FZLanTingHei-EL-GB18030', 'SST Vietnamese Medium', 'Roboto Condensed Light', 'SST Vietnamese Bold', 'AR DJ-KK', 'Droid Sans SEMC', 'Noto Sans Myanmar UI', 'Coming Soon', 'MYuppy PRC Medium', 'Rosemary', 'Lohit Gujarati', 'Roboto Condensed custom Bold', 'FZLanTingHeiS-R-GB', 'Helvetica Neue OTS', 'Kaiti_prev', 'Roboto-BigClock', 'FZYBKSJW', 'Handset Condensed Bold', 'SamsungGeorgian', 'Dancing Script', 'sans-serif-condensed', 'hans-sans-thin', 'SamsungSansNum-4Tv Thin', 'Lohit Odia', 'BhashitaComplexSans']; globalMy.memory.fontFamily_2 = ['SimHei', 'SimSun', 'NSimSun', 'FangSong', 'KaiTi', 'STKaiti', 'STSong', 'STFangsong', 'LiSu', 'YouYuan', 'STXihei', 'STZhongsong', 'FZShuTi', 'FZYaoti', 'STCaiyun', 'STHupo', 'STLiti', 'STXingkai', 'STXinwei', 'Verdana', 'Helvetica Neue LT Pro 35 Thin', 'tahoma', 'verdana', 'times new roman', 'Courier New', 'Microsoft Himalaya', 'helvetica', 'LG-FZKaTong-M19-V2.2', 'Georgia', 'georgia', 'courier new', 'Arial', 'arial', 'cursive', 'times', 'fantasy', 'courier', 'serif', 'STXingkai', 'monospace', 'Times New Roman']; // webgl指纹 globalMy.memory.canvas_webgl_fingerprint = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAAAXNSR0IArs4c6QAADTZJREFUeF7tnV2IXVcVx9eeO4NIEQURLcUvVGrBolIVoQ/ePCgUBYUiUlBQFBTUhxaKgsLci4o+qIiICoqIioKIH+iD+tAZFVSMdGISMzqJTezYWBM02GqCTcmRfT8yN3fO/Tofe6+1929ec87Za/3/q7/uve7e5zjhDwVQAAWMKOCMxEmYKIACKCAAiyJAARQwowDAMmMVgaIACgAsagAFUMCMAgDLjFUEigIoALCoARRAATMKACwzVhEoCqAAwKIGUAAFzCgAsMxYRaAogAIAixpAARQwowDAMmMVgaIACgAsagAFUMCMAgDLjFUEigIoALCogcYVuFpId12k65z0Gn84D8xaAYCVtf3tJD8C1paIHHFOttsZhafmqADAytH1lnO+VsiWE+mKyLZzcqTl4Xh8RgoArIzMDpXqBLD8kH2WhqGUT38cgJW+x8EzvFZIMVVYQCu4C2kOCLDS9DVaVr5/1ZHBknD6j35WNFfSGRhgpeOlikyuFtLriGyWFBb9LBUO2Q4CYNn2T130Txaytea3NJRHxtJQnWO2AgJYtvxSH+2ThRRrIvM+FgC01LuoN0CApdcbc5H5/pWTwQxr7tdNnOPjJ+bMVRIwwFJiRAphLAss9mel4HacHABWHN2THPXqaMPoohnWKHmWhklWQbtJAax29c3q6VdH+6+WBJbXBmhlVSH1kwVY9TXkCSJyZXjgebD/agVgCf0symcVBQDWKmpx7UwFqgKLfhZFtYoCAGsVtbh2pgJPjPpXq86w6GdRVKsoALBWUYtr2wIW/SxqaykFANZSMnHRIgX+N7FhdJUe1uRz6WctUpl/B1jUQG0FfP9qbWLDaFVg0c+qbUXyDwBYyVvcfoJXRucHx6CqASyWhu3bZXoEgGXaPh3BNwwsoKXDVpVRACyVttgK6sqof9XQDGuQPP0sWzUQKlqAFUrpRMd5fLRh1MOqSWCxCz7RgqmZFsCqKWDut/+3kN6ayGYLwGJpmHtxleQPsCiKWgpcnjjw3PAMaxwX5w1rOZTWzQArLT+DZ3N54sBzS8CinxXcVb0DAiy93qiPzPevxh+caGlJyCxLfRWEDRBghdU7qdECAot+VlKVUz0ZgFVdu+zv/M/EBydanmEx08q+2oYCACwKobICEYBFP6uyW2ncCLDS8DF4FpcK6W5MnR9sq+k+lRy/GgZ3W8+AAEuPF6YiiQgs+lmmKqXZYAFWs3pm87THSg48B5ph0c/KpsoOJwqwMja/TuoKgEU/q46BRu8FWEaNix32YyUHngPPsFgaxi6CCOMDrAiiWx/S96/8htHprQwRgAW0rBfTivEDrBUF43KRS4X0OiUHniMBy1tyxDnZxpv0FQBY6XvceIa+fyUyeC3yDa+UiQgs+lmNu6zzgQBLpy+qo/r3jAPPMYHF+7NUl0xjwQGsxqTM40G+f+U/ODH+/uAkpCIDi35WBiUIsDIwuckUlQOLflaTZit8FsBSaIrmkC7NOfCsYIY1kI73wWuuoHqxAax6+mV396WpD6YqWxKO/eC8YaKVCbASNbaNtC5OfHBCaQ9rMm2g1UYRRH4mwIpsgKXhjQGLfpal4loyVoC1pFBcJvKviQ9OGJhh0c9KsGgBVoKmtpWSRWCxP6utaojzXIAVR3eTo/5zwYFnLb8SlohLP8tkxR0OGmAlYmTbafj+ld8wOu84jmJg0c9qu0ACPR9gBRLa+jAXJ17YN2srg3JgbTsnR6z7kHv8ACv3Clgy/wSA5TNlabik31ovA1hanVEW18WJ/pXRGdZYUaClrLZWCQdgraJWptf+fWLDqOEe1qR7vD/LaC0DLKPGhQz7H4X01iZe2Gd8huWlo58VsoAaHAtgNShmqo+6MLFhNJEZFv0so8UKsIwaFzLsC1Mv7EtghkU/K2QBNTgWwGpQzBQf5ftX/oMTk0dxEgKWt4x+lqHCBViGzIoRagbAop8Vo7AqjgmwKgqXy22PlrywL7EZFv0sQ8UMsAyZFSPUTIAFtGIUV4UxAVYF0XK5Zb+Q7sbo/GDCPazrdvJqZf2VDbD0exQtwv2r0t1YGx54zgFY4mTbrXHeMFrBLTEwwFpCpFwvOf/EAFaDD6ZmASxvdCF99xTp5eq59rwBlnaHIsZ3/nKGwBpD6yagFbH0Zg4NsDS6oiSm849LUbazPcFfCQ8p7p42mFTyp0wBTFFmiJZw9i9Jt+PKX9iXA7AG5w2fQT9LSz2O4wBY2hxREs/+Rel1nGzmOsMa2OD7Wc9iaaikJAdhACxNbiiK5fwF2ZLha5Elq6b7tAfXpO9uBlpaShNgaXFCWRyPPCLFrE95ZbIkvO6Iu4X/sWspT4ClxQlFceyfle5a58YDz9lsayj3Yds9j36WhhIFWBpcUBbDAFhTb2jIHFgifmn4IpaGsUsVYMV2QOH4+6eH+69YEk6Z46F1K9CKWbIAK6b6Ssfe/9Nw/xXAOmyQeyn9rJhlC7Biqq9w7LMnpLs+2n8FsEoN2nYvo58Vq3QBVizllY57dke66yUHnrPvYU365ZeGr2RpGKOEAVYM1RWP+fCDg18HDx14BlhTpvlNpXcArdClDLBCK658vId/B7CWtci9hn7Wslo1dR3AakrJRJ7z19+UH3hmhlVisF8a3sksK2TpA6yQaisf6+yvhvuvFn17MLed7nNt89B6HdAKVdoAK5TSBsY5t32wHGRbwwqG+X7WEaC1gmKVLwVYlaVL78ZzD8iWm3HgmSXhHL/9LOv1ACvEfxEAK4TKRsY497PZB54B1gwTPazuAlahShxghVJa+TinfyzdjTkHngFWybaGNwKq0GUNsEIrrnS8v/xo+MK+WbvbAdbION+vejOgilXGACuW8srGfegH8w88Zw8sv/S7G1DFLluAFdsBJeM/9L35B56zBZafUb0VUCkpU3bqajEiZhynv3PwwQmWhBNLv3sAVcy6LBubGZY2RyLEc/qb0u0sOPCczQzLL/3eAagilOFSQwKspWRK+6Iz35CttdH+q2xnWNek71127wJWmqsdYGl2J1BsZ75W/oXnbN6H5ftU7wZUgcqt1jAAq5Z89m/e/Yp0N5Y4P5jkktAv/94LqCxVMcCy5FYLse5+KUNgeVC9H1C1UE6tPxJgtS6x7gH2vnCwHFzmLQyL3uQwnompLCy/9PsgoNJdkfOjU1lXlgW1Fvve5zIAlgfVvYDKWm2yrSEFxxrOYe8zBy/sS26G5Zd+9wOqhksm6uOYYUWVP+7gu5+Ubqdz8MK+ZIDlZ1QfAlRxq6ud0QFWO7qaeOruJ4YHnsd9KfPAKkZ7qT4CrEwUYIUgAVYF0VK5Ze9jsiWjL+Qs20xf9rrgheWXf5uAKpXanJVH8LpKXVBL+f1588YX9pmcYTnpux6gslR3dWIFWHXUM3zv7keHH5xYdUOoohlW330cUBkuwUqhA6xKstm/6Y8flt761Av7TMywfEP9U4DKfgVWywBgVdPN/F279x9+YZ9qYHlQfRpQmS+8mgkArJoCWr19977DL+xTCqy++yygslpnTccNsJpW1MDzTnxAuusl779SBqy++zygMlBOQUMEWEHl1jHYAFjFcMOouqb7eC/VF4GVjmrRFQXA0uVHkGhOve/gC8/KgNV3XwZUQYrA6CAAy6hxdcI+9R51wOq7rwKqOp7mci/AysXpUZ4n3indNXdwfjDqDMv/8vd1QJVZCdZKF2DVks/ezSfergBYHlTfAlT2qid+xAArvgdBIzh5j2w5N9jlLhGa7n33bUAV1PDEBgNYiRm6KJ2TbzvoXwUDlp9RfRdQLfKGf1+sAMBarFFSV5y8+8YDz632sDyovg+okiqgyMkArMgGhBx+5y3DD07U+XzXMoefnUh/MHv7IbAK6W8OYwGsHFwe5fiHN0mvI7LZJrBEpL/xE0CVUVkFTRVgBZU77mDH7zp84LmpJaEU0n/qTwFVXIfTHx1gpe/x9QyPv+Hwgee6wPLLv5t+DqgyKqOoqQKsqPKHG3ynK91OyYHnqsDyS7+nPwCowjnISF4BgJVJHQyAVXLgeVVg+aXfM38JqDIpG3VpAix1lrQT0LE7Dz6YWqXpXhTSf/avAVU77vDUZRUAWMsqZfy6Y6+tBizfo7r5t4DKuP3JhA+wkrFydiI7r5Kum3HgedaS0C/9/F6qW34PrDIoETMpAiwzVlUPdOcVqwHLw+r5xwBVdcW5sy0FAFZbyip67s7tsw88T/Wz+i88DqgUWUcoUwoArAxKYue2+cDyfaqXnAJUGZSC+RQBlnkLFyewc2v5gWe/9LttD1AtVpArtCgAsLQ40VIcR18s3fWpA8+FSP/2M4CqJcl5bIsKAKwWxdXw6KMvkN766MCzX/q9/Byg0uALMVRTAGBV083MXQ8+V7aKQn5xx98AlRnTCHSmAgAr8eI4+hzpvfpRYJW4zdmkB7CysZpEUcC+AgDLvodkgALZKACwsrGaRFHAvgIAy76HZIAC2SgAsLKxmkRRwL4CAMu+h2SAAtkoALCysZpEUcC+Av8HwhAmtT6LhaYAAAAASUVORK5CYII=" // 存放setTImeout fun globalMy.func = []; globalMy.func_interval = []; globalMy.func_promise = []; // setTimeout方法的id数组 globalMy.Id = []; // 该id会自增 globalMy.IntervalId = 0; // globalMy element 存放所有对象的数组 globalMy.element = []; //存放对象下的值 globalMy.value = []; // dom树是否被改变 globalMy.tree_is_change = true; globalMy.dom_tree = []; // 存放触发过后即清除事件的对象 globalMy.event_value = []; globalMy.event = []; // base64 globalMy.base64 = {}; globalMy.base64.base64EncodeChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; globalMy.base64.base64DecodeChars = new Array( -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, -1, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1); globalMy.base64.base64encode = function base64encode(str) { var out, i, len; var c1, c2, c3; len = str.length; i = 0; out = ""; while (i < len) { c1 = str.charCodeAt(i++) & 0xff; if (i == len) { out += globalMy.base64.base64EncodeChars.charAt(c1 >> 2); out += globalMy.base64.base64EncodeChars.charAt((c1 & 0x3) << 4); out += "=="; break; } c2 = str.charCodeAt(i++); if (i == len) { out += globalMy.base64.base64EncodeChars.charAt(c1 >> 2); out += globalMy.base64.base64EncodeChars.charAt(((c1 & 0x3) << 4) | ((c2 & 0xF0) >> 4)); out += globalMy.base64.base64EncodeChars.charAt((c2 & 0xF) << 2); out += "="; break; } c3 = str.charCodeAt(i++); out += globalMy.base64.base64EncodeChars.charAt(c1 >> 2); out += globalMy.base64.base64EncodeChars.charAt(((c1 & 0x3) << 4) | ((c2 & 0xF0) >> 4)); out += globalMy.base64.base64EncodeChars.charAt(((c2 & 0xF) << 2) | ((c3 & 0xC0) >> 6)); out += globalMy.base64.base64EncodeChars.charAt(c3 & 0x3F); } return out; } globalMy.base64.base64decode = function base64decode(str) { var c1, c2, c3, c4; var i, len, out; len = str.length; i = 0; out = ""; while (i < len) { /* c1 */ do { c1 = globalMy.base64.base64DecodeChars[str.charCodeAt(i++) & 0xff]; } while (i < len && c1 == -1); if (c1 == -1) break; /* c2 */ do { c2 = globalMy.base64.base64DecodeChars[str.charCodeAt(i++) & 0xff]; } while (i < len && c2 == -1); if (c2 == -1) break; out += String.fromCharCode((c1 << 2) | ((c2 & 0x30) >> 4)); /* c3 */ do { c3 = str.charCodeAt(i++) & 0xff; if (c3 == 61) return out; c3 = globalMy.base64.base64DecodeChars[c3]; } while (i < len && c3 == -1); if (c3 == -1) break; out += String.fromCharCode(((c2 & 0XF) << 4) | ((c3 & 0x3C) >> 2)); /* c4 */ do { c4 = str.charCodeAt(i++) & 0xff; if (c4 == 61) return out; c4 = globalMy.base64.base64DecodeChars[c4]; } while (i < len && c4 == -1); if (c4 == -1) break; out += String.fromCharCode(((c3 & 0x03) << 6) | c4); } return out; } // 工具类 globalMy.getMidStr = function getValue(key1, key2, str) { var m = str.match(new RegExp(key1 + '(.*?)' + key2)); return m ? m[1] : false; }; globalMy.getRandomNum = function (max, min) { return Math.floor(Math.random() * (max - min + 1) + min); } // 设置该元素的索引 globalMy.setfoundName = function setfoundName(obj) { var foundName = globalMy.element.push(obj) - 1; globalMy.value[foundName] = {}; // 会有种情况就是 navigator的plugins 和 pluginArray 的名字不一样但是指向同一个东西,就会导致无限循环 return foundName; } // 找到jsdom对象索引 globalMy.foundJsdomName = function foundName(obj, name) { var foundName = globalMy.jsdom_element.indexOf(obj); if (foundName < 0) { var construct = obj.__proto__[Symbol.toStringTag]; if (!construct) construct = name; if (!construct) debugger; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); globalMy.jsdom_element[name] = obj; foundName = name; // if (obj instanceof globalMy.jsdom.window.HTMLElement) { } // else { // debugger; // } } return foundName; } // 找到js沙箱对象索引 globalMy.foundName = function foundName(obj) { var foundName = globalMy.element.indexOf(obj); if (foundName < 0) { debugger; globalMy.console.log("[*] foundName未找到对象"); throw new Error("foundName未找到对象"); } return foundName; } // 找到js沙箱事件对象索引 globalMy.foundEventName = function foundEventName(obj) { var foundName = globalMy.event.indexOf(obj); if (foundName < 0) { debugger; globalMy.console.log("[*] foundEventName未找到对象"); throw new Error("foundEventName未找到对象"); } return foundName; } // 遍历获取dom树下的节点 globalMy.getDomTree = function (dom) { var dom_tree = [dom]; var children = dom.children; var length = children.length; for (var i = 0; i < length; i++) { dom_tree = dom_tree.concat(globalMy.getDomTree(children[i])); } return dom_tree; } globalMy.getJsdomTree = function (dom) { var dom_tree = [dom]; var children = dom.children; var length = children.length; for (var i = 0; i < length; i++) { dom_tree = dom_tree.concat(globalMy.getJsdomTree(children[i])); } return dom_tree; } // 创建工具类 globalMy.createPlugin = function createPlugin(plugin_name, filename, description) { var plugin = {}; Object.setPrototypeOf(plugin, Plugin.prototype); let name = globalMy.setfoundName(plugin); globalMy.value[name]['name'] = plugin_name; globalMy['value'][name]['filename'] = filename; globalMy['value'][name]['description'] = description; var mimeType_1 = globalMy.createMimeType("application/pdf", "pdf", description); var mimeType_2 = globalMy.createMimeType("text/pdf", "pdf", description); plugin[0] = mimeType_1; plugin[0].enabledPlugin = plugin; plugin[1] = mimeType_2; plugin[1].enabledPlugin = plugin; return plugin; } globalMy.createMimeType = function createMimeType(type, suffixes, description) { var mimeType = {}; Object.setPrototypeOf(mimeType, MimeType.prototype); let name = globalMy.setfoundName(mimeType); globalMy['value'][name]['type'] = type; globalMy['value'][name]['suffixes'] = suffixes; globalMy['value'][name]['description'] = description; return mimeType; } // 创建事件 供dispatchEvent触发 globalMy.createEvent = function createEvent(type, target) { if (type.indexOf("mouse") !== -1 || type === 'click') { var name = globalMy.event.push({}) - 1; globalMy.event_value[name] = {}; if (type.indexOf("mouse") !== -1) { Object.setPrototypeOf(globalMy.event[name], MouseEvent.prototype) } else { Object.setPrototypeOf(globalMy.event[name], PointerEvent.prototype) } Utils.defineIstrusted(globalMy.event[name]); var html_element = document.documentElement; globalMy.event_value[name]["target"] = html_element; globalMy.event_value[name]["srcElement"] = html_element; globalMy.event_value[name]["altKey"] = false; globalMy.event_value[name]["isTrusted"] = true; // globalMy.event_value[name]["clientX"] = globalMy.getRandomNum(500, 1700) // globalMy.event_value[name]["clientY"] = globalMy.getRandomNum(200, 500) // globalMy.event_value[name]["screenX"] = globalMy.event_value[name]["clientX"] // globalMy.event_value[name]["screenY"] = globalMy.getRandomNum(200, 500) // globalMy.event_value[name]["pageX"] = globalMy.event_value[name]["clientX"] // globalMy.event_value[name]["pageY"] = globalMy.event_value[name]["clientY"] // globalMy.event_value[name]["x"] = globalMy.event_value[name]["clientX"] // globalMy.event_value[name]["y"] = globalMy.event_value[name]["clientY"] // globalMy.event_value[name]["offsetX"] = globalMy.getRandomNum(600, 1400) // globalMy.event_value[name]["offsetY"] = globalMy.getRandomNum(300, 450) // globalMy.event_value[name]["layerX"] = globalMy.getRandomNum(600, 1400) // globalMy.event_value[name]["layerY"] = globalMy.getRandomNum(300, 450) // globalMy.event_value[name]["movementX"] = globalMy.getRandomNum(-50, 50) // globalMy.event_value[name]["movementY"] = globalMy.getRandomNum(-50, 50) globalMy.event_value[name]["type"] = type; globalMy.event_value[name]["timeStamp"] = Date.now() - globalMy.memory.begin_time; } //创建load等事件 else if (type.indexOf("load") !== -1) { var name = globalMy.event.push({}) - 1; globalMy.event_value[name] = {}; Utils.defineIstrusted(globalMy.event[name]); Object.setPrototypeOf(globalMy.event[name], Event.prototype); globalMy.event_value[name] = {"isTrusted": true,"bubbles": false, "cancelable": false, "defaultPrevented": false, "composed": false, "timeStamp": Date.now() - globalMy.memory.begin_time, "returnValue": true, "cancelBubble": false,} globalMy.event_value[name]["target"] = target; globalMy.event_value[name]["currentTarget"] = target; globalMy.event_value[name]["srcElement"] = target; globalMy.event_value[name]["type"] = type; } else if (type === "deviceorientation") { } else if (type === "CustomEvent") { var name = globalMy.event.push({}) - 1; Object.setPrototypeOf(globalMy.event[name], CustomEvent.prototype); Utils.defineIstrusted(globalMy.event[name]); globalMy.event_value[name] = {"isTrusted": false, "detail": null, "type": "", "target": null, "currentTarget": null, "eventPhase": 0, "bubbles": false, "cancelable": false, "defaultPrevented": false, "composed": false, "timeStamp": Date.now() - globalMy.memory.begin_time, "srcElement": null, "returnValue": true, "cancelBubble": false, } } else if (type === "UIEvent") { var name = globalMy.event.push({}) - 1; Object.setPrototypeOf(globalMy.event[name], UIEvent.prototype); Utils.defineIstrusted(globalMy.event[name]); globalMy.event_value[name] = {"isTrusted": false, "detail": null, "type": "", "target": null, "currentTarget": null, "eventPhase": 0, "bubbles": false, "cancelable": false, "defaultPrevented": false, "composed": false, "timeStamp": Date.now() - globalMy.memory.begin_time, "srcElement": null, "returnValue": true, "cancelBubble": false, } } else { debugger; } return globalMy.event[name]; } // 报错 globalMy.call_error = function error(x, y) { let e = new TypeError; e.message = x; e.stack = e.stack.replace(y, y + x); throw e; }; globalMy.generateUUID = function generateUUID() { var d = new Date().getTime(); var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { var r = (d + Math.random() * 16) % 16 | 0; d = Math.floor(d / 16); return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16); }); return uuid; } // jsdom解析html源码的节点未clone到本地对象里 该方法做初始化节点操作 globalMy.initDomChildren = function (dom) { var nodeList = dom.childNodes; var length = nodeList.length; for (var i = 0; i < length; i++) { var construct = nodeList[i].__proto__[Symbol.toStringTag]; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], window[construct].prototype); globalMy.jsdom_element[name] = nodeList[i]; globalMy.initDomChildren(nodeList[i], name); } } globalMy.initDomTree = function (dom_document) { var a = +new Date; var name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], DocumentType.prototype); globalMy.jsdom_element[name] = dom_document.doctype; name = globalMy.setfoundName({}); Object.setPrototypeOf(globalMy.element[name], HTMLHtmlElement.prototype); globalMy.jsdom_element[name] = dom_document.documentElement; globalMy.initDomChildren(globalMy.jsdom_element[name], name); console.log("clone jsdom 节点对象完成,耗时 ", +new Date - a, "毫秒"); } // 清空异步调用 globalMy.asyncFunc = function () { while (1) { // debugger var func_promise = globalMy.func_promise.shift(); if (!func_promise) { while (1) { var func = globalMy.func.shift(); if (!func) { return; } try { func[0].apply(window, func[1]); } catch (e) { globalMy.console.log("执行setTimeout方法报错, 报错信息如下: ", e); // break } } } try { func_promise[0].apply(window, func_promise[1]); } catch (e) { globalMy.console.log("执行Promise方法报错, 报错信息如下: ", e); } } } // Promise 会将方法和传参传入这个函数 globalMy.setPromise = function setPromise(func, delay, ...args) { if (globalMy.is_log) { globalMy.console.log("setPromise func=>", func + ''); globalMy.console.log("setPromise args=>", args); } globalMy.func_promise.push([func, args]); //返回一个id } // 主动调用定时函数 globalMy.callInterval = function callInterval() { while (1) { var length = globalMy.func_interval.length; for (var i = 0; i < length; i++) { try { globalMy.func_interval[i][0].apply(window, globalMy.func_interval[i][1]); } catch (e) { globalMy.console.log("执行Interval方法报错, 报错信息如下: ", e); } } } } // 鼠标事件 globalMy.callMouseEvent = function callMouseEvent() { // 一般是由document触发, 具体看网页事件绑定的是window还是document对象 // var event = globalMy.createEvent("mouseenter") // event.isTrusted = true // document.dispatchEvent(event); // event = globalMy.createEvent("mouseenter") // event.isTrusted = true // document.dispatchEvent(event); // event = globalMy.createEvent("mouseenter") // event.isTrusted = true // document.dispatchEvent(event); var event = globalMy.createEvent("mousedown") event.isTrusted = true document.dispatchEvent(event); for (var i = 0; i < 50; i++) { event = globalMy.createEvent("mousemove") event.isTrusted = true document.dispatchEvent(event) } // event = globalMy.createEvent("mouseleave") // event.isTrusted = true // document.dispatchEvent(event); // event = globalMy.createEvent("mouseleave") // event.isTrusted = true // document.dispatchEvent(event); // event = globalMy.createEvent("mouseleave") // event.isTrusted = true // document.dispatchEvent(event); // event = globalMy.createEvent("mouseup") // event.isTrusted = true // document.dispatchEvent(event); } // 构造函数 非new调用的话 无非就两种报错. globalMy.err_code = `Failed to construct 'replace': Please use the 'new' operator, this DOM object constructor cannot be called as a function.`; // 参数传少了 globalMy.arg_less_code = `Failed to construct 'replace': 1 argument required, but only 0 present.`; // 基础对象 globalMy.memory.throw_err = { // "Promise": ["Promise constructor cannot be invoked without 'new'"], "MutationObserver": ["MutationObserver", 1], "RTCPeerConnection": ["RTCPeerConnection"], "Document": ["Document"], "EventTarget": ["EventTarget"], "Node": [], "Element": [], "HTMLElement": ["HTMLElement", ""], "WebGLRenderingContext": [], "CanvasRenderingContext2D": [], "HTMLAnchorElement": ["HTMLAnchorElement", ""], "HTMLImageElement": ["HTMLImageElement", ""], "HTMLFontElement": ["HTMLFontElement", ""], "HTMLOutputElement": ["HTMLOutputElement", ""], "HTMLAreaElement": ["HTMLAreaElement", ""], "HTMLInputElement": ["HTMLInputElement", ""], "HTMLFormElement": ["HTMLFormElement", ""], "HTMLParagraphElement": ["HTMLParagraphElement", ""], "HTMLAudioElement": ["HTMLAudioElement", ""], "HTMLLabelElement": ["HTMLLabelElement", ""], "HTMLFrameElement": ["HTMLFrameElement", ""], "HTMLParamElement": ["HTMLParamElement", ""], "HTMLBaseElement": ["HTMLBaseElement", ""], "HTMLLegendElement": ["HTMLLegendElement", ""], "HTMLFrameSetElement": ["HTMLFrameSetElement", ""], "HTMLPictureElement": ["HTMLPictureElement", ""], "HTMLBodyElement": ["HTMLBodyElement", ""], "HTMLLIElement": ["HTMLLIElement", ""], "HTMLHeadingElement": ["HTMLHeadingElement", ""], "HTMLPreElement": ["HTMLPreElement", ""], "HTMLBRElement": ["HTMLBRElement", ""], "HTMLLinkElement": ["HTMLLinkElement", ""], "HTMLHeadElement": ["HTMLHeadElement", ""], "HTMLProgressElement": ["HTMLProgressElement", ""], "HTMLButtonElement": ["HTMLButtonElement", ""], "HTMLMapElement": ["HTMLMapElement", ""], "HTMLHRElement": ["HTMLHRElement", ""], "HTMLQuoteElement": ["HTMLQuoteElement", ""], "HTMLCanvasElement": ["HTMLCanvasElement", ""], "HTMLMarqueeElement": ["HTMLMarqueeElement", ""], "HTMLHtmlElement": ["HTMLHtmlElement", ""], "HTMLScriptElement": ["HTMLScriptElement", ""], "HTMLDataElement": ["HTMLDataElement", ""], "HTMLMediaElement": [], "HTMLIFrameElement": ["HTMLIFrameElement", ""], "HTMLTimeElement": ["HTMLTimeElement", ""], "HTMLDataListElement": ["HTMLDataListElement", ""], "HTMLMenuElement": ["HTMLMenuElement", ""], "HTMLSelectElement": ["HTMLSelectElement", ""], "HTMLTitleElement": ["HTMLTitleElement", ""], "HTMLDetailsElement": ["HTMLDetailsElement", ""], "HTMLMetaElement": ["HTMLMetaElement", ""], "HTMLSlotElement": ["HTMLSlotElement", ""], "HTMLTableRowElement": ["HTMLTableRowElement", ""], "HTMLDialogElement": ["HTMLDialogElement", ""], "HTMLMeterElement": ["HTMLMeterElement", ""], "HTMLSourceElement": ["HTMLSourceElement", ""], "HTMLTableSectionElement": ["HTMLTableSectionElement", ""], "HTMLDirectoryElement": ["HTMLDirectoryElement", ""], "HTMLModElement": ["HTMLModElement", ""], "HTMLSpanElement": ["HTMLSpanElement", ""], "HTMLTemplateElement": ["HTMLTemplateElement", ""], "HTMLDivElement": ["HTMLDivElement", ""], "HTMLObjectElement": ["HTMLObjectElement", ""], "HTMLStyleElement": ["HTMLStyleElement", ""], "HTMLTextAreaElement": ["HTMLTextAreaElement", ""], "HTMLDListElement": ["HTMLDListElement", ""], "HTMLOListElement": ["HTMLOListElement", ""], "HTMLTableCaptionElement": ["HTMLTableCaptionElement", ""], "HTMLTrackElement": ["HTMLTrackElement", ""], "HTMLEmbedElement": ["HTMLEmbedElement", ""], "HTMLOptGroupElement": ["HTMLOptGroupElement", ""], "HTMLTableCellElement": ["HTMLTableCellElement", ""], "HTMLUListElement": ["HTMLUListElement", ""], "HTMLFieldSetElement": ["HTMLFieldSetElement", ""], "HTMLOptionElement": ["HTMLOptionElement", ""], "HTMLTableColElement": ["HTMLTableColElement", ""], "HTMLUnknownElement": [], "HTMLTableElement": ["HTMLTableElement", ""], "HTMLVideoElement": ["HTMLVideoElement", ""], "Event": ["Event", 1], "BatteryManager": [], "CharacterData": [], "CSSStyleDeclaration": [], "DocumentType": [], "DOMParser": ["DOMParser"], "HTMLAllCollection": [], "InputDeviceCapabilities": ["InputDeviceCapabilities"], "HTMLCollection": [], "HTMLDocument": [], "IDBFactory": [], "IDBRequest": [], "IDBOpenDBRequest": [], "MediaEncryptedEvent": ["MediaEncryptedEvent", 1], "MimeType": [], "MimeTypeArray": [], "MouseEvent": ["MouseEvent", 1], "Navigator": [], "NetworkInformation": [], "NodeList": [], "Notification": ["Notification", 1], "OffscreenCanvasRenderingContext2D": [], "Path2D": ["Path2D"], "Performance": [], "PerformanceEntry": [], "PerformancePaintTiming": [], "Plugin": [], "PluginArray": [], "PointerEvent": ["PointerEvent", 1], "Request": ["Request", 1], "Screen": [], "ScreenOrientation": [], "SpeechSynthesisUtterance": ["SpeechSynthesisUtterance"], "Storage": [], "Text": ["Text"], "UIEvent": ["UIEvent", 1], "WebGLBuffer": [], "WebGLProgram": [], "WebGLShader": [], "WebGLShaderPrecisionFormat": [], "WebGLUniformLocation": [], "Location": [], "WebSocket": ["WebSocket", 1], "Window": [], "XMLHttpRequest": ["XMLHttpRequest"], "XMLHttpRequestEventTarget": [], "XMLHttpRequestUpload": [], "Permissions": [], "NavigatorUAData": [], "EventCounts": [], "PerformanceNavigation": [], "PerformanceTiming": [], "Option": ["Option"], "Image": ["Image"], "Audio": ["Audio"], "XSLTProcessor": ["XSLTProcessor"], "XPathResult": [], "XPathExpression": [], "XPathEvaluator": ["XPathEvaluator"], "XMLSerializer": ["XMLSerializer"], "XMLDocument": [], "WritableStreamDefaultWriter": ["WritableStreamDefaultWriter", 1], "WritableStreamDefaultController": [], "WritableStream": ["WritableStream"], "Worker": ["Worker", 1], "WheelEvent": ["WheelEvent", 1], "WebGLVertexArrayObject": [], "WebGLTransformFeedback": [], "WebGLTexture": [], "WebGLSync": [], "WebGLSampler": [], "WebGLRenderbuffer": [], "WebGLQuery": [], "WebGLFramebuffer": [], "WebGLContextEvent": ["WebGLContextEvent", 1], "WebGLActiveInfo": [], "WebGL2RenderingContext": [], "WaveShaperNode": ["WaveShaperNode", 1], "VisualViewport": [], "VirtualKeyboardGeometryChangeEvent": ["VirtualKeyboardGeometryChangeEvent", 1], "ValidityState": [], "VTTCue": ["VTTCue"], "UserActivation": [], "URLSearchParams": ["URLSearchParams"], "URLPattern": ["URLPattern"], "TrustedTypePolicyFactory": [], "TrustedTypePolicy": [], "TrustedScriptURL": [], "TrustedScript": [], "TrustedHTML": [], "TreeWalker": [], "TransitionEvent": ["TransitionEvent", 1], "TransformStreamDefaultController": [], "TransformStream": ["TransformStream"], "TrackEvent": ["TrackEvent", 1], "TouchList": [], "Touch": ["Touch", 1], "TimeRanges": [], "TextTrackList": [], "TextTrackCueList": [], "TextTrackCue": [], "TextTrack": [], "TextMetrics": [], "TextEvent": [], "TextEncoderStream": ["TextEncoderStream"], "TextEncoder": ["TextEncoder"], "TextDecoderStream": ["TextDecoderStream"], "TextDecoder": ["TextDecoder"], "TaskSignal": [], "TaskPriorityChangeEvent": ["TaskPriorityChangeEvent"], "TaskController": ["TaskController"], "TaskAttributionTiming": [], "SyncManager": [], "SubmitEvent": ["SubmitEvent", 1], "StyleSheetList": [], "StyleSheet": [], "StylePropertyMapReadOnly": [], "StylePropertyMap": [], "StorageEvent": ["StorageEvent", 1], "StereoPannerNode": ["StereoPannerNode", 1], "StaticRange": ["StaticRange", 1], "ShadowRoot": [], "Selection": [], "SecurityPolicyViolationEvent": ["SecurityPolicyViolationEvent", 1], "ScriptProcessorNode": [], "Scheduling": [], "Scheduler": [], "SVGViewElement": [], "SVGUseElement": [], "SVGUnitTypes": [], "SVGTransformList": [], "SVGTransform": [], "SVGTitleElement": [], "SVGTextPositioningElement": [], "SVGTextPathElement": [], "SVGTextElement": [], "SVGTextContentElement": [], "SVGTSpanElement": [], "SVGSymbolElement": [], "SVGSwitchElement": [], "SVGStyleElement": [], "SVGStringList": [], "SVGStopElement": [], "SVGSetElement": [], "SVGScriptElement": [], "SVGSVGElement": [], "SVGRectElement": [], "SVGRect": [], "SVGRadialGradientElement": [], "SVGPreserveAspectRatio": [], "SVGPolylineElement": [], "SVGPolygonElement": [], "SVGPointList": [], "SVGPoint": [], "SVGPatternElement": [], "SVGPathElement": [], "SVGNumberList": [], "SVGNumber": [], "SVGMetadataElement": [], "SVGMatrix": [], "SVGMaskElement": [], "SVGMarkerElement": [], "SVGMPathElement": [], "SVGLinearGradientElement": [], "SVGLineElement": [], "SVGLengthList": [], "SVGLength": [], "SVGImageElement": [], "SVGGraphicsElement": [], "SVGGradientElement": [], "SVGGeometryElement": [], "SVGGElement": [], "SVGForeignObjectElement": [], "SVGFilterElement": [], "SVGFETurbulenceElement": [], "SVGFETileElement": [], "SVGFESpotLightElement": [], "SVGFESpecularLightingElement": [], "SVGFEPointLightElement": [], "SVGFEOffsetElement": [], "SVGFEMorphologyElement": [], "SVGFEMergeNodeElement": [], "SVGFEMergeElement": [], "SVGFEImageElement": [], "SVGFEGaussianBlurElement": [], "SVGFEFuncRElement": [], "SVGFEFuncGElement": [], "SVGFEFuncBElement": [], "SVGFEFuncAElement": [], "SVGFEFloodElement": [], "SVGFEDropShadowElement": [], "SVGFEDistantLightElement": [], "SVGFEDisplacementMapElement": [], "SVGFEDiffuseLightingElement": [], "SVGFEConvolveMatrixElement": [], "SVGFECompositeElement": [], "SVGFEComponentTransferElement": [], "SVGFEColorMatrixElement": [], "SVGFEBlendElement": [], "SVGEllipseElement": [], "SVGElement": [], "SVGDescElement": [], "SVGDefsElement": [], "SVGComponentTransferFunctionElement": [], "SVGClipPathElement": [], "SVGCircleElement": [], "SVGAnimationElement": [], "SVGAnimatedTransformList": [], "SVGAnimatedString": [], "SVGAnimatedRect": [], "SVGAnimatedPreserveAspectRatio": [], "SVGAnimatedNumberList": [], "SVGAnimatedNumber": [], "SVGAnimatedLengthList": [], "SVGAnimatedLength": [], "SVGAnimatedInteger": [], "SVGAnimatedEnumeration": [], "SVGAnimatedBoolean": [], "SVGAnimatedAngle": [], "SVGAnimateTransformElement": [], "SVGAnimateMotionElement": [], "SVGAnimateElement": [], "SVGAngle": [], "SVGAElement": [], "Response": ["Response"], "ResizeObserverSize": [], "ResizeObserverEntry": [], "ResizeObserver": ["ResizeObserver", 1], "ReportingObserver": ["ReportingObserver", 1], "ReadableStreamDefaultReader": ["ReadableStreamDefaultReader", 1], "ReadableStreamDefaultController": [], "ReadableStreamBYOBRequest": [], "ReadableStreamBYOBReader": ["ReadableStreamBYOBReader", 1], "ReadableStream": ["ReadableStream"], "ReadableByteStreamController": [], "Range": ["Range"], "RadioNodeList": [], "RTCTrackEvent": ["RTCTrackEvent"], "RTCStatsReport": [], "RTCSessionDescription": ["RTCSessionDescription"], "RTCSctpTransport": [], "RTCRtpTransceiver": [], "RTCRtpSender": [], "RTCRtpReceiver": [], "RTCPeerConnectionIceEvent": ["RTCPeerConnectionIceEvent", 1], "RTCPeerConnectionIceErrorEvent": ["RTCPeerConnectionIceErrorEvent"], "RTCIceTransport": [], "RTCIceCandidate": ["RTCIceCandidate"], "RTCErrorEvent": ["RTCErrorEvent"], "RTCError": ["RTCError", 1], "RTCEncodedVideoFrame": [], "RTCEncodedAudioFrame": [], "RTCDtlsTransport": [], "RTCDataChannelEvent": ["RTCDataChannelEvent"], "RTCDataChannel": [], "RTCDTMFToneChangeEvent": ["RTCDTMFToneChangeEvent"], "RTCDTMFSender": [], "RTCCertificate": [], "PromiseRejectionEvent": ["PromiseRejectionEvent"], "ProgressEvent": ["ProgressEvent", 1], "Profiler": ["Profiler", 1], "ProcessingInstruction": [], "PopStateEvent": ["PopStateEvent", 1], "PeriodicWave": ["PeriodicWave", 1], "PerformanceServerTiming": [], "PerformanceResourceTiming": [], "PerformanceObserverEntryList": [], "PerformanceObserver": ["PerformanceObserver", 1], "PerformanceNavigationTiming": [], "PerformanceMeasure": [], "PerformanceMark": ["PerformanceMark", 1], "PerformanceLongTaskTiming": [], "PerformanceEventTiming": [], "PerformanceElementTiming": [], "PannerNode": ["PannerNode", 1], "PageTransitionEvent": ["PageTransitionEvent", 1], "OverconstrainedError": ["OverconstrainedError"], "OscillatorNode": ["OscillatorNode", 1], "OffscreenCanvas": ["OffscreenCanvas"], "OfflineAudioContext": ["OfflineAudioContext", 1], "OfflineAudioCompletionEvent": ["OfflineAudioCompletionEvent"], "NodeIterator": [], "NamedNodeMap": [], "MutationRecord": [], "MutationEvent": [], "MessagePort": [], "MessageEvent": ["MessageEvent", 1], "MessageChannel": ["MessageChannel"], "MediaStreamTrackProcessor": ["MediaStreamTrackProcessor", 1], "MediaStreamTrackEvent": ["MediaStreamTrackEvent"], "MediaStreamEvent": ["MediaStreamEvent", 1], "MediaStreamAudioSourceNode": ["MediaStreamAudioSourceNode"], "MediaStreamAudioDestinationNode": ["MediaStreamAudioDestinationNode", 1], "MediaRecorder": ["MediaRecorder", 1], "MediaQueryListEvent": ["MediaQueryListEvent", 1], "MediaQueryList": [], "MediaList": [], "MediaError": [], "MediaElementAudioSourceNode": ["MediaElementAudioSourceNode"], "MediaCapabilities": [], "LayoutShiftAttribution": [], "LayoutShift": [], "LargestContentfulPaint": [], "KeyframeEffect": ["KeyframeEffect", 1], "KeyboardEvent": ["KeyboardEvent", 1], "IntersectionObserverEntry": [], "IntersectionObserver": ["IntersectionObserver", 1], "InputEvent": ["InputEvent", 1], "InputDeviceInfo": [], "ImageData": ["ImageData"], "ImageCapture": ["ImageCapture", 1], "ImageBitmapRenderingContext": [], "ImageBitmap": [], "IdleDeadline": [], "IIRFilterNode": ["IIRFilterNode"], "IDBVersionChangeEvent": ["IDBVersionChangeEvent", 1], "IDBTransaction": [], "IDBObjectStore": [], "IDBKeyRange": [], "IDBIndex": [], "IDBDatabase": [], "IDBCursorWithValue": [], "IDBCursor": [], "History": [], "Headers": ["Headers"], "HashChangeEvent": ["HashChangeEvent", 1], "HTMLOptionsCollection": [], "HTMLFormControlsCollection": [], "GeolocationPositionError": [], "GeolocationPosition": [], "GeolocationCoordinates": [], "Geolocation": [], "GamepadHapticActuator": [], "GamepadEvent": ["GamepadEvent", 1], "GamepadButton": [], "Gamepad": [], "GainNode": ["GainNode", 1], "FormDataEvent": ["FormDataEvent"], "FormData": ["FormData"], "FontFaceSetLoadEvent": ["FontFaceSetLoadEvent", 1], "FontFace": ["FontFace"], "FocusEvent": ["FocusEvent", 1], "FileReader": ["FileReader"], "FileList": [], "File": ["File"], "FeaturePolicy": [], "External": [], "EventSource": ["EventSource", 1], "ErrorEvent": ["ErrorEvent", 1], "ElementInternals": [], "DynamicsCompressorNode": ["DynamicsCompressorNode", 1], "DragEvent": ["DragEvent", 1], "DocumentFragment": ["DocumentFragment"], "DelayNode": ["DelayNode", 1], "DecompressionStream": ["DecompressionStream", 1], "DataTransferItemList": [], "DataTransferItem": [], "DataTransfer": ["DataTransfer"], "DOMTokenList": [], "DOMStringMap": [], "DOMStringList": [], "DOMRectReadOnly": ["DOMRectReadOnly"], "DOMRectList": [], "DOMRect": ["DOMRect"], "DOMQuad": ["DOMQuad"], "DOMPointReadOnly": ["DOMPointReadOnly"], "DOMPoint": ["DOMPoint"], "DOMMatrixReadOnly": ["DOMMatrixReadOnly"], "DOMImplementation": [], "DOMException": ["DOMException"], "DOMError": ["DOMError", 1], "CustomStateSet": [], "CustomEvent": ["CustomEvent", 1], "CustomElementRegistry": [], "Crypto": [], "CountQueuingStrategy": ["CountQueuingStrategy", 1], "ConvolverNode": ["ConvolverNode", 1], "ConstantSourceNode": ["ConstantSourceNode", 1], "CompressionStream": ["CompressionStream", 1], "CompositionEvent": ["CompositionEvent", 1], "Comment": ["Comment"], "CloseEvent": ["CloseEvent", 1], "ClipboardEvent": ["ClipboardEvent", 1], "ChannelSplitterNode": ["ChannelSplitterNode", 1], "ChannelMergerNode": ["ChannelMergerNode", 1], "CanvasPattern": [], "CanvasGradient": [], "CanvasFilter": ["CanvasFilter", 1], "CanvasCaptureMediaStreamTrack": [], "CSSVariableReferenceValue": ["CSSVariableReferenceValue", 1], "CSSUnparsedValue": ["CSSUnparsedValue", 1], "CSSUnitValue": ["CSSUnitValue"], "CSSTranslate": ["CSSTranslate"], "CSSTransformValue": ["CSSTransformValue", 1], "CSSTransformComponent": [], "CSSSupportsRule": [], "CSSStyleValue": [], "CSSStyleSheet": ["CSSStyleSheet"], "CSSStyleRule": [], "CSSSkewY": ["CSSSkewY", 1], "CSSSkewX": ["CSSSkewX", 1], "CSSSkew": ["CSSSkew"], "CSSScale": ["CSSScale"], "CSSRuleList": [], "CSSRule": [], "CSSRotate": ["CSSRotate", 1], "CSSPropertyRule": [], "CSSPositionValue": ["CSSPositionValue"], "CSSPerspective": ["CSSPerspective", 1], "CSSPageRule": [], "CSSNumericValue": [], "CSSNumericArray": [], "CSSNamespaceRule": [], "CSSMediaRule": [], "CSSMatrixComponent": ["CSSMatrixComponent", 1], "CSSMathValue": [], "CSSMathSum": ["CSSMathSum"], "CSSMathProduct": ["CSSMathProduct"], "CSSMathNegate": ["CSSMathNegate", 1], "CSSMathMin": ["CSSMathMin"], "CSSMathMax": ["CSSMathMax"], "CSSMathInvert": ["CSSMathInvert", 1], "CSSMathClamp": ["CSSMathClamp"], "CSSLayerStatementRule": [], "CSSLayerBlockRule": [], "CSSKeywordValue": ["CSSKeywordValue", 1], "CSSKeyframesRule": [], "CSSKeyframeRule": [], "CSSImportRule": [], "CSSImageValue": [], "CSSGroupingRule": [], "CSSFontFaceRule": [], "CSSCounterStyleRule": [], "CSSConditionRule": [], "CDATASection": [], "ByteLengthQueuingStrategy": ["ByteLengthQueuingStrategy", 1], "BroadcastChannel": ["BroadcastChannel", 1], "BlobEvent": ["BlobEvent"], "Blob": ["Blob"], "BiquadFilterNode": ["BiquadFilterNode", 1], "BeforeUnloadEvent": [], "BeforeInstallPromptEvent": ["BeforeInstallPromptEvent", 1], "BaseAudioContext": [], "BarProp": [], "AudioWorkletNode": ["AudioWorkletNode"], "AudioScheduledSourceNode": [], "AudioProcessingEvent": ["AudioProcessingEvent"], "AudioParamMap": [], "AudioParam": [], "AudioNode": [], "AudioListener": [], "AudioDestinationNode": [], "AudioContext": ["AudioContext"], "AudioBufferSourceNode": ["AudioBufferSourceNode", 1], "AudioBuffer": ["AudioBuffer", 1], "Attr": [], "AnimationEvent": ["AnimationEvent", 1], "AnimationEffect": [], "Animation": ["Animation"], "AnalyserNode": ["AnalyserNode", 1], "AbstractRange": [], "AbortSignal": [], "AbortController": ["AbortController"], "AbsoluteOrientationSensor": ["AbsoluteOrientationSensor"], "Accelerometer": ["Accelerometer"], "AudioWorklet": [], "Cache": [], "CacheStorage": [], "Clipboard": [], "ClipboardItem": ["ClipboardItem", 1], "CookieChangeEvent": ["CookieChangeEvent", 1], "CookieStore": [], "CookieStoreManager": [], "Credential": [], "CredentialsContainer": [], "CryptoKey": [], "DeviceMotionEvent": ["DeviceMotionEvent", 1], "DeviceMotionEventAcceleration": [], "DeviceMotionEventRotationRate": [], "DeviceOrientationEvent": ["DeviceOrientationEvent", 1], "FederatedCredential": ["FederatedCredential", 1], "GravitySensor": ["GravitySensor"], "Gyroscope": ["Gyroscope"], "Keyboard": [], "KeyboardLayoutMap": [], "LinearAccelerationSensor": ["LinearAccelerationSensor"], "Lock": [], "LockManager": [], "MIDIAccess": [], "MIDIConnectionEvent": ["MIDIConnectionEvent", 1], "MIDIInput": [], "MIDIInputMap": [], "MIDIMessageEvent": ["MIDIMessageEvent", 1], "MIDIOutput": [], "MIDIOutputMap": [], "MIDIPort": [], "MediaDeviceInfo": [], "MediaDevices": [], "MediaKeyMessageEvent": ["MediaKeyMessageEvent"], "MediaKeySession": [], "MediaKeyStatusMap": [], "MediaKeySystemAccess": [], "MediaKeys": [], "NavigationPreloadManager": [], "NavigatorManagedData": [], "OrientationSensor": [], "PasswordCredential": ["PasswordCredential", 1], "RelativeOrientationSensor": ["RelativeOrientationSensor"], "ScreenDetailed": [], "ScreenDetails": [], "Sensor": [], "SensorErrorEvent": ["SensorErrorEvent"], "ServiceWorker": [], "ServiceWorkerContainer": [], "ServiceWorkerRegistration": [], "StorageManager": [], "SubtleCrypto": [], "VirtualKeyboard": [], "WebTransport": ["WebTransport", 1], "WebTransportBidirectionalStream": [], "WebTransportDatagramDuplexStream": [], "WebTransportError": ["WebTransportError"], "Worklet": [], "XRDOMOverlayState": [], "XRLayer": [], "XRWebGLBinding": ["XRWebGLBinding"], "AudioData": ["AudioData", 1], "EncodedAudioChunk": ["EncodedAudioChunk", 1], "EncodedVideoChunk": ["EncodedVideoChunk", 1], "ImageTrack": [], "ImageTrackList": [], "VideoColorSpace": ["VideoColorSpace"], "VideoFrame": ["VideoFrame", 1], "AudioDecoder": ["AudioDecoder", 1], "AudioEncoder": ["AudioEncoder", 1], "ImageDecoder": ["ImageDecoder", 1], "VideoDecoder": ["VideoDecoder", 1], "VideoEncoder": ["VideoEncoder", 1], "AuthenticatorAssertionResponse": [], "AuthenticatorAttestationResponse": [], "AuthenticatorResponse": [], "PublicKeyCredential": [], "Bluetooth": [], "BluetoothCharacteristicProperties": [], "BluetoothDevice": [], "BluetoothRemoteGATTCharacteristic": [], "BluetoothRemoteGATTDescriptor": [], "BluetoothRemoteGATTServer": [], "BluetoothRemoteGATTService": [], "CaptureController": ["CaptureController"], "DelegatedInkTrailPresenter": [], "Ink": [], "EyeDropper": ["EyeDropper"], "FileSystemDirectoryHandle": [], "FileSystemFileHandle": [], "FileSystemHandle": [], "FileSystemWritableFileStream": [], "FontData": [], "FragmentDirective": [], "HID": [], "HIDConnectionEvent": ["HIDConnectionEvent"], "HIDDevice": [], "HIDInputReportEvent": [], "IdentityCredential": [], "LaunchParams": [], "LaunchQueue": [], "OTPCredential": [], "PaymentAddress": [], "PaymentRequest": ["PaymentRequest", 1], "PaymentResponse": [], "PaymentMethodChangeEvent": ["PaymentMethodChangeEvent", 1], "Presentation": [], "PresentationAvailability": [], "PresentationConnection": [], "PresentationConnectionAvailableEvent": ["PresentationConnectionAvailableEvent"], "PresentationConnectionCloseEvent": ["PresentationConnectionCloseEvent"], "PresentationConnectionList": [], "PresentationReceiver": [], "PresentationRequest": ["PresentationRequest", 1], "Sanitizer": ["Sanitizer"], "Serial": [], "SerialPort": [], "USB": [], "USBAlternateInterface": ["USBAlternateInterface"], "USBConfiguration": ["USBConfiguration"], "USBConnectionEvent": ["USBConnectionEvent"], "USBDevice": [], "USBEndpoint": ["USBEndpoint"], "USBInTransferResult": ["USBInTransferResult", 1], "USBInterface": ["USBInterface"], "USBIsochronousInTransferPacket": ["USBIsochronousInTransferPacket", 1], "USBIsochronousInTransferResult": ["USBIsochronousInTransferResult", 1], "USBIsochronousOutTransferPacket": ["USBIsochronousOutTransferPacket", 1], "USBIsochronousOutTransferResult": ["USBIsochronousOutTransferResult", 1], "USBOutTransferResult": ["USBOutTransferResult", 1], "WakeLock": [], "WakeLockSentinel": [], "WindowControlsOverlay": [], "WindowControlsOverlayGeometryChangeEvent": ["WindowControlsOverlayGeometryChangeEvent"], "XRAnchor": [], "XRAnchorSet": [], "XRBoundedReferenceSpace": [], "XRFrame": [], "XRInputSource": [], "XRInputSourceArray": [], "XRInputSourceEvent": ["XRInputSourceEvent"], "XRInputSourcesChangeEvent": ["XRInputSourcesChangeEvent"], "XRPose": [], "XRReferenceSpace": [], "XRReferenceSpaceEvent": ["XRReferenceSpaceEvent"], "XRRenderState": [], "XRRigidTransform": ["XRRigidTransform"], "XRSession": [], "XRSessionEvent": ["XRSessionEvent"], "XRSpace": [], "XRSystem": [], "XRView": [], "XRViewerPose": [], "XRViewport": [], "XRWebGLLayer": ["XRWebGLLayer"], "XRCPUDepthInformation": [], "XRDepthInformation": [], "XRWebGLDepthInformation": [], "XRCamera": [], "XRHand": [], "XRJointPose": [], "XRJointSpace": [], "XRHitTestResult": [], "XRHitTestSource": [], "XRRay": ["XRRay"], "XRTransientInputHitTestResult": [], "XRTransientInputHitTestSource": [], "XRLightEstimate": [], "XRLightProbe": [], "AnimationPlaybackEvent": ["AnimationPlaybackEvent", 1], "AnimationTimeline": [], "CSSAnimation": [], "CSSTransition": [], "DocumentTimeline": ["DocumentTimeline"], "BackgroundFetchManager": [], "BackgroundFetchRecord": [], "BackgroundFetchRegistration": [], "BluetoothUUID": [], "BrowserCaptureMediaStreamTrack": [], "CropTarget": [], "CSSContainerRule": [], "CSSFontPaletteValuesRule": [], "ContentVisibilityAutoStateChangeEvent": ["ContentVisibilityAutoStateChangeEvent", 1], "Highlight": ["Highlight"], "HighlightRegistry": [], "MathMLElement": [], "MediaMetadata": ["MediaMetadata"], "MediaSession": [], "MediaSource": ["MediaSource"], "SourceBuffer": [], "SourceBufferList": [], "MediaSourceHandle": [], "MediaStreamTrack": [], "MediaStreamTrackGenerator": ["MediaStreamTrackGenerator", 1], "NavigateEvent": ["NavigateEvent"], "Navigation": [], "NavigationCurrentEntryChangeEvent": ["NavigationCurrentEntryChangeEvent"], "NavigationDestination": [], "NavigationHistoryEntry": [], "NavigationTransition": [], "PaymentInstruments": [], "PaymentManager": [], "PaymentRequestUpdateEvent": ["PaymentRequestUpdateEvent", 1], "PeriodicSyncManager": [], "PermissionStatus": [], "PictureInPictureEvent": ["PictureInPictureEvent"], "PictureInPictureWindow": [], "PushManager": [], "PushSubscription": [], "PushSubscriptionOptions": [], "RemotePlayback": [], "SharedWorker": ["SharedWorker", 1], "SpeechSynthesisErrorEvent": ["SpeechSynthesisErrorEvent"], "SpeechSynthesisEvent": ["SpeechSynthesisEvent"], "TouchEvent": ["TouchEvent", 1], "VideoPlaybackQuality": [], "URL": ["URL", 1], "DOMMatrix": ["DOMMatrix"], "MediaStream": ["MediaStream"], "AudioSinkInfo": [], "ViewTransition": [], }; globalMy.style = { accentColor: "", additiveSymbols: "", alignContent: "", alignItems: "", alignSelf: "", alignmentBaseline: "", all: "", animation: "", animationDelay: "", animationDirection: "", animationDuration: "", animationFillMode: "", animationIterationCount: "", animationName: "", animationPlayState: "", animationTimingFunction: "", appRegion: "", appearance: "", ascentOverride: "", aspectRatio: "", backdropFilter: "", backfaceVisibility: "", background: "", backgroundAttachment: "", backgroundBlendMode: "", backgroundClip: "", backgroundColor: "", backgroundImage: "", backgroundOrigin: "", backgroundPosition: "", backgroundPositionX: "", backgroundPositionY: "", backgroundRepeat: "", backgroundRepeatX: "", backgroundRepeatY: "", backgroundSize: "", basePalette: "", baselineShift: "", blockSize: "", border: "", borderBlock: "", borderBlockColor: "", borderBlockEnd: "", borderBlockEndColor: "", borderBlockEndStyle: "", borderBlockEndWidth: "", borderBlockStart: "", borderBlockStartColor: "", borderBlockStartStyle: "", borderBlockStartWidth: "", borderBlockStyle: "", borderBlockWidth: "", borderBottom: "", borderBottomColor: "", borderBottomLeftRadius: "", borderBottomRightRadius: "", borderBottomStyle: "", borderBottomWidth: "", borderCollapse: "", borderColor: "", borderEndEndRadius: "", borderEndStartRadius: "", borderImage: "", borderImageOutset: "", borderImageRepeat: "", borderImageSlice: "", borderImageSource: "", borderImageWidth: "", borderInline: "", borderInlineColor: "", borderInlineEnd: "", borderInlineEndColor: "", borderInlineEndStyle: "", borderInlineEndWidth: "", borderInlineStart: "", borderInlineStartColor: "", borderInlineStartStyle: "", borderInlineStartWidth: "", borderInlineStyle: "", borderInlineWidth: "", borderLeft: "", borderLeftColor: "", borderLeftStyle: "", borderLeftWidth: "", borderRadius: "", borderRight: "", borderRightColor: "", borderRightStyle: "", borderRightWidth: "", borderSpacing: "", borderStartEndRadius: "", borderStartStartRadius: "", borderStyle: "", borderTop: "", borderTopColor: "", borderTopLeftRadius: "", borderTopRightRadius: "", borderTopStyle: "", borderTopWidth: "", borderWidth: "", bottom: "", boxShadow: "", boxSizing: "", breakAfter: "", breakBefore: "", breakInside: "", bufferedRendering: "", captionSide: "", caretColor: "", clear: "", clip: "", clipPath: "", clipRule: "", color: "", colorInterpolation: "", colorInterpolationFilters: "", colorRendering: "", colorScheme: "", columnCount: "", columnFill: "", columnGap: "", columnRule: "", columnRuleColor: "", columnRuleStyle: "", columnRuleWidth: "", columnSpan: "", columnWidth: "", columns: "", contain: "", containIntrinsicBlockSize: "", containIntrinsicHeight: "", containIntrinsicInlineSize: "", containIntrinsicSize: "", containIntrinsicWidth: "", content: "", contentVisibility: "", counterIncrement: "", counterReset: "", counterSet: "", cursor: "", cx: "", cy: "", d: "", descentOverride: "", direction: "", display: "", dominantBaseline: "", emptyCells: "", fallback: "", fill: "", fillOpacity: "", fillRule: "", filter: "", flex: "", flexBasis: "", flexDirection: "", flexFlow: "", flexGrow: "", flexShrink: "", flexWrap: "", float: "", floodColor: "", floodOpacity: "", font: "", fontDisplay: "", fontFamily: "", fontFeatureSettings: "", fontKerning: "", fontOpticalSizing: "", fontPalette: "", fontSize: "", fontStretch: "", fontStyle: "", fontSynthesis: "", fontSynthesisSmallCaps: "", fontSynthesisStyle: "", fontSynthesisWeight: "", fontVariant: "", fontVariantCaps: "", fontVariantEastAsian: "", fontVariantLigatures: "", fontVariantNumeric: "", fontVariationSettings: "", fontWeight: "", forcedColorAdjust: "", gap: "", grid: "", gridArea: "", gridAutoColumns: "", gridAutoFlow: "", gridAutoRows: "", gridColumn: "", gridColumnEnd: "", gridColumnGap: "", gridColumnStart: "", gridGap: "", gridRow: "", gridRowEnd: "", gridRowGap: "", gridRowStart: "", gridTemplate: "", gridTemplateAreas: "", gridTemplateColumns: "", gridTemplateRows: "", height: "", hyphens: "", imageOrientation: "", imageRendering: "", inherits: "", initialValue: "", inlineSize: "", inset: "", insetBlock: "", insetBlockEnd: "", insetBlockStart: "", insetInline: "", insetInlineEnd: "", insetInlineStart: "", isolation: "", justifyContent: "", justifyItems: "", justifySelf: "", left: "", letterSpacing: "", lightingColor: "", lineBreak: "", lineGapOverride: "", lineHeight: "", listStyle: "", listStyleImage: "", listStylePosition: "", listStyleType: "", margin: "", marginBlock: "", marginBlockEnd: "", marginBlockStart: "", marginBottom: "", marginInline: "", marginInlineEnd: "", marginInlineStart: "", marginLeft: "", marginRight: "", marginTop: "", marker: "", markerEnd: "", markerMid: "", markerStart: "", mask: "", maskType: "", maxBlockSize: "", maxHeight: "", maxInlineSize: "", maxWidth: "", maxZoom: "", minBlockSize: "", minHeight: "", minInlineSize: "", minWidth: "", minZoom: "", mixBlendMode: "", negative: "", objectFit: "", objectPosition: "", offset: "", offsetDistance: "", offsetPath: "", offsetRotate: "", opacity: "", order: "", orientation: "", orphans: "", outline: "", outlineColor: "", outlineOffset: "", outlineStyle: "", outlineWidth: "", overflow: "", overflowAnchor: "", overflowClipMargin: "", overflowWrap: "", overflowX: "", overflowY: "", overrideColors: "", overscrollBehavior: "", overscrollBehaviorBlock: "", overscrollBehaviorInline: "", overscrollBehaviorX: "", overscrollBehaviorY: "", pad: "", padding: "", paddingBlock: "", paddingBlockEnd: "", paddingBlockStart: "", paddingBottom: "", paddingInline: "", paddingInlineEnd: "", paddingInlineStart: "", paddingLeft: "", paddingRight: "", paddingTop: "", page: "", pageBreakAfter: "", pageBreakBefore: "", pageBreakInside: "", pageOrientation: "", paintOrder: "", perspective: "", perspectiveOrigin: "", placeContent: "", placeItems: "", placeSelf: "", pointerEvents: "", position: "", prefix: "", quotes: "", r: "", range: "", resize: "", right: "", rowGap: "", rubyPosition: "", rx: "", ry: "", scrollBehavior: "", scrollMargin: "", scrollMarginBlock: "", scrollMarginBlockEnd: "", scrollMarginBlockStart: "", scrollMarginBottom: "", scrollMarginInline: "", scrollMarginInlineEnd: "", scrollMarginInlineStart: "", scrollMarginLeft: "", scrollMarginRight: "", scrollMarginTop: "", scrollPadding: "", scrollPaddingBlock: "", scrollPaddingBlockEnd: "", scrollPaddingBlockStart: "", scrollPaddingBottom: "", scrollPaddingInline: "", scrollPaddingInlineEnd: "", scrollPaddingInlineStart: "", scrollPaddingLeft: "", scrollPaddingRight: "", scrollPaddingTop: "", scrollSnapAlign: "", scrollSnapStop: "", scrollSnapType: "", scrollbarGutter: "", shapeImageThreshold: "", shapeMargin: "", shapeOutside: "", shapeRendering: "", size: "", sizeAdjust: "", speak: "", speakAs: "", src: "", stopColor: "", stopOpacity: "", stroke: "", strokeDasharray: "", strokeDashoffset: "", strokeLinecap: "", strokeLinejoin: "", strokeMiterlimit: "", strokeOpacity: "", strokeWidth: "", suffix: "", symbols: "", syntax: "", system: "", tabSize: "", tableLayout: "", textAlign: "", textAlignLast: "", textAnchor: "", textCombineUpright: "", textDecoration: "", textDecorationColor: "", textDecorationLine: "", textDecorationSkipInk: "", textDecorationStyle: "", textDecorationThickness: "", textEmphasis: "", textEmphasisColor: "", textEmphasisPosition: "", textEmphasisStyle: "", textIndent: "", textOrientation: "", textOverflow: "", textRendering: "", textShadow: "", textSizeAdjust: "", textTransform: "", textUnderlineOffset: "", textUnderlinePosition: "", top: "", touchAction: "", transform: "", transformBox: "", transformOrigin: "", transformStyle: "", transition: "", transitionDelay: "", transitionDuration: "", transitionProperty: "", transitionTimingFunction: "", unicodeBidi: "", unicodeRange: "", userSelect: "", userZoom: "", vectorEffect: "", verticalAlign: "", visibility: "", webkitAlignContent: "", webkitAlignItems: "", webkitAlignSelf: "", webkitAnimation: "", webkitAnimationDelay: "", webkitAnimationDirection: "", webkitAnimationDuration: "", webkitAnimationFillMode: "", webkitAnimationIterationCount: "", webkitAnimationName: "", webkitAnimationPlayState: "", webkitAnimationTimingFunction: "", webkitAppRegion: "", webkitAppearance: "", webkitBackfaceVisibility: "", webkitBackgroundClip: "", webkitBackgroundOrigin: "", webkitBackgroundSize: "", webkitBorderAfter: "", webkitBorderAfterColor: "", webkitBorderAfterStyle: "", webkitBorderAfterWidth: "", webkitBorderBefore: "", webkitBorderBeforeColor: "", webkitBorderBeforeStyle: "", webkitBorderBeforeWidth: "", webkitBorderBottomLeftRadius: "", webkitBorderBottomRightRadius: "", webkitBorderEnd: "", webkitBorderEndColor: "", webkitBorderEndStyle: "", webkitBorderEndWidth: "", webkitBorderHorizontalSpacing: "", webkitBorderImage: "", webkitBorderRadius: "", webkitBorderStart: "", webkitBorderStartColor: "", webkitBorderStartStyle: "", webkitBorderStartWidth: "", webkitBorderTopLeftRadius: "", webkitBorderTopRightRadius: "", webkitBorderVerticalSpacing: "", webkitBoxAlign: "", webkitBoxDecorationBreak: "", webkitBoxDirection: "", webkitBoxFlex: "", webkitBoxOrdinalGroup: "", webkitBoxOrient: "", webkitBoxPack: "", webkitBoxReflect: "", webkitBoxShadow: "", webkitBoxSizing: "", webkitClipPath: "", webkitColumnBreakAfter: "", webkitColumnBreakBefore: "", webkitColumnBreakInside: "", webkitColumnCount: "", webkitColumnGap: "", webkitColumnRule: "", webkitColumnRuleColor: "", webkitColumnRuleStyle: "", webkitColumnRuleWidth: "", webkitColumnSpan: "", webkitColumnWidth: "", webkitColumns: "", webkitFilter: "", webkitFlex: "", webkitFlexBasis: "", webkitFlexDirection: "", webkitFlexFlow: "", webkitFlexGrow: "", webkitFlexShrink: "", webkitFlexWrap: "", webkitFontFeatureSettings: "", webkitFontSmoothing: "", webkitHighlight: "", webkitHyphenateCharacter: "", webkitJustifyContent: "", webkitLineBreak: "", webkitLineClamp: "", webkitLocale: "", webkitLogicalHeight: "", webkitLogicalWidth: "", webkitMarginAfter: "", webkitMarginBefore: "", webkitMarginEnd: "", webkitMarginStart: "", webkitMask: "", webkitMaskBoxImage: "", webkitMaskBoxImageOutset: "", webkitMaskBoxImageRepeat: "", webkitMaskBoxImageSlice: "", webkitMaskBoxImageSource: "", webkitMaskBoxImageWidth: "", webkitMaskClip: "", webkitMaskComposite: "", webkitMaskImage: "", webkitMaskOrigin: "", webkitMaskPosition: "", webkitMaskPositionX: "", webkitMaskPositionY: "", webkitMaskRepeat: "", webkitMaskRepeatX: "", webkitMaskRepeatY: "", webkitMaskSize: "", webkitMaxLogicalHeight: "", webkitMaxLogicalWidth: "", webkitMinLogicalHeight: "", webkitMinLogicalWidth: "", webkitOpacity: "", webkitOrder: "", webkitPaddingAfter: "", webkitPaddingBefore: "", webkitPaddingEnd: "", webkitPaddingStart: "", webkitPerspective: "", webkitPerspectiveOrigin: "", webkitPerspectiveOriginX: "", webkitPerspectiveOriginY: "", webkitPrintColorAdjust: "", webkitRtlOrdering: "", webkitRubyPosition: "", webkitShapeImageThreshold: "", webkitShapeMargin: "", webkitShapeOutside: "", webkitTapHighlightColor: "", webkitTextCombine: "", webkitTextDecorationsInEffect: "", webkitTextEmphasis: "", webkitTextEmphasisColor: "", webkitTextEmphasisPosition: "", webkitTextEmphasisStyle: "", webkitTextFillColor: "", webkitTextOrientation: "", webkitTextSecurity: "", webkitTextSizeAdjust: "", webkitTextStroke: "", webkitTextStrokeColor: "", webkitTextStrokeWidth: "", webkitTransform: "", webkitTransformOrigin: "", webkitTransformOriginX: "", webkitTransformOriginY: "", webkitTransformOriginZ: "", webkitTransformStyle: "", webkitTransition: "", webkitTransitionDelay: "", webkitTransitionDuration: "", webkitTransitionProperty: "", webkitTransitionTimingFunction: "", webkitUserDrag: "", webkitUserModify: "", webkitUserSelect: "", webkitWritingMode: "", whiteSpace: "", widows: "", width: "", willChange: "", wordBreak: "", wordSpacing: "", wordWrap: "", writingMode: "", x: "", y: "", zIndex: "", zoom: "", }; ================================================ FILE: util/init_env.js ================================================ // 堆栈拦截处 Utils.Error_get_stack = function () { /* 改堆栈真的会有不少奇奇怪怪的bug, 尤其是在debug的时候, 容易崩溃 */ let stack = arguments[0].split("\n"); let length = stack.length; for (let i = 1; i < length;) { if (stack[i].indexOf(" at new globalMy.") === 0 || stack[i].indexOf(" at globalMy.") === 0 || stack[i].indexOf(" at new ") === 0 || stack[i].indexOf(":") < 0 || stack[i].indexOf("./test.js") > -1) { stack.splice(i, 1); length -= 1; continue; } else if (stack[i].indexOf(`.runInContext (node:`) > -1) { stack.splice(i, length - i + 1); break; } i++; } stack = stack.join('\n'); // vm堆栈改写 stack = stack.replace(/evalmachine./g, globalMy.memory.script_name || "dsadczxf.js").replace(/\(eval at globalMy\.initSource \((.*?)\)/g, '($1'); // vm2 // stack = stack.replace(/([\w\d:\\-]+\/setup-sandbox\.js)/g, globalMy.memory.script_name || "dsadczxf.js"); console.log("报错堆栈 -> ", stack); return stack; } this.cost_time = +new Date; globalMy.rePromise = function () { "use strict"; delete this.Promise; /* 自定义Promise函数模块:IIFE */ globalMy.PENDING = 'pending'; globalMy.RESOVLED = 'resolved'; globalMy.REJECTED = 'rejected'; //Promise构造函数 //executor执行器函数 globalMy.Promise = function Promise(executor) { let that = this; this.status = globalMy.PENDING; //状态未变之前都是pending this.data = undefined; //未定义的数据 this.callbacks = []; //每个元素的结构:onResolved(){},onRejected(){} //执行器函数,会立即执行 //两个改变promise状态的函数 function resolve(value) { if (that.status !== globalMy.PENDING) return //调用resolve后,需要将状态改变成为resolved that.status = globalMy.RESOVLED; //保存data数据 that.data = value; //如果有未执行的callback,则立即异步执行onResolved,是包含两个回调的对象 if (that.callbacks.length > 0) { globalMy.setPromise(() => { that.callbacks.forEach(element => { element.onResolved(value) }); }); } } function reject(reason) { if (that.status !== globalMy.PENDING) return //调用reject后,需要将状态改变成为rejected that.status = globalMy.REJECTED; //保存data数据 that.data = reason; //如果有未执行的callback,则立即异步执行onRejected,是包含两个回调的对象 if (that.callbacks.length > 0) { globalMy.setPromise(() => { that.callbacks.forEach(element => { element.onResolved(reason) }); }); } } //传入的参数为两个函数 //除了resolve和reject,还有可能自己抛出异常,会失败,此时需要一个try catch try { executor(resolve, reject) } catch (error) { reject(error); } } /* 返回新的Promise */ globalMy.Promise_then = function (onResolved, onRejected) { const that = this; // 指定回调函数的默认值(必须是函数) onResolved = typeof onResolved === 'function' ? onResolved : value => value //继续向下传递 onRejected = typeof onRejected === 'function' ? onRejected : reason => { throw reason } //抛出异常 return new Promise((resolve, reject) => { function handle(callback) { try { const result = callback(that.data) if (result instanceof Promise) { result.then(resolve, reject // value =>{ // resolve(value) // }, // reason=>{ // reject(reason) // } ) } } catch (error) { reject(error); } } if (this.status === globalMy.PENDING) { //假设当前状态还是pending,将回调保存下来 this.callbacks.push({ onResolved(value) { handle(onResolved) }, onRejected(reason) { handle(onRejected) } }) } else if (this.status === globalMy.RESOVLED) { globalMy.setPromise(() => { // 如果回调是promise,return的promise结果就是这个promise结果 handle(onResolved) }); } else { //如果前面的promise返回的是失败的回调 globalMy.setPromise(() => { handle(onRejected) }); } }) } /* 接收失败的回调 返回新的promise */ globalMy.Promise_catch = function (onRejected) { return this.then(undefined, onRejected) } /* promise函数对象的resolve方法 */ globalMy.Promise_resolve = function (value) { return new Promise((resolve, reject) => { if (value instanceof Promise) { value.then(resolve, reject) } else { resolve(value); } }) } /* promise函数对象的reject方法 */ globalMy.Promise_reject = function (reason) { return new Promise((resolve, reject) => { reject(reason) }) } //all接收数组 globalMy.Promise_all = function (promises) { const values = []; const resolvedCount = 0; return new Promise((resolve, reject) => { //遍历promise获取每个promise的结果 promises.forEach((p, index) => { Promise.resolve(p).then( //成功的时候需要放入数组中 value => { resolvedCount++; values[index] = value; if (resolvedCount == promises.length) { resolve(values); } }, reason => { //只要一个失败了,return的promise就失败 reject(reason) } ) }) }) } //race接收数组 globalMy.Promise_race = function (promise) { //返回一个pomise return new Promise((resolve, reject) => { Promise.resolve(p).then( //一旦有成功,return成功 value => { resolve(value); }, //一旦有失败,return失败 reason => { reject(reason) } ) }) } // promise的resolveDelay,rejectDelay /* promise函数对象的resolveDelay方法 */ globalMy.Promise_resolveDelay = function (value, time) { return new Promise((resolve, reject) => { globalMy.setPromise(() => { if (value instanceof Promise) { value.then(resolve, reject) } else { resolve(value); } }, time); }) } /* promise函数对象的rejectDelay方法 */ globalMy.Promise_rejectDelay = function (reason, time) { return new Promise((resolve, reject) => { globalMy.setPromise(() => { reject(reason) }, time); }) } Object.defineProperty(globalMy["Promise"], Symbol.species, { configurable: true, enumerable: false, get: function () { return globalMy["Promise"]; }, set: undefined, }); Utils.setNative(globalMy["Promise"]); Utils.setNative(Object.getOwnPropertyDescriptor(globalMy["Promise"], Symbol.species).get); // "get [Symbol.species]" Utils.defineProperty(globalMy["Promise"], "caller", 0); Utils.defineProperty(globalMy["Promise"], "arguments", 0); delete globalMy["Promise"].caller; delete globalMy["Promise"].arguments; } globalMy.initEnv = function () { for (let i in globalMy.memory.throw_err) { // 删除重复对象,否则会导致我们注册函数到global下时失败 if (i in this) { delete this[i]; } let err = globalMy.memory.throw_err[i]; // 自定义的构造函数 比如Document. 这里只是随便生成了一个函数 if (!(i in globalMy)) { if (err.length === 2 && err[1] !== "") { // 如果new 传参少于某长度就会报错. let len = err[1]; let less_code = globalMy.arg_less_code.replace('replace', i).replace("1", len.toString()); let err_code = globalMy.err_code.replace("replace", err[0]); // 基本是1 globalMy[i] = new Function(`return function ${i}() { if (!new.target) { throw new TypeError("${err_code}"); } if (arguments.length < ${len}) { throw new TypeError("${less_code}"); } globalMy.console.log("[*] new 构造函数 ->", this[Symbol.toStringTag], ", arguments =>", arguments); }`)(); } else if (err.length === 0 || err[1] === "") { globalMy[i] = new Function(`return function ${i}() { throw new TypeError("Illegal constructor"); }`)(); } else { // 说明可以直接new let err_code = globalMy.err_code.replace("replace", err[0]); globalMy[i] = new Function(`return function ${i}() { if (!new.target) { throw new TypeError("${err_code}"); } globalMy.console.log("[*] new 构造函数 ->", this[Symbol.toStringTag], ", arguments =>", arguments); }`)(); } } Utils.setNative(globalMy[i]); } // 重写Promise globalMy.rePromise.call(this); Utils.initEnv(); Utils.initWindow(); } globalMy.initEnv.call(this); globalMy.console.log("node环境框架初始化耗时:", +new Date - cost_time, "毫秒"); cost_time = +new Date; // 初始化window对象赋值 globalMy.initWindow = function (dom_window, is_init) { if (!is_init) { // 本来要new一份 iframe标签的window, 现在换一种思路了. 直接new一份vm环境, 导出里面初始化好的this当做contentWindow // var window_name = globalMy.setfoundName(Utils.newWindow()); // globalMy.jsdom_element[window_name] = dom_window; } else { var window_name = globalMy.setfoundName(this); globalMy.jsdom_element[window_name] = dom_window; var m = +new Date; this.zzz_mark_key = this; // vm vm2的bug var desp = Object.getOwnPropertyDescriptors(this); for (var i in desp) { if ("set" in desp[i]) { Object.defineProperty(this, i, desp[i]); } } console.log("重定义window get set 耗时 ", +new Date - m, " 毫秒"); delete this[Symbol.toStringTag]; } globalMy.element[window_name].__proto__ = Window.prototype; Object.setPrototypeOf(globalMy.element[window_name], Window.prototype); globalMy.value[window_name].location = Utils.newLocation(); globalMy.value[window_name].document = Utils.newDocument(); var console_name = globalMy.setfoundName(console); globalMy.value[console_name].memory = {}; Object.setPrototypeOf(globalMy.value[console_name].memory, Utils.MemoryInfo_prototype); globalMy.obj_name = globalMy.setfoundName(globalMy.value[console_name].memory); globalMy.value[globalMy.obj_name] = { jsHeapSizeLimit: 3760000000, totalJSHeapSize: 13400000, usedJSHeapSize: 11900000, } var document_name = globalMy.setfoundName(globalMy.value[window_name].document); globalMy.value[document_name].location = globalMy.value[window_name].location; globalMy.jsdom_element[document_name] = dom_window.document; Object.setPrototypeOf(globalMy.element[document_name], HTMLDocument.prototype); globalMy.value[document_name].readyState = "complete"; globalMy.value[document_name].visibilityState = "visible"; // document.all globalMy.value[document_name].all = new wanfeng.xtd; globalMy.obj_name = globalMy.setfoundName(globalMy.value[document_name].all); globalMy.value[document_name].all.__proto__ = HTMLAllCollection.prototype; globalMy.value[globalMy.obj_name].length = 0; globalMy.initDomTree(dom_window.document); var location_name = globalMy.setfoundName(globalMy.value[window_name].location); Object.setPrototypeOf(globalMy.value[window_name].location, Location.prototype); globalMy.value[location_name]['ancestorOrigins'] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[location_name]['ancestorOrigins']); Object.setPrototypeOf(globalMy.value[location_name]['ancestorOrigins'], DOMStringList.prototype); globalMy.value[globalMy.obj_name]['length'] = 0; globalMy.value[location_name]['href'] = dom_window.location.href; globalMy.value[location_name]['origin'] = dom_window.location.origin; globalMy.value[location_name]['protocol'] = dom_window.location.protocol; globalMy.value[location_name]['host'] = dom_window.location.host; globalMy.value[location_name]['hostname'] = dom_window.location.hostname; globalMy.value[location_name]['port'] = dom_window.location.port; globalMy.value[location_name]['pathname'] = dom_window.location.pathname; globalMy.value[location_name]['search'] = dom_window.location.search; globalMy.value[location_name]['hash'] = dom_window.location.hash; delete this.oncontentvisibilityautostatechange; // window初始化赋值 globalMy.value[window_name]['name'] = ''; globalMy.value[window_name]['status'] = ''; globalMy.value[window_name]['closed'] = false; globalMy.value[window_name]['length'] = 0; globalMy.value[window_name]['origin'] = dom_window.origin; globalMy.value[window_name]['innerWidth'] = 1920; globalMy.value[window_name]['innerHeight'] = 937; globalMy.value[window_name]['scrollX'] = 0; globalMy.value[window_name]['pageXOffset'] = 0; globalMy.value[window_name]['scrollY'] = 0; globalMy.value[window_name]['pageYOffset'] = 0; globalMy.value[window_name]['screenX'] = 0; globalMy.value[window_name]['screenY'] = 0; globalMy.value[window_name]['outerWidth'] = 1920; globalMy.value[window_name]['outerHeight'] = 1040; globalMy.value[window_name]['devicePixelRatio'] = 1; globalMy.value[window_name]['screenLeft'] = 0; globalMy.value[window_name]['screenTop'] = 0; globalMy.value[window_name]['defaultStatus'] = ''; globalMy.value[window_name]['isSecureContext'] = true; globalMy.value[window_name]['crossOriginIsolated'] = false; globalMy.value[window_name]['originAgentCluster'] = false; globalMy.value[window_name]['status'] = ''; globalMy.value[window_name]['closed'] = false; globalMy.value[window_name]['length'] = 0; globalMy.value[window_name]['self'] = this; globalMy.value[window_name]['parent'] = !globalMy.window_parent ? this : globalMy.window_parent; globalMy.value[window_name]['top'] = globalMy.value[window_name]['parent']; globalMy.value[window_name]['frames'] = this; globalMy.value[window_name]['webkitStorageInfo'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['webkitStorageInfo'], Utils.DeprecatedStorageInfo_prototype); globalMy.value[window_name]['scheduler'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['scheduler'], Scheduler.prototype); globalMy.value[window_name]['cookieStore'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['cookieStore'], CookieStore.prototype); globalMy.value[window_name]['caches'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['caches'], CacheStorage.prototype); globalMy.value[window_name]['speechSynthesis'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['speechSynthesis'], Utils.SpeechSynthesis_prototype); globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['speechSynthesis']); globalMy.value[globalMy.obj_name] = { "pending": false, "speaking": false, "paused": false, "onvoiceschanged": null } globalMy.value[window_name]['navigation'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['navigation'], Navigation.prototype); globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['Navigation']); globalMy.value[globalMy.obj_name] = { "currentEntry": {}, "transition": null, "canGoBack": false, "canGoForward": false, "onnavigate": null, "onnavigatesuccess": null, "onnavigateerror": null, "oncurrententrychange": null } Object.setPrototypeOf(globalMy.value[globalMy.obj_name].currentEntry, NavigationHistoryEntry.prototype); globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[globalMy.obj_name].currentEntry); globalMy.value[globalMy.obj_name_1] = { "key": "1c6b5989-c663-4eb9-9def-498df5b7aaae", "id": "b9ff2f7d-fc31-40d0-876d-46d80e11e52f", "url": "https://bitbucket.org/letsgogo/letsgogo_14/src/master/README.md", "index": 0, "sameDocument": true, "ondispose": null } globalMy.value[window_name]['external'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['external'], External.prototype); globalMy.value[window_name]['visualViewport'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['visualViewport'], VisualViewport.prototype); globalMy.value[window_name]['styleMedia'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['styleMedia'], Utils.StyleMedia_prototype); globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['styleMedia']); globalMy.value[globalMy.obj_name]['type'] = "screen"; globalMy.value[window_name]['trustedTypes'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['trustedTypes'], TrustedTypePolicyFactory.prototype); globalMy.value[window_name]['performance'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['performance'], Performance.prototype); globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['performance']); globalMy.value[globalMy.obj_name]['eventCounts'] = {}; Object.setPrototypeOf(globalMy.value[globalMy.obj_name]['eventCounts'], EventCounts.prototype); globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[globalMy.obj_name]['eventCounts']); globalMy.value[globalMy.obj_name_1]['size'] = 36; globalMy.value[globalMy.obj_name]['memory'] = {}; Object.setPrototypeOf(globalMy.value[globalMy.obj_name]['eventCounts'], Utils.MemoryInfo_prototype); globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[globalMy.obj_name]['memory']); globalMy.value[globalMy.obj_name]['navigation'] = {}; Object.setPrototypeOf(globalMy.value[globalMy.obj_name]['navigation'], PerformanceNavigation.prototype); globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[globalMy.obj_name]['navigation']); globalMy.value[globalMy.obj_name]['timeOrigin'] = Date.now() + 0.8; globalMy.value[globalMy.obj_name_1] = { redirectCount: 0, type: 0 }; globalMy.value[globalMy.obj_name]['onresourcetimingbufferfull'] = null; globalMy.value[globalMy.obj_name_1] = { jsHeapSizeLimit: 4294705152, totalJSHeapSize: 10156931, usedJSHeapSize: 6103087, } globalMy.value[window_name]['locationbar'] = {}; globalMy.value[window_name]['menubar'] = {}; globalMy.value[window_name]['personalbar'] = {}; globalMy.value[window_name]['scrollbars'] = {}; globalMy.value[window_name]['statusbar'] = {}; globalMy.value[window_name]['toolbar'] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['locationbar']); Object.setPrototypeOf(globalMy.value[window_name]['locationbar'], BarProp.prototype); globalMy.value[globalMy.obj_name].visible = true; globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['menubar']); Object.setPrototypeOf(globalMy.value[window_name]['menubar'], BarProp.prototype); globalMy.value[globalMy.obj_name].visible = true; globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['personalbar']); Object.setPrototypeOf(globalMy.value[window_name]['personalbar'], BarProp.prototype); globalMy.value[globalMy.obj_name].visible = true; globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['scrollbars']); Object.setPrototypeOf(globalMy.value[window_name]['scrollbars'], BarProp.prototype); globalMy.value[globalMy.obj_name].visible = true; globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['statusbar']); Object.setPrototypeOf(globalMy.value[window_name]['statusbar'], BarProp.prototype); globalMy.value[globalMy.obj_name].visible = true; globalMy.obj_name = globalMy.setfoundName(globalMy.value[window_name]['toolbar']); Object.setPrototypeOf(globalMy.value[window_name]['toolbar'], BarProp.prototype); globalMy.value[globalMy.obj_name].visible = true; globalMy.value[window_name]['launchQueue'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['launchQueue'], LaunchQueue.prototype); globalMy.value[window_name]['crypto'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['crypto'], Crypto.prototype); // null globalMy.value[window_name]['onbeforeinput'] = null; globalMy.value[window_name]['oncontentvisibilityautostatechange'] = null; globalMy.value[window_name]['opener'] = null; globalMy.value[window_name]['frameElement'] = !globalMy.window_frameElement ? null : globalMy.window_frameElement; globalMy.value[window_name]['onsearch'] = null; globalMy.value[window_name]['onappinstalled'] = null; globalMy.value[window_name]['onbeforeinstallprompt'] = null; globalMy.value[window_name]['onbeforexrselect'] = null; globalMy.value[window_name]['onabort'] = null; globalMy.value[window_name]['onblur'] = null; globalMy.value[window_name]['oncancel'] = null; globalMy.value[window_name]['oncanplay'] = null; globalMy.value[window_name]['oncanplaythrough'] = null; globalMy.value[window_name]['onchange'] = null; globalMy.value[window_name]['onclick'] = null; globalMy.value[window_name]['onclose'] = null; globalMy.value[window_name]['oncontextlost'] = null; globalMy.value[window_name]['oncontextmenu'] = null; globalMy.value[window_name]['oncontextrestored'] = null; globalMy.value[window_name]['oncuechange'] = null; globalMy.value[window_name]['ondblclick'] = null; globalMy.value[window_name]['ondrag'] = null; globalMy.value[window_name]['ondragend'] = null; globalMy.value[window_name]['ondragenter'] = null; globalMy.value[window_name]['ondragleave'] = null; globalMy.value[window_name]['ondragover'] = null; globalMy.value[window_name]['ondragstart'] = null; globalMy.value[window_name]['ondrop'] = null; globalMy.value[window_name]['ondurationchange'] = null; globalMy.value[window_name]['onemptied'] = null; globalMy.value[window_name]['onended'] = null; globalMy.value[window_name]['onerror'] = null; globalMy.value[window_name]['onfocus'] = null; globalMy.value[window_name]['onformdata'] = null; globalMy.value[window_name]['oninput'] = null; globalMy.value[window_name]['oninvalid'] = null; globalMy.value[window_name]['onkeydown'] = null; globalMy.value[window_name]['onkeypress'] = null; globalMy.value[window_name]['onkeyup'] = null; globalMy.value[window_name]['onload'] = null; globalMy.value[window_name]['onloadeddata'] = null; globalMy.value[window_name]['onloadedmetadata'] = null; globalMy.value[window_name]['onloadstart'] = null; globalMy.value[window_name]['onmousedown'] = null; globalMy.value[window_name]['onmouseenter'] = null; globalMy.value[window_name]['onmouseleave'] = null; globalMy.value[window_name]['onmousemove'] = null; globalMy.value[window_name]['onmouseout'] = null; globalMy.value[window_name]['onmouseover'] = null; globalMy.value[window_name]['onmouseup'] = null; globalMy.value[window_name]['onmousewheel'] = null; globalMy.value[window_name]['onpause'] = null; globalMy.value[window_name]['onplay'] = null; globalMy.value[window_name]['onplaying'] = null; globalMy.value[window_name]['onprogress'] = null; globalMy.value[window_name]['onratechange'] = null; globalMy.value[window_name]['onreset'] = null; globalMy.value[window_name]['onresize'] = null; globalMy.value[window_name]['onscroll'] = null; globalMy.value[window_name]['onsecuritypolicyviolation'] = null; globalMy.value[window_name]['onseeked'] = null; globalMy.value[window_name]['onseeking'] = null; globalMy.value[window_name]['onselect'] = null; globalMy.value[window_name]['onslotchange'] = null; globalMy.value[window_name]['onstalled'] = null; globalMy.value[window_name]['onsubmit'] = null; globalMy.value[window_name]['onsuspend'] = null; globalMy.value[window_name]['ontimeupdate'] = null; globalMy.value[window_name]['ontoggle'] = null; globalMy.value[window_name]['onvolumechange'] = null; globalMy.value[window_name]['onwaiting'] = null; globalMy.value[window_name]['onwebkitanimationend'] = null; globalMy.value[window_name]['onwebkitanimationiteration'] = null; globalMy.value[window_name]['onwebkitanimationstart'] = null; globalMy.value[window_name]['onwebkittransitionend'] = null; globalMy.value[window_name]['onwheel'] = null; globalMy.value[window_name]['onauxclick'] = null; globalMy.value[window_name]['ongotpointercapture'] = null; globalMy.value[window_name]['onlostpointercapture'] = null; globalMy.value[window_name]['onpointerdown'] = null; globalMy.value[window_name]['onpointermove'] = null; globalMy.value[window_name]['onpointerup'] = null; globalMy.value[window_name]['onpointercancel'] = null; globalMy.value[window_name]['onpointerover'] = null; globalMy.value[window_name]['onpointerout'] = null; globalMy.value[window_name]['onpointerenter'] = null; globalMy.value[window_name]['onpointerleave'] = null; globalMy.value[window_name]['onselectstart'] = null; globalMy.value[window_name]['onselectionchange'] = null; globalMy.value[window_name]['onanimationend'] = null; globalMy.value[window_name]['onanimationiteration'] = null; globalMy.value[window_name]['onanimationstart'] = null; globalMy.value[window_name]['ontransitionrun'] = null; globalMy.value[window_name]['ontransitionstart'] = null; globalMy.value[window_name]['ontransitionend'] = null; globalMy.value[window_name]['ontransitioncancel'] = null; globalMy.value[window_name]['onafterprint'] = null; globalMy.value[window_name]['onbeforeprint'] = null; globalMy.value[window_name]['onbeforeunload'] = null; globalMy.value[window_name]['onhashchange'] = null; globalMy.value[window_name]['onlanguagechange'] = null; globalMy.value[window_name]['onmessage'] = null; globalMy.value[window_name]['onmessageerror'] = null; globalMy.value[window_name]['onoffline'] = null; globalMy.value[window_name]['ononline'] = null; globalMy.value[window_name]['onpagehide'] = null; globalMy.value[window_name]['onpageshow'] = null; globalMy.value[window_name]['onpopstate'] = null; globalMy.value[window_name]['onrejectionhandled'] = null; globalMy.value[window_name]['onstorage'] = null; globalMy.value[window_name]['onunhandledrejection'] = null; globalMy.value[window_name]['onunload'] = null; globalMy.value[window_name]['ondevicemotion'] = null; globalMy.value[window_name]['ondeviceorientation'] = null; globalMy.value[window_name]['ondeviceorientationabsolute'] = null; globalMy.value[window_name]['onbeforematch'] = null; globalMy.value[window_name]['onpointerrawupdate'] = null; globalMy.value[window_name]['customElements'] = {}; Object.setPrototypeOf(globalMy.value[window_name]['customElements'], CustomElementRegistry.prototype); // navigator globalMy.value[window_name]['navigator'] = {}; globalMy.value[window_name]['clientInformation'] = globalMy.value[window_name].navigator; var navigator_name = globalMy.setfoundName(globalMy.value[window_name]['navigator']); Object.setPrototypeOf(globalMy.value[window_name]['navigator'], Navigator.prototype); globalMy.value[navigator_name]['vendorSub'] = ''; globalMy.value[navigator_name]['productSub'] = '20030107'; globalMy.value[navigator_name]['vendor'] = 'Google Inc.'; globalMy.value[navigator_name]['maxTouchPoints'] = 0; globalMy.value[navigator_name]['pdfViewerEnabled'] = true; globalMy.value[navigator_name]['hardwareConcurrency'] = 16; globalMy.value[navigator_name]['cookieEnabled'] = true; globalMy.value[navigator_name]['appCodeName'] = 'Mozilla'; globalMy.value[navigator_name]['appName'] = 'Netscape'; globalMy.value[navigator_name]['deviceMemory'] = 8; globalMy.value[navigator_name]['platform'] = 'Win32'; globalMy.value[navigator_name]['product'] = 'Gecko'; globalMy.value[navigator_name]['appVersion'] = '5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'; globalMy.value[navigator_name]['userAgent'] = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'; // globalMy.value[navigator_name]['userAgent'] = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.63'; // globalMy.value[navigator_name]['appVersion'] = "5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.63" globalMy.value[navigator_name]['language'] = 'zh-CN'; globalMy.value[navigator_name]['languages'] = ['zh-CN', 'zh']; globalMy.value[navigator_name]['onLine'] = true; globalMy.value[navigator_name]['webdriver'] = false; globalMy.value[navigator_name]['doNotTrack'] = null; globalMy.value[navigator_name]['locks'] = {}; Object.setPrototypeOf(globalMy.value[navigator_name]['locks'], LockManager.prototype); globalMy.value[navigator_name]['scheduling'] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['scheduling']); globalMy.value[navigator_name]['scheduling'].__proto__ = Scheduling.prototype; globalMy.value[navigator_name]['userActivation'] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['userActivation']); globalMy.value[globalMy.obj_name] = { hasBeenActive: true , isActive: true } globalMy.value[navigator_name]['userActivation'].__proto__ = UserActivation.prototype; globalMy.value[navigator_name]['storage'] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['storage']); Object.setPrototypeOf(globalMy.value[navigator_name]['storage'], StorageManager.prototype); globalMy.value[navigator_name]['webkitTemporaryStorage'] = {}; globalMy.value[navigator_name]['webkitPersistentStorage'] = {}; globalMy.value[navigator_name]['webkitTemporaryStorage'].__proto__ = Utils.DeprecatedStorageQuota_prototype; globalMy.value[navigator_name]['webkitPersistentStorage'].__proto__ = Utils.DeprecatedStorageQuota_prototype; globalMy.setfoundName(globalMy.value[navigator_name]['webkitPersistentStorage']); globalMy.setfoundName(globalMy.value[navigator_name]['webkitTemporaryStorage']); globalMy.value[navigator_name]['connection'] = {}; globalMy.value[navigator_name]['connection'].__proto__ = NetworkInformation.prototype; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['connection']) globalMy.value[globalMy.obj_name] = { "onchange": null, "effectiveType": "4g", "rtt": 50, "downlink": 10, "saveData": false }; globalMy.value[navigator_name]['plugins'] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['plugins']); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'], PluginArray.prototype); globalMy.value[globalMy.obj_name].length = 5; globalMy.value[navigator_name]['plugins'][0] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][0]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][0], Plugin.prototype); globalMy.value[globalMy.obj_name].length = 2; globalMy.value[globalMy.obj_name].description = "Portable Document Format"; globalMy.value[globalMy.obj_name].filename = "internal-pdf-viewer"; globalMy.value[globalMy.obj_name].name = "PDF Viewer"; globalMy.value[navigator_name]['mimeTypes'] = {}; Object.setPrototypeOf(globalMy.value[navigator_name]['mimeTypes'], MimeTypeArray.prototype); globalMy.obj_name_2 = globalMy.setfoundName(globalMy.value[navigator_name]['mimeTypes']); globalMy.value[globalMy.obj_name_2].length = 2; globalMy.value[navigator_name]['mimeTypes'][0] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['mimeTypes'][0]); Object.setPrototypeOf(globalMy.value[navigator_name]['mimeTypes'][0], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "application/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][0]; globalMy.value[navigator_name]['mimeTypes']["application/pdf"] = globalMy.value[navigator_name]['mimeTypes'][0]; globalMy.value[navigator_name]['mimeTypes'][1] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['mimeTypes'][1]); Object.setPrototypeOf(globalMy.value[navigator_name]['mimeTypes'][1], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "text/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][0]; globalMy.value[navigator_name]['mimeTypes']["text/pdf"] = globalMy.value[navigator_name]['mimeTypes'][1]; globalMy.value[navigator_name]['plugins'][0][0] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][0][0]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][0][0], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "application/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][0]; globalMy.value[navigator_name]['plugins'][0]["application/pdf"] = globalMy.value[navigator_name]['plugins'][0][0]; globalMy.value[navigator_name]['plugins'][0][1] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][0][1]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][0][1], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "text/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][0]; globalMy.value[navigator_name]['plugins'][0]["text/pdf"] = globalMy.value[navigator_name]['plugins'][0][1]; globalMy.value[navigator_name]['plugins'][1] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][1]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][1], Plugin.prototype); globalMy.value[globalMy.obj_name].length = 2; globalMy.value[globalMy.obj_name].description = "Portable Document Format"; globalMy.value[globalMy.obj_name].filename = "internal-pdf-viewer"; globalMy.value[globalMy.obj_name].name = "Chrome PDF Viewer"; globalMy.value[navigator_name]['plugins'][1][0] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][1][0]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][1][0], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "application/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][1]; globalMy.value[navigator_name]['plugins'][1]["application/pdf"] = globalMy.value[navigator_name]['plugins'][1][0]; globalMy.value[navigator_name]['plugins'][1][1] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][1][1]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][1][1], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "text/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][1]; globalMy.value[navigator_name]['plugins'][1]["text/pdf"] = globalMy.value[navigator_name]['plugins'][1][1]; globalMy.value[navigator_name]['plugins'][2] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][2]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][2], Plugin.prototype); globalMy.value[globalMy.obj_name].length = 2; globalMy.value[globalMy.obj_name].description = "Portable Document Format"; globalMy.value[globalMy.obj_name].filename = "Chromium PDF Viewer"; globalMy.value[globalMy.obj_name].name = "Chrome PDF Viewer"; globalMy.value[navigator_name]['plugins'][2][0] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][2][0]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][2][0], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "application/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][2]; globalMy.value[navigator_name]['plugins'][2]["application/pdf"] = globalMy.value[navigator_name]['plugins'][2][0]; globalMy.value[navigator_name]['plugins'][2][1] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][2][1]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][2][1], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "text/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][2]; globalMy.value[navigator_name]['plugins'][2]["text/pdf"] = globalMy.value[navigator_name]['plugins'][2][1]; globalMy.value[navigator_name]['plugins'][3] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][3]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][3], Plugin.prototype); globalMy.value[globalMy.obj_name].length = 2; globalMy.value[globalMy.obj_name].description = "Portable Document Format"; globalMy.value[globalMy.obj_name].filename = "internal-pdf-viewer"; globalMy.value[globalMy.obj_name].name = "Microsoft Edge PDF Viewer"; globalMy.value[navigator_name]['plugins'][3][0] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][3][0]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][3][0], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "application/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][3]; globalMy.value[navigator_name]['plugins'][3]["application/pdf"] = globalMy.value[navigator_name]['plugins'][3][0]; globalMy.value[navigator_name]['plugins'][3][1] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][3][1]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][3][1], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "text/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][3]; globalMy.value[navigator_name]['plugins'][3]["text/pdf"] = globalMy.value[navigator_name]['plugins'][3][1]; globalMy.value[navigator_name]['plugins'][4] = {}; globalMy.obj_name = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][4]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][4], Plugin.prototype); globalMy.value[globalMy.obj_name].length = 2; globalMy.value[globalMy.obj_name].description = "Portable Document Format"; globalMy.value[globalMy.obj_name].filename = "internal-pdf-viewer"; globalMy.value[globalMy.obj_name].name = "WebKit built-in PDF"; globalMy.value[navigator_name]['plugins'][4][0] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][4][0]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][4][0], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "application/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][4]; globalMy.value[navigator_name]['plugins'][4]["application/pdf"] = globalMy.value[navigator_name]['plugins'][4][0]; globalMy.value[navigator_name]['plugins'][4][1] = {}; globalMy.obj_name_1 = globalMy.setfoundName(globalMy.value[navigator_name]['plugins'][4][1]); Object.setPrototypeOf(globalMy.value[navigator_name]['plugins'][4][1], MimeType.prototype); globalMy.value[globalMy.obj_name_1].description = "Portable Document Format"; globalMy.value[globalMy.obj_name_1].suffixes = "pdf"; globalMy.value[globalMy.obj_name_1].type = "text/pdf"; globalMy.value[globalMy.obj_name_1].enabledPlugin = globalMy.value[navigator_name]['plugins'][4]; globalMy.value[navigator_name]['plugins'][4]["text/pdf"] = globalMy.value[navigator_name]['plugins'][4][1]; // localStorage globalMy.value[window_name]['localStorage'] = {}; var localStorage_name = globalMy.setfoundName(globalMy.value[window_name]['localStorage']); globalMy.value[window_name]['localStorage'].__proto__ = Storage.prototype; // sessionStorage globalMy.value[window_name]['sessionStorage'] = {}; var sessionStorage_name = globalMy.setfoundName(globalMy.value[window_name]['sessionStorage']); Object.setPrototypeOf(globalMy.value[window_name]['sessionStorage'], Storage.prototype); // history globalMy.value[window_name]['history'] = {}; var history_name = globalMy.setfoundName(globalMy.value[window_name]['history']); Object.setPrototypeOf(globalMy.value[window_name]['history'], History.prototype); globalMy.value[history_name].length = 1; // indexedDB globalMy.value[window_name]['indexedDB'] = {}; var indexedDB_name = globalMy.setfoundName(globalMy.value[window_name]['indexedDB']); Object.setPrototypeOf(globalMy.value[window_name]['indexedDB'], IDBFactory.prototype); // screen globalMy.value[window_name]['screen'] = {}; var screen_name = globalMy.setfoundName(globalMy.value[window_name]['screen']); Object.setPrototypeOf(globalMy.value[window_name]['screen'], Screen.prototype); globalMy.value[screen_name] = { "availWidth": 1920, "availHeight": 1040, "width": 1920, "height": 1080, "colorDepth": 24, "pixelDepth": 24, "availLeft": 0, "availTop": 0, "orientation": {}, "onchange": null, "isExtended": false } Utils.setImmutableProto(location); Utils.setImmutableProto(Location.prototype); Utils.setImmutableProto(Window.prototype); Utils.setImmutableProto(Window.prototype.__proto__); Utils.setImmutableProto(EventTarget.prototype); return globalMy.element[window_name]; } // 特殊对象存放在Utils对象下 globalMy.window_get_window = function () { if (globalMy.element.indexOf(this) > -1) { return this; } else { debugger; // var result = this.zzz_mark_key; // if (!result) throw new TypeError("Illegal invocation"); // return result; // return window; } } globalMy.window_get_location = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['location']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_location,result => ', toString.apply(result, [])) } return result; } globalMy.window_get_document = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['document']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_document,result => ', result + '') } return result; } globalMy.document_get_location = function () { var result; //这里写方法实体 var name = globalMy.foundName(this); result = globalMy.value[name].location; if (globalMy.is_log) { globalMy.console.log('[*] 调用了document_get_location,result => ', toString.apply(result, [])) } return result; } globalMy.document_set_location = function () { globalMy.console.log("document set location"); } globalMy.console_get_memory = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['memory']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_self,result => ', '' + result) } return result; } globalMy.console_set_memory = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['memory'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenY, 传参val => ' + val + ' result => ', '' + result) } } // window下的方法 globalMy.window_setTimeout = function setTimeout(func, delay, ...args) { if (globalMy.is_log) { globalMy.console.log("setTimeout func =>", func.toString()); globalMy.console.log("setTimeout delay =>", delay); // globalMy.console.log("setTimeout args=>", args); } globalMy.IntervalId += 1; globalMy.Id.push(globalMy.IntervalId); // if (delay == 0) { // globalMy.func.push([func, args]); // } globalMy.func.push([func, args]); //返回一个id return globalMy.IntervalId; } globalMy.window_setInterval = function setInterval(func, delay, ...args) { // debugger; if (globalMy.is_log) { globalMy.console.log("setInterval func=>", func + ''); globalMy.console.log("setInterval args=>", args); } globalMy.IntervalId += 1; globalMy.Id.push(globalMy.IntervalId); globalMy.func_interval.push([func, args]); //返回一个id return globalMy.IntervalId; } globalMy.window_clearInterval = function clearInterval(id) { var index = globalMy.Id.indexOf(id); if (index < 0) return; globalMy.Id.splice(index, 1); globalMy.func.splice(index, 1); return; } globalMy.window_clearTimeout = function clearTimeout(id) { var index = globalMy.Id.indexOf(id); if (index < 0) return; globalMy.Id.splice(index, 1); globalMy.func.splice(index, 1); return; } globalMy.window_get_self = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['self']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_self,result => ', '' + result) } return result; } globalMy.window_set_self = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['self'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_self, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_name = function () { // debugger; var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['name']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_name,result => ', '' + result) } return result; } globalMy.window_set_name = function (val) { debugger; var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } val = '' + val; globalMy.value[foundName]['name'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_name, 传参val => ' + val + ' result => ', '' + result) } return result; } globalMy.window_set_location = function (val) { var result; location.href = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_location, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_customElements = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['customElements']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_customElements,result => ', '' + result) } return result; } globalMy.window_get_history = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['history']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_history,result => ', '' + result) } return result; } globalMy.window_get_locationbar = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['locationbar']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_locationbar,result => ', '' + result) } return result; } globalMy.window_set_locationbar = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['locationbar'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_locationbar, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_menubar = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['menubar']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_menubar,result => ', '' + result) } return result; } globalMy.window_set_menubar = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['menubar'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_menubar, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_personalbar = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['personalbar']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_personalbar,result => ', '' + result) } return result; } globalMy.window_set_personalbar = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['personalbar'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_personalbar, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_scrollbars = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['scrollbars']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scrollbars,result => ', '' + result) } return result; } globalMy.window_set_scrollbars = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['scrollbars'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scrollbars, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_statusbar = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['statusbar']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_statusbar,result => ', '' + result) } return result; } globalMy.window_set_statusbar = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['statusbar'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_statusbar, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_toolbar = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['toolbar']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_toolbar,result => ', '' + result) } return result; } globalMy.window_set_toolbar = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['toolbar'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_toolbar, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_status = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['status']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_status,result => ', '' + result) } return result; } globalMy.window_set_status = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['status'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_status, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_closed = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['closed']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_closed,result => ', '' + result) } return result; } globalMy.window_get_frames = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['frames']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_frames,result => ', '' + result) } return result; } globalMy.window_set_frames = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['frames'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_frames, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_length = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['length']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_length,result => ', '' + result) } return result; } globalMy.window_set_length = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['length'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_set_length, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_top = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['top']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_top,result => ', '' + result) } return result; } globalMy.window_get_opener = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['opener']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_opener,result => ', '' + result) } return result; } globalMy.window_set_opener = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['opener'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_opener, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_parent = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['parent']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_parent,result => ', '' + result) } return result; } globalMy.window_set_parent = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['parent'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_set_parent, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_frameElement = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['frameElement']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_frameElement,result => ', '' + result) } return result; } globalMy.window_get_navigator = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['navigator']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_navigator,result => ', '' + result) } return result; } globalMy.window_get_origin = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['origin']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_origin,result => ', '' + result) } return result; } globalMy.window_set_origin = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['origin'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_set_origin, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_external = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['external']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_external,result => ', '' + result) } return result; } globalMy.window_set_external = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['external'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_set_external, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_screen = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['screen']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screen,result => ', '' + result) } return result; } globalMy.window_set_screen = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['screen'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screen, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_innerWidth = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['innerWidth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_innerWidth,result => ', '' + result) } return result; } globalMy.window_set_innerWidth = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['innerWidth'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_innerWidth, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_innerHeight = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['innerHeight']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_innerHeight,result => ', '' + result) } return result; } globalMy.window_set_innerHeight = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['innerHeight'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_innerHeight, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_scrollX = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['scrollX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scrollX,result => ', '' + result) } return result; } globalMy.window_set_scrollX = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['scrollX'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scrollX, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_pageXOffset = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['pageXOffset']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_pageXOffset,result => ', '' + result) } return result; } globalMy.window_set_pageXOffset = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['pageXOffset'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_pageXOffset, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_scrollY = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['scrollY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scrollY,result => ', '' + result) } return result; } globalMy.window_set_scrollY = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['scrollY'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scrollY, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_pageYOffset = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['pageYOffset']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_pageYOffset,result => ', '' + result) } return result; } globalMy.window_set_pageYOffset = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['pageYOffset'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_pageYOffset, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_visualViewport = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['visualViewport']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_visualViewport,result => ', '' + result) } return result; } globalMy.window_set_visualViewport = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['visualViewport'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_visualViewport, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_screenX = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['screenX']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenX,result => ', '' + result) } return result; } globalMy.window_set_screenX = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['screenX'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenX, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_screenY = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['screenY']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenY,result => ', '' + result) } return result; } globalMy.window_set_screenY = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['screenY'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenY, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_outerWidth = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['outerWidth']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_outerWidth,result => ', '' + result) } return result; } globalMy.window_set_outerWidth = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['outerWidth'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_outerWidth, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_outerHeight = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['outerHeight']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_outerHeight,result => ', '' + result) } return result; } globalMy.window_set_outerHeight = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['outerHeight'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_outerHeight, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_devicePixelRatio = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['devicePixelRatio']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_devicePixelRatio,result => ', '' + result) } return result; } globalMy.window_set_devicePixelRatio = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['devicePixelRatio'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_devicePixelRatio, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_event = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['event']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_event,result => ', '' + result) } return result; } globalMy.window_set_event = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['event'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_event, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_clientInformation = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['clientInformation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_clientInformation,result => ', '' + result) } return result; } globalMy.window_set_clientInformation = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['clientInformation'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_clientInformation, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_offscreenBuffering = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['offscreenBuffering']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_offscreenBuffering,result => ', '' + result) } return result; } globalMy.window_set_offscreenBuffering = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['offscreenBuffering'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_offscreenBuffering, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_screenLeft = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['screenLeft']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenLeft,result => ', '' + result) } return result; } globalMy.window_set_screenLeft = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['screenLeft'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenLeft, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_screenTop = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['screenTop']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenTop,result => ', '' + result) } return result; } globalMy.window_set_screenTop = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['screenTop'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_screenTop, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_defaultStatus = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['defaultStatus']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_defaultStatus,result => ', '' + result) } return result; } globalMy.window_set_defaultStatus = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['defaultStatus'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_defaultStatus, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_defaultstatus = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['defaultstatus']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_defaultstatus,result => ', '' + result) } return result; } globalMy.window_set_defaultstatus = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['defaultstatus'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_defaultstatus, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_styleMedia = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['styleMedia']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_styleMedia,result => ', '' + result) } return result; } globalMy.window_get_onsearch = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onsearch']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsearch,result => ', '' + result) } return result; } globalMy.window_set_onsearch = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onsearch'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsearch, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_isSecureContext = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['isSecureContext']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_isSecureContext,result => ', '' + result) } return result; } globalMy.window_get_trustedTypes = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['trustedTypes']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_trustedTypes,result => ', '' + result) } return result; } globalMy.window_get_performance = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['performance']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_performance,result => ', '' + result) } return result; } globalMy.window_set_performance = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['performance'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_performance, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onappinstalled = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onappinstalled']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onappinstalled,result => ', '' + result) } return result; } globalMy.window_set_onappinstalled = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onappinstalled'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onappinstalled, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onbeforeinstallprompt = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onbeforeinstallprompt']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeinstallprompt,result => ', '' + result) } return result; } globalMy.window_set_onbeforeinstallprompt = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onbeforeinstallprompt'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeinstallprompt, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_crypto = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['crypto']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_crypto,result => ', '' + result) } return result; } globalMy.window_get_indexedDB = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['indexedDB']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_indexedDB,result => ', '' + result) } return result; } globalMy.window_get_sessionStorage = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['sessionStorage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_sessionStorage,result => ', '' + result) } return result; } globalMy.window_get_localStorage = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['localStorage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_localStorage,result => ', '' + result) } return result; } globalMy.window_get_onbeforexrselect = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onbeforexrselect']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforexrselect,result => ', '' + result) } return result; } globalMy.window_set_onbeforexrselect = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onbeforexrselect'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforexrselect, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onabort = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onabort']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onabort,result => ', '' + result) } return result; } globalMy.window_set_onabort = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onabort'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onabort, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onbeforeinput = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onbeforeinput']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeinput,result => ', '' + result) } return result; } globalMy.window_set_onbeforeinput = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onbeforeinput'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeinput, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onblur = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onblur']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onblur,result => ', '' + result) } return result; } globalMy.window_set_onblur = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onblur'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onblur, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncancel = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncancel']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncancel,result => ', '' + result) } return result; } globalMy.window_set_oncancel = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncancel'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncancel, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncanplay = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncanplay']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncanplay,result => ', '' + result) } return result; } globalMy.window_set_oncanplay = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncanplay'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncanplay, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncanplaythrough = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncanplaythrough']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncanplaythrough,result => ', '' + result) } return result; } globalMy.window_set_oncanplaythrough = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncanplaythrough'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncanplaythrough, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onchange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onchange,result => ', '' + result) } return result; } globalMy.window_set_onchange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onchange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onclick = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onclick']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onclick,result => ', '' + result) } return result; } globalMy.window_set_onclick = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onclick'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onclick, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onclose = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onclose']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onclose,result => ', '' + result) } return result; } globalMy.window_set_onclose = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onclose'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onclose, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncontextlost = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncontextlost']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontextlost,result => ', '' + result) } return result; } globalMy.window_set_oncontextlost = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncontextlost'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontextlost, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncontextmenu = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncontextmenu']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontextmenu,result => ', '' + result) } return result; } globalMy.window_set_oncontextmenu = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncontextmenu'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontextmenu, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncontextrestored = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncontextrestored']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontextrestored,result => ', '' + result) } return result; } globalMy.window_set_oncontextrestored = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncontextrestored'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontextrestored, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncuechange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncuechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncuechange,result => ', '' + result) } return result; } globalMy.window_set_oncuechange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncuechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncuechange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondblclick = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondblclick']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondblclick,result => ', '' + result) } return result; } globalMy.window_set_ondblclick = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondblclick'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondblclick, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondrag = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondrag']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondrag,result => ', '' + result) } return result; } globalMy.window_set_ondrag = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondrag'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondrag, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondragend = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondragend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragend,result => ', '' + result) } return result; } globalMy.window_set_ondragend = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondragend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragend, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondragenter = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondragenter']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragenter,result => ', '' + result) } return result; } globalMy.window_set_ondragenter = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondragenter'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragenter, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondragleave = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondragleave']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragleave,result => ', '' + result) } return result; } globalMy.window_set_ondragleave = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondragleave'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragleave, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondragover = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondragover']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragover,result => ', '' + result) } return result; } globalMy.window_set_ondragover = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondragover'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragover, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondragstart = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondragstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragstart,result => ', '' + result) } return result; } globalMy.window_set_ondragstart = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondragstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondragstart, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondrop = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondrop']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondrop,result => ', '' + result) } return result; } globalMy.window_set_ondrop = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondrop'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondrop, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondurationchange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondurationchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondurationchange,result => ', '' + result) } return result; } globalMy.window_set_ondurationchange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondurationchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondurationchange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onemptied = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onemptied']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onemptied,result => ', '' + result) } return result; } globalMy.window_set_onemptied = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onemptied'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onemptied, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onended = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onended']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onended,result => ', '' + result) } return result; } globalMy.window_set_onended = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onended'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onended, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onerror = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onerror,result => ', '' + result) } return result; } globalMy.window_set_onerror = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onerror, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onfocus = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onfocus']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onfocus,result => ', '' + result) } return result; } globalMy.window_set_onfocus = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onfocus'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onfocus, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onformdata = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onformdata']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onformdata,result => ', '' + result) } return result; } globalMy.window_set_onformdata = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onformdata'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onformdata, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oninput = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oninput']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oninput,result => ', '' + result) } return result; } globalMy.window_set_oninput = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oninput'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oninput, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oninvalid = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oninvalid']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oninvalid,result => ', '' + result) } return result; } globalMy.window_set_oninvalid = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oninvalid'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oninvalid, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onkeydown = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onkeydown']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onkeydown,result => ', '' + result) } return result; } globalMy.window_set_onkeydown = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onkeydown'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onkeydown, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_oncontentvisibilityautostatechange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['oncontentvisibilityautostatechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontentvisibilityautostatechange, result ->', result) } return result; } globalMy.window_set_oncontentvisibilityautostatechange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['oncontentvisibilityautostatechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_oncontentvisibilityautostatechange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onkeypress = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onkeypress']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onkeypress,result => ', '' + result) } return result; } globalMy.window_set_onkeypress = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onkeypress'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onkeypress, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onkeyup = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onkeyup']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onkeyup,result => ', '' + result) } return result; } globalMy.window_set_onkeyup = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onkeyup'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onkeyup, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onload = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onload']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onload,result => ', '' + result) } return result; } globalMy.window_set_onload = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onload'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onload, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onloadeddata = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onloadeddata']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onloadeddata,result => ', '' + result) } return result; } globalMy.window_set_onloadeddata = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onloadeddata'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onloadeddata, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onloadedmetadata = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onloadedmetadata']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onloadedmetadata,result => ', '' + result) } return result; } globalMy.window_set_onloadedmetadata = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onloadedmetadata'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onloadedmetadata, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onloadstart = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onloadstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onloadstart,result => ', '' + result) } return result; } globalMy.window_set_onloadstart = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onloadstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onloadstart, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmousedown = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmousedown']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmousedown,result => ', '' + result) } return result; } globalMy.window_set_onmousedown = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmousedown'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmousedown, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmouseenter = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmouseenter']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseenter,result => ', '' + result) } return result; } globalMy.window_set_onmouseenter = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmouseenter'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseenter, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmouseleave = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmouseleave']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseleave,result => ', '' + result) } return result; } globalMy.window_set_onmouseleave = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmouseleave'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseleave, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmousemove = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmousemove']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmousemove,result => ', '' + result) } return result; } globalMy.window_set_onmousemove = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmousemove'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmousemove, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmouseout = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmouseout']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseout,result => ', '' + result) } return result; } globalMy.window_set_onmouseout = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmouseout'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseout, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmouseover = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmouseover']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseover,result => ', '' + result) } return result; } globalMy.window_set_onmouseover = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmouseover'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseover, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmouseup = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmouseup']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseup,result => ', '' + result) } return result; } globalMy.window_set_onmouseup = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmouseup'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmouseup, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmousewheel = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmousewheel']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmousewheel,result => ', '' + result) } return result; } globalMy.window_set_onmousewheel = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmousewheel'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmousewheel, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpause = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpause']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpause,result => ', '' + result) } return result; } globalMy.window_set_onpause = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpause'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpause, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onplay = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onplay']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onplay,result => ', '' + result) } return result; } globalMy.window_set_onplay = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onplay'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onplay, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onplaying = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onplaying']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onplaying,result => ', '' + result) } return result; } globalMy.window_set_onplaying = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onplaying'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onplaying, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onprogress = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onprogress']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onprogress,result => ', '' + result) } return result; } globalMy.window_set_onprogress = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onprogress'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onprogress, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onratechange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onratechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onratechange,result => ', '' + result) } return result; } globalMy.window_set_onratechange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onratechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onratechange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onreset = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onreset']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onreset,result => ', '' + result) } return result; } globalMy.window_set_onreset = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onreset'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onreset, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onresize = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onresize']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onresize,result => ', '' + result) } return result; } globalMy.window_set_onresize = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onresize'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onresize, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onscroll = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onscroll']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onscroll,result => ', '' + result) } return result; } globalMy.window_set_onscroll = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onscroll'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onscroll, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onsecuritypolicyviolation = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onsecuritypolicyviolation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsecuritypolicyviolation,result => ', '' + result) } return result; } globalMy.window_set_onsecuritypolicyviolation = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onsecuritypolicyviolation'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsecuritypolicyviolation, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onseeked = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onseeked']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onseeked,result => ', '' + result) } return result; } globalMy.window_set_onseeked = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onseeked'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onseeked, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onseeking = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onseeking']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onseeking,result => ', '' + result) } return result; } globalMy.window_set_onseeking = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onseeking'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onseeking, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onselect = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onselect']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onselect,result => ', '' + result) } return result; } globalMy.window_set_onselect = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onselect'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onselect, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onslotchange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onslotchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onslotchange,result => ', '' + result) } return result; } globalMy.window_set_onslotchange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onslotchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onslotchange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onstalled = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onstalled']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onstalled,result => ', '' + result) } return result; } globalMy.window_set_onstalled = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onstalled'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onstalled, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onsubmit = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onsubmit']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsubmit,result => ', '' + result) } return result; } globalMy.window_set_onsubmit = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onsubmit'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsubmit, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onsuspend = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onsuspend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsuspend,result => ', '' + result) } return result; } globalMy.window_set_onsuspend = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onsuspend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onsuspend, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ontimeupdate = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ontimeupdate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontimeupdate,result => ', '' + result) } return result; } globalMy.window_set_ontimeupdate = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ontimeupdate'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontimeupdate, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ontoggle = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ontoggle']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontoggle,result => ', '' + result) } return result; } globalMy.window_set_ontoggle = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ontoggle'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontoggle, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onvolumechange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onvolumechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onvolumechange,result => ', '' + result) } return result; } globalMy.window_set_onvolumechange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onvolumechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onvolumechange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onwaiting = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onwaiting']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwaiting,result => ', '' + result) } return result; } globalMy.window_set_onwaiting = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onwaiting'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwaiting, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onwebkitanimationend = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onwebkitanimationend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkitanimationend,result => ', '' + result) } return result; } globalMy.window_set_onwebkitanimationend = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onwebkitanimationend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkitanimationend, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onwebkitanimationiteration = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onwebkitanimationiteration']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkitanimationiteration,result => ', '' + result) } return result; } globalMy.window_set_onwebkitanimationiteration = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onwebkitanimationiteration'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkitanimationiteration, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onwebkitanimationstart = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onwebkitanimationstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkitanimationstart,result => ', '' + result) } return result; } globalMy.window_set_onwebkitanimationstart = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onwebkitanimationstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkitanimationstart, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onwebkittransitionend = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onwebkittransitionend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkittransitionend,result => ', '' + result) } return result; } globalMy.window_set_onwebkittransitionend = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onwebkittransitionend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwebkittransitionend, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onwheel = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onwheel']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwheel,result => ', '' + result) } return result; } globalMy.window_set_onwheel = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onwheel'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onwheel, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onauxclick = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onauxclick']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onauxclick,result => ', '' + result) } return result; } globalMy.window_set_onauxclick = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onauxclick'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onauxclick, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ongotpointercapture = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ongotpointercapture']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ongotpointercapture,result => ', '' + result) } return result; } globalMy.window_set_ongotpointercapture = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ongotpointercapture'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ongotpointercapture, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onlostpointercapture = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onlostpointercapture']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onlostpointercapture,result => ', '' + result) } return result; } globalMy.window_set_onlostpointercapture = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onlostpointercapture'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onlostpointercapture, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointerdown = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointerdown']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerdown,result => ', '' + result) } return result; } globalMy.window_set_onpointerdown = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointerdown'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerdown, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointermove = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointermove']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointermove,result => ', '' + result) } return result; } globalMy.window_set_onpointermove = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointermove'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointermove, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointerrawupdate = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointerrawupdate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerrawupdate,result => ', '' + result) } return result; } globalMy.window_set_onpointerrawupdate = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointerrawupdate'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerrawupdate, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointerup = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointerup']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerup,result => ', '' + result) } return result; } globalMy.window_set_onpointerup = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointerup'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerup, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointercancel = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointercancel']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointercancel,result => ', '' + result) } return result; } globalMy.window_set_onpointercancel = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointercancel'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointercancel, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointerover = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointerover']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerover,result => ', '' + result) } return result; } globalMy.window_set_onpointerover = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointerover'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerover, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointerout = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointerout']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerout,result => ', '' + result) } return result; } globalMy.window_set_onpointerout = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointerout'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerout, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointerenter = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointerenter']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerenter,result => ', '' + result) } return result; } globalMy.window_set_onpointerenter = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointerenter'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerenter, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpointerleave = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpointerleave']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerleave,result => ', '' + result) } return result; } globalMy.window_set_onpointerleave = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpointerleave'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpointerleave, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onselectstart = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onselectstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onselectstart,result => ', '' + result) } return result; } globalMy.window_set_onselectstart = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onselectstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onselectstart, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onselectionchange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onselectionchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onselectionchange,result => ', '' + result) } return result; } globalMy.window_set_onselectionchange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onselectionchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onselectionchange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onanimationend = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onanimationend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onanimationend,result => ', '' + result) } return result; } globalMy.window_set_onanimationend = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onanimationend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onanimationend, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onanimationiteration = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onanimationiteration']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onanimationiteration,result => ', '' + result) } return result; } globalMy.window_set_onanimationiteration = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onanimationiteration'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onanimationiteration, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onanimationstart = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onanimationstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onanimationstart,result => ', '' + result) } return result; } globalMy.window_set_onanimationstart = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onanimationstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onanimationstart, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ontransitionrun = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ontransitionrun']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitionrun,result => ', '' + result) } return result; } globalMy.window_set_ontransitionrun = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ontransitionrun'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitionrun, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ontransitionstart = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ontransitionstart']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitionstart,result => ', '' + result) } return result; } globalMy.window_set_ontransitionstart = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ontransitionstart'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitionstart, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ontransitionend = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ontransitionend']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitionend,result => ', '' + result) } return result; } globalMy.window_set_ontransitionend = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ontransitionend'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitionend, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ontransitioncancel = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ontransitioncancel']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitioncancel,result => ', '' + result) } return result; } globalMy.window_set_ontransitioncancel = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ontransitioncancel'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ontransitioncancel, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onafterprint = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onafterprint']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onafterprint,result => ', '' + result) } return result; } globalMy.window_set_onafterprint = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onafterprint'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onafterprint, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onbeforeprint = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onbeforeprint']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeprint,result => ', '' + result) } return result; } globalMy.window_set_onbeforeprint = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onbeforeprint'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeprint, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onbeforeunload = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onbeforeunload']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeunload,result => ', '' + result) } return result; } globalMy.window_set_onbeforeunload = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onbeforeunload'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforeunload, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onhashchange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onhashchange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onhashchange,result => ', '' + result) } return result; } globalMy.window_set_onhashchange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onhashchange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onhashchange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onlanguagechange = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onlanguagechange']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onlanguagechange,result => ', '' + result) } return result; } globalMy.window_set_onlanguagechange = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onlanguagechange'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onlanguagechange, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmessage = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmessage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmessage,result => ', '' + result) } return result; } globalMy.window_set_onmessage = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmessage'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmessage, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onmessageerror = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onmessageerror']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmessageerror,result => ', '' + result) } return result; } globalMy.window_set_onmessageerror = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onmessageerror'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onmessageerror, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onoffline = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onoffline']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onoffline,result => ', '' + result) } return result; } globalMy.window_set_onoffline = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onoffline'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onoffline, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ononline = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ononline']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ononline,result => ', '' + result) } return result; } globalMy.window_set_ononline = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ononline'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ononline, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpagehide = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpagehide']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpagehide,result => ', '' + result) } return result; } globalMy.window_set_onpagehide = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpagehide'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpagehide, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpageshow = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpageshow']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpageshow,result => ', '' + result) } return result; } globalMy.window_set_onpageshow = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpageshow'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpageshow, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onpopstate = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onpopstate']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpopstate,result => ', '' + result) } return result; } globalMy.window_set_onpopstate = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onpopstate'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onpopstate, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onrejectionhandled = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onrejectionhandled']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onrejectionhandled,result => ', '' + result) } return result; } globalMy.window_set_onrejectionhandled = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onrejectionhandled'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onrejectionhandled, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onstorage = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onstorage']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onstorage,result => ', '' + result) } return result; } globalMy.window_set_onstorage = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onstorage'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onstorage, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onunhandledrejection = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onunhandledrejection']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onunhandledrejection,result => ', '' + result) } return result; } globalMy.window_set_onunhandledrejection = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onunhandledrejection'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onunhandledrejection, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_onunload = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onunload']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onunload,result => ', '' + result) } return result; } globalMy.window_set_onunload = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onunload'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onunload, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_crossOriginIsolated = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['crossOriginIsolated']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_crossOriginIsolated,result => ', '' + result) } return result; } globalMy.window_get_scheduler = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['scheduler']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scheduler,result => ', '' + result) } return result; } globalMy.window_set_scheduler = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['scheduler'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_scheduler, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_caches = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['caches']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_caches,result => ', '' + result) } return result; } globalMy.window_get_cookieStore = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['cookieStore']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_cookieStore,result => ', '' + result) } return result; } globalMy.window_get_ondevicemotion = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondevicemotion']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondevicemotion,result => ', '' + result) } return result; } globalMy.window_set_ondevicemotion = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondevicemotion'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondevicemotion, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondeviceorientation = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondeviceorientation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondeviceorientation,result => ', '' + result) } return result; } globalMy.window_set_ondeviceorientation = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondeviceorientation'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondeviceorientation, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_ondeviceorientationabsolute = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['ondeviceorientationabsolute']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondeviceorientationabsolute,result => ', '' + result) } return result; } globalMy.window_set_ondeviceorientationabsolute = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['ondeviceorientationabsolute'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_ondeviceorientationabsolute, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_launchQueue = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['launchQueue']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_launchQueue,result => ', '' + result) } return result; } globalMy.window_get_onbeforematch = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['onbeforematch']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforematch,result => ', '' + result) } return result; } globalMy.window_set_onbeforematch = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['onbeforematch'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_onbeforematch, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_originAgentCluster = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['originAgentCluster']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_originAgentCluster,result => ', '' + result) } return result; } globalMy.window_get_navigation = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['navigation']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_navigation,result => ', '' + result) } return result; } globalMy.window_set_navigation = function (val) { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } globalMy.value[foundName]['navigation'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_navigation, 传参val => ' + val + ' result => ', '' + result) } } globalMy.window_get_webkitStorageInfo = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['webkitStorageInfo']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_webkitStorageInfo,result => ', '' + result) } return result; } globalMy.window_get_speechSynthesis = function () { var result; if (globalMy.element.indexOf(this) > -1) { var foundName = globalMy.foundName(this); } else { var _window = this.zzz_mark_key; if (!_window) throw new TypeError("Illegal invocation"); var foundName = globalMy.foundName(_window); } result = globalMy.value[foundName]['speechSynthesis']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了window_get_speechSynthesis,result => ', '' + result) } return result; } // location globalMy.location_valueOf = function () { return this; } globalMy.location_toString = function () { return this.href; } globalMy.location_get_ancestorOrigins = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['ancestorOrigins']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_ancestorOrigins,result => ', '' + result) } return result; } globalMy.location_get_href = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['href']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_href,result => ', '' + result) } return result; } globalMy.location_set_href = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['href'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_href, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_get_origin = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['origin']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_origin,result => ', '' + result) } return result; } globalMy.location_get_protocol = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['protocol']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_protocol,result => ', '' + result) } return result; } globalMy.location_set_protocol = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['protocol'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_protocol, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_get_host = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['host']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_host,result => ', '' + result) } return result; } globalMy.location_set_host = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['host'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_host, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_get_hostname = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['hostname']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_hostname,result => ', '' + result) } return result; } globalMy.location_set_hostname = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['hostname'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_hostname, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_get_port = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['port']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_port,result => ', '' + result) } return result; } globalMy.location_set_port = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['port'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_port, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_get_pathname = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['pathname']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_pathname,result => ', '' + result) } return result; } globalMy.location_set_pathname = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['pathname'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_pathname, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_get_search = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['search']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_search,result => ', '' + result) } return result; } globalMy.location_set_search = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['search'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_search, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_get_hash = function () { var result; var foundName = globalMy.foundName(this); result = globalMy.value[foundName]['hash']; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_hash,result => ', '' + result) } return result; } globalMy.location_set_hash = function (val) { var result; var foundName = globalMy.foundName(this); globalMy.value[foundName]['hash'] = val; if (globalMy.is_log) { globalMy.console.log('[*] 调用了globalMy.location_get_hash, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_replace = function (val) { var result; var foundName = globalMy.foundName(this); if (globalMy.is_log) { // globalMy.console.log(localStorage._$rc); globalMy.console.log('[*] 调用了globalMy.location_replace, 传参val => ' + val + ' result => ', '' + result) } } globalMy.location_reload = function (val) { var result; var foundName = globalMy.foundName(this); if (globalMy.is_log) { // globalMy.console.log(localStorage._$rc); globalMy.console.log('[*] 调用了globalMy.location_reload, 传参val => ' + val + ' result => ', '' + result) } } // 初始化window globalMy.initWindow.apply(this, [globalMy.dom_window, true]); // 用node的Blob if (globalMy.node_Blob) { window.Blob = globalMy.node_Blob; Object.setPrototypeOf(Blob, Function.prototype); Object.setPrototypeOf(Blob.prototype, Object.prototype); } // DOMException if (globalMy.node_DOMException) { window.DOMException = globalMy.node_DOMException; Object.setPrototypeOf(DOMException, Function.prototype); Object.setPrototypeOf(DOMException.prototype, Object.prototype); } // 谷歌浏览器没有这个方法 delete External.prototype.getHostEnvironmentValue; ================================================ FILE: util/pass_check.js ================================================ // 过检测 // this.exports = undefined; // this.module = undefined; delete define; delete exports; delete GLOBAL; delete module; delete VMError; delete Buffer; delete KNBCore; delete global; globalMy.console.log("js沙箱环境框架初始化耗时:", +new Date - cost_time, "毫秒"); delete cost_time; // a = +new Date; // document.all; // console.log("document.all.length -> ",document.all.length) // console.log("document.all 耗时:", +new Date - a, ); // 是否打印日志 globalMy.is_log = true; // globalMy.is_log = false; // js开始运行时的时间戳, 用来计算整个js耗时 globalMy.memory.end_time = globalMy.memory.begin_time = Date.now(); debugger; ================================================ FILE: work/ali140.js ================================================ !function(){function cond(){return Math.random()}function chkQuerySet(){var e,t=window[QUERY_KEY];return isNaN(t)?(e=location.href.split(QUERY_KEY+"=")[1],t=parseFloat(e),void(isNaN(t)||(GREY_RATIO=t))):void(GREY_RATIO=t)}var GREY_RATIO=1,QUERY_KEY="aq-nc-grey-ratio",STABLE_ACTION=function(){},NEW_ACTION=function(){!function(e){function t(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var n=e&&e.__esModule?function(){return e["default"]}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=106)}([,function(e,t,n){"use strict";function o(e){return this instanceof o?(this._state=l,this._onFulfilled=[],this._onRejected=[],this._value=null,this._reason=null,void(p(e)&&e(a(this.resolve,this),a(this.reject,this)))):new o(e)}function i(e,t,n){return function(o){if(p(t))try{var i=t(o);r(i)?i.then(function(t){e.resolve(t)},function(t){e.reject(t)}):e.resolve(i)}catch(a){e.reject(a)}else e[n](o)}}function r(e){return e&&p(e.then)}function a(e,t){var n=[].slice,o=n.call(arguments,2),i=function(){},r=function(){return e.apply(this instanceof i?this:t,o.concat(n.call(arguments)))};return i.prototype=e.prototype,r.prototype=new i,r}function c(e){return function(t){return{}.toString.call(t)=="[object "+e+"]"}}function s(e,t){for(var n=0,o=e.length;n=0;)i(r[a],e)&&o.push(r[a]);return o},t.setCookie=function(e,t,n){n=n||7;var o=new Date;o.setTime(o.getTime()+864e5*n),document.cookie=[encodeURIComponent(e),"=",encodeURIComponent(""+t),";expires=",o.toGMTString()].join("")},t.send=function(e){var t=f("_nc_r_"),n=u[t]=new Image;n.onload=n.onerror=function(){u[t]=null},n.src=e},t.obj2param=c,t.addHourStamp=function(e,t){var n=Math.floor((new Date).getTime()/(36e5*(t||2))),o=e.indexOf("?")===-1?"?":"&";return e+o+"_t="+n};var g={};t.isIEX=function(e){if(e in g)return g[e];var t=p.createElement("b");return t.innerHTML="",g[e]=1===t.getElementsByTagName("i").length};var s=t.getElementLeft=function(e){for(var t=e.offsetLeft,n=e.offsetParent;null!==n;)t+=n.offsetLeft,n=n.offsetParent;return t},l=t.getElementTop=function(e){for(var t=e.offsetTop,n=e.offsetParent;null!==n;)t+=n.offsetTop,n=n.offsetParent;return t};t.getClientRect=function(e){var t=p.documentElement.scrollTop;if(p.documentElement.scrollLeft,e.getBoundingClientRect){var n=e.getBoundingClientRect();return{left:n.left,right:n.right,top:n.top-t,bottom:n.bottom-t}}var o=s(e),i=l(e);return{left:o,right:o+e.offsetWidth,top:i,bottom:i+e.offsetHeight}},t.getOffset=function(e){var t=e.target;void 0===t.offsetLeft&&(t=t.parentNode);var n=h(t),o={x:u.pageXOffset+e.clientX,y:u.pageYOffset+e.clientY};return{offsetX:o.x-n.x,offsetY:o.y-n.y}};var h=t.getPageCoord=function(e){for(var t={x:0,y:0};e;)t.x+=e.offsetLeft,t.y+=e.offsetTop,e=e.offsetParent;return t},m={before:function(e,t){return function(){return e.call(this),t.apply(this,arguments)}},after:function(e,t){return function(){var n=e.apply(this,arguments);return t.call(this,n,arguments),n}}};t.decorator=m,t.mix=function(e){for(var t,n,o=[].slice.call(arguments),i=o.length,r=1;r=1)for(var u=l.length-1;u>=0;u--)if(l[u].src.indexOf("ncpc/nc.js")!=-1){d=l[u].src;break}var p="";p=d.indexOf("g.alicdn.com")!=-1?"https://g.alicdn.com/AWSC/AWSC/awsc.js":"https://aeis.alicdn.com/AWSC/AWSC/awsc.js";var _={0:{analyze:s?"https://cf2.aliyun.com/nocaptcha/analyze.jsonp":"https://cf.aliyun.com/nocaptcha/analyze.jsonp",initialize:"https://cf.aliyun.com/nocaptcha/initialize.jsonp",get_captcha:"https://diablo.alibaba.com/captcha/click/get.jsonp",get_captcha_pre:"https://diablo.alibaba.com/captcha/click/pre_get.jsonp",get_img:"https://diablo.alibaba.com/captcha/image/get.jsonp",get_img_pre:"https://diablo.alibaba.com/captcha/image/pre_get.jsonp",checkcode:s?"https://cf2.aliyun.com/captcha/checkcode.jsonp":"https://cf.aliyun.com/captcha/checkcode.jsonp",cc:"https://diablo.alibaba.com/diablo/captcha_api/get.jsonp",cc_pre:"https://diablo.alibaba.com/diablo/captcha_api/pre_get.jsonp",awsc_Url:p,umid_serUrl:"https://ynuf.aliapp.org/service/um.json",api_prepare:"https://cf.aliyun.com/scratchCardSlide/prepare.jsonp",api_report:"https://cf.aliyun.com/scratchCardSlide/dataReport.jsonp",api_analyze:"https://cf.aliyun.com/scratchCardSlide/analyze.jsonp"},1:{analyze:"https://cfus.aliyun.com/nocaptcha/analyze.jsonp",initialize:"https://cfus.aliyun.com/nocaptcha/initialize.jsonp",get_captcha:"https://usdiablo.alibaba.com/captcha/click/get.jsonp",get_captcha_pre:"https://usdiablo.alibaba.com/captcha/click/pre_get.jsonp",get_img:"https://usdiablo.alibaba.com/captcha/image/get.jsonp",get_img_pre:"https://usdiablo.alibaba.com/captcha/image/pre_get.jsonp",checkcode:"https://cfus.aliyun.com/captcha/checkcode.jsonp",cc:"https://usdiablo.alibaba.com/diablo/captcha_api/get.jsonp",cc_pre:"https://usdiablo.alibaba.com/diablo/captcha_api/pre_get.jsonp",awsc_Url:p,umid_serUrl:"https://us.ynuf.aliapp.org/service/um.json",api_prepare:"https://cfus.aliyun.com/scratchCardSlide/prepare.jsonp",api_report:"https://cfus.aliyun.com/scratchCardSlide/dataReport.jsonp",api_analyze:"https://cfus.aliyun.com/scratchCardSlide/analyze.jsonp"},2:{analyze:"https://cfun.aliyun.com/nocaptcha/analyze.jsonp",initialize:"https://cfun.aliyun.com/nocaptcha/initialize.jsonp",get_captcha:"https://diablo.alibaba.com/captcha/click/get.jsonp",get_captcha_pre:"https://diablo.alibaba.com/captcha/click/pre_get.jsonp",get_img:"https://diablo.alibaba.com/captcha/image/get.jsonp",get_img_pre:"https://diablo.alibaba.com/captcha/image/pre_get.jsonp",checkcode:"https://cfun.aliyun.com/captcha/checkcode.jsonp",cc:"https://diablo.alibaba.com/diablo/captcha_api/get.jsonp",cc_pre:"https://diablo.alibaba.com/diablo/captcha_api/pre_get.jsonp",awsc_Url:p,umid_serUrl:"https://ynuf.aliapp.org/service/um.json",api_prepare:"https://cfun.aliyun.com/scratchCardSlide/prepare.jsonp",api_report:"https://cfun.aliyun.com/scratchCardSlide/dataReport.jsonp",api_analyze:"https://cfun.aliyun.com/scratchCardSlide/analyze.jsonp"}};t.URL_MAP=_},function(e,t,n){"use strict";var o=window,i=n(2);i.loadScript=n(104).loadScript;var r={};i.getImgSize=function(e,t){r[e]&&t(null,r[e]);var n=new Image;n.onreadystatechange=function(){n.readyState},n.onload=function(){var o=n.naturalWidth?[n.naturalWidth,n.naturalHeight]:[n.width,n.height];r[e]=o,t(null,o)},n.onerror=function(e){t(e)},n.src=e},i.addEventHandler=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,function(e){return n(e||o.event)}):e["on"+t]=function(e){return n(e||o.event)}},i.on=i.addEventHandler,i.map=function(e,t){for(var n=[],o=0,i=e.length;o'+r(h[n],o)+"");return i}function r(e,t){return(e+"").replace(/\\?\{\s*([^{}\s]+)\s*\}/g,function(e,n){return"\\"===e.charAt(0)?e.slice(1):t[n]||""})}function a(e,t){var n,o=m[e]=m[e]||{};t=i(t,!0);for(n in t)t.hasOwnProperty(n)&&(o[n]=t[n])}function c(e,t){return e.replace(/(javascript:noCaptcha.reset\()(\))/gi,"$1"+t+"$2")}var s,l,d="javascript:noCaptcha.reset()",u="https://survey.taobao.com/survey/QgzQDdDd?token=%TOKEN",p="https://survey.taobao.com/survey/40BtED_K?token=%TOKEN",_="https://survey.taobao.com/survey/Q0dcgfAv?token=%TOKEN",f="https://survey.taobao.com/survey/AMnMVgrS4?type=%TYPE&str=%STR",g="{0}",h={_startTEXT:g,_yesTEXT:"{0}",_noTEXT:g,_errorTEXT:g,_errorClickTEXT:g,_errorActionTimeout:'{0}{2}{3}{5}',_errorLOADING:'{0}{2}{3}{5}',_errorTooMuch:'{0}{2}',_errorTooMuchClick:'{0}{2}',_errorVerify:'{0}{2}{3}{5}',_Loading:"{0}",_errorServer:g,_error300:'{0}{2}{3}',_errorNetwork:'{0}{2}{3}{5}',_infoTEXT:g,_submit:g,_learning:g,_closeHelp:g,_slideToVerify:g,_notVerified:g,_captcha:g,_OK:g,_sthWrong:g,_reload:g,_feedback:g,_cc_select:g,_cc_title:g,_cc_fail:g,_wait:g,_cc_refresh:g,_verify:g,_cancel:g,_retry:g,_cc_contact:'{0}{2}',_cc_img_fail:g,_cc_req_fail:g,_close:g,_ggk_start:g,_ggk_net_err:'{0}{2}{3}{5}',_ggk_too_fast:'{0}{2}{3}{5}',_ggk_action_timeout:'{0}{2}{3}{5}',_ggk_fail:'{0}{2}{3}{5}',_ggk_success:g},m={cn:{_startTEXT:"\u8bf7\u6309\u4f4f\u6ed1\u5757\uff0c\u62d6\u52a8\u5230\u6700\u53f3\u8fb9",_yesTEXT:"\u9a8c\u8bc1\u901a\u8fc7",_noTEXT:"\u8bf7\u5728\u4e0b\u65b9\u8f93\u5165\u9a8c\u8bc1\u7801",_errorTEXT:"\u9a8c\u8bc1\u7801\u8f93\u5165\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u8f93\u5165",_errorClickTEXT:"\u9a8c\u8bc1\u7801\u70b9\u51fb\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5",_errorLOADING:["\u52a0\u8f7d\u5931\u8d25\uff0c\u8bf7",d,"\u70b9\u51fb\u5237\u65b0","\uff0c\u6216",u,"\u63d0\u4ea4\u53cd\u9988"],_errorTooMuch:["\u8f93\u5165\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u8f93\u5165\uff0c\u6216",u,"\u63d0\u4ea4\u53cd\u9988"],_errorTooMuchClick:["\u70b9\u51fb\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u8f93\u5165\uff0c\u6216",u,"\u63d0\u4ea4\u53cd\u9988"],_errorVerify:["\u9a8c\u8bc1\u5931\u8d25\uff0c\u8bf7",d,"\u70b9\u51fb\u5237\u65b0","\uff0c\u6216",u,"\u63d0\u4ea4\u53cd\u9988"],_Loading:"\u52a0\u8f7d\u4e2d",_errorServer:"\u670d\u52a1\u5668\u9519\u8bef\u6216\u8005\u8d85\u65f6",_error300:["\u54ce\u5440\uff0c\u51fa\u9519\u4e86\uff0c\u70b9\u51fb",d,"\u5237\u65b0","\u518d\u6765\u4e00\u6b21"],_errorNetwork:["\u7f51\u7edc\u4e0d\u7ed9\u529b\uff0c\u8bf7",d,"\u70b9\u51fb\u5237\u65b0","\uff0c\u6216",u,"\u63d0\u4ea4\u53cd\u9988"],_infoTEXT:"",_submit:"\u63d0\u4ea4",_learning:"\u4e86\u89e3\u65b0\u529f\u80fd",_closeHelp:"\u5173\u95ed\u5e2e\u52a9",_slideToVerify:"\u5411\u53f3\u6ed1\u52a8\u9a8c\u8bc1",_notVerified:"\u9a8c\u8bc1\u672a\u901a\u8fc7",_captcha:"\u9a8c\u8bc1\u7801",_OK:"\u786e\u5b9a",_sthWrong:"\u975e\u5e38\u62b1\u6b49\uff0c\u8fd9\u51fa\u9519\u4e86...",_reload:"\u5237\u65b0",_feedback:"\u53cd\u9988",_cc_select:"\u8bf7\u9009\u62e9\u56fe\u7247\u9a8c\u8bc1",_cc_title:"\u8bf7\u9009\u62e9\u4e0b\u9762\u4e0e\u5de6\u56fe\u540c\u4e00\u7c7b\u522b\u7684\u56fe\u7247",_cc_fail:"\u56fe\u7247\u9009\u62e9\u4e0d\u6b63\u786e\uff0c\u8bf7\u91cd\u8bd5",_wait:"\u8bf7\u7a0d\u5019",_cc_refresh:"\u6362\u4e00\u6279",_verify:"\u9a8c\u8bc1",_cancel:"\u53d6\u6d88",_retry:"\u91cd\u8bd5",_cc_contact:["\u9047\u5230\u95ee\u9898\u4e86\uff1f",u,"\u70b9\u6b64\u53cd\u9988"],_cc_img_fail:"\u56fe\u7247\u9a8c\u8bc1\u7801\u83b7\u53d6\u5931\u8d25\uff0c\u8bf7\u68c0\u67e5\u7f51\u7edc\u8fde\u63a5\u5e76\u91cd\u8bd5\u3002",_cc_req_fail:"\u65e0\u6cd5\u8fde\u63a5\u670d\u52a1\u5668\uff0c\u8bf7\u68c0\u67e5\u7f51\u7edc\u8fde\u63a5\u5e76\u91cd\u8bd5\u3002",_close:"\u5173\u95ed",_ggk_guide:"\u8bf7\u6441\u4f4f\u9f20\u6807\u5de6\u952e\uff0c\u522e\u51fa\u4e24\u53ea\u5c0f\u9e21",_ggk_start:"",_ggk_net_err:["\u7f51\u7edc\u5b9e\u5728\u4e0d\u7ed9\u529b
\u8bf7",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u9988\u95ee\u9898"],_ggk_too_fast:["\u60a8\u522e\u5f97\u592a\u5feb\u5566
\u8bf7",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u9988\u95ee\u9898"],_ggk_action_timeout:["\u6211\u7b49\u5f97\u592a\u4e45\u5566
\u8bf7",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u9988\u95ee\u9898"],_ggk_fail:["\u5440\uff0c\u5c0f\u9e21\u9003\u8dd1\u4e86
\u8bf7",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u9988\u95ee\u9898"],_ggk_success:"\u606d\u559c\u60a8\u6210\u529f\u522e\u51fa\u5c0f\u9e21\uff0c\u7ee7\u7eed\u4e0b\u4e00\u6b65\u64cd\u4f5c\u5427"},tw:{_startTEXT:"\u8acb\u6309\u4f4f\u6ed1\u584a\uff0c\u62d6\u52d5\u5230\u6700\u53f3\u908a",_yesTEXT:"\u9a57\u8b49\u901a\u904e",_noTEXT:"\u8acb\u5728\u4e0b\u65b9\u8f38\u5165\u9a57\u8b49\u78bc",_errorTEXT:"\u9a57\u8b49\u78bc\u8f38\u5165\u932f\u8aa4\uff0c\u8acb\u91cd\u65b0\u8f38\u5165",_errorClickTEXT:"\u9a57\u8b49\u78bc\u9ede\u64ca\u932f\u8aa4\uff0c\u8acb\u91cd\u8a66",_errorLOADING:["\u52a0\u8f09\u5931\u6557\uff0c\u8acb",d,"\u9ede\u64ca\u5237\u65b0","\uff0c\u6216",p,"\u63d0\u4ea4\u53cd\u994b"],_errorTooMuch:["\u8f38\u5165\u932f\u8aa4\uff0c\u8acb\u91cd\u65b0\u8f38\u5165\uff0c\u6216",p,"\u63d0\u4ea4\u53cd\u994b"],_errorTooMuchClick:["\u9ede\u64ca\u932f\u8aa4\uff0c\u8acb\u91cd\u65b0\u8f38\u5165\uff0c\u6216",p,"\u63d0\u4ea4\u53cd\u994b"],_errorVerify:["\u9a57\u8b49\u5931\u6557\uff0c\u8acb",d,"\u9ede\u64ca\u5237\u65b0","\uff0c\u6216",p,"\u63d0\u4ea4\u53cd\u994b"],_Loading:"\u52a0\u8f09\u4e2d",_errorServer:"\u670d\u52d9\u5668\u932f\u8aa4\u6216\u8005\u8d85\u6642",_error300:["\u54ce\u5440\uff0c\u51fa\u932f\u4e86\uff0c\u9ede\u64ca",d,"\u5237\u65b0","\u518d\u4f86\u58f9\u6b21"],_errorNetwork:["\u7db2\u7d61\u4e0d\u7d66\u529b\uff0c\u8acb",d,"\u9ede\u64ca\u5237\u65b0","\uff0c\u6216",p,"\u63d0\u4ea4\u53cd\u994b"],_infoTEXT:"",_submit:"\u63d0\u4ea4",_learning:"\u4e86\u89e3\u65b0\u529f\u80fd",_closeHelp:"\u5173\u95ed\u5e2e\u52a9",_slideToVerify:"\u5411\u53f3\u6ed1\u52d5\u9a57\u8b49",_notVerified:"\u9a57\u8b49\u672a\u901a\u904e",_captcha:"\u9a57\u8b49\u78bc",_OK:"\u78ba\u5b9a",_sthWrong:"\u975e\u5e38\u62b1\u6b49\uff0c\u9019\u51fa\u932f\u4e86...",_reload:"\u5237\u65b0",_feedback:"\u53cd\u994b",_ggk_guide:"\u8acb\u6309\u4f4f\u6ed1\u9f20\u5de6\u9375\uff0c\u522e\u51fa\u5169\u96bb\u5c0f\u96de",_ggk_start:"",_ggk_net_err:["\u7db2\u8def\u5be6\u5728\u4e0d\u7d66\u529b
\u8acb",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u6620\u554f\u984c"],_ggk_too_fast:["\u60a8\u522e\u5f97\u592a\u5feb\u5566
\u8acb",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u6620\u554f\u984c"],_ggk_action_timeout:["\u6211\u7b49\u5f97\u592a\u4e45\u5566
\u8acb",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u6620\u554f\u984c"],_ggk_fail:["\u5440\uff0c\u5c0f\u96de\u9003\u8dd1\u4e86
\u8acb",d,"\u518d\u6765\u4e00\u6b21","\u6216",f,"\u53cd\u6620\u554f\u984c"],_ggk_success:"\u606d\u559c\u60a8\u6210\u529f\u522e\u51fa\u5c0f\u96de\uff0c\u7e7c\u7e8c\u4e0b\u4e00\u6b65\u64cd\u4f5c\u5427"},en:(s={_startTEXT:"Please slide to verify",_yesTEXT:"Verified",_noTEXT:"Please input verification code",_errorTEXT:"Please try again",_errorClickTEXT:"Please try again",_errorLOADING:["Loading failed, ",d,"refresh"," or ",_,"provide feedback"],_errorTooMuch:["Please try again or ",_,"provide feedback"],_errorTooMuchClick:["Please try again or ",_,"provide feedback"],_errorVerify:["Verify failed, ",d,"refresh"," or ",_,"provide feedback"],_errorServer:"Server Error",_Loading:"Loading",_error300:["Oops... something's wrong. Please ",d,"refresh"," and try again."],_errorNetwork:["Net Err. Please ",d,"refresh",", or ",_,"feedback"],_infoTEXT:"",_submit:"Submit",_learning:"help",_closeHelp:"Close",_slideToVerify:"slide to verify",_notVerified:"Not Verified",_captcha:"Captcha",_OK:"OK",_sthWrong:"Sorry, something wrong....",_reload:"Reload",_feedback:"Feedback",_ggk_action_timeout:["Action timeout, ",d,"refresh"," or ",_,"provide feedback"],_ggk_guide:"Hold your left mouse button down to scratch out two chickens",_ggk_start:"",_ggk_net_err:["Problem with the network
Please",d,"try again","or",f,"report your problem"],_ggk_too_fast:["You were being too fast
Please",d,"try again","or",f,"report your problem"]},o(s,"_ggk_action_timeout",["You've been idled for too long
Please",d,"try again","or",f,"report your problem"]),o(s,"_ggk_fail",["Oops, the chickens ran away
Please",d,"try again","or",f,"report your problem"]),o(s,"_ggk_success","Congratulations! You've got the chickens!"),s),ar_SA:{_startTEXT:"\u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0644\u0644\u062a\u062d\u0642\u0642",_yesTEXT:"\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642",_noTEXT:"\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642",_errorTEXT:"\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629",_errorClickTEXT:"\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629",_errorLOADING:["\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0645\u064a ",d,"\u0644\u060c"," \u0627\u0644\u062a\u0646\u0634\u064a\u0637 ",_,"\u0623\u0648 \u062a\u0642\u062f\u064a\u0645 \u062a\u0639\u0644\u064a\u0642"],_errorTooMuch:["\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0623\u0648 ",_,"\u062a\u0642\u062f\u064a\u0645 \u062a\u0639\u0644\u064a\u0642"],_errorTooMuchClick:["\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0623\u0648 ",_,"\u062a\u0642\u062f\u064a\u0645 \u062a\u0639\u0644\u064a\u0642"],_Loading:"\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644",_errorServer:"\u062e\u0637\u0623 \u0628\u0627\u0644\u0645\u0644\u0642\u0645",_error300:["\u0639\u0641\u0648\u0627... \u0634\u064a\u0621 \u0645\u0627 \u062e\u0637\u0623. \u064a\u0631\u062c\u0649 ",d,"\u0627\u0644\u062a\u0646\u0634\u064a\u0637"," \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629"],_errorNetwork:["\u062e\u0637\u0623 \u0628\u0627\u0644 \u0644\u0634 \u0643\u0629. \u064a\u0631\u062c\u0649 ",d,"\u0627\u0644\u062a\u0646\u0634\u064a\u0637\u060c"," \u0623\u0648 ",_,"\u0627\u0644\u062a\u0639\u0644\u064a\u0642"],_infoTEXT:"",_submit:"\u0625\u0631\u0633\u0627\u0644",_learning:"\u0645\u0633\u0627\u0639\u062f\u0629",_closeHelp:"\u0625\u063a\u0644\u0627\u0642",_slideToVerify:"\u0642\u0645 \u0628\u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0644\u0644\u062a\u062d\u0642\u0642",_notVerified:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642",_captcha:"\u0631\u0645\u0632 \u0627\u0644\u062d\u0645\u0627\u064a\u0629",_OK:"\u0645\u0648\u0627\u0641\u0642",_sthWrong:"\u0639\u0630\u0631\u0627\u060c \u0634\u064a\u0621 \u0645\u0627 \u062e\u0637\u0623....",_reload:"\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644",_feedback:"\u062a\u0639\u0644\u064a\u0642"},de_DE:{_startTEXT:"         Bitte schieben Sie, um zu \xfcberpr\xfcfen",_yesTEXT:"Verifiziert",_noTEXT:"Bitte geben Sie den Best\xe4tigungs-Code ein",_errorTEXT:"Bitte versuchen Sie es erneut",_errorClickTEXT:"Bitte versuchen Sie es erneut",_errorLOADING:["Laden gescheitert, ",d,"aktualisieren"," oder ",_,"feedback angeben"],_errorTooMuch:["Bitte versuchen Sie es erneut oder ",_,"geben Sie feedback an"],_errorTooMuchClick:["Bitte versuchen Sie es erneut oder ",_,"geben Sie feedback an"],_Loading:"Lade",_errorServer:"Serverfehler",_error300:["Huch ... etwas ist schief gelaufen. Bitte ",d,"aktualisieren"," Sie und versuchen Sie es erneut"],_errorNetwork:["Netzfehler. Bitte ",d,"aktualisieren"," oder ",_,"feedback angeben."],_infoTEXT:"",_submit:"abschicken",_learning:"Hilfe",_closeHelp:"schlie\xdfen",_slideToVerify:"Schieben um zu \xfcberpr\xfcfen",_notVerified:"Nicht verifiziert",_captcha:"captcha",_OK:"OK",_sthWrong:"Sorry, etwas ist schief gelaufen ....",_reload:"Neu laden",_feedback:"Feedback"},es_ES:{_startTEXT:"Por favor, deslice para verificar",_yesTEXT:"Verificado",_noTEXT:"Por favor el c\xf3digo de verificaci\xf3n de entrada",_errorTEXT:"Por favor, int\xe9ntelo de nuevo",_errorClickTEXT:"Por favor, int\xe9ntelo de nuevo",_errorLOADING:["Carga fallida, ",d,"actualizar"," o ",_,"realizar un comentario"],_errorTooMuch:["Por favor, int\xe9ntelo de nuevo o ",_,"realice un comentario"],_errorTooMuchClick:["Por favor, int\xe9ntelo de nuevo o ",_,"m\xe1ndenos un comentario"],_Loading:"Cargando",_errorServer:"Error del Servidor",_error300:["Vaya ... algo est\xe1 mal. Por favor ",d,"actualizar"," y volver a intentar"],_errorNetwork:["Error de red. Por favor, ",d,"actualice"," o ",_,"inf\xf3rmenos"],_infoTEXT:"",_submit:"Enviar",_learning:"Ayuda",_closeHelp:"Cerca",_slideToVerify:"deslice para verificar",_notVerified:"No verificado",_captcha:"Captcha",_OK:"OK",_sthWrong:"Lo sentimos, pero algo est\xe1 mal ....",_reload:"Recargar",_feedback:"Comentar"},fr_FR:{_startTEXT:"Faites glisser pour verifier ",_yesTEXT:"V\xe9rifi\xe9",_noTEXT:"Veuillez entrer le code de v\xe9rification",_errorTEXT:"Veuillez r\xe9essayer",_errorClickTEXT:"Veuillez r\xe9essayer",_errorLOADING:["\xc9chec du chargement, ",d,"actualiser"," ou ",_,"formuler des commentaires"],_errorTooMuch:["Veuillez r\xe9essayer ou ",_,"formuler des commentaires"],_errorTooMuchClick:["Veuillez r\xe9essayer ou ",_,"formuler des commentaires"],_Loading:"Chargement",_errorServer:"Erreur du serveur",_error300:["Oups\u2026. Il y a eu un probl\xe8me. ",d,"Actualisez"," et r\xe9essayez "],_errorNetwork:["Erreur de r\xe9seau. ",d,"Actualisez"," ou ",_,"formuler des commentaires"],_infoTEXT:"",_submit:"Soumettre",_learning:"Aide",_closeHelp:"Fermer",_slideToVerify:"Faites glisser pour v\xe9rifier",_notVerified:"Non v\xe9rifi\xe9",_captcha:"Captcha",_OK:"OK",_sthWrong:"D\xe9sol\xe9, il y a un probl\xe8me ....",_reload:"Recharger",_feedback:"Commentaires"},in_ID:{_startTEXT:"Silahkan geser untuk memverifikasi",_yesTEXT:"Terverifikasi",_noTEXT:"Silakan masukkan kode verifikasi",_errorTEXT:"Silakan coba lagi",_errorClickTEXT:"Silakan coba lagi",_errorLOADING:["Memuat gagal, ",d,"refresh"," atau ",_,"berikan umpan balik"],_errorTooMuch:["Silakan coba lagi atau ",_,"berikan umpan balik"],_errorTooMuchClick:["Silakan coba lagi atau ",_,"berikan umpan balik"],_Loading:"Memuat",_errorServer:"Kesalahan server",_error300:["Ups... Ada yang salah. Silakan ",d,"refresh"," dan coba lagi"],_errorNetwork:["Kesalahan jaringan. Silakan ",d,"refresh",", atau ",_,"umpan balik"],_infoTEXT:"",_submit:"Serahkan",_learning:"Bantuan",_closeHelp:"Tutup",_slideToVerify:"Geser untuk memverifikasi",_notVerified:"Tidak terverifikasi",_captcha:"Captcha",_OK:"OK",_sthWrong:"Maaf, ada yang salah...",_reload:"Muat ulang",_feedback:"Umpan balik"},it_IT:{_startTEXT:"Per favore scorri per verificare",_yesTEXT:"Verificato",_noTEXT:"Per favore inserisci il codice di verifica",_errorTEXT:"Per favore riprova",_errorClickTEXT:"Per favore riprova",_errorLOADING:["La pagina non ha caricato, per favore ",d,"rinfresca"," o ",_,"mandaci un commento"],_errorTooMuch:["Per favore riprova o ",_,"mandaci un commento"],_errorTooMuchClick:["Per favore riprova o ",_,"mandaci un commento"],_Loading:"Sto caricando",_errorServer:"Errore del Server",_error300:["Oooops... C'\xe8 qualcosa che non va. Per favore ",d,"rinfresca"," la pagina o riprova."],_errorNetwork:["Errore della Rete. Per favore ",d,"rinfresca"," la pagina o ",_,"mandaci un commento."],_infoTEXT:"",_submit:"Sottoponi",_learning:"Aiuto",_closeHelp:"",_slideToVerify:"Scorri per verificare",_notVerified:"Non verificato",_captcha:"Captcha",_OK:"OK",_sthWrong:"Mi spiace, c'\xe8 qualcosa di sbagliato",_reload:"Ricarica",_feedback:"retroazione"},iw_HE:{_startTEXT:"\u05d0\u05e0\u05d0 \u05d4\u05d7\u05dc\u05e7 \u05e2\u05dc \u05d4\u05de\u05e1\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea",_yesTEXT:"\u05d0\u05d5\u05de\u05ea",_noTEXT:"\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05e7\u05d5\u05d3 \u05d0\u05d9\u05de\u05d5\u05ea",_errorTEXT:"\u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1",_errorClickTEXT:"\u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1",_errorLOADING:["\u05d4\u05d8\u05e2\u05d9\u05e0\u05d4 \u05e0\u05db\u05e9 ",d,"\u05dc\u05d4. \u05d9\u05e9 \u05dc"," \u05e2\u05e0 ",_,"\u05d0\u05d5 \u05dc\u05e9\u05dc\u05d5\u05d7 \u05de\u05e9\u05d5\u05d1"],_errorTooMuch:["\u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05d0\u05d5 ",_,"\u05e9\u05dc\u05d7 \u05de\u05e9\u05d5\u05d1"],_errorTooMuchClick:["\u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05d0\u05d5 ",_,"\u05e9\u05dc\u05d7 \u05de\u05e9\u05d5\u05d1"],_Loading:"\u05d8\u05d5\u05e2\u05df",_errorServer:"\u05e9\u05d2\u05d9\u05d0\u05ea \u05e9\u05e8\u05ea",_error300:["\u05d0\u05d5\u05e4\u05e1... \u05d0\u05d9\u05e8\u05e2\u05d4 \u05ea\u05e7\u05dc\u05d4. ",d,"\u05d9\u05e9 \u05dc\u05e8\u05e2\u05e0\u05df"," \u05d5\u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1"],_errorNetwork:["\u05e9\u05d2\u05d9\u05d0\u05ea \u05e8\u05e9\u05ea. ",d,"\u05d9\u05e9 \u05dc\u05e8\u05e2\u05e0\u05df"," \u05d0\u05d5 \u05dc\u05e9\u05dc\u05d5\u05d7 ",_,"\u05de\u05e9\u05d5\u05d1"],_infoTEXT:"",_submit:"\u05e9\u05dc\u05d7",_learning:"\u05e2\u05d6\u05e8\u05d4",_closeHelp:"\u05e1\u05d2\u05d9\u05e8\u05d4",_slideToVerify:"\u05d4\u05d7\u05dc\u05e7 \u05e2\u05dc \u05d4\u05de\u05e1\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea",_notVerified:"\u05dc\u05d0 \u05de\u05d0\u05d5\u05de\u05ea",_captcha:"Captcha",_OK:"\u05d0\u05d9\u05e9\u05d5\u05e8",_sthWrong:"\u05de\u05e6\u05d8\u05e2\u05e8\u05d9\u05dd, \u05d9\u05e9 \u05ea\u05e7\u05dc\u05d4...",_reload:"\u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9",_feedback:"\u05de\u05e9\u05d5\u05d1"},ja_JP:{_startTEXT:"\u30b9\u30e9\u30a4\u30c9\u3057\u3066\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044",_yesTEXT:"\u691c\u8a3c",_noTEXT:"\u691c\u8a3c\u30b3\u4e00\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",_errorTEXT:"\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044",_errorClickTEXT:"\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044",_errorLOADING:["",d,"\u66f4\u65b0","\u5931\u6557\u3057\u305f\u30ed\u30fc\u30c9\u3001\u307e\u305f\u306f",_,"\u30d5\u30a3\u30f3\u30c9\u30d0\u30c3\u30b0\u3092\u63d0\u4f9b\u3057\u307e\u3059"],_errorTooMuch:["\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u308b\u3044\u306f\u3001 ",_,"\u30d5\u30a3\u30f3\u30c9\u30d0\u30c3\u30b0\u3092\u63d0\u4f9b\u3057\u307e\u3059"],_errorTooMuchClick:["\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u308b\u3044\u306f\u3001 ",_,"\u30d5\u30a3\u30f3\u30c9\u30d0\u30c3\u30b0\u3092\u63d0\u4f9b\u3057\u307e\u3059"],_Loading:"\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059",_errorServer:"\u30b5\u4e00\u30d0\u4e00\u30a8\u30e9\u4e00", _error300:["\u4f55\u304b\u304c\u9593\u9055\u3044\u3067\u3001 ",d,"\u66f4\u65b0\u3057\u3066"," \u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3057\u3066\u304f\u3060\u3055\u3044"],_errorNetwork:["Net Err.\u306f\u8aa4\u308b\u3002 ",d,"\u66f4\u65b0\u3057\u3066"," \u304f\u3060\u3055\u3044\u3002\u3042\u308b\u3044\u306f\u3001 ",_,"\u30d5\u30a3\u30f3\u30c9\u30d0\u30c3\u30b0\u3092\u63d0\u4f9b\u3066\u3057\u3066\u304f\u3060\u3055\u3044\u3002"],_infoTEXT:"",_submit:"\u63d0\u51fa\u3059\u308b",_learning:"\u52a9\u3051\u308b",_closeHelp:"\u9589\u307e\u308b",_slideToVerify:"\u30b9\u30e9\u30a4\u30c9\u3057\u3066\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044",_notVerified:"\u78ba\u8a8d\u3055\u308c\u3066\u3044\u307e\u305b\u3093",_captcha:"\u30ad\u30e3\u30d7\u30c1\u30e3",_OK:"\u306f\u3044",_sthWrong:"\u3059\u307f\u307e\u305b\u3093\u304c\u3001\u4f55\u304b\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059...",_reload:"\u3082\u3046\u4e00\u5ea6\u8aad\u307f\u8fbc\u3080",_feedback:"\u30d5\u30a3\u30f3\u30c9\u30d0\u30c3\u30b0"},ko_KR:{_startTEXT:"\ubc00\uc5b4\uc11c \ud655\uc778\ud558\uae30",_yesTEXT:"\ud655\uc778\ub428",_noTEXT:"\uc778\uc99d\ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694",_errorTEXT:"\ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694",_errorClickTEXT:"\ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694",_errorLOADING:["\ub85c\ub529 \uc2e4\ud328, ",d," \uc0c8\ub85c\uace0\uce68"," \ub610\ub294 ",_,"\ud53c\ub4dc\ubc31 \uc81c\uacf5\ud558\uae30"],_errorTooMuch:["\ub2e4\uc2dc \uc2dc\ub3c4 \ub610\ub294 ",_,"\ud53c\ub4dc\ubc31\uc744 \uc81c\uacf5\ud574","\uc8fc\uc138\uc694"],_errorTooMuchClick:["\ub2e4\uc2dc \uc2dc\ub3c4 \ub610\ub294 ",_,"\ud53c\ub4dc\ubc31\uc744 \uc81c\uacf5\ud574","\uc8fc\uc138\uc694"],_Loading:"\ub85c\ub529",_errorServer:"\uc11c\ubc84 \uc624\ub958",_error300:["\uc6c1\uc2a4\u2026\ubb34\uc5c7\uc778\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. ",d,"\uc0c8\ub85c \uace0\uce58\uace0"," \uc0c8\ub85c \uace0\uce58\uace0"],_errorNetwork:["\ub124\ud2b8 \uc624\ub958. ",d,"\uc0c8\ub85c \uace0\uce68","\ub610\ub294",_,"\ud53c\ub4dc\ubc31"],_infoTEXT:"",_submit:"\uc81c\ucd9c",_learning:"\ud57c\ud504",_closeHelp:"\ub044\uae30",_slideToVerify:"\ubc00\uc5b4\uc11c \ud655\uc778\ud558\uae30",_notVerified:"\uc778\uc99d\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4",_captcha:"\ubcf4\uc548\ubb38\uc790",_OK:"\uc608",_sthWrong:"\ubbf8\uc548\ud569\ub2c8\ub2e4, \ubb34\uc5c7\uc778\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4\u2026",_reload:"\ub9ac\ub85c\ub4dc",_feedback:"\ud53c\ub4dc\ubc31"},nl_NL:{_startTEXT:"Schuif om te bevestigen",_yesTEXT:"Geverifieerd",_noTEXT:"Geef de verificatiecode in",_errorTEXT:"Probeer opnieuw",_errorClickTEXT:"Probeer opnieuw",_errorLOADING:["Laden mislukt, ",d,"vernieuw"," of ",_,"geef feedback"],_errorTooMuch:["Probeer opnieuw of ",_,"geef feedback"],_errorTooMuchClick:["Probeer opnieuw of ",_,"geef feedback"],_Loading:"Laden",_errorServer:"Serverfout",_error300:["Oeps\u2026er is iets fout. Vernieuw en ",d,"probeer opnieuw",""],_errorNetwork:["Netfout. ",d,"vernieuw,"," of ",_,"feedback"],_infoTEXT:"",_submit:"verstuur",_learning:"help",_closeHelp:"Sluit",_slideToVerify:"schuiven om te bevestigen",_notVerified:"Niet geverifieerd",_captcha:"Captcha",_OK:"OK",_sthWrong:"Sorry, er is iets fout\u2026",_reload:"Herlaad",_feedback:"Feedback"},pt_BR:{_startTEXT:"Por favor, deslize para verificar",_yesTEXT:"Verificado",_noTEXT:"Por favor, insira o c\xf3digo de ativa\xe7\xe3o",_errorTEXT:"Por favor, tente novamente",_errorClickTEXT:"Por favor, tente novamente",_errorLOADING:["Falha no carregamento, ",d,"atualize"," ou ",_,"envie-nos uma mensagem sobre o erro"],_errorTooMuch:["Por favor, tente novamente ou ",_,"envie-nos uma mensagem sobre o erro"],_errorTooMuchClick:["Por favor, tente novamente ou ",_,"envie-nos uma mensagem sobre o erro"],_Loading:"Carregando",_errorServer:"Erro no Servidor",_error300:["Opa... Aconteceu um erro. Por favor, ",d,"atualize"," e tente novamente"],_errorNetwork:["Erro de Rede. Por favor, ",d,"atualize"," ou ",_,"envie-nos uma mensagem sobre o erro"],_infoTEXT:"",_submit:"enviar",_learning:"ajuda",_closeHelp:"Fechar",_slideToVerify:"Deslize para verificar",_notVerified:"N\xe3o verificado",_captcha:"C\xf3digo de verifica\xe7\xe3o",_OK:"OK",_sthWrong:"Desculpa, aconteceu algum erro...",_reload:"Recarregar",_feedback:"Envie-nos uma mensagem de erro"},ru_RU:{_startTEXT:"\u041f\u0440\u043e\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043f\u0440\u0430\u0432\u043e",_yesTEXT:"\u041f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e",_noTEXT:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u0434",_errorTEXT:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437",_errorClickTEXT:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437",_errorLOADING:["\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c, ",d,"\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c"," \u0438\u043b\u0438 ",_,"\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439"],_errorTooMuch:["\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0438\u043b\u0438 ",_,"\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439"],_errorTooMuchClick:["\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0438\u043b\u0438 ",_,"\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439"],_Loading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430",_errorServer:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430",_error300:["\u041e\u0439, \u0447\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, ",d,"\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435"," \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437"],_errorNetwork:["\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0442\u0438, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, ",d,"\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435"," \u0438\u043b\u0438 ",_,"\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439"],_infoTEXT:"",_submit:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c",_learning:"\u041f\u043e\u043c\u043e\u0449\u044c",_closeHelp:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c",_slideToVerify:"\u041f\u0440\u043e\u0439\u0434\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c",_notVerified:"\u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u043e",_captcha:"\u043a\u043e\u0434 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438",_OK:"\u0445\u043e\u0440\u043e\u0448\u043e",_sthWrong:"\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435, \u0447\u0442\u043e-\u0442\u043e \u043d\u0435 \u0442\u0430\u043a\u2026",_reload:"\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430",_feedback:"\u041e\u0431\u0440\u0430\u0442\u043d\u0430\u044f \u0441\u0432\u044f\u0437\u044c"},th_TH:{_startTEXT:"\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 ",_yesTEXT:"\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e41\u0e25\u0e49\u0e27",_noTEXT:"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e23\u0e2b\u0e31\u0e2a\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19",_errorTEXT:"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07",_errorClickTEXT:"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07",_errorLOADING:["\u0e01\u0e32\u0e23\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e21\u0e48\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08, ",d,"\u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a "," \u0e2b\u0e23\u0e37\u0e2d ",_,"\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e19\u0e30 "],_errorTooMuch:["\u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2b\u0e23\u0e37\u0e2d ",_,"\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e19\u0e30 "],_errorTooMuchClick:["\u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2b\u0e23\u0e37\u0e2d ",_,"\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e19\u0e30"],_Loading:"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14",_errorServer:"\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e02\u0e31\u0e14\u0e02\u0e49\u0e2d\u0e07",_error300:["Oops... \u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07 \u0e02\u0e31\u0e14\u0e02\u0e49\u0e2d\u0e07. \u0e01\u0e23\u0e38\u0e13 ",d,"\u0e32\u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a "," \u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07"],_errorNetwork:["\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e02\u0e31\u0e14\u0e02\u0e49\u0e2d\u0e07 \u0e01\u0e23\u0e38\u0e13\u0e32 ",d,"\u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a"," \u0e2b\u0e23\u0e37\u0e2d ",_,"\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e19\u0e30 "],_infoTEXT:"",_submit:"\u0e2a\u0e48\u0e07",_learning:"\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d",_closeHelp:"\u0e1b\u0e34\u0e14",_slideToVerify:"\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19",_notVerified:"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19",_captcha:"Captcha",_OK:"OK",_sthWrong:"\u0e02\u0e2d\u0e2d\u0e20\u0e31\u0e22 \u0e21\u0e35\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14",_reload:"\u0e42\u0e2b\u0e25\u0e14\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07",_feedback:"\u0e02\u0e49\u0e2d\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e19\u0e30"},tr_TR:{_startTEXT:"Do\u011frulamak i\xe7in kayd\u0131r\u0131n",_yesTEXT:"Do\u011fruland\u0131",_noTEXT:"L\xfctfen do\u011frulama kodunu giriniz",_errorTEXT:"L\xfctfen tekrar deneyiniz",_errorClickTEXT:"L\xfctfen tekrar deneyiniz",_errorLOADING:["Y\xfckleme ba\u015far\u0131s\u0131z, ",d,"yenileyin"," veya ",_,"geri bildirin"],_errorTooMuch:["L\xfctfen tekrar deneyin ve ya ",_,"geri bildirin."],_errorTooMuchClick:["L\xfctfen tekrar deneyin ve ya ",_,"geri bildirin."],_Loading:"Y\xfckleniyor",_errorServer:"Sunucu Hatas\u0131",_error300:["T\xfch\u2026bir \u015feyler's ters. L\xfctfen ",d,"yenileyin"," ve tekrar deneyin."],_errorNetwork:["A\u011f Hatas\u0131. L\xfctfen ",d,"yenileyin"," veya ",_,"geri bildirin"],_infoTEXT:"",_submit:"g\xf6nder",_learning:"yard\u0131m",_closeHelp:"Kapat",_slideToVerify:"Do\u011frulamak i\xe7in kayd\u0131r\u0131n",_notVerified:"Do\u011frulanmam\u0131\u015f",_captcha:"Captcha",_OK:"TAMAM",_sthWrong:"Maalesef, bir \u015feyler ters gitti\u2026",_reload:"Yeniden Y\xfckle",_feedback:"Geri Bildirim"},vi_VN:{_startTEXT:"Vui l\xf2ng tr\u01b0\u1ee3t \u0111\u1ec3 x\xe1c th\u1ef1c",_yesTEXT:"\u0110\xe3 x\xe1c th\u1ef1c",_noTEXT:"Vui l\xf2ng nh\u1eadp m\xe3 s\u1ed1 x\xe1c th\u1ef1c",_errorTEXT:"Vui l\xf2ng th\u1eed l\u1ea1i",_errorClickTEXT:"Vui l\xf2ng th\u1eed l\u1ea1i",_errorLOADING:["T\u1ea3i kh\xf4ng th\xe0nh c\xf4ng, ",d,"l\xe0m m\u1edbi"," ho\u1eb7c ",_,"g\u1eedi ph\u1ea3n h\u1ed3i"],_errorTooMuch:["Vui l\xf2ng th\u1eed l\u1ea1i ho\u1eb7c ",_,"g\u1eedi ph\u1ea3n h\u1ed3i"],_errorTooMuchClick:["Vui l\xf2ng th\u1eed l\u1ea1i ho\u1eb7c ",_,"g\u1eedi ph\u1ea3n h\u1ed3i"],_Loading:"\u0110ang t\u1ea3i",_errorServer:"L\u1ed7i M\xe1y ch\u1ee7",_error300:["R\u1ea5t ti\u1ebfc... \u0111\xe3 x\u1ea3y ra sai s\xf3t. Vui l\xf2ng ",d,"l\xe0m m\u1edbi"," v\xe0 th\u1eed l\u1ea1i."],_errorNetwork:["L\u1ed7i m\u1ea1ng. Vui l\xf2ng ",d,"l\xe0m m\u1edbi",", ho\u1eb7c g\u1eedi ",_,"ph\u1ea3n h\u1ed3i"],_infoTEXT:"",_submit:"g\u1eedi",_learning:"tr\u1ee3 gi\xfap",_closeHelp:"\u0110\xf3ng",_slideToVerify:"tr\u01b0\u1ee3t \u0111\u1ec3 x\xe1c th\u1ef1c",_notVerified:"Ch\u01b0a X\xe1c th\u1ef1c",_captcha:"M\xe3 x\xe1c nh\u1eadn",_OK:"OK",_sthWrong:"R\u1ea5t ti\u1ebfc, \u0111\xe3 x\u1ea3y ra sai s\xf3t...",_reload:"T\u1ea3i l\u1ea1i",_feedback:"Ph\u1ea3n h\u1ed3i"}};for(l in m)m.hasOwnProperty(l)&&i(m[l]);m.zh_CN=m.cn,m.zh_TW=m.tw,m.en_US=m.en,m.iw_IL=m.iw_HE,m.pt_PT=m.pt_BR,m.ar_MA=m.ar_SA,t.language=m,t.upLang=a,t.upResetIndex=c},function(e,t,n){"use strict";e.exports=function(){var e=[];return e.toString=function(){for(var e=[],t=0;t=0&&v.splice(t,1)}function a(e){var t=document.createElement("style");return t.type="text/css",i(e,t),t}function c(e){var t=document.createElement("link");return t.rel="stylesheet",i(e,t),t}function s(e,t){var n,o,i;if(t.singleton){var s=m++;n=h||(h=a(t)),o=l.bind(null,n,s,!1),i=l.bind(null,n,s,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=c(t),o=u.bind(null,n),i=function(){r(n),n.href&&URL.revokeObjectURL(n.href)}):(n=a(t),o=d.bind(null,n),i=function(){r(n)});return o(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;o(e=t)}else i()}}function l(e,t,n,o){var i=n?"":o.css;if(e.styleSheet)e.styleSheet.cssText=b(t,i);else{var r=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(r,a[t]):e.appendChild(r)}}function d(e,t){var n=t.css,o=t.media;if(o&&e.setAttribute("media",o),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function u(e,t){var n=t.css,o=t.sourceMap;o&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var i=new Blob([n],{type:"text/css"}),r=e.href;e.href=URL.createObjectURL(i),r&&URL.revokeObjectURL(r)}var p={},_=function(e){var t;return function(){return"undefined"==typeof t&&(t=e.apply(this,arguments)),t}},f=_(function(){return/msie [6-9]\b/.test(self.navigator.userAgent.toLowerCase())}),g=_(function(){return document.head||document.getElementsByTagName("head")[0]}),h=null,m=0,v=[];e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},"undefined"==typeof t.singleton&&(t.singleton=f()),"undefined"==typeof t.insertAt&&(t.insertAt="bottom");var i=o(e);return n(i,t),function(e){for(var r=[],a=0;a=0:this.current===e},r.can=function(e){return!this.transition&&void 0!==s[e]&&(s[e].hasOwnProperty(this.current)||s[e].hasOwnProperty(n.WILDCARD))},r.cannot=function(e){return!this.can(e)},r.transitions=function(){return(l[this.current]||[]).concat(l[n.WILDCARD]||[])},r.isFinished=function(){return this.is(i)},r.error=e.error||function(e,t,n,o,i,r,a){throw a||r},r.states=function(){return Object.keys(l).sort()},o&&!o.defer&&r[o.event](),r},doCallback:function(e,t,o,i,r,a){if(t)try{return t.apply(e,[o,i,r].concat(a))}catch(c){return e.error(o,i,r,a,n.Error.INVALID_CALLBACK,"an exception occurred in a caller-provided callback function",c)}},beforeAnyEvent:function(e,t,o,i,r){return n.doCallback(e,e.onbeforeevent,t,o,i,r)},afterAnyEvent:function(e,t,o,i,r){return n.doCallback(e,e.onafterevent||e.onevent,t,o,i,r)},leaveAnyState:function(e,t,o,i,r){return n.doCallback(e,e.onleavestate,t,o,i,r)},enterAnyState:function(e,t,o,i,r){return n.doCallback(e,e.onenterstate||e.onstate,t,o,i,r)},changeState:function(e,t,o,i,r){return n.doCallback(e,e.onchangestate,t,o,i,r)},beforeThisEvent:function(e,t,o,i,r){return n.doCallback(e,e["onbefore"+t],t,o,i,r)},afterThisEvent:function(e,t,o,i,r){return n.doCallback(e,e["onafter"+t]||e["on"+t],t,o,i,r)},leaveThisState:function(e,t,o,i,r){return n.doCallback(e,e["onleave"+o],t,o,i,r)},enterThisState:function(e,t,o,i,r){return n.doCallback(e,e["onenter"+i]||e["on"+i],t,o,i,r)},beforeEvent:function(e,t,o,i,r){if(!1===n.beforeThisEvent(e,t,o,i,r)||!1===n.beforeAnyEvent(e,t,o,i,r))return!1},afterEvent:function(e,t,o,i,r){n.afterThisEvent(e,t,o,i,r),n.afterAnyEvent(e,t,o,i,r)},leaveState:function(e,t,o,i,r){var a=n.leaveThisState(e,t,o,i,r),c=n.leaveAnyState(e,t,o,i,r);return!1!==a&&!1!==c&&(n.ASYNC===a||n.ASYNC===c?n.ASYNC:void 0)},enterState:function(e,t,o,i,r){n.enterThisState(e,t,o,i,r),n.enterAnyState(e,t,o,i,r)},buildEvent:function(e,t){return function(){var o=this.current,i=t[o]||(t[n.WILDCARD]!=n.WILDCARD?t[n.WILDCARD]:o)||o,r=Array.prototype.slice.call(arguments);if(this.transition)return this.error(e,o,i,r,n.Error.PENDING_TRANSITION,"event "+e+" inappropriate because previous transition did not complete");if(this.cannot(e))return this.error(e,o,i,r,n.Error.INVALID_TRANSITION,"event "+e+" inappropriate in current state "+this.current);if(!1===n.beforeEvent(this,e,o,i,r))return n.Result.CANCELLED;if(o===i)return n.afterEvent(this,e,o,i,r),n.Result.NOTRANSITION;var a=this;this.transition=function(){return a.transition=null,a.current=i,n.enterState(a,e,o,i,r),n.changeState(a,e,o,i,r),n.afterEvent(a,e,o,i,r),n.Result.SUCCEEDED},this.transition.cancel=function(){a.transition=null,n.afterEvent(a,e,o,i,r)};var c=n.leaveState(this,e,o,i,r);return!1===c?(this.transition=null,n.Result.CANCELLED):n.ASYNC===c?n.Result.PENDING:this.transition?this.transition():void 0}}};"undefined"!=typeof e&&e.exports&&(t=e.exports=n),t.StateMachine=n}()},,,,function(e,t,n){"use strict";t.fail=function(e){throw new Error("NC Fail: "+e)}},function(e,t,n){"use strict";e.exports=function(){var e=navigator.userAgent;return/Windows/.test(e)?"win":/Macintosh/.test(e)?"mac":/Android/.test(e)?"Android":/(iPhone|iPad)/.test(e)?"iOS":/Linux/.test(e)?"linux":"unknow"}},function(e,t,n){"use strict";function o(e,t){if("string"==typeof t&&t.indexOf(".")!==-1){var n=t.split("."),i=n[0],r=n.slice(1).join(".");return e.hasOwnProperty(i)?o(e[i],r):""}return e.hasOwnProperty(t)?e[t]:""}function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.replace(/\{\{([\w\.]+)\}\}/g,function(e,n){return o(t,n)})}t.render=i},function(e,t,n){"use strict";function o(e){var t,n="",o=f.getElementById("umFlash");if(o&&!n)try{t=o.getCookie(e)||"",n=t}catch(i){}try{_.localStorage&&!n&&(t=localStorage[e]||"",n=t)}catch(i){}if(_.navigator.cookieEnabled&&!n){var r=f.cookie.indexOf(e+"=");if(r!=-1){r+=e.length+1;var a=f.cookie.indexOf(";",r);a==-1&&(a=f.cookie.length),t=decodeURIComponent(f.cookie.substring(r,a))||"",n=t}}return n}function i(e,t,n){n=n||7;var o=new Date;o.setTime(o.getTime()+864e5*n),f.cookie=[encodeURIComponent(e),"=",encodeURIComponent(""+t),";expires=",o.toGMTString()].join("")}function r(){var e,t=/Firefox/.test(navigator.userAgent);if(t)try{e=localStorage.getItem(g)}catch(n){}return e=e||o(g),e||(e=h+a(11),i(g,e,3650)),e}function a(e){for(var t="";t.length=n.times){r[c]=function(){},clearInterval(i);try{d.parentNode&&d.parentNode.removeChild(d)}catch(t){}n.fail(1)}else try{d.parentNode&&d.parentNode.removeChild(d),d=a.createElement("script"),e=a.getElementsByTagName("script")[0],e.parentNode.insertBefore(d,e),d.src=n.url+(n.url.indexOf("?")==-1?"?":"&")+l+"&t="+Math.random()}catch(t){}},n.timeout))},this.obj2str=function n(e){var t,o=[],r=n;if("string"==typeof e)return'"'+e.replace(/(['"\\])/g,"\\$1").replace(/(\n)/g,"\\n").replace(/(\r)/g,"\\r").replace(/(\t)/g,"\\t")+'"';if("undefined"==typeof e)return"undefined";if("object"==("undefined"==typeof e?"undefined":i(e))){if(null===e)return"null";if(e.sort){for(t=0;t'+i(p[n],o)+"");return r}function i(e,t){return(e+"").replace(/\\?\{\s*([^{}\s]+)\s*\}/g,function(e,n){return"\\"===e.charAt(0)?e.slice(1):t[n]||""})}function r(e,t){var n,i=_[e]=_[e]||{};t=o(t,!0);for(n in t)t.hasOwnProperty(n)&&(i[n]=t[n])}function a(e,t){var n,i={},r=_[e]=_[e]||{};for(n in r)r.hasOwnProperty(n)&&(i[n]=r[n]);t=o(t,!0);for(n in t)t.hasOwnProperty(n)&&(i[n]=t[n]);return i}function c(e,t){return e.replace(/(javascript:noCaptcha.reset\()(\))/gi,"$1"+t+"$2")}var s,l="javascript:noCaptcha.reset()",d="https://survey.taobao.com/survey/AMnMVgrS4?type=%TYPE&str=%STR",u="{0}",p={_ggk_guide:"{0}",_ggk_start:u,_ggk_net_err:'{0}{2}{3}{5}',_ggk_too_fast:'{0}{2}{3}{5}',_ggk_action_timeout:'{0}{2}{3}{5}',_ggk_fail:'{0}{2}{3}{5}',_ggk_success:u,_ggk_loading:"{0}"},_={cn:{_ggk_guide:"\u8bf7\u6441\u4f4f\u9f20\u6807\u5de6\u952e\uff0c\u522e\u51fa\u4e24\u53ea\u5c0f\u9e21",_ggk_start:"",_ggk_net_err:["\u7f51\u7edc\u5b9e\u5728\u4e0d\u7ed9\u529b
\u8bf7",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u9988\u95ee\u9898"],_ggk_too_fast:["\u60a8\u522e\u5f97\u592a\u5feb\u5566
\u8bf7",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u9988\u95ee\u9898"],_ggk_action_timeout:["\u6211\u7b49\u5f97\u592a\u4e45\u5566
\u8bf7",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u9988\u95ee\u9898"],_ggk_fail:["\u5440\uff0c\u5c0f\u9e21\u9003\u8dd1\u4e86
\u8bf7",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u9988\u95ee\u9898"],_ggk_success:"\u606d\u559c\u60a8\u6210\u529f\u522e\u51fa\u5c0f\u9e21\uff0c\u7ee7\u7eed\u4e0b\u4e00\u6b65\u64cd\u4f5c\u5427",_ggk_loading:"\u52a0\u8f7d\u4e2d"},tw:{_ggk_guide:"\u8acb\u6309\u4f4f\u6ed1\u9f20\u5de6\u9375\uff0c\u522e\u51fa\u5169\u96bb\u5c0f\u96de",_ggk_start:"",_ggk_net_err:["\u7db2\u8def\u5be6\u5728\u4e0d\u7d66\u529b
\u8acb",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u6620\u554f\u984c"],_ggk_too_fast:["\u60a8\u522e\u5f97\u592a\u5feb\u5566
\u8acb",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u6620\u554f\u984c"],_ggk_action_timeout:["\u6211\u7b49\u5f97\u592a\u4e45\u5566
\u8acb",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u6620\u554f\u984c"],_ggk_fail:["\u5440\uff0c\u5c0f\u96de\u9003\u8dd1\u4e86
\u8acb",l,"\u518d\u6765\u4e00\u6b21","\u6216",d,"\u53cd\u6620\u554f\u984c"],_ggk_success:"\u606d\u559c\u60a8\u6210\u529f\u522e\u51fa\u5c0f\u96de\uff0c\u7e7c\u7e8c\u4e0b\u4e00\u6b65\u64cd\u4f5c\u5427",_ggk_loading:"\u52a0\u8f09\u4e2d"},en:{_ggk_guide:"Hold your left mouse button down to scratch out two chickens",_ggk_start:"",_ggk_net_err:["Problem with the network
Please ",l,"try again ","or",d," report your problem"],_ggk_too_fast:["You were being too fast
Please ",l,"try again ","or",d," report your problem"],_ggk_action_timeout:["You've been idled for too long
Please ",l,"try again ","or",d," report your problem"],_ggk_fail:["Oops, the chickens ran away
Please ",l,"try again ","or",d," report your problem"],_ggk_success:"Congratulations! You've got the chickens!",_ggk_loading:"Loading"},es_ES:{_ggk_guide:"Mant\xe9n pulsado el bot\xf3n izquierdo del rat\xf3n para rascar dos pollos",_ggk_start:"", _ggk_net_err:["Hay problemas con la red.",l,"Vuelve a intentarlo ","o",d," informa del problema"],_ggk_too_fast:["\xa1Has sido demasiado r\xe1pido.",l,"Vuelve a intentarlo ","o",d," informa del problema"],_ggk_action_timeout:["Se ha acabado el tiempo.",l,"Vuelve a intentarlo ","o",d," informa del problema"],_ggk_fail:["\xa1Vaya! Los pollos han huido.",l,"Vuelve a intentarlo ","o",d," informa del problema"],_ggk_loading:"Cargando",_ggk_success:"\xa1Enhorabuena! \xa1Has atrapado los pollos!"},pl_PL:{_ggk_guide:"Przytrzymaj lewy przycisk myszy, aby zdoby\u0107 dwa kurczaki",_ggk_start:"",_ggk_net_err:["Problem z sieci\u0105.",l,"Spr\xf3buj ponownie ","lub",d," zg\u0142o\u015b sw\xf3j problem"],_ggk_too_fast:["Za szybko.",l,"Spr\xf3buj ponownie ","lub",d," zg\u0142o\u015b sw\xf3j problem"],_ggk_action_timeout:["Bezczynno\u015b\u0107 trwa\u0142a zbyt d\u0142ugo.",l,"Spr\xf3buj ponownie ","lub",d," zg\u0142o\u015b sw\xf3j problem"],_ggk_fail:["Ups, kurczaki uciek\u0142y.",l,"Spr\xf3buj ponownie ","lub",d," zg\u0142o\u015b sw\xf3j problem"],_ggk_loading:"\u0141aduj\u0119",_ggk_success:"Gratulacje! Uda\u0142o Ci si\u0119 zdoby\u0107 kurczaki!"},fr_FR:{_ggk_guide:"Maintenez appuy\xe9 le bouton gauche de la souris pour gratter deux poulets",_ggk_start:"",_ggk_net_err:["Probl\xe8me de r\xe9seau.",l,"Veuillez r\xe9essayer ","ou",d," signaler votre probl\xe8me"],_ggk_too_fast:["Vous avez \xe9t\xe9 trop rapide.",l,"Veuillez r\xe9essayer ","ou",d," signaler votre probl\xe8me"],_ggk_action_timeout:["D\xe9lai d'attente d\xe9pass\xe9.",l,"Veuillez r\xe9essayer ","ou",d," signaler votre probl\xe8me"],_ggk_fail:["Oups, les poulets se sont enfuit.",l,"Veuillez r\xe9essayer ","ou",d," signaler votre probl\xe8me"],_ggk_loading:"Chargement",_ggk_success:"Bravo\xa0! Les poulets sont \xe0 vous'!"},de_DE:{_ggk_guide:"Halten Sie die linke Maustaste gedr\xfcckt, um zwei H\xfchner zu kratzen",_ggk_start:"",_ggk_net_err:["Netzwerkproblem. Bitte.",l,"versuchen Sie es erneut ","oder",d," melden Sie ein Problem"],_ggk_too_fast:["Zu schnell. Bitte.",l,"versuchen Sie es erneut ","oder",d," melden Sie ein Problem"],_ggk_action_timeout:["Zeit\xfcberschreitung, bitte.",l,"versuchen Sie es erneut ","oder",d," melden Sie ein Problem"],_ggk_fail:["Hoppla, die H\xfchner sind davongelaufen.",l,"versuchen Sie es erneut ","oder",d," melden Sie ein Problem"],_ggk_loading:"Lade",_ggk_success:"Gl\xfcckwunsch! Sie haben die H\xfchner erwischt!"},it_IT:{_ggk_guide:"Tieni premuto il tasto sinistro del mouse per grattare due polli",_ggk_start:"",_ggk_net_err:["Problemi con la rete.",l,"Riprova ","o",d," segnala il problema"],_ggk_too_fast:["Sei stato troppo veloce.",l,"Riprova ","o",d," segnala il problema"],_ggk_action_timeout:["Tempo scaduto.",l,"Riprova ","o",d," segnala il problema"],_ggk_fail:["Ops... i polli sono scappati.",l,"Riprova ","o",d," segnala il problema"],_ggk_loading:"Sto caricando",_ggk_success:"Complimenti! Hai preso i polli!"},ru_RU:{_ggk_guide:"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043d\u0430\u0436\u0430\u0442\u043e\u0439 \u043b\u0435\u0432\u0443\u044e \u043a\u043d\u043e\u043f\u043a\u0443 \u043c\u044b\u0448\u0438, \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0446\u0430\u0440\u0430\u043f\u0430\u0442\u044c \u0434\u0432\u0443\u0445 \u0446\u044b\u043f\u043b\u044f\u0442",_ggk_start:"",_ggk_net_err:["\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u0441\u0435\u0442\u044c\u044e.",l,"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 ","\u0438\u043b\u0438",d," \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0435"],_ggk_too_fast:["\u0421\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u044b\u0441\u0442\u0440\u043e.",l,"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 ","\u0438\u043b\u0438",d," \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0435"],_ggk_action_timeout:["\u0412\u0440\u0435\u043c\u044f \u0438\u0441\u0442\u0435\u043a\u043b\u043e.",l,"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 ","\u0438\u043b\u0438",d," \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0435"],_ggk_fail:["\u041e\u0439, \u0446\u044b\u043f\u043b\u044f\u0442\u0430 \u0443\u0431\u0435\u0436\u0430\u043b\u0438.",l,"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 ","\u0438\u043b\u0438",d," \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0435"],_ggk_loading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430",_ggk_success:"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u043b\u044f\u0435\u043c! \u0412\u044b \u043f\u043e\u0439\u043c\u0430\u043b\u0438 \u0446\u044b\u043f\u043b\u044f\u0442!"},ja_JP:{_ggk_guide:"\u30de\u30a6\u30b9\u306e\u5de6\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3057\u30662\u5339\u306e\u30cb\u30ef\u30c8\u30ea\u3092\u6d88\u3057\u307e\u3059",_ggk_start:"",_ggk_net_err:["\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u554f\u984c\u304c\u3042\u308a\u307e\u3059.",l,"\u518d\u8a66\u884c ","\u3059\u308b\u304b",d," \u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044"],_ggk_too_fast:["\u901f\u3059\u304e\u307e\u3059.",l,"\u518d\u8a66\u884c ","\u3059\u308b\u304b",d," \u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044"],_ggk_action_timeout:["\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8.",l,"\u518d\u8a66\u884c ","\u3059\u308b\u304b",d," \u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044"],_ggk_fail:["\u304a\u3063\u3068\u3001\u30cb\u30ef\u30c8\u30ea\u304c\u9003\u3052\u3066\u3057\u307e\u3044\u307e\u3057\u305f.",l,"\u518d\u8a66\u884c ","\u3059\u308b\u304b",d," \u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044"],_ggk_loading:"\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059",_ggk_success:"\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01\u30cb\u30ef\u30c8\u30ea\u3092\u6355\u307e\u3048\u3089\u308c\u307e\u3057\u305f!"},ko_KR:{_ggk_guide:"\uc67c\ucabd \ub9c8\uc6b0\uc2a4 \ubc84\ud2bc\uc744 \ub20c\ub7ec \ub2ed \ub450 \ub9c8\ub9ac\ub97c \uc9c0\uc6b0\uc138\uc694",_ggk_start:"",_ggk_net_err:["\ub124\ud2b8\uc6cc\ud06c\uc5d0 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4\u3059.",l,"\ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2dc ","\uac70\ub098",d," \ubb38\uc81c\ub97c \ubcf4\uace0\ud574 \uc8fc\uc138\uc694"],_ggk_too_fast:["\ub108\ubb34 \ube60\ub985\ub2c8\ub2e4.",l,"\ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2dc ","\uac70\ub098",d," \ubb38\uc81c\ub97c \ubcf4\uace0\ud574 \uc8fc\uc138\uc694"],_ggk_action_timeout:["\uc2dc\uac04\uc774 \ucd08\uacfc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",l,"\ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2dc ","\uac70\ub098",d," \ubb38\uc81c\ub97c \ubcf4\uace0\ud574 \uc8fc\uc138\uc694"],_ggk_fail:["\uc774\ub7f0, \ub2ed\uc774 \ub2ec\uc544\ub0ac\uc2b5\ub2c8\ub2e4.",l,"\ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2dc ","\uac70\ub098",d," \ubb38\uc81c\ub97c \ubcf4\uace0\ud574 \uc8fc\uc138\uc694"],_ggk_loading:"\ub85c\ub529",_ggk_success:"\ucd95\ud558\ud569\ub2c8\ub2e4! \ub2ed\uc744 \uc7a1\uc73c\uc168\uad70\uc694!"},ar_SA:{_ggk_guide:"\u0627\u0633\u062a\u0645\u0631 \u0641\u064a \u0627\u0644\u0636\u063a\u0637 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064a\u0633\u0631 \u0644\u062d\u0630\u0641 \u062f\u062c\u0627\u062c\u062a\u064a\u0646",_ggk_start:"",_ggk_net_err:["\u062a\u0648\u062c\u062f \u0645\u0634\u0643\u0644\u0629 \u0628\u0627\u0644\u0634\u0628\u0643\u0629. \u064a\u064f\u0631\u062c\u0649.",l,"\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 ","\u0623\u0648",d," \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629"],_ggk_too_fast:["\u0643\u0646\u062a \u0633\u0631\u064a\u0639\u064b\u0627 \u062c\u062f\u064b\u0627. \u064a\u064f\u0631\u062c\u0649.",l,"\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 ","\u0623\u0648",d," \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629"],_ggk_action_timeout:["\u0627\u0646\u062a\u0647\u062a \u0627\u0644\u0645\u0647\u0644\u0629\u060c \u064a\u064f\u0631\u062c\u0649.",l,"\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 ","\u0623\u0648",d," \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629"],_ggk_fail:["\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0642\u062f \u0647\u0631\u0628\u062a \u0627\u0644\u062f\u062c\u0627\u062c\u0627\u062a. \u064a\u064f\u0631\u062c\u0649.",l,"\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 ","\u0623\u0648",d," \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629"],_ggk_loading:"\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644",_ggk_success:"\u062a\u0647\u0627\u0646\u064a\u0646\u0627! \u0644\u0642\u062f \u062d\u0635\u0644\u062a \u0639\u0644\u0649 \u0627\u0644\u062f\u062c\u0627\u062c\u062a\u064a\u0646!"},tr_TR:{_ggk_guide:"2 adet tavu\u011fun \xfcst\xfcn\xfc \xe7izmek i\xe7in farenin sol tu\u015funu bas\u0131l\u0131 tutun",_ggk_start:"",_ggk_net_err:["A\u011fla ilgili bir sorun. L\xfctfen.",l,"tekrar deneyin ","veya",d," sorununuzu bildirin"],_ggk_too_fast:["Fazla h\u0131zl\u0131yd\u0131n\u0131z. L\xfctfen.",l,"tekrar deneyin ","veya",d," sorununuzu bildirin"],_ggk_action_timeout:["S\xfcre doldu, l\xfctfen.",l,"tekrar deneyin ","veya",d," sorununuzu bildirin"],_ggk_fail:["T\xfch, tavuklar ka\xe7t\u0131. L\xfctfen.",l,"tekrar deneyin ","veya",d," sorununuzu bildirin"],_ggk_loading:"Y\xfckleniyor",_ggk_success:"Tebrikler! Tavuklar\u0131 ald\u0131n\u0131z!"},th_TH:{_ggk_guide:"\u0e01\u0e14\u0e1b\u0e38\u0e21\u0e40\u0e21\u0e32\u0e2a\u0e4c\u0e14\u0e49\u0e32\u0e19\u0e0b\u0e49\u0e32\u0e22\u0e04\u0e49\u0e32\u0e07\u0e44\u0e27\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e02\u0e39\u0e14\u0e40\u0e2d\u0e32\u0e44\u0e01\u0e48\u0e2a\u0e2d\u0e07\u0e15\u0e31\u0e27",_ggk_start:"",_ggk_net_err:["\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22.",l,"\u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07 ","\u0e2b\u0e23\u0e37\u0e2d",d," \u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13"],_ggk_too_fast:["\u0e04\u0e38\u0e13\u0e17\u0e33\u0e40\u0e23\u0e47\u0e27\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b.",l,"\u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07 ","\u0e2b\u0e23\u0e37\u0e2d",d," \u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13"],_ggk_action_timeout:["\u0e2b\u0e21\u0e14\u0e40\u0e27\u0e25\u0e32.",l,"\u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07 ","\u0e2b\u0e23\u0e37\u0e2d",d," \u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13"],_ggk_fail:["\u0e2d\u0e38\u0e4a\u0e1b\u0e2a\u0e4c \u0e44\u0e01\u0e48\u0e27\u0e34\u0e48\u0e07\u0e2b\u0e19\u0e35\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27.",l,"\u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07 ","\u0e2b\u0e23\u0e37\u0e2d",d," \u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13"],_ggk_loading:"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14",_ggk_success:"\u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35! \u0e04\u0e38\u0e13\u0e08\u0e31\u0e1a\u0e44\u0e01\u0e48\u0e44\u0e14\u0e49!"},vi_VN:{_ggk_guide:"Nh\u1ea5n gi\u1eef n\xfat chu\u1ed9t tr\xe1i \u0111\u1ec3 c\xe0o ra hai con g\xe0",_ggk_start:"",_ggk_net_err:["M\u1ea1ng g\u1eb7p s\u1ef1 c\u1ed1.",l,"Vui l\xf2ng th\u1eed l\u1ea1i ","ho\u1eb7c",d," b\xe1o c\xe1o s\u1ef1 c\u1ed1 c\u1ee7a b\u1ea1n"],_ggk_too_fast:["B\u1ea1n \u0111\xe3 qu\xe1 nhanh.",l,"Vui l\xf2ng th\u1eed l\u1ea1i ","ho\u1eb7c",d," b\xe1o c\xe1o s\u1ef1 c\u1ed1 c\u1ee7a b\u1ea1n"],_ggk_action_timeout:["H\u1ebft gi\u1edd.",l,"Vui l\xf2ng th\u1eed l\u1ea1i ","ho\u1eb7c",d," b\xe1o c\xe1o s\u1ef1 c\u1ed1 c\u1ee7a b\u1ea1n"],_ggk_fail:["R\u1ea5t ti\u1ebfc, l\u0169 g\xe0 \u0111\xe3 ch\u1ea1y \u0111i r\u1ed3i.",l,"Vui l\xf2ng th\u1eed l\u1ea1i ","ho\u1eb7c",d," b\xe1o c\xe1o s\u1ef1 c\u1ed1 c\u1ee7a b\u1ea1n"],_ggk_loading:"\u0110ang t\u1ea3i",_ggk_success:"Xin ch\xfac m\u1eebng! B\u1ea1n \u0111\xe3 b\u1eaft \u0111\u01b0\u1ee3c g\xe0!"},nl_NL:{_ggk_guide:"Houd de linkermuisknop ingedrukt om twee kippen weg te strepen",_ggk_start:"",_ggk_net_err:["Probleem met het netwerk.",l,"Probeer het opnieuw ","of",d," rapporteer uw probleem"],_ggk_too_fast:["U was te snel.",l,"Probeer het opnieuw ","of",d," rapporteer uw probleem"],_ggk_action_timeout:["Time-out.",l,"Probeer het opnieuw ","of",d," rapporteer uw probleem"],_ggk_fail:["Oeps, de kippen zijn weggerend.",l,"Probeer het opnieuw ","of",d," rapporteer uw probleem"],_ggk_loading:"Laden",_ggk_success:"Gefeliciteerd! U hebt de kippen!"},iw_HE:{_ggk_guide:"\u05d4\u05d7\u05d6\u05e7 \u05d0\u05ea \u05dc\u05d7\u05e6\u05df \u05d4\u05e2\u05db\u05d1\u05e8 \u05d4\u05e9\u05de\u05d0\u05dc\u05d9 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d2\u05e8\u05d3 \u05d5\u05dc\u05d7\u05e9\u05d5\u05e3 \u05e9\u05ea\u05d9 \u05ea\u05e8\u05e0\u05d2\u05d5\u05dc\u05d5\u05ea",_ggk_start:"",_ggk_net_err:["\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d1\u05e2\u05d9\u05d4.",l,"\u05d1\u05e2\u05d9\u05d9\u05ea \u05e8\u05e9\u05ea ","\u05d0\u05d5",d," \u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d1\u05e2\u05d9\u05d4"],_ggk_too_fast:["\u05d4\u05d9\u05d9\u05ea \u05de\u05d4\u05d9\u05e8 \u05de\u05d3\u05d9.",l,"\u05d1\u05e2\u05d9\u05d9\u05ea \u05e8\u05e9\u05ea ","\u05d0\u05d5",d," \u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d1\u05e2\u05d9\u05d4"],_ggk_action_timeout:["\u05d4\u05d6\u05de\u05df \u05ea\u05dd.",l,"\u05d1\u05e2\u05d9\u05d9\u05ea \u05e8\u05e9\u05ea ","\u05d0\u05d5",d," \u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d1\u05e2\u05d9\u05d4"],_ggk_fail:["\u05d0\u05d5\u05e4\u05e1, \u05d4\u05ea\u05e8\u05e0\u05d2\u05d5\u05dc\u05d5\u05ea \u05d1\u05e8\u05d7\u05d5.",l,"\u05d1\u05e2\u05d9\u05d9\u05ea \u05e8\u05e9\u05ea ","\u05d0\u05d5",d," \u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d1\u05e2\u05d9\u05d4"],_ggk_loading:"\u05d8\u05d5\u05e2\u05df",_ggk_success:"\u05de\u05d6\u05dc \u05d8\u05d5\u05d1! \u05d4\u05e9\u05d2\u05ea \u05d0\u05ea \u05d4\u05ea\u05e8\u05e0\u05d2\u05d5\u05dc\u05d5\u05ea!"},in_ID:{_ggk_guide:"Tahan tombol mouse kiri Anda untuk menggurat dua ekor ayam",_ggk_start:"",_ggk_net_err:["Masalah dengan jaringan.",l,"Coba lagi ","atau",d," laporkan masalah Anda"],_ggk_too_fast:["Anda terlalu cepat.",l,"Coba lagi ","atau",d," laporkan masalah Anda"],_ggk_action_timeout:["Waktu habis.",l,"Coba lagi ","atau",d," laporkan masalah Anda"],_ggk_fail:["Ups, ayamnya lari.",l,"Coba lagi ","atau",d," laporkan masalah Anda"],_ggk_loading:"Memuat",_ggk_success:"Selamat! Anda mendapatkan ayamnya!"}};for(s in _)_.hasOwnProperty(s)&&o(_[s]);_.zh_CN=_.cn,_.zh_TW=_.tw,_.en_US=_.en,_.iw_IL=_.iw_HE,_.pt_PT=_.pt_BR,_.ar_MA=_.ar_SA,t.language=_,t.upLang=r,t.replaceLang=a,t.upResetIndex=c},function(e,t,n){t=e.exports=n(8)(),t.push([e.i,".nc-container div#nc-loading-circle {\n background: transparent;\n width: 20px;\n height: 20px;\n display: inline-block;\n position: relative;\n vertical-align: middle;\n}\n.nc-container div#nc-loading-circle .sk-circle {\n background: transparent;\n width: 100%;\n height: 100%;\n position: absolute;\n left: 0;\n top: 0;\n}\n.nc-container #nc-loading-circle .sk-circle:before {\n content: '';\n display: block;\n margin: 0 auto;\n width: 15%;\n height: 15%;\n background-color: #818181;\n border-radius: 100%;\n animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;\n}\n.nc-container #nc-loading-circle .sk-circle2 {\n -ms-transform: rotate(30deg);\n transform: rotate(30deg);\n}\n.nc-container #nc-loading-circle .sk-circle3 {\n -ms-transform: rotate(60deg);\n transform: rotate(60deg);\n}\n.nc-container #nc-loading-circle .sk-circle4 {\n -ms-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n.nc-container #nc-loading-circle .sk-circle5 {\n -ms-transform: rotate(120deg);\n transform: rotate(120deg);\n}\n.nc-container #nc-loading-circle .sk-circle6 {\n -ms-transform: rotate(150deg);\n transform: rotate(150deg);\n}\n.nc-container #nc-loading-circle .sk-circle7 {\n -ms-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n.nc-container #nc-loading-circle .sk-circle8 {\n -ms-transform: rotate(210deg);\n transform: rotate(210deg);\n}\n.nc-container #nc-loading-circle .sk-circle9 {\n -ms-transform: rotate(240deg);\n transform: rotate(240deg);\n}\n.nc-container #nc-loading-circle .sk-circle10 {\n -ms-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n.nc-container #nc-loading-circle .sk-circle11 {\n -ms-transform: rotate(300deg);\n transform: rotate(300deg);\n}\n.nc-container #nc-loading-circle .sk-circle12 {\n -ms-transform: rotate(330deg);\n transform: rotate(330deg);\n}\n.nc-container #nc-loading-circle .sk-circle2:before {\n animation-delay: -1.1s;\n}\n.nc-container #nc-loading-circle .sk-circle3:before {\n animation-delay: -1s;\n}\n.nc-container #nc-loading-circle .sk-circle4:before {\n animation-delay: -0.9s;\n}\n.nc-container #nc-loading-circle .sk-circle5:before {\n animation-delay: -0.8s;\n}\n.nc-container #nc-loading-circle .sk-circle6:before {\n animation-delay: -0.7s;\n}\n.nc-container #nc-loading-circle .sk-circle7:before {\n animation-delay: -0.6s;\n}\n.nc-container #nc-loading-circle .sk-circle8:before {\n animation-delay: -0.5s;\n}\n.nc-container #nc-loading-circle .sk-circle9:before {\n animation-delay: -0.4s;\n}\n.nc-container #nc-loading-circle .sk-circle10:before {\n animation-delay: -0.3s;\n}\n.nc-container #nc-loading-circle .sk-circle11:before {\n animation-delay: -0.2s;\n}\n.nc-container #nc-loading-circle .sk-circle12:before {\n animation-delay: -0.1s;\n}\n@keyframes sk-circleFadeDelay {\n 0%, 39%, 100% {\n opacity: 0;\n }\n 40% {\n opacity: 1;\n }\n}\n.nc-container .scale_text2 #nc-loading-circle .sk-circle:before {\n background-color: #fff;\n}\n",""])},function(e,t,n){var o=n(25);"string"==typeof o&&(o=[[e.i,o,""]]),n(10)(o,{}),o.locals&&(e.exports=o.locals)},,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var o=window,i=n(2);t.makeLog=function(e){function t(e,t,n){var o=i.obj2param({appkey:encodeURIComponent(e),token:encodeURIComponent(t),flag:n});i.send(r+"?cache="+Math.random()+"&gmkey=evt&gokey="+encodeURIComponent(o))}function n(t){o.console&&void 0;var n=e+"jstracker.2",r=i.obj2param({type:"9",id:"jstracker",v:"1",nick:"",islogin:"",msg:t,file:"",ua:"",line:"",scrolltop:"",screen:"",t:+new Date});i.send(n+"?"+r)}e=e||"//gm.mmstat.com/";var r=e+"aq.1.1.3",a={};return a.log=t,a.report=n,a}},function(e,t,n){"use strict";var o=n(4);t.init=function(e){var t=e.fsm;t.onenteractiontimeout=function(){o.addClass(e.el,"nc-fail")},t.onleaveactiontimeout=function(){o.removeClass(e.el,"nc-fail")}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterdestroyed=function(){e.el.innerHTML=""},t.onleavedestroyed=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onentererror=function(){},t.onleaveerror=function(){}}},function(e,t,n){"use strict";var o=n(4),i=n(23);t.init=function(e){var t=e.fsm,n=o.mix({},i.default_options,e.options||{});t.onenterfail=function(){var t=(e.index>0?e.index:1,e.scrape.prefix);o.addClass(e.el,"nc-fail");var i=document.getElementById(t+"container");if(i&&n.bg_back_fail){var r=o.getElementsByClassName("nc-bg",i)[0];r&&(r.style.background="url("+n.bg_back_fail+")")}},t.onleavefail=function(){o.removeClass(e.el,"nc-fail")}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterinitially=function(){},t.onleaveinitially=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterload_error=function(){},t.onleaveload_error=function(){}}},function(e,t,n){"use strict";var o=n(126),i=n(127),r=n(125),a=n(4),c=r.names,s=n(1);t.init=function(e){var t=e.fsm;t.onenterloading=function(){UA_Opt.resetSA&&UA_Opt.resetSA();var n=e.scrape||i.create(e);e.scrape=n,s.resolve().then(function(){var t=e._custom_state._on_loading;return t=Array.isArray(t)?t:[],t.length>0?s.all(a.map(t,function(e){return e()})):0}).then(function(){return new s(function(t,n){o.load(e,function(e){return e?n(e):t()})})}).then(function(){var t=e._custom_state.loading;return t=Array.isArray(t)?t:[],t.length>0?s.all(a.map(t,function(e){return e()})):0}).then(function(){return new s(function(t,o){i.render(n,function(n){return n?void o(n):(e.fire(c.ready),void t())})})}).then(function(){return t.load()})["catch"](function(e){t.loaderror()})},t.onleaveloading=function(){e.on_leave_loading&&e.on_leave_loading()}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterneed_two_step_verify=function(){},t.onleaveneed_two_step_verify=function(){}}},function(e,t,n){"use strict";var o=n(4),i=n(23);t.init=function(e){var t=e.fsm,n=o.mix({},i.default_options,e.options||{});t.onenterpass=function(){var t=(e.index>0?e.index:1,e.scrape.prefix);o.addClass(e.el,"nc-pass");var i=document.getElementById(t+"container");if(i&&n.bg_back_pass){var r=o.getElementsByClassName("nc-bg",i)[0];r&&(r.style.background="url("+n.bg_back_pass+")")}},t.onleavepass=function(){o.removeClass(e.el,"nc-pass")}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterready=function(){},t.onleaveready=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterreseting=function(){t.resetdone()},t.onleavereseting=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterts_error=function(){},t.onleavets_error=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterts_fail=function(){},t.onleavets_fail=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterts_loading=function(){},t.onleavets_loading=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterts_pass=function(){},t.onleavets_pass=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterts_ready=function(){},t.onleavets_ready=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterts_verifying=function(){},t.onleavets_verifying=function(){}}},function(e,t,n){"use strict";t.init=function(e){var t=e.fsm;t.onenterverifying=function(){},t.onleaveverifying=function(){}}},function(e,t,n){"use strict";e.exports=n(3)},function(e,t,n){"use strict";!function(e,t){var n=e.createElement("style");if(e.getElementsByTagName("head")[0].appendChild(n),n.styleSheet)n.styleSheet.disabled||(n.styleSheet.cssText=t);else try{n.innerHTML=t}catch(o){n.innerText=t}}(document,'@charset "utf-8";\n@font-face{font-family:\'nc_iconfont\';src:url("//at.alicdn.com/t/font_1465353706_4784257.eot");src:url("//at.alicdn.com/t/font_1465353706_4784257.eot?#iefix") format(\'embedded-opentype\'),url("//at.alicdn.com/t/font_1465353706_4784257.woff") format(\'woff\'),url("//at.alicdn.com/t/font_1465353706_4784257.ttf") format(\'truetype\'),url("//at.alicdn.com/t/font_1465353706_4784257.svg#iconfont") format(\'svg\')}@font-face{font-family:\'ncpc_iconfont\';src:url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.eot");src:url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.eot?#iefix") format(\'embedded-opentype\'),url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.woff") format(\'woff\'),url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.ttf") format(\'truetype\'),url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.svg#ncpc_iconfont") format(\'svg\')}.nc-container div#nc-loading-circle{background:transparent;width:20px;height:20px;display:inline-block;position:relative;vertical-align:middle}.nc-container div#nc-loading-circle .sk-circle{background:transparent;width:100%;height:100%;position:absolute;left:0;top:0}.nc-container #nc-loading-circle .sk-circle:before{content:\'\';display:block;margin:0 auto;width:15%;height:15%;background-color:#818181;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.nc-container #nc-loading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.nc-container #nc-loading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.nc-container #nc-loading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.nc-container #nc-loading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.nc-container #nc-loading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.nc-container #nc-loading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.nc-container #nc-loading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.nc-container #nc-loading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.nc-container #nc-loading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.nc-container #nc-loading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.nc-container #nc-loading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.nc-container #nc-loading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.nc-container #nc-loading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.nc-container #nc-loading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.nc-container #nc-loading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.nc-container #nc-loading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.nc-container #nc-loading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.nc-container #nc-loading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.nc-container #nc-loading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.nc-container #nc-loading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.nc-container #nc-loading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.nc-container #nc-loading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}@-webkit-keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}.nc-container .scale_text2 #nc-loading-circle .sk-circle:before{background-color:#fff}.nc_iconfont{font-family:"nc_iconfont";color:#ff3f08;font-size:16px;font-style:normal}.ncpc_iconfont{font-family:"ncpc_iconfont";color:#ff3f08;font-size:16px;font-style:normal}.captcha-error .icon_ban{float:left;font-size:16px;padding-right:5px;line-height:14px}.clickCaptcha_text .btn_refresh{font-style:normal;cursor:pointer;background:#fff;color:#737383}.imgCaptcha .btn_refresh{font-size:20px;cursor:pointer;background:#fff;color:#737383}.nc_voice{display:none;position:relative;margin-top:-34px;z-index:99;width:auto;height:34px;background:#fff}.omeo-code-img,.omeo-code-audio{font-size:0;text-align:left}.omeo-code-audiobox,.omeo-code-img a,.omeo-code-audio a,.omeo-code-state{display:inline-block;*display:inline;zoom:1;height:32px;vertical-align:top;font-size:12px}.omeo-code .omeo-code-refresh{background:transparent;width:32px;height:32px;font-size:20px;color:#888;text-align:center;text-decoration:none;padding-left:4px;line-height:32px}.omeo-code .omeo-switch{display:none;width:32px;height:32px;border-left:1px solid #e1e1e1;background-image:url("//g.alicdn.com/sd/ncpc/images/checkcode.png");background-repeat:no-repeat}.omeo-img-active .omeo-code-img{display:block}.omeo-img-active .omeo-code-audio{display:none}.omeo-code-img img{border:1px solid #cdcdcd;cursor:pointer}.omeo-code-img .omeo-switch{background-position:9px -41px}.omeo-audio-active .omeo-code-audio{display:block}.omeo-audio-active .omeo-code-img{display:none}.omeo-code-refresh{position:relative;left:95px}.omeo-code-audiobox{position:relative;height:30px;line-height:32px;border:1px solid #e1e1e1;text-align:center;overflow:hidden;left:100px;top:1px;width:45%;min-width:80px;background-color:#eee}.omeo-code-audiobox a{display:block;text-decoration:none;color:#06c}.omeo-code-audiobox-playing a{visibility:hidden}.omeo-code-audiobox span,.omeo-code-audiobox b{visibility:hidden;position:absolute;top:0;left:0;height:30px;font-weight:100;overflow:hidden}.omeo-code-audiobox-playing span,.omeo-code-audiobox-playing b{visibility:visible}.omeo-code-audiobox span{z-index:0;width:0;background:#186bca}.omeo-code-audiobox b{width:100%;z-index:1;text-align:left;text-indent:30px;color:#999;background:url("//g.alicdn.com/sd/ncpc/images/checkcode.png") no-repeat 14px -89px}.omeo-code-audio .omeo-switch{background-position:5px 10px}input[type=text]::-ms-clear{display:none}.omeo-box{position:relative;background-color:#fff}.omeo-code-echo{position:absolute;top:2px;left:2px}.omeo-code-echo input{padding:5px;height:18px;line-height:18px;border:1px solid #ddd;width:80px;outline:0}.omeo-code-state{height:30px;line-height:30px;text-indent:25px;white-space:nowrap;background-image:url("//g.alicdn.com/sd/ncpc/images/checkcode.png");background-repeat:no-repeat;background-position:100px 100px}.omeo-code-echo .omeo-code-state-error{width:auto;background-position:7px -193px}.omeo-code-echo .omeo-code-state-success{position:absolute;width:30px;background-position:7px -243px}.omeo-code-state{position:absolute;left:0;top:28px}.nc_voice_close{display:inline-block;position:relative;cursor:pointer;left:95px;top:0;border-left:#ddd 2px solid;padding:0 0 0 7px;background-color:#fff;font-size:20px;color:#888;line-height:32px}.nc_help{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99999}.nc_help .mask{background-color:#000;opacity:.5;filter:alpha(opacity=50);width:100%;height:100%;top:0;left:0}.nc_btn_close{position:absolute;height:20px;left:500px;border-radius:20px;padding:10px 30px;background-color:#aaa;color:#fff;cursor:pointer;z-index:10}.nc_btn_close:hover{background-color:#afafaf}.nc_hand{position:absolute;width:68px;height:53px;background-image:url("//g.alicdn.com/sd/ncpc/images/hand.png");z-index:3}.nc_slide_bg{z-index:3;font-size:12px;text-align:center;color:#fff;line-height:34px}.nc_voicebtn{position:absolute;padding:0;right:-25px;font-size:23px;color:#888;cursor:pointer;line-height:34px}.nc_helpbtn{position:absolute;cursor:pointer;right:-95px;top:4px;font-size:12px;background-color:#ffb668;color:#fff;padding:4px;border-radius:2px;line-height:18px;display:none}.nc_helpbtn:before{width:0;height:0;content:"";position:absolute;left:-2px;top:6px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #ffb668}.nc-container .errloading{border:#faf1d5 1px solid;text-indent:3px;background-image:none;font-size:12px;width:290px;line-height:20px;padding:7px 5px 8px 5px;color:#ef9f06;}.nc-container .errloading a{color:#30a7fc}.nc_captcha_text .nc_err{float:left;text-indent:0}.button_move{transition:left .5s;-moz-transition:left .5s;-webkit-transition:left .5s;-o-transition:left .5s}.bg_move{transition:width .5s;-moz-transition:width .5s;-webkit-transition:width .5s;-o-transition:width .5s}.nc_slide_box{position:absolute}.nc_captcha_text{height:auto;line-height:20px;visibility:hidden;font-size:12px;color:#999;font-weight:normal}.nc-container .nc_captcha_img_text{width:auto;height:auto;line-height:20px;visibility:hidden;font-size:12px;color:#999;font-weight:normal;display:none;padding:0 0 10px 0;background-position:0 0;}.nc-container .nc_captcha_img_text span.nc-lang-cnt{line-height:inherit}.nc-container .imgCaptcha .nc_captcha_img_text{width:auto}.nc_captcha_img_text{height:auto;line-height:20px;visibility:hidden;font-size:12px;color:#999;font-weight:normal;display:none;padding:0 0 10px 3px;background-position:0 0}.nc-container .nc_wrapper{width:auto}.nc_scale{width:auto;height:34px;background:#e8e8e8;position:relative;margin:0;padding:0}.nc_scale.is_audio{margin-right:25px}.nc-container .nc_scale div{height:auto}.nc-container .nc_scale ul{list-style:none}.nc-container .nc_scale .btn_slide{color:#737383;background-image:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nc-container .nc_scale span{text-align:center;width:40px;height:32px;line-height:32px;border:1px solid #ccc;position:absolute;left:0;cursor:move;background:#fff;z-index:2}.nc-container .nc_scale span.nc-lang-cnt{*line-height:34px;float:none;width:auto;height:auto;*height:34px;border:none;position:static;cursor:inherit;background:none;z-index:0;display:inline}.nc_slide_button{width:40px;height:32px;border:1px solid #ccc;position:absolute;left:0;cursor:move;background:#fff url("//g.alicdn.com/sd/ncpc/images/rt.png") no-repeat center;z-index:2}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.nc_scale span{height:32px}}.nc-container .nc_scale .btnok{cursor:default;background:#fff url("//g.alicdn.com/sd/ncpc/images/yes.png") no-repeat center;z-index:3}.nc-container .nc_scale .btnok2{cursor:default;font-size:20px;background:#fff url("//g.alicdn.com/sd/ncpc/images/no.png") no-repeat center;z-index:3}.nc-container .nc_scale .btn_warn{cursor:default;color:#ff3f08;line-height:34px;text-align:center;font-size:20px;background:#fff;z-index:3}.nc-container .clickCaptcha_text .btn_refresh{font-size:20px}.nc-container .clickCaptcha_text .icon_close{line-height:30px;margin-left:8px;cursor:default;color:#ff3f08;font-size:16px;float:left;margin-right:2px;background:transparent;z-index:3}.nc-container .nc_captcha_img_text .icon_close{cursor:default;color:#ff3f08;font-size:16px;float:left;margin-right:4px;background:transparent;z-index:3;line-height:18px}.nc-container .errloading .icon_warn{cursor:default;color:#ff3f08;font-size:18px;float:left;background:transparent;z-index:3}.nc-container .nc_scale .btn_ok{cursor:default;line-height:34px;text-align:center;font-size:20px;background:#fff;z-index:3;color:#76c61d}.nc-container .nc_scale .nc_ok,.nc-container .nc_scale .nc_bg{background:#7ac23c}.nc-container .nc_scale .nc_bg{position:absolute;height:100%;_height:34px;left:0;width:10px}.nc-container .nc_scale div.redbar{background:#fc461e;opacity:.5;filter:alpha(opacity=50)}.nc-container .nc_scale div.orange{background:#f00}.nc-container .nc_scale .scale_text{width:100%;height:100%;text-align:center;position:absolute;z-index:1;background:transparent;color:#9c9c9c;line-height:34px;font-size:12px;cursor:pointer}.nc-container .nc_scale .scale_text2{text-align:left;color:#fff;font-size:12px;text-indent:10px}.nc-container .nc_scale .scale_text2 b{padding-left:0;font-weight:normal}.nc-container .nc_scale .scale_text.scale_loading_text{text-align:center}.nc-container .nc_scale .imgCaptcha,.nc-container .nc_scale .clickCaptcha{display:none;overflow:hidden;border:1px solid #ccc;background:#fff;z-index:20000;}.nc-container .nc_scale .imgCaptcha p.error span,.nc-container .nc_scale .clickCaptcha p.error span{line-height:normal}.nc-container .nc_scale .imgCaptcha{height:auto}.nc-container .nc_scale .clickCaptcha{position:absolute;left:0;top:35px;height:270px;background:#fff;display:none;}.nc-container .nc_scale .clickCaptcha p.error i{color:#ff3f08;font-style:normal}.nc-container .nc_scale .clickCaptcha div{position:static;clear:both;width:100%;background:#fff;height:auto}.nc-container .nc_scale .clickCaptcha .clickCaptcha_text{height:30px;line-height:30px;font-size:12px;color:#999;}.nc-container .nc_scale .clickCaptcha .clickCaptcha_text b{font-weight:normal}.nc_btn_2{position:absolute;right:0;top:0;cursor:pointer;margin:2px 9px 0 0}.nc_iconfont.nc_btn_2{position:absolute;right:0;top:0;cursor:pointer}.nc_iconfont.nc_btn_1{position:absolute;top:10px;right:5px}.nc_btn_1{top:10px;right:10px}.scale_text i{font-style:normal;border:none;position:static;cursor:default;color:#fffc00;background:none;display:inline;width:100%}.nc-container .clickCaptcha .clickCaptcha_img{margin:0 auto;clear:both;position:relative;}.nc-container .clickCaptcha .clickCaptcha_img img{width:230px;height:230px;margin-left:10px;margin-top:5px}.nc-container .clickCaptcha .clickCaptcha_btn{margin:10px 0 0 15px;position:relative;text-align:left;}.nc-container .clickCaptcha .clickCaptcha_btn img{cursor:pointer}.nc-container .imgCaptcha{position:absolute;left:0;top:35px;height:auto;padding-bottom:15px;border:1px solid #ccc;background:#fff;}.nc-container .imgCaptcha div{position:static;width:90%;background-color:#fff}.nc-container .imgCaptcha,.nc-container .clickCaptcha{text-align:left;}.nc-container .imgCaptcha a,.nc-container .clickCaptcha a{color:#ff3f08}.nc-container .imgCaptcha .imgCaptcha_text{height:42px;line-height:42px;width:120px;background:#fff;font-size:14px;text-align:left;color:#747474;float:left;margin-left:10px;}.nc-container .imgCaptcha .imgCaptcha_text input{margin-top:5px;height:30px;line-height:30px;font-size:14px;width:90px;background:#fff}.nc-container .imgCaptcha .imgCaptcha_text input:focus{outline:none;color:#bbb}.nc-container .imgCaptcha .imgCaptcha_btn{margin:0 0 0 12px;*margin-left:0;clear:both;padding-top:5px;width:90%;}.nc-container .imgCaptcha .imgCaptcha_btn img{cursor:pointer}.nc-container .imgCaptcha .nc_scale_submit{margin:0 auto;cursor:pointer;background-color:#fc461e;width:120px;height:32px;line-height:32px;color:#fff;text-align:center}.nc-container .imgCaptcha .imgCaptcha_img{margin:4px 0 0 100px;height:40px;width:130px;overflow:hidden;cursor:pointer;}.nc-container .imgCaptcha .imgCaptcha_img img{width:130px}.nc-container .imgCaptcha .imgCaptcha_img input{border:solid 1px #ccc}.nc-lang-ar_MA,.nc-lang-ar_SA,.nc-lang-iw_HE,.nc-lang-iw_IL{text-align:right;*text-align:left;}.nc-lang-ar_MA .nc_scale .scale_text2,.nc-lang-ar_SA .nc_scale .scale_text2,.nc-lang-iw_HE .nc_scale .scale_text2,.nc-lang-iw_IL .nc_scale .scale_text2{text-align:right;}.nc-lang-ar_MA .nc_scale .scale_text2 span,.nc-lang-ar_SA .nc_scale .scale_text2 span,.nc-lang-iw_HE .nc_scale .scale_text2 span,.nc-lang-iw_IL .nc_scale .scale_text2 span{*display:inline-block;padding:0 56px 0 0}.nc-lang-ar_MA .nc_captcha_img_text,.nc-lang-ar_SA .nc_captcha_img_text,.nc-lang-iw_HE .nc_captcha_img_text,.nc-lang-iw_IL .nc_captcha_img_text{*text-align:right}.nc-lang-ar_MA span.nc-lang-cnt,.nc-lang-ar_SA span.nc-lang-cnt,.nc-lang-iw_HE span.nc-lang-cnt,.nc-lang-iw_IL span.nc-lang-cnt{text-align:right;direction:rtl}.nocaptcha span.nc-lang-cnt{float:none;height:auto;line-height:30px}.nc-container{font-size:12px;-ms-touch-action:none;touch-action:none;}.nc-container p{margin:0;padding:0;display:inline}.nc-container .scale_text.scale_text span[data-nc-lang="_startTEXT"]{display:inline-block;width:100%}.nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="_startTEXT"]{background:-webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:slidetounlock 3s infinite;-webkit-text-size-adjust:none}.nc-container .nc_scale .nc-align-center.scale_text2{text-align:center;text-indent:-42px}@-webkit-keyframes slidetounlock{0%{background-position:-200px 0}100%{background-position:200px 0}}.nc-container.tb-login .clickCaptcha_text .icon_close{line-height:30px;margin-left:0;cursor:default;color:#ff3f08;font-size:16px;float:left;margin-right:0;background:transparent;z-index:3}.nc-container.tb-login{position:relative;margin-top:20px;display:none;}.nc-container.tb-login .nc_scale{width:auto;}.nc-container.tb-login .nc_scale .scale_text2{text-indent:-42px;text-align:center;}.nc-container.tb-login .nc_scale .scale_text2 b{padding:0}.nc-container.tb-login .nc_scale.nc_err div.scale_text{background:#f79977}.nc-container.tb-login .errloading{width:auto}.nc-container.tb-login .imgCaptcha,.nc-container.tb-login .clickCaptcha{width:252px;*width:256px;border:0;*height:300px;min-height:300px;max-height:inherit !important;}.nc-container.tb-login .imgCaptcha div.login-msg.error,.nc-container.tb-login .clickCaptcha div.login-msg.error{background:#fff2f2}.nc-container.tb-login .imgCaptcha .captcha-error,.nc-container.tb-login .clickCaptcha .captcha-error{position:absolute;top:0;width:244px;height:auto;margin-bottom:15px;padding:3px;border:solid 1px #ff8e8e;line-height:18px}.nc-container.tb-login .imgCaptcha .captcha-inform,.nc-container.tb-login .clickCaptcha .captcha-inform{font-size:110%;margin-left:20px}.nc-container.tb-login .imgCaptcha{padding-top:66px;}.nc-container.tb-login .imgCaptcha .imgCaptcha_text{width:100px;margin-left:0;}.nc-container.tb-login .imgCaptcha .imgCaptcha_text input:focus{color:#000}.nc-container.tb-login .imgCaptcha .imgCaptcha_img{width:120px;_width:100px}.nc-container.tb-login .imgCaptcha .imgCaptcha_btn{width:100%;margin-left:0}.nc-container.tb-login .imgCaptcha .nc_scale_submit{width:100%;height:36px;line-height:36px;margin-top:20px;margin-left:0;border-radius:3px;font-size:16px;font-family:Tahoma,Helvetica,Arial,sans-serif;background:#ff3f08}.nc-container.tb-login .clickCaptcha{padding-top:40px;}.nc-container.tb-login .clickCaptcha .clickCaptcha_text{text-indent:4px}.nc-container.tb-login .clickCaptcha .clickCaptcha_img img{margin-left:10px}.nc-container.tb-login .nc_btn_1{top:77px;_top:57px}.nc-container.tb-login .nc_btn_2{top:36px}.login .nc-container.tb-login .login-msg p,.login-box .nc-container.tb-login .login-msg p{width:auto;float:left}.nc-container.tb-login.nc-old-login{margin:20px 0 10px 0;width:250px;}.nc-container.tb-login.nc-old-login .nc_wrapper{width:250px}.nc-container.tb-login.nc-old-login .imgCaptcha,.nc-container.tb-login.nc-old-login .clickCaptcha{width:250px;min-height:auto;}.nc-container.tb-login.nc-old-login .imgCaptcha .captcha-error,.nc-container.tb-login.nc-old-login .clickCaptcha .captcha-error{line-height:16px}.nc-container.tb-login.nc-old-login .clickCaptcha{padding-top:28px;}.nc-container.tb-login.nc-old-login .clickCaptcha .clickCaptcha_img img{width:200px;height:200px}.nc-container.nc-old-login.show-click-captcha{padding-bottom:60px}.nc-container.nc-old-login.show-click-captcha.nc-tm-min-fix{padding-bottom:40px}.nc-container.tb-login.nc-tm-min-fix .clickCaptcha{max-height:340px !important}#content .login-box .bd .nc-container.tb-login .login-msg{margin:10px auto 15px auto}#content .login-box .bd .nc-container.tb-login.nc-old-login.show-click-captcha .login-msg{margin:2px 0 0 0}.nc-container .nc_scale .nc-cc{display:none;position:absolute;left:0;top:35px;z-index:20000;width:360px;height:570px;border:1px solid #5eaef1;border-radius:4px;background:#fff;font-size:14px;line-height:18px;color:#333;}.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-btn,.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-btn{background-color:#90c1eb}.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-btn,.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-btn,.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-refresh,.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-refresh{cursor:default}.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-refresh,.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-refresh{color:#999}.nc-container .nc_scale .nc-cc a{color:#3199f4;text-decoration:none}.nc-container .nc_scale .nc-cc .nc_iconfont{vertical-align:top;margin-right:8px}.nc-container .nc_scale .nc-cc-btn{display:inline-block;*display:inline;*zoom:1;vertical-align:top;letter-spacing:normal;word-spacing:normal;width:100px;line-height:30px;text-align:center;background-color:#3199f4;color:#fff;border-radius:4px;cursor:pointer;}.nc-container .nc_scale .nc-cc-btn.nc-cc-disabled{background-color:#90c1eb;cursor:default}.nc-container .nc_scale .nc-cc-btn .nc-lang-cnt{line-height:18px}.nc-container .nc_scale .nc-cc-header{padding:20px 20px 19px 20px;height:100px;background:#f4f8fa;border-bottom:1px solid #ccc}.nc-container .nc_scale .nc-cc-img1-box{float:left;width:100px;height:100px;margin-right:16px}.nc-container .nc_scale .nc-cc-txt{overflow:hidden;*zoom:1;line-height:30px;padding-top:11px}.nc-container .nc_scale .nc-cc-img2-box{position:relative;padding:0 20px;margin-top:20px}.nc-container .nc_scale .nc-cc-items{position:absolute;left:20px;_left:0;top:0;width:320px;overflow:hidden}.nc-container .nc_scale .nc-cc-items-inner{margin-right:-20px}.nc-container .nc_scale .nc-cc-item{position:relative;display:inline-block;*display:inline;*zoom:1;vertical-align:top;letter-spacing:normal;word-spacing:normal;margin-right:10px;margin-bottom:10px;border:1px solid #ccc;width:98px;height:98px;background:url("//gtms02.alicdn.com/tps/i2/T1ty2QFNNXXXc6Yc2r-1-1.gif");}.nc-container .nc_scale .nc-cc-item:hover{border-color:#3199f4}.nc-container .nc_scale .nc-cc-item .nc_iconfont{display:none;position:absolute;right:0;bottom:0;color:#3199f4;font-size:22px;margin-right:0}.nc-container .nc_scale .nc-cc-item.nc-cc-selected .nc_iconfont{display:block}.nc-container .nc_scale .nc-cc-tip{display:none;position:absolute;left:0;bottom:60px;width:360px;line-height:18px;text-align:center;color:#eb4f38;}.nc-container .nc_scale .nc-cc-tip span{line-height:normal}.nc-container .nc_scale .nc-cc-footer{position:absolute;left:0;bottom:20px;width:360px;height:30px;line-height:30px;text-align:center;}.nc-container .nc_scale .nc-cc-footer .nc_iconfont{color:#c4cbd0}.nc-container .nc_scale .nc-cc-refresh,.nc-container .nc_scale .nc-cc-wait{position:absolute;left:20px;top:0;color:#3199f4;cursor:pointer}.nc-container .nc_scale .nc-cc-wait{display:none}.nc-container .nc_scale .nc-cc-cancel{position:absolute;right:20px;top:0;color:#3199f4;cursor:pointer;}.nc-container .nc_scale .nc-cc-cancel .nc_iconfont{position:relative;top:-1px}.nc-container .nc_scale .nc-cc-loading{margin-top:247px;text-align:center;line-height:14px}.nc-container .nc_scale .nc-cc-loading-img{display:inline-block;*display:inline;*zoom:1;vertical-align:top;letter-spacing:normal;word-spacing:normal;vertical-align:middle;background:url("//img.alicdn.com/tps/TB1OdxsKpXXXXcgXFXXXXXXXXXX-14-14.gif") no-repeat;width:14px;height:14px;position:relative;top:-1px;margin-right:9px}.nc-container .nc_scale .nc-cc-fail{position:absolute;left:50%;top:50%;width:320px;height:180px;margin-left:-160px;margin-top:-90px;background:#fff;border-radius:4px}.nc-container .nc_scale .nc-cc-fail-inner{text-align:center;padding:55px 10px 10px}.nc-container .nc_scale .nc-cc-fail-action{margin:28px 0 18px;}.nc-container .nc_scale .nc-cc-fail-action a{display:inline-block;*display:inline;*zoom:1;vertical-align:top;letter-spacing:normal;word-spacing:normal;line-height:30px;margin-left:16px}.nc-container .nc_scale .nc-cc-contact{text-align:right;color:#666;padding-right:9px}.nc-container .nc_scale .nc-cc-mask{display:none;position:absolute;left:0;top:0;width:360px;height:570px;background:rgba(0,0,0,0.3);filter:progid:DXImageTransform.Microsoft.gradient(enabled=\'true\',startColorstr=\'#4C000000\', endColorstr=\'#4C000000\');}:root .nc-container .nc_scale .nc-cc-mask{-webkit-filter:none;filter:none}.nc-container .nc_scale .nc-cc-arrow-1,.nc-container .nc_scale .nc-cc-arrow-2{display:none;position:absolute;top:340px;border:solid transparent;height:0;width:0}.nc-container .nc_scale .nc-cc-arrow-1{border-width:16px;margin-top:-1px}.nc-container .nc_scale .nc-cc-arrow-2{border-width:15px}.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-1,.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-1,.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-2,.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-2{display:block;_display:none}.nc-container .nc_scale .nc-cc-right{left:180px;top:-339px;}.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-1{border-right-color:#5eaef1;left:-32px}.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-2{border-right-color:#fff;left:-30px}.nc-container .nc_scale .nc-cc-left{left:-335px;top:-339px;}.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-1{border-left-color:#5eaef1;right:-32px}.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-2{border-left-color:#fff;right:-30px}'); },,function(e,t,n){"use strict";var o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};Object.getPrototypeOf||(Object.getPrototypeOf=function(e){if(e!==Object(e))throw TypeError("Object.getPrototypeOf called on non-object");return e.__proto__||e.constructor.prototype||Object.prototype}),"function"!=typeof Object.getOwnPropertyNames&&(Object.getOwnPropertyNames=function(e){if(e!==Object(e))throw TypeError("Object.getOwnPropertyNames called on non-object");var t,n=[];for(t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.push(t);return n}),"function"!=typeof Object.create&&(Object.create=function(e,t){function n(){}if("object"!==("undefined"==typeof e?"undefined":o(e)))throw TypeError();n.prototype=e;var i=new n;if(e&&(i.constructor=n),void 0!==t){if(t!==Object(t))throw TypeError();Object.defineProperties(i,t)}return i}),function(){if(!Object.defineProperty||!function(){try{return Object.defineProperty({},"x",{}),!0}catch(e){return!1}}()){var e=Object.defineProperty;Object.defineProperty=function(t,n,o){if(e)try{return e(t,n,o)}catch(i){}if(t!==Object(t))throw TypeError("Object.defineProperty called on non-object");return Object.prototype.__defineGetter__&&"get"in o&&Object.prototype.__defineGetter__.call(t,n,o.get),Object.prototype.__defineSetter__&&"set"in o&&Object.prototype.__defineSetter__.call(t,n,o.set),"value"in o&&(t[n]=o.value),t}}}(),"function"!=typeof Object.defineProperties&&(Object.defineProperties=function(e,t){if(e!==Object(e))throw TypeError("Object.defineProperties called on non-object");var n;for(n in t)Object.prototype.hasOwnProperty.call(t,n)&&Object.defineProperty(e,n,t[n]);return e}),Object.keys||(Object.keys=function(e){if(e!==Object(e))throw TypeError("Object.keys called on non-object");var t,n=[];for(t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.push(t);return n}),Function.prototype.bind||(Function.prototype.bind=function(e){if("function"!=typeof this)throw TypeError("Bind must be called on a function");var t=Array.prototype.slice.call(arguments,1),n=this,o=function(){},i=function(){return n.apply(this instanceof o?this:e,t.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(o.prototype=this.prototype),i.prototype=new o,i}),Array.isArray=Array.isArray||function(e){return Boolean(e&&"[object Array]"===Object.prototype.toString.call(Object(e)))},Array.prototype.indexOf||(Array.prototype.indexOf=function(e){if(void 0===this||null===this)throw TypeError();var t=Object(this),n=t.length>>>0;if(0===n)return-1;var o=0;if(arguments.length>0&&(o=Number(arguments[1]),isNaN(o)?o=0:0!==o&&o!==1/0&&o!==-(1/0)&&(o=(o>0||-1)*Math.floor(Math.abs(o)))),o>=n)return-1;for(var i=o>=0?o:Math.max(n-Math.abs(o),0);i>>0;if(0===n)return-1;var o=n;arguments.length>1&&(o=Number(arguments[1]),o!==o?o=0:0!==o&&o!==1/0&&o!==-(1/0)&&(o=(o>0||-1)*Math.floor(Math.abs(o))));for(var i=o>=0?Math.min(o,n-1):n-Math.abs(o);i>=0;i--)if(i in t&&t[i]===e)return i;return-1}),Array.prototype.every||(Array.prototype.every=function(e){if(void 0===this||null===this)throw TypeError();var t=Object(this),n=t.length>>>0;if("function"!=typeof e)throw TypeError();var o,i=arguments[1];for(o=0;o>>0;if("function"!=typeof e)throw TypeError();var o,i=arguments[1];for(o=0;o>>0;if("function"!=typeof e)throw TypeError();var o,i=arguments[1];for(o=0;o>>0;if("function"!=typeof e)throw TypeError();var o=[];o.length=n;var i,r=arguments[1];for(i=0;i>>0;if("function"!=typeof e)throw TypeError();var o,i=[],r=arguments[1];for(o=0;o>>0;if("function"!=typeof e)throw TypeError();if(0===n&&1===arguments.length)throw TypeError();var o,i=0;if(arguments.length>=2)o=arguments[1];else for(;;){if(i in t){o=t[i++];break}if(++i>=n)throw TypeError()}for(;i>>0;if("function"!=typeof e)throw TypeError();if(0===n&&1===arguments.length)throw TypeError();var o,i=n-1;if(arguments.length>=2)o=arguments[1];else for(;;){if(i in this){o=this[i--];break}if(--i<0)throw TypeError()}for(;i>=0;)i in t&&(o=e.call(void 0,o,t[i],i,t)),i--;return o}),String.prototype.trim||(String.prototype.trim=function(){return String(this).replace(/^\s+/,"").replace(/\s+$/,"")}),Date.now||(Date.now=function(){return Number(new Date)}),Date.prototype.toISOString||(Date.prototype.toISOString=function(){function e(e){return("00"+e).slice(-2)}function t(e){return("000"+e).slice(-3)}return this.getUTCFullYear()+"-"+e(this.getUTCMonth()+1)+"-"+e(this.getUTCDate())+"T"+e(this.getUTCHours())+":"+e(this.getUTCMinutes())+":"+e(this.getUTCSeconds())+"."+t(this.getUTCMilliseconds())+"Z"})},function(e,t,n){"use strict";function o(e){var t;e&&(t=e.filename+"")&&(t=t.split("?")[0],t.match(/(\/ncpc\/nc\.js$)|(\/uab\.js$)|(umscript.*\/um\.js$)/)&&(r.console&&void 0,i()))}function i(e){"function"==typeof ncDowngrade?(ncDowngrade(),e&&r.__nc&&r.__nc.show()):e||setTimeout(function(){i(1)},100)}var r=window;r.addEventListener?r.addEventListener("error",o,!0):r.attachEvent&&r.attachEvent("onerror",o)},function(e,t,n){"use strict";var o,i,r="//g.alicdn.com/sd/ncpc/nc.css",a=document.getElementsByTagName("link"),c=a.length;try{for(o=0;o-1?"&":"?",u=e;c>1&&(u=e+d+"__retry="+c),o(u,function(e){if(s)return void t(a);if("ok"===e)t(e);else{if(e===a||c>=i)return void t(a);l=setTimeout(function(){r()},3e3)}},n)}i=i||3;var c=0,s=void 0,l=void 0,d=void 0;t=function(e){return function(){d||(d=!0,clearTimeout(l),e.apply(null,arguments))}}(t),r(),setTimeout(function(){s=!0,t(a)},n)}var r=document,a="timeout";t.loadScript=i},function(e,t,n){"use strict";function o(e,t){return"undefined"!=typeof UA_Opt[e]&&UA_Opt[e]>0?UA_Opt[e]:t}t.init=function(e){window.__sc_uaboption=new Object,e.is_Opt?(UA_Opt.MPInterval=o("MPInterval",4),UA_Opt.MMInterval=o("MMInterval",5),UA_Opt.MaxMCLog=o("MaxMCLog",12),UA_Opt.MaxKSLog=o("MaxKSLog",14),UA_Opt.MaxMPLog=o("MaxMPLog",5),UA_Opt.MaxFocusLog=o("MaxFocusLog",6),UA_Opt.SendInterval=o("SendInterval",5),UA_Opt.SendMethod=o("SendMethod",8),UA_Opt.GPInterval=o("GPInterval",50),UA_Opt.MaxGPLog=o("MaxGPLog",1),UA_Opt.MaxTCLog=o("MaxTCLog",12),UA_Opt.Flag=o("Flag",2980046),window.__sc_uaboption.MPInterval=o("MPInterval",4),window.__sc_uaboption.MMInterval=o("MMInterval",5),window.__sc_uaboption.MaxMCLog=o("MaxMCLog",12),window.__sc_uaboption.MaxKSLog=o("MaxKSLog",14),window.__sc_uaboption.MaxMPLog=o("MaxMPLog",5),window.__sc_uaboption.MaxFocusLog=o("MaxFocusLog",6),window.__sc_uaboption.SendInterval=o("SendInterval",5),window.__sc_uaboption.SendMethod=o("SendMethod",8),window.__sc_uaboption.GPInterval=o("GPInterval",50),window.__sc_uaboption.MaxGPLog=o("MaxGPLog",1),window.__sc_uaboption.MaxTCLog=o("MaxTCLog",12),window.__sc_uaboption.Flag=o("Flag",2980046),window.__sc_uaboption.OnlyHost=o("OnlyHost",1),window.__sc_uaboption.MaxMTLog=o("MaxMTLog",500),window.__sc_uaboption.MinMTDwnLog=o("MinMTDwnLog",30),window.__sc_uaboption.MaxNGPLog=o("MaxNGPLog",1),window.__sc_uaboption.sIDs=o("sIDs",["_n1t|_n1z|nocaptcha|-stage-1"]),window.__sc_uaboption.mIDs=o("mIDs",["nc-canvas","click2slide-btn"])):(UA_Opt.SendInterval=5,UA_Opt.SendMethod=8,UA_Opt.MaxMCLog=12,UA_Opt.MaxKSLog=14,UA_Opt.MaxMPLog=5,UA_Opt.MaxGPLog=1,UA_Opt.MaxTCLog=12,UA_Opt.GPInterval=50,UA_Opt.MPInterval=4,UA_Opt.MMInterval=5,UA_Opt.MaxFocusLog=6,UA_Opt.isSendError=1,UA_Opt.Flag=2980046,window.__sc_uaboption.SendInterval=5,window.__sc_uaboption.SendMethod=8,window.__sc_uaboption.MaxMCLog=12,window.__sc_uaboption.MaxKSLog=14,window.__sc_uaboption.MaxMPLog=5,window.__sc_uaboption.MaxGPLog=1,window.__sc_uaboption.MaxTCLog=12,window.__sc_uaboption.GPInterval=50,window.__sc_uaboption.MPInterval=4,window.__sc_uaboption.MMInterval=5,window.__sc_uaboption.MaxFocusLog=6,window.__sc_uaboption.isSendError=1,window.__sc_uaboption.Flag=2980046,window.__sc_uaboption.OnlyHost=1,window.__sc_uaboption.MaxMTLog=500,window.__sc_uaboption.MinMTDwnLog=30,window.__sc_uaboption.MaxNGPLog=1,window.__sc_uaboption.sIDs=["_n1t|_n1z|nocaptcha|-stage-1"],window.__sc_uaboption.mIDs=["nc-canvas","click2slide-btn"])}},function(e,t,n){"use strict";!function(e){var t="_nc_initialized";if(!e[t]){e[t]=1;var o=n(5).v;window.console||(window.console={log:function(){return 0}}),n(71),n(73),n(69),n(72);var i=e.pointman&&"19"==pointman._z,r={},a={has_pointman:i,index:0,js_type:"pc",v:o};e.UA_Opt=e.UA_Opt||{};var c=n(74).makeNC(r,a);c.v=o,r.init=function(){},a.has_pointman&&(r.noCaptcha=c,pointman.define("nc",function(){return r})),e.noCaptcha=c}}(window)},,function(e,t,n){"use strict";function o(e,t,n){var o=e.prefix,a=1,u=navigator&&navigator.userAgent||"",p=/Firefox\/([\d.]*)/.test(u),_=u.indexOf("Windows")!==-1,f=(new Date).getTime(),g=(new Date).getTime(),h=r.head||r.getElementsByTagName("head")[0]||r.documentElement,m=function(e){return r.getElementById(e)},v={"default":4,number:6,"150_40":4,login_wan3:4,login_wan10:6},b=d.isIEX(8),y=new s(function(e,t){return b?void t():void d.imageLoaded("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==").then(function(n){1===n.width&&1===n.height?e():t()},t)}),k=function(e){this.lang=e.lang;var t="//diablo.alibaba.com";this.config={apiserver:e.apiserver||t,type:e.type||"default",codeLength:e.checkCodeLength||v[e.type||"default"],identity:e.identity||"",sessionid:e.sessionid||"",element:e.element||null,a:e.a,t:e.t,n:e.n,lang:e.lang,scene:e.scene,p:e.p},this.tipText={};var n,o=l[e.lang]||l.en;for(n in o)o.hasOwnProperty(n)&&(this.tipText[n]=e[n]||o[n]);this.service={imgURL:"{apiserver}/get_img?sessionid={sessionid}&identity={identity}&type={type}",checkImgURL:"{apiserver}/check_img?sessionid={sessionid}&identity={identity}&type={type}",checkAudioURL:"//cf.aliyun.com/captcha/checkcode.jsonp?csessionid={sessionid}&identity={identity}",audioURL:"{apiserver}/captcha/audio/get.jsonp?identity={identity}&sessionid={sessionid}",audioURL_pre:"{apiserver}/captcha/audio/pre_get.jsonp?identity={identity}&sessionid={sessionid}"},this.cache={codeType:"img",oldCode:null,lastCheckCode:"",checkedCode:null,checkState:"notstart",audio:null,audioPlayer:null,callback:null,captchaToken:null}};return k.prototype={render:function(){var e=this,t=e.config;if(!t.element)return!1;"[object String]"==Object.prototype.toString.call(t.element)&&(t.element=m(t.element));for(var n in this.service)if(this.service.hasOwnProperty(n)){var o=this.service[n];o=o.replace("{apiserver}",t.apiserver).replace("{identity}",t.identity).replace("{sessionid}",t.sessionid).replace("{type}",t.type),this.service[n]=o}return e.renderCode(),this},renderCode:function(){function e(){var e=p||m(o+"omeo-code-key");e.value=e.value.replace(/[^\w\d]/g,"")}function i(){var e,t=_,o=-1;for(f.stopAudio();"body"!==t.tagName.toLowerCase();){if(e=t.getAttribute("data-nc-idx"),null!==e){o=e;break}t=t.parentNode}try{noCaptcha.getByIndex(parseInt(o)).reload(),n(c.switchevent,{from:"audio",to:"scale"})}catch(i){report("reload failed")}return!1}var a=this,s=a.tipText,l=a.config,d=r.createElement("div"),u=l.element;d.className="omeo-box",d.innerHTML='
'+s.clickPlay+''+s.audioTips+'
',u.appendChild(d);var p=m(o+"omeo-code-key");u.addEventListener?(u.addEventListener("click",function(e){a.triggerEvent(e)},!1),m(o+"omeo-code-imgwrap").addEventListener("error",function(){a.log({e:"IMGERROR"}),"img"==a.cache.codeType&&a.refreshCode()},!1),p.addEventListener("blur",function(){e(),a.validateCode({code:m(o+"omeo-code-key").value.replace(/^\s|\s$/g,"")})},!1),p.addEventListener("keyup",function(){e(),a.listenerCodeType(this.value.replace(/^\s|\s$/g,""))},!1),p.addEventListener("paste",function(e){e.preventDefault()},!0)):(u.attachEvent("onclick",function(e){return a.triggerEvent(e),!1}),m(o+"omeo-code-imgwrap").attachEvent("onerror",function(){a.log({e:"IMGERROR"}),"img"==a.cache.codeType&&a.refreshCode()}),p.attachEvent("onblur",function(){e(),a.validateCode({code:m(o+"omeo-code-key").value.replace(/^\s|\s$/g,"")})}),p.attachEvent("onkeyup",function(){e(),a.listenerCodeType(m(o+"omeo-code-key").value.replace(/^\s|\s$/g,""))}),p.attachEvent("onpaste",function(){return!1}));var _=t.id(o+"_voice_close"),f=this;t.addHandler(_,"click",i)},listenerCodeType:function(e){this.cache.oldCode&&this.cache.oldCode.length!==this.config.codeLength||1!==e.length||(g=(new Date).getTime()),this.cache.oldCode=e,e.length==this.config.codeLength&&this.validateCode({code:e})},updateAudioBoxWidth:function(){var e=7,t=m(o+"wrapper").offsetWidth,n=m(o+"omeo-refresh-audio").offsetWidth,i=m(o+"_voice_close").offsetWidth,r=m(o+"omeo-code-key").offsetWidth,a=t-n-i-r-e;m(o+"omeo-code-audiobox").style.width=a+"px"},triggerEvent:function(e){var t=e.target||e.srcElement,n=t.getAttribute("data-action");try{m(o+"omeo-code-key").focus()}catch(e){}"refreshAudio"===n&&this.refreshCode(),"switchToAudio"===n&&(this.cache.codeType="audio",this.switchCode({type:"audio"})),"replayAudio"==n&&this.playAudio()},resetPlayer:function(e){var t=m(o+"omeo-audio-process");t.style.width=0,"playing"==e.state?t.parentNode.className="omeo-code-audiobox omeo-code-audiobox-playing":t.parentNode.className="omeo-code-audiobox",this.updateAudioBoxWidth()},refreshCode:function(){var e=m(o+"omeo-code-state");e.className="omeo-code-state",e.innerHTML="",i.__progtid&&clearInterval(i.__progtid),m(o+"omeo-code-key").value="",this.resetPlayer({state:"playing"}),this.playAudio(),f=g=(new Date).getTime()},switchCode:function(e){"img"==e.type?(this.stopAudio(),m(o+"omeo-code").className="omeo-code omeo-img-active"):(m(o+"omeo-code").className="omeo-code omeo-audio-active",this.resetPlayer({state:"playing"}),!this.audioSupport||p||(m(o+"omeo-refresh-audio").style.display=""),this.playAudio()),this.cache.checkState="notstart",this.cache.checkedCode=null;var t;t=m(o+"omeo-code-state"),t.className="omeo-code-state",t.innerHTML="",t=m(o+"omeo-code-key"),t.value="",t.focus(),this.cache.oldCode&&this.refreshCode(),f=g=(new Date).getTime()},playErrAudio:function(){var e="//g.alicdn.com/sd/ncpc/images/",t=e+"error.wav",n=e+"error_en.mp3",o="cn"==this.lang||"zh_CN"==this.lang;this.playAudio(o?t:n)},playAudio:function(e){function t(t){var n;t&&(e=t.result.data[0],this.cache.captchaToken=t.result.captchaToken),n=e.indexOf(".mp3")>-1?"audio/mpeg":"audio/x-wav";var c;if(this.audioSupport)this.cache.audio=new Audio,c=r.createElement("source"),c.type=n,c.src=e,this.cache.audio.appendChild(c),this.cache.audio.load(),this.cache.audio.play(),this.bindAudioProgress();else if(this.isIE){var s=r.createElement("bgsound");s.setAttribute("id","omeo-bgsound-audio"+a),s.setAttribute("autostart","true"),s.setAttribute("src",e),h.appendChild(s),this.cache.audioPlayer=m(o+"omeo-bgsound-audio"+a),this.resetPlayer({state:"playing"});var l=0,d=this;i.__progtid&&clearInterval(i.__progtid),i.__progtid=setInterval(function(){l+=10,l>100&&(l=100),d.updateProgress(l),l>=100&&clearInterval(i.__progtid)},1e3)}else h.appendChild('"),this.cache.audioPlayer=m(o+"omeo-flash-audio"+a),this.updateProgress("NOPROGRESS")}var n=this;if(n.stopAudio(),e)t.call(n);else{var c=y.then(function(){e=n.service.audioURL},function(){e=n.service.audioURL_pre}).then(function(){var o={url:e,callback:"callback",data:{}};return d.request(o).then(function(e){return e.success&&0===e.result.resultCode?void t.call(n,e):s.reject({type:"request",code:e.result.resultCode,msg:e.result.message})})});c["catch"](function(e){/^(request)$/.test(e.type)})}},bindAudioProgress:function(){var e=this,t=e.cache;t.audio.addEventListener("timeupdate",function(){null!==m(o+"omeo-audio-process")&&(!p||this.duration&&this.duration!==1/0?e.updateProgress(parseInt(100*this.currentTime/this.duration)):e.updateProgress(100))},t.audio),t.audio.addEventListener("ended",function(){e.updateProgress(100)},t.audio)},updateProgress:function(e){switch(e){case-1:break;case 100:this.resetPlayer({state:"end"});break;case"NOPROGRESS":this.resetPlayer({state:"end"});break;default:m(o+"omeo-audio-process").style.width=e+"%"}},stopAudio:function(){var e=this.cache;this.audioSupport?e.audio&&e.audio.pause():e.audioPlayer&&(e.audioPlayer.src="",e.audioPlayer.parentNode.removeChild(this.cache.audioPlayer),e.audioPlayer=null)},replayAudio:function(){this.audioSupport&&this.cache.audio&&(this.resetPlayer({state:"playing"}),this.cache.audio.currentTime=0,this.cache.audio.pause(),this.cache.audio.play())},loadResource:function(e,t){var n=null;/\.css/g.test(e)?(r.createStyleSheet&&r.createStyleSheet(e),n=r.createElement("link"),n.rel="stylesheet",n.href=e):(n=r.createElement("script"),n.src=e),"onload"in n?n.onload=function(){t&&t()}:n.onreadystatechange=function(){/loaded|complete/.test(n.readyState)&&t&&t()},h.appendChild(n)},isIE:function(){return!!/MSIE ([^;]*)|Trident.*; rv(?:\s|:)?([0-9.]+)/.test(u)}(),audioSupport:function(){try{return"Audio"in i&&(new Audio).canPlayType("audio/x-wav")}catch(e){return!1}}(),validateCode:function(e){var n=this,r=m(o+"omeo-code-state"),c="omeocode"+a+(+new Date).toString().substr(-6,6),s=n.service.checkAudioURL;if(n.cache.checkedCode&&n.cache.checkedCode===n.cache.oldCode)return!1;if(n.cache.lastCheckCode==e.code)return!1;if(n.cache.lastCheckCode=e.code,n.cache.checkedCode=null,"checking"==n.cache.checkState)return!1;if(n.cache.checkState="checking",/^[a-z0-9]{4,6}$/gi.test(e.code)){var l={checkcode:function(){var o={};return o.answer=e.code,o.captchaToken=n.cache.captchaToken,t.obj2str(o)}(),callback:c,a:n.config.a,t:n.config.t,n:n.config.n,lang:n.config.lang,scene:n.config.scene};s+="&"+d.obj2param(l),i[c]=function(t){var i={};if(t.success&&100==t.result.code){n.cache.checkedCode=e.code,r.className="omeo-code-state omeo-code-state-success",r.innerHTML="",n.cache.checkState="success",i={message:"success"};var a=(new Date).getTime();n.log({t1:a-g,t2:a-f,s:t&&"SUCCESS."===t.message,t:n.cache.codeType})}else r.className="omeo-code-state omeo-code-state-error",r.innerHTML=n.tipText.codeError,setTimeout(function(){var e=m(o+"omeo-code-state");e&&(e.className="",e.innerHTML="",m(o+"omeo-code-key").value="")},3e3),n.cache.checkState="codeError",i={message:"error"},m(o+"omeo-code-key").select(),"true"==t.refresh&&n.refreshCode();n.cache.callback&&n.cache.callback(i)},n.loadResource(s)}else n.cache.checkState="codeError",r.className="omeo-code-state omeo-code-state-error",r.innerHTML="\u9a8c\u8bc1\u7801\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u8f93\u5165",n.playErrAudio(),setTimeout(function(){var e=m(o+"omeo-code-state");e&&(e.className="",e.innerHTML="",e=m(o+"omeo-code-key"),e.value="",e.focus(),n.resetPlayer({state:"playing"}),n.playAudio())},5e3)},check:function(e){"success"==this.cache.checkState&&e&&e({message:"success"}),"codeError"==this.cache.checkState&&e&&e({message:"error"}),this.cache.callback=e},log:function(){}},k}var i=window,r=document,a=n(9),c=a.names,s=n(1),l=n(111).language,d=n(2);n(21),t.init=o},function(e,t,n){"use strict";function o(){var e=a.createElement("style");e.appendChild(a.createTextNode(""));var t=a.getElementsByTagName("script"),n=t[t.length-1];return n.parentNode.insertBefore(e,n),e.sheet}function i(e,t,n,o){"number"!=typeof o&&(o=1),"insertRule"in e?e.insertRule(t+"{"+n+"}",o):"addRule"in e&&e.addRule(t,n,o)}function r(e){var t=a.createElement("style");t.type="text/css",t.className="nc-style",t.styleSheet?t.styleSheet.cssText=e:t.innerHTML=e;var n=a.getElementsByTagName("script"),o=n[n.length-1];o.parentNode.insertBefore(t,o)}var a=document;e.exports={createSheet:o,addCSSRule:i,insertCSS:r}},function(e,t,n){"use strict";function o(e,t){return this.options=e||{},this.params=t||{},this.init(),this}function i(e){var t=p.defer(),n=e.data||{},o=("jsonp_"+Math.random()).replace(".","");s[o]=function(e){t.resolve(e)},n[e.callback||"callback"]=o,t.promise.always(function(){try{delete s[o]}catch(e){s[o]=null}});var i=l.createElement("script");i.src=e.url+(e.url.indexOf("?")===-1?"?":"&")+_.obj2param(n);var r=l.getElementsByTagName("script")[0];return r.parentNode.insertBefore(i,r),setTimeout(function(){t.reject({type:"request",error:"timeout"})},5e3),t.promise}function r(e){var t=p.defer(),n=new Image;return n.onload=function(){t.resolve(this)},n.onerror=function(e){t.reject({type:"img",error:e})},setTimeout(function(){t.reject({type:"img",error:"timeout"})},5e3),n.src=e,t.promise}function a(e){e.style.display="block"}function c(e){e.style.display="none"}var s=window,l=document,d=l.documentElement,u=function(){},p=n(1),_=n(2),f=n(3).URL_MAP,g=n(7).language,h=_.isIEX(8),m=new p(function(e,t){return h?void t():void r("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==").then(function(n){1===n.width&&1===n.height?e():t()},t)}),v=p.reject({type:"destroy"}),b="",y="",k="",x="",w={INITIAL:0,READY:1,LOADING:2,LOAD_FAIL:3,LOADED:4,VERIFING:5},T="nc-cc",E={};_.each(w,function(e,t){E[e]=T+"-status-"+t.toLowerCase().replace("_","-")}),o.prototype={init:function(){this.initProps(),this.render(),this.bindEvents(),this.setStatus(w.READY),this.updateCaptcha(!0)},setStatus:function(e){var t=this.status;e!==t&&(this.status=e,E[t]&&_.removeClass(this.$container,E[t]),E[e]&&_.addClass(this.$container,E[e]))},initProps:function(){this.status=w.INITIAL,this.prefix=this.options.prefix,this.nc=this.options.nc,this.urls=f[this.options.foreign]||f[0],this.language=g[this.options.language],this.$container=l.getElementById(this.prefix+"cc"),this.clickIndex=0,this.onerror=this.options.onerror||u,this.onfail=this.options.onfail||u,this.onsuccess=this.options.onsuccess||u},render:function(){var e=this.language,t='\n
\n
'+k+""+e._cc_fail+'
\n\n
\n
\n
\n';this.$container.innerHTML=t,a(this.$container),this.pin(),_.each(["body","footer","tip","confirm","wait","refresh","mask"],function(e){this["$"+e]=this.klass(e)[0]},this)},pin:function(){var e=this.options.$wrapper,t=e.offsetWidth,n=_.getElementLeft(e),o=_.getElementTop(e),i=this.$container.offsetWidth,r=s.innerWidth||d&&d.clientWidth||l.body.clientWidth,a="";r-t-n>i?(a="right",this.$container.style.left=(t-150)/2+108+30+"px"):n>i&&(a="left",this.$container.style.left=-(i+25-(t-150)/2)+"px"),o<339&&(this.$container.style.top=-o+5+"px"),a&&_.addClass(this.$container,T+"-"+a)},updateCaptcha:function(e){var t=this,n=this.language;if(this.status!==w.LOADING){this.setStatus(w.LOADING),e?this.$body.innerHTML='\n
\n\n'+n._wait+"\n
\n":(c(this.$refresh),a(this.$wait));var o=m.then(function(){return t.urls.cc},function(){return t.urls.cc_pre}).then(function(e){var n=t.options;return i({url:e,data:{sessionid:n.csessionid,identity:n.appkey,style:n.value,type:"SUDOKU_IMG",token:n.token}})}).then(function(e){return t.hasDestroy()?v:e.success&&0===e.result.resultCode?(t.captchaToken=e.result.captchaToken,p.all([r(e.result.data[0]),r(e.result.data[1])])):p.reject({type:"request",code:e.result.resultCode,msg:e.result.message})}).then(function(e){return t.hasDestroy()?v:(t.setStatus(w.LOADED),void t.renderImg(e[0],e[1]))});e||o.always(function(){a(t.$refresh),c(t.$wait)}),o["catch"](function(n){/^(request|img)$/.test(n.type)&&(t[n.type+"Fail"](e),t.onerror())})}},bindEvents:function(){var e=this.nc,t={};t[w.LOAD_FAIL]={retry:function(){c(this.$mask),this.updateCaptcha()}},t[w.LOADED]={refresh:function(){c(this.$tip),this.updateCaptcha()},confirm:this.confirm,select:this.select},this._handler=_.bind(function(n){n=_.getEvent(n);var o=_.getTarget(n),i=o.getAttribute("data-nc-lang")?o.parentNode.getAttribute("data-action"):o.getAttribute("data-action");i&&("close"===i&&(this.destroy(),e.reset()),t[this.status]&&t[this.status][i]&&t[this.status][i].call(this,o,n))},this),_.addHandler(this.$container,"click",this._handler)},select:function(e,t){if(_.toggleClass(e,T+"-selected"),_.hasClass(e,T+"-selected")){var n=t.pageX,o=t.pageY;void 0===n&&(n=t.clientX+(l.body.scrollLeft||d.scrollLeft)),void 0===o&&(o=t.clientY+(l.body.scrollTop||d.scrollTop));var i=_.getPageCoord(e.parentNode);e.setAttribute("data-x",n-i.x),e.setAttribute("data-y",o-i.y),e.setAttribute("data-ci",this.clickIndex++)}var r=this.klass("selected"),a=r.length;0===a?_.addClass(this.$confirm,T+"-disabled"):_.removeClass(this.$confirm,T+"-disabled"),c(this.$tip)},confirm:function(){var e=this,t=(e.nc,this.klass("selected"));if(0!==t.length&&this.status!==w.VERIFING){this.setStatus(w.VERIFING),t=[].slice.call(t),t.sort(function(e,t){var n,o=parseInt(e.getAttribute("data-ci"),10),i=parseInt(t.getAttribute("data-ci"),10);return n=o==i?0:o>i?1:-1});var n=[];_.each(t,function(e){n.push("["+[e.getAttribute("data-x"),e.getAttribute("data-y"),e.getAttribute("data-i")].join(",")+"]")}),n="["+n.join(",")+"]",i({url:this.urls.checkcode,data:{csessionid:this.options.csessionid,checkcode:this.params.obj2str({answer:n,captchaToken:this.captchaToken}),a:this.options.appkey,t:this.options.token,n:s._n||"",p:"{}",r:Math.random(),lang:this.options.language,v:this.params.v}}).then(function(t){return e.hasDestroy()?v:void(t.success&&100===t.result.code?(e.onsuccess(t.result.sig),e.destroy()):(e.updateCaptcha(),a(e.$tip),e.onfail()))})["catch"](function(t){"request"===t.type&&(e.requestFail(),e.onerror())})}},renderImg:function(e,t){for(var n="",o=0;o<9;o++)n+=''+x+"";this.$body.innerHTML='\n
\n
\n
'+this.language._cc_title+'
\n
\n
\n
\n
\n'+n+"\n
\n
\n
\n",this.klass("img1-box")[0].appendChild(e),this.klass("img2-box")[0].appendChild(t),_.addClass(this.$confirm,T+"-disabled")},imgFail:function(e){this.setStatus(w.LOAD_FAIL);var t=this.$body,n=this.language,o="close";e?c(this.$footer):(t=this.$mask,o="retry",a(t));var i=n._cc_contact.replace("%TOKEN",this.options.token);t.innerHTML='\n
\n
\n

'+n._cc_img_fail+'

\n
\n
'+n._retry+'
\n'+n._cancel+'\n
\n
\n'+i+"\n
\n
\n
\n"},requestFail:function(e){var t=this.language,n=t._cc_contact.replace("%TOKEN",this.options.token);this.setStatus(w.LOAD_FAIL),this.$body.innerHTML='\n
\n
\n

'+t._cc_req_fail+'

\n
\n
'+t._close+'
\n
\n
\n'+n+"\n
\n
\n
\n",c(this.$footer)},unbindEvents:function(){_.removeHandler(this.$container,"click",this._handler)},klass:function(e){return _.getElementsByClassName([T,e].join("-"),this.$container)},destroy:function(){c(this.$container),this.unbindEvents(),this.$container.innerHTML="";for(var e in this)this.hasOwnProperty(e)&&delete this[e];this.destroy=u},hasDestroy:function(){return this.destroy===u; }},e.exports=o},function(e,t,n){"use strict";var o={cn:{placeholder:"\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801",audioText:"\u83b7\u53d6\u8bed\u97f3\u9a8c\u8bc1\u7801",imgText:"\u83b7\u53d6\u56fe\u7247\u9a8c\u8bc1\u7801",refresh:"\u91cd\u65b0\u83b7\u53d6\u9a8c\u8bc1\u7801",codeError:"\u9a8c\u8bc1\u7801\u9519\u8bef\uff0c\u5373\u5c06\u64ad\u653e\u4e0b\u4e00\u6bb5",clickPlay:"\u70b9\u51fb\u64ad\u653e\u8bed\u97f3",audioTips:"\u8bf7\u4ed4\u7ec6\u6536\u542c"},en:{placeholder:"enter the code",audioText:"retrieve pass code from the audio",imgText:"retrieve pass code from the image",refresh:"retrieve pass code again",codeError:"Incorrect pass code, please try again",clickPlay:"click to play the audio",audioTips:"please listen carefully"}};o.zh_CN=o.cn,o.en_US=o.en,t.language=o},function(e,t,n){"use strict";var o=n(113),i=n(115).makeScale,r=n(9),a=n(2),c=n(21).BaseFun,s=n(3).mmstat_base;t.makeNC=function(e,t,l){function d(e,o,r,c){var l=n(49).makeLog(o.foreign?s.gj:s.gm),d=o.glog;"boolean"!=typeof t._b_glog&&(t._b_glog=d&&"number"==typeof d&&Math.random() ('+t+")":"";if(e){if(n=language[opt.language]._errorNetwork+o,"function"==typeof opt.errorCallback)try{opt.errorCallback(t)}catch(i){}}else n=language[opt.language]._errorLOADING+o;n=n.replace("%TOKEN",opt.token),n=_upResetIndex(n),_.id(opt.renderTo).innerHTML='
'+icon_warn+""+n+"
",el_render_to&&util.removeClass(el_render_to,"show-click-captcha")}function NoCaptcha(){}var nc_index=inn_vars.index,nc_prefix=inn_vars.prefix,scale_btn=nc_prefix+"n1z",scale_bar=nc_prefix+"n1t",TEXTELEM,gErrTimes=0,ajaxURL,clsCheckCode=m_checkcode.init(inn_vars,_,onNCEvent),objCheckCode,tpl=makeTemplate({idx:nc_index,prefix:nc_prefix}),glog=__webpack_require__(49).makeLog(opt.foreign?mmstat_base.gj:mmstat_base.gm),report=glog.report,reportLoadJSError=function(e,t){report2.log({a:opt.appkey,t:_getToken(),scene:opt.scene,ns:"",jsv:inn_vars.v,usa:navigator.userAgent,p:"",jsType:"pc",os:"",em:t,ec:e})},el_render_to,showHelp=makeShowHelp(opt,_,inn_vars),loading_circle_html='\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n ',isIE8=util.isIEX(8),isIE9=util.isIEX(9);(isIE8||isIE9)&&(loading_circle_html="");var supportDataURI=new Promise(function(e,t){return isIE8?void t():void util.imageLoaded("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==").then(function(n){1===n.width&&1===n.height?e():t()},t)});return NoCaptcha.prototype={init:function(e){win.__nc=this,module_nc.nc=this;var t=default_opt.language;e.foreign&&(t="en",default_opt.language=t),_.objUpdate(opt,default_opt),_.objUpdate(opt,e),opt.token||(opt.token=default_opt.token),this.opt=opt;var n;try{n=doc.querySelector(e.renderTo)||doc.querySelector("#"+e.renderTo)}catch(o){n=void 0}if(util.getNCPunish(e,"init monitor"),win.MutationObserver&&n){var i=function(t,o){var i=n&&n.innerHTML?n.innerHTML.replace(/[ \r\n\"<\/div>]/g,""):"null";util.getNCPunish(e,i),r.disconnect()},r=new MutationObserver(i),a={childList:!0,subtree:!0,attributes:!0};r.observe(n,a)}else{var c=n&&n.innerHTML?"Timeout_"+n.innerHTML.replace(/[ \r\n\"<\/div>]/g,""):"Timeout_null";setTimeout(function(){util.getNCPunish(e,c)},2e3)}if(language[opt.language]||(opt.language=t),e.upLang)for(var s in e.upLang)_upLang(s,e.upLang[s]);this.render_to=opt.renderTo,this.render_to&&(el_render_to=_.id(this.render_to)),el_render_to&&util.addClass(el_render_to,"nc-container"),opt.is_tbLogin&&(tb_login=__webpack_require__(117).makeTBLogin(inn_vars)),ajaxURL=URL_MAP[opt.foreign]||URL_MAP[0],ajaxURL=util.mix(ajaxURL,opt.apimap),ajaxURL.awsc_Url=opt.uaUrl||ajaxURL.awsc_Url;try{opt.initlog&&opt.initlog(),this.initializationReport()}catch(o){}var l;if(opt.renderTo&&opt.appkey&&opt.token){l=_.id(opt.renderTo);var d=Math.min(l.offsetWidth,l.parentNode.offsetWidth);!opt.customWidth&&d>300&&(opt.customWidth=300),this.updateWidth(opt.customWidth),l.setAttribute("data-nc-idx",inn_vars.index.toString()),l&&(l.innerHTML='
'+language[opt.language]._Loading+loading_circle_html+"
"),UA_Opt.LogVal="_n",this.loadJS()}if(opt.logo&&css.insertCSS(".nc-container .nc_scale .scale_text {background-image: url("+NC_LOGO_URL+"); background-repeat: repeat-x;}"),opt.cssUrl)if(doc.createStyleSheet)doc.createStyleSheet(opt.cssUrl);else{var u=doc.createElement("link");u.type="text/css",u.rel="stylesheet",u.className="nc-custom-style-"+nc_index,u.href=inn_vars.has_pointman?util.addHourStamp(opt.cssUrl):opt.cssUrl;var p=doc.getElementsByTagName("script")[0];p.parentNode.insertBefore(u,p)}onNCEvent(event_names.init)},on:function(e,t){var n=window.console,o=event_deprecated[e];o&&n&&n.warn&&n.warn("NC: Event '"+e+"' will be deprecated, use '"+o+"' instead."),nc_events[e]=nc_events[e]||[],nc_events[e].push(t)},initializationReport:function(){var e=("initializeJsonp_"+Math.random()).replace(".",""),t=ajaxURL.initialize+"?a="+encodeURIComponent(opt.appkey)+"&t="+encodeURIComponent(opt.token)+"&scene="+encodeURIComponent(opt.scene)+"&lang="+opt.language+"&v="+ver.version+"&href="+encodeURIComponent(location.href.split("?")[0])+"&comm={}&callback="+e,n=document.createElement("script"),o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(n,o),window[e]=function(e){},n.src=t},netErrorReport:function(e){try{if(this.netErrorReported)return;this.netErrorReported=1;var t=("initializeJsonp_"+Math.random()).replace(".",""),n=ajaxURL.initialize+"?a=neterr"+e+"&t="+encodeURIComponent(opt.token)+"&scene="+encodeURIComponent(opt.scene)+"&lang="+opt.language+"&v="+ver.version+"&href="+encodeURIComponent(location.href.split("?")[0])+"&comm={}&callback="+t,o=document.createElement("script"),i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(o,i),window[t]=function(e){},o.src=n}catch(r){}},updateWidth:function(e,t){if(e){var n,o,i="undefined"==typeof e?"undefined":_typeof(e);"number"==i?n=e:o="string"==i?_.id(e):e,o&&(n=o.offsetWidth),n&&(this.c_width=n,this.__is_c_width_setted=1,this.try2setWidth(nc_prefix+"wrapper"),this.updateCSS(nc_prefix,n,t))}},updateCSS:function(e,t,n){var o=util.isIEX(6),i=util.isIEX(7),r=o||i?" !important":"";css.insertCSS((n?"":".nc-container #"+e+"wrapper,.nc-container.tb-login #"+e+"wrapper{width:"+t+"px}\n")+[".nc-container .imgCaptcha",".nc-container .clickCaptcha"].join(",")+"{width:"+(t-2)+"px"+r+";}\n"+[".nc-container.tb-login .imgCaptcha",".nc-container.tb-login .clickCaptcha"].join(",")+"{width:"+t+"px"+r+";}\n"+[".nc-container.tb-login .imgCaptcha .captcha-error",".nc-container.tb-login .clickCaptcha .captcha-error"].join(",")+"{width:"+(t-8)+"px"+r+";}\n.nc-container.tb-login .errloading, .nc-container .errloading {width:"+(t-10)+"px;}")},updateAudioBoxWidth:function(e,t,n){var o=_.id(e+"omeo-refresh-audio").offsetWidth,i=_.id(e+"_voice_close").offsetWidth,r=_.id(e+"omeo-code-key").offsetWidth,a=t-o-i-r-n;_.id(e+"omeo-code-audiobox").style.width=a+"px"},try2setWidth:function(e,t){"string"==typeof e&&(e=_.id(e)),t=t||this.c_width||(el_render_to?el_render_to.offsetWidth:0),t&&e&&e.style&&(e.style.width=t+"px")},loadJS:function(){var e=this;e.opt.timeout=e.opt.timeout||1e4,window.AWSC?(e.loadUAB(),e.loadUM()):_.loadjs(util.addHourStamp(ajaxURL.awsc_Url),function(t){t?(showError(!0,ERR_CODE_AWSCTIMEOUT),e.netErrorReport(ERR_CODE_AWSCTIMEOUT)):(e.loadUAB(),e.loadUM())},"nc-required-js-"+nc_index+" nc-awsc-script",100)},jsReady:function(){var e=this;!e.ready&&e.__uab&&e.__um&&(e.ready=!0,e.reload(),onNCEvent(event_names.ready))},loadUAB:function(){var e=this;UA_Opt.Token=(new Date).getTime()+":"+opt.token,e.__uab?e.jsReady():(e.initUaParam(),AWSC.use("uab",function(t,n){"loaded"===t?(e.__uab=n,e.jsReady()):(showError(!0,ERR_CODE_UABTIMEOUT),e.netErrorReport(ERR_CODE_UABTIMEOUT))},{timeout:e.opt.timeout}))},initUaParam:function(){function e(e,t){UA_Opt[e]="undefined"!=typeof UA_Opt[e]&&UA_Opt[e]>0?UA_Opt[e]:t}function t(e,t){n.__uaoption[e]="undefined"!=typeof UA_Opt[e]&&UA_Opt[e]>0?UA_Opt[e]:t}opt.is_Opt?(e("MPInterval",4),e("MaxMCLog",12),e("MaxKSLog",14),e("MaxMPLog",5),e("MaxFocusLog",6),e("SendInterval",5),e("SendMethod",8),e("GPInterval",50),e("MaxGPLog",1),e("MaxTCLog",12),e("Flag",2980046)):(UA_Opt.SendInterval=5,UA_Opt.SendMethod=8,UA_Opt.MaxMCLog=12,UA_Opt.MaxKSLog=14,UA_Opt.MaxMPLog=5,UA_Opt.MaxGPLog=1,UA_Opt.MaxTCLog=12,UA_Opt.GPInterval=50,UA_Opt.MPInterval=4,UA_Opt.MaxFocusLog=6,UA_Opt.isSendError=1,UA_Opt.Flag=2980046),this.__uaoption=new Object;var n=this;opt.is_Opt?(t("SendInterval",5),t("SendMethod",8),t("MaxMCLog",12),t("MaxKSLog",14),t("MaxMPLog",5),t("MaxGPLog",1),t("MaxTCLog",12),t("GPInterval",50),t("MPInterval",4),t("MaxFocusLog",6),t("Flag",2980046),t("OnlyHost",1),t("MaxMTLog",500),t("MinMTDwnLog",30),t("MaxNGPLog",1),t("sIDs",["_n1t|_n1z|nocaptcha|-stage-1"]),t("hook",1),t("font",1),t("api",1)):(n.__uaoption.SendInterval=5,n.__uaoption.SendMethod=8,n.__uaoption.isSendError=1,n.__uaoption.MaxMCLog=12,n.__uaoption.MaxKSLog=14,n.__uaoption.MaxMPLog=5,n.__uaoption.MaxGPLog=1,n.__uaoption.MaxTCLog=12,n.__uaoption.GPInterval=50,n.__uaoption.MPInterval=4,n.__uaoption.MaxFocusLog=6,n.__uaoption.Flag=2980046,n.__uaoption.OnlyHost=1,n.__uaoption.MaxMTLog=500,n.__uaoption.MinMTDwnLog=30,n.__uaoption.MaxNGPLog=1,n.__uaoption.sIDs=["_n1t|_n1z|nocaptcha|-stage-1"],n.__uaoption.mIDs=["nc-canvas","click2slide-btn"],n.__uaoption.hook=1,n.__uaoption.font=1,n.__uaoption.api=1),n.__uaoption.Flag|=2097152},loadUM:function(){var e=this;window._umopt_npfp=1,opt.appkey&&0===opt.appkey.indexOf("X82Y")&&(window._umopt_npfp=0),window._umopt_cris=0,e.__um?e.jsReady():AWSC.use("um",function(t,n){if("loaded"===t){var o=function r(){var t=location.href||"";t=t.length<128?t:t.substring(0,128),i++,e.umidToken="defaultToken3_init_callback_not_called@@"+t+"@@"+(new Date).getTime(),n.init({timeout:opt.timeout,serviceUrl:ajaxURL.umid_serUrl,appName:opt.appkey,enableFY:1,jf:1,wtac:1},function(n,o){"success"===n?e.umidToken=o.tn:(e.umidToken="defaultToken4_init_failed with "+n+"@@"+t+"@@"+(new Date).getTime(),i<3&&r())})};e.__um=n,e.jsReady();var i=0;o()}else showError(!0,ERR_CODE_UMTIMEOUT),e.netErrorReport(ERR_CODE_UMTIMEOUT)},{timeout:e.opt.timeout})},__reload_voicebtn:function(){var e,t=_.id(nc_prefix+"_voicebtn"),n=this;_.addHandler(t,"keydown",function o(e){var n=e||window.event;13!=n.keyCode&&13!=n.which||(_.removeEvt(t,"keydown",o),t.click())}),t.onclick=function(){function t(){r||n.umidToken.indexOf("defaultToken")?(clearInterval(c),_.jsonp({url:ajaxURL.analyze,callback:"callback",data:{a:opt.appkey,t:opt.token,n:n.__uab.getUA&&n.__uab.getUA(n.__uaoption)||win._n||(UA_Opt.LogVal?win[UA_Opt.LogVal]:"")||"",_a:"audio",p:_.obj2str(opt.trans),lang:opt.language,scene:opt.scene,v:inn_vars.v},success:o,fail:function(){e&&report("audio fail")}})):a++>100&&(showError(!0,ERR_CODE_UMXRETRYLIMIT),clearInterval(c))}function o(t){function o(e){if(e.success)if(100==e.result.code)n.userCallback(objCheckCode.config.sessionid,e.result.value,e.result.sig);else if(900==e.result.code){UA_Opt.reload&&UA_Opt.reload();var t=_.id(nc_prefix+"_captcha_text"),o=language[opt.language]._errorClickTEXT;++gErrTimes>MAX_ERR_TIME&&(o=language[opt.language]._errorTooMuch.replace("%TOKEN",opt.token)),t.innerHTML=''+icon_close+""+o,t.style.visibility="visible"}else 300!=e.result.code&&69634!=e.result.code||(report("block"),_.id(opt.renderTo).innerHTML='
'+icon_warn+""+_upResetIndex(language[opt.language]._error300).replace("",onNCEvent(event_names.error),onNCEvent(event_names.error300));else n.errorCallback()}if(e){var r=t.result;r&&(objCheckCode||(objCheckCode=new clsCheckCode({a:opt.appkey,t:opt.token,n:n.__uab.getUA&&n.__uab.getUA(n.__uaoption)||win._n||(UA_Opt.LogVal?win[UA_Opt.LogVal]:"")||"",type:"150_40",identity:opt.appkey,sessionid:r.csessionid,element:i,codeType:"audio",lang:opt.language,scene:opt.scene,p:_.obj2str(opt.trans)}),objCheckCode.check(function(e){"success"!=e.message&&(objCheckCode.playErrAudio(),setTimeout(function(){var e=_.id(nc_prefix+"omeo-refresh-audio");e&&e.click()},5e3)),"success"==e.message&&_.jsonp({url:ajaxURL.checkcode,callback:"callback",data:{csessionid:r.csessionid,checkcode:function(){var e={};return e.answer=objCheckCode.cache.lastCheckCode,_.obj2str(e)}(),a:opt.appkey,t:opt.token,n:n.__uab.getUA&&n.__uab.getUA(n.__uaoption)||win._n||"",p:"{}",r:Math.random(),lang:opt.language,v:inn_vars.v},success:o,fail:function(e){n.errorCallback(e)}})}),objCheckCode.render(),onNCEvent(event_names.switchevent,{from:"scale",to:"audio"}),objCheckCode.switchCode({type:"audio"})))}}var i=_.id(nc_prefix+"_voice");if(_.id(nc_prefix+"imgCaptcha").style.display="none",_.id(nc_prefix+"clickCaptcha").style.display="none",e)return e=!1,i.style.display="none",objCheckCode&&objCheckCode.stopAudio(),clearInterval(win.__progtid),n.reset(),!1;e=!0,i.style.display="block",objCheckCode&&(objCheckCode.resetPlayer({state:"end"}),objCheckCode.switchCode({type:"audio"}));var r,a=0;setTimeout(function(){r=!0},1e3);var c=setInterval(t,100);t()}},reload:function(){objCheckCode=null,clearInterval(win.__progtid);var e=_.id(opt.renderTo);e&&(e.innerHTML=tpl,util.addClass(el_render_to,"nc-container")),opt.audio&&(_.id(nc_prefix+"_voicebtn").style.display="block",util.addClass(_.id(nc_prefix+"n1t"),"is_audio")),tb_login&&tb_login.init(this.render_to,el_render_to,opt.customFloatHeight),this.__reload_voicebtn();var t=_.id(nc_prefix+"_helpbtn");t&&(navigator.userAgent.indexOf("MSIE 6.0")>=0&&(t.style.display="none"),t.innerHTML=language[opt.language]._learning,t.onclick=function(){setTimeout(showHelp,100)}),TEXTELEM=_.tag(scale_bar+" div")[1],inn_vars.TEXTELEM=TEXTELEM,opt.isEnabled&&new Scale(scale_btn,scale_bar,this)},reset:function(){var e=this;e.ready=!1,win.UA_Opt&&(UA_Opt.Token=(new Date).getTime()+":"+opt.token);var t;opt.renderTo&&opt.appkey&&opt.token&&(t=_.id(opt.renderTo),t&&util.addClass(el_render_to,"nc-container"),t.innerHTML='
'+language[opt.language]._Loading+loading_circle_html+"
",e.loadJS())},show:function(){el_render_to&&(el_render_to.style.display="block",tb_login&&tb_login.adjustPosition(opt.customFloatHeight),this.is_show=!0)},hide:function(){el_render_to&&(el_render_to.style.display="none",this.is_show=!1)},getTrans:function(){return opt.trans},setTrans:function(e){return e&&(opt.trans=e),opt.trans},enabled:function(){return new Scale(scale_btn,scale_bar,this)},errorCallback:function(e){var t=_.id(scale_bar),n=this,o=t.getElementsByTagName("span"),i=t.getElementsByTagName("div");if(onNCEvent(event_names.fail),0!==o.length&&0!==i.length){var r=o[0],a=i[0];showError(e),util.addClass(a,"orange"),util.addClass(r,"reload"),_.addHandler(t,"click",function(){UA_Opt.Token=(new Date).getTime()+":"+opt.token,UA_Opt.reload&&UA_Opt.reload(),n.reload(),_.removeEvt(t,"click")}),e&&opt.error&&opt.error(language[opt.language]._errorServer)}},getElementLeft:function(e){for(var t=e.offsetLeft,n=e.offsetParent;null!==n;)t+=n.offsetLeft,n=n.offsetParent;return t},getElementTop:function(e){for(var t=e.offsetTop,n=e.offsetParent;null!==n;)t+=n.offsetTop,n=n.offsetParent;return t},getNcSession:function(e){return parseInt(e.offsetWidth+"a"+e.offsetHeight+"a"+this.getElementLeft(e)+"a"+this.getElementTop(e),11).toString(16)},onScaleReady:function onScaleReady(elem){function waitForUmx(){if(is_umx_getStatus_timeout||me.umidToken.indexOf("defaultToken")){clearInterval(timer);try{UA_Opt.sendSA()}catch(e){}trans.umidToken=me.umidToken;var t={url:ajaxURL.analyze,callback:"callback",data:{a:opt.appkey,t:opt.token,n:me.__uab.getUA&&me.__uab.getUA(me.__uaoption)||win[UA_Opt.LogVal||"_n"]||"",p:_.obj2str(trans),scene:opt.scene||(inn_vars.has_pointman?pointman.config.common.scene:"")||"",asyn:0,lang:opt.language,v:inn_vars.v},success:function(e){me.onScaleReadyCallback(e,elem)},fail:function(e){report("onScaleReady"),showError(!0,ERR_CODE_ANALYZETIMEOUT)}};opt.replaceCallback?opt.replaceCallback(t):_.jsonp(t)}else retry++>100&&(showError(!0,ERR_CODE_UMXRETRYLIMIT),clearInterval(timer))}var trans=opt.trans||{};"string"==typeof trans&&(trans=eval("0,"+trans));for(var arr=opt.elementID||[],i=0;i=58;){var s=o%58;c=a[s]+c,o=(o-s)/58}c+=a[(new Date).getDate()];var l=c.length;return l>6&&(c=c.substr(l-6,l-1)),c};report("block");var r=i(opt.token,0,1);if(util.removeClass(inn_vars.TEXTELEM,"nc-align-center"),_.id(opt.renderTo).innerHTML='
'+icon_warn+""+_upResetIndex(language[opt.language]._error300).replace("","function"==typeof opt.failCallback)try{opt.failCallback(r)}catch(a){}onNCEvent(event_names.error),onNCEvent(event_names.error300)}}else this.errorCallback()},onScale100:function e(t,n,o){var i=e,r=o||this,a=this,c=_.tag(nc_prefix+"clickCaptcha div");this.__inn&&(this.__inn=0,_.addHandler(_.id(nc_prefix+"_btn_2"),"click",function(){i.call(r,t,n)}));var s,l=setTimeout(function(){l=-1,s||(showError(!0,ERR_CODE_UABTIMEOUT),report("captcha timeout"))},5e3);onNCEvent(event_names.beforeverify),onNCEvent(event_names.before_code),supportDataURI.then(function(){return ajaxURL.get_captcha},function(){return ajaxURL.get_captcha_pre}).then(function(e){_.jsonp({url:e,callback:"callback",data:{sessionid:t,identity:opt.appkey,style:n,lang:opt.language,v:inn_vars.v},success:function(e){if(e.result.question&&(e.result.question=e.result.question.replace(/]+?>/g,""),e.result.question=e.result.question.replace(/<\/span[^>]*?>/g,""),r.captchaToken=e.result.captchaToken),s=!0,l!=-1){if(clearTimeout(l),!e.result.tags)return report("no tag"),void showError(!0,ERR_CODE_CAPTCHA_NOTAG);var o=_.id(nc_prefix+"clickCaptcha");o&&(o.style.display="block",r.__is_c_width_setted||r.updateWidth(_.id(nc_prefix+"wrapper"),1)),el_render_to&&util.addClass(el_render_to,"show-click-captcha");var d=opt.appkey+"&sessionid",u=e.result.question.split(e.result.tags[0]),p=u.shift();util.removeClass(inn_vars.TEXTELEM,"nc-align-center"),_.id(nc_prefix+"_scale_text")&&(e.result.question.indexOf("")==-1?_.id(nc_prefix+"_scale_text").innerHTML=p+"\u201c"+e.result.tags[0]+"\u201d"+u.join(e.result.tags[0]):_.id(nc_prefix+"_scale_text").innerHTML=e.result.question),tb_login&&tb_login.getInform(_.id(nc_prefix+"clickCaptcha"),module_nc.nc),c[1].innerHTML='';var f,g=c[1].getElementsByTagName("img")[0];g.onload=function(){f=!0,h!=-1&&clearTimeout(h)},g.onerror=function(){report("captcha onerror"),showError()};var h=setTimeout(function(){h=-1,f||(showError(!0,ERR_CODE_IMAGE_TIMEOUT),report("captcha timeout"))},5e3);_.addHandler(g,"click",function(e){util.addClass(inn_vars.TEXTELEM,"nc-align-center"),TEXTELEM.innerHTML=language[opt.language]._Loading+loading_circle_html,_.jsonp({url:ajaxURL.checkcode,callback:"callback",data:{csessionid:t,checkcode:function(){var t={};return t.imgid=d,t.w=g.width.toString(),t.h=g.height.toString(),t.x=void 0===e.offsetX?util.getOffset(e).offsetX:e.offsetX,t.y=void 0===e.offsetY?util.getOffset(e).offsetY:e.offsetY,t.x=parseInt(t.x).toString(),t.y=parseInt(t.y).toString(),t.captchaToken=r.captchaToken,_.obj2str(t)}(),a:opt.appkey,t:opt.token,n:a.__uab.getUA&&a.__uab.getUA(a.__uaoption)||win._n||(UA_Opt.LogVal?win[UA_Opt.LogVal]:"")||"",p:"{}",r:Math.random(),lang:opt.language,v:inn_vars.v},success:function(e){var o=_.id(scale_btn);if(e.success)if(100==e.result.code)o.className="nc_iconfont btn_ok",o.innerHTML=icon_ok_sign,util.addClass(inn_vars.TEXTELEM,"nc-align-center"),_.tag(scale_bar+" div")[0].className="nc_bg",TEXTELEM.innerHTML=language[opt.language]._yesTEXT,util.removeClass(o.parentNode,"nc_err"),_.toggle(nc_prefix+"clickCaptcha"),el_render_to&&util.removeClass(el_render_to,"show-click-captcha"),r.userCallback&&r.userCallback(t,n,e.result.sig);else if(900==e.result.code){UA_Opt.reload&&UA_Opt.reload(),i.call(r,t,n,r);var a=_.id(nc_prefix+"_captcha_text"),c=language[opt.language]._errorClickTEXT;++gErrTimes>MAX_ERR_TIME&&(c=language[opt.language]._errorTooMuchClick.replace("%TOKEN",opt.token)),a.innerHTML=''+icon_close+""+c,a.style.visibility="visible"}else 300!=e.result.code&&69634!=e.result.code||(report("block"),_.id(opt.renderTo).innerHTML='
'+icon_warn+""+_upResetIndex(language[opt.language]._error300).replace("",onNCEvent(event_names.error),onNCEvent(event_names.error300));else r.errorCallback()},fail:function(e){r.errorCallback(e)}})}),onNCEvent(event_names.afterverify),onNCEvent(event_names.after_code)}},fail:function(){_.id(opt.renderTo).innerHTML='
'+icon_warn+""+_upResetIndex(language[opt.language]._errorLOADING)+"
",r.errorCallback(!0)}})})},onScale200:function t(e,n){function o(e){var t=_.id(nc_prefix+"captcha_input");return(g=t.value.replace(/[^\w\/]/gi,""))?(g.length>f.length?p.push(g.slice(f.length)):g.lengthMAX_ERR_TIME&&(a=language[opt.language]._errorTooMuch.replace("%TOKEN",opt.token));var l=_.id(nc_prefix+"_captcha_img_text");l.innerHTML=''+icon_close+""+a,l.style.display="block",l.style.visibility="visible",i.style.borderTopColor="red"}else 300!=t.result.code&&69634!=t.result.code||(report("block"),_.id(opt.renderTo).innerHTML='
'+icon_warn+""+_upResetIndex(language[opt.language]._error300).replace("",onNCEvent(event_names.error),onNCEvent(event_names.error300))}else s.errorCallback();p=[],f=""},fail:function(e){s.errorCallback(e)}})}}onNCEvent(event_names.beforeverify),onNCEvent(event_names.before_code);var r=this,a=_.id(nc_prefix+"imgCaptcha");a&&(this.__is_c_width_setted||this.updateWidth(_.id(nc_prefix+"wrapper"),1));var c=t,s=this,l=_.tag(nc_prefix+"imgCaptcha div"),d=supportDataURI.then(function(){return ajaxURL.get_img},function(){return ajaxURL.get_img_pre}).then(function(t){var o=opt;return util.request({url:t,data:{sessionid:e,identity:o.appkey,token:opt.token,style:n}})}).then(function(e){return e.success&&0===e.result.resultCode?(s.captchaToken=e.result.captchaToken,util.imageLoaded(e.result.data[0])):Promise.reject({type:"request",code:e.result.resultCode,msg:e.result.message})}).then(function(t){a.style.display="block",l[1].innerHTML="",l[1].appendChild(t);var o=l[1].getElementsByTagName("img")[0];_.addHandler(o,"click",function(){c.call(s,e,n)}),TEXTELEM.innerHTML=language[opt.language]._noTEXT,tb_login&&tb_login.getInform(_.id(nc_prefix+"imgCaptcha"),module_nc.nc),util.removeClass(inn_vars.TEXTELEM,"nc-align-center"),_.id(nc_prefix+"scale_submit").innerHTML=language[opt.language]._submit});d["catch"](function(e){/^(request)$/.test(e.type)?showError(!0,ERR_CODE_IMAGE_REQUEST_ERROR):/^(img)$/.test(e.type)&&showError()});var u,p=[],f="",g="";this.__inn&&(this.__inn=0,_.addHandler(_.id(nc_prefix+"scale_submit"),"click",i),_.addHandler(_.id(nc_prefix+"_btn_2"),"click",function(){c.call(this,e,n)}),window.addEventListener?_.id(nc_prefix+"captcha_input").addEventListener("input",o):_.id(nc_prefix+"captcha_input").attachEvent("onpropertychange",function(e){"value"===e.propertyName&&o()}),u=_.id(nc_prefix+"imgCaptcha"),u&&(u=u.getElementsByTagName("input")[0])&&_.addHandler(u,"keydown",function(e){if(e=e||window.event,13==e.keyCode||13==e.which)return i(),e.preventDefault?e.preventDefault():window.event.returnValue=!1,!1})),onNCEvent(event_names.afterverify),onNCEvent(event_names.after_code)},onScale260:function(e,t){var n=this;onNCEvent(event_names.beforeverify),onNCEvent(event_names.before_code),TEXTELEM.innerHTML=language[opt.language]._cc_select,this.imgCategoryCaptcha=new ImgCategoryCaptcha(util.mix({nc:this,prefix:nc_prefix,$wrapper:_.id(nc_prefix+"wrapper"),csessionid:e,value:t,onfail:function(){onNCEvent(event_names.fail)},onerror:function(){onNCEvent(event_names.error),onNCEvent(event_names.error300)},onsuccess:function(o){var i=_.id(scale_btn);i.className="nc_iconfont btn_ok",i.innerHTML=icon_ok_sign,TEXTELEM.innerHTML=language[opt.language]._yesTEXT,util.removeClass(i.parentNode,"nc_err");try{n.userCallback(e,t,o)}catch(r){throw r}}},opt),{v:inn_vars.v,obj2str:_.obj2str}),onNCEvent(event_names.afterverify),onNCEvent(event_names.after_code)},userCallback:function(e,t,n){var o={csessionid:e||null,value:t||null,sig:n||null,token:_getToken()};opt.callback&&opt.callback.call(this,o),onNCEvent(event_names.success,o)},upLang:function(e,t){return _upLang(e,t)},getToken:function(){return _getToken()},destroy:function(){el_render_to.innerHTML="";var e,t,n,o=util.getElementsByClassName("nc-custom-style-"+nc_index);if(util.getElementsByClassName("nc-required-js-"+nc_index),e=o.length,e>0)for(t=0;t=i&&(on?(p.innerHTML=r[e.language]._Loading,t>n+100&&(p.innerHTML=r[e.language]._yesTEXT,clearInterval(o),setTimeout(function(){_.click()},2e3))):(f.style.left=s+20+t+"px",u.style.left=t+"px",p.style.width=t+"px")},16)}p.innerHTML="",c.style.display="block";var o=t.id(e.renderTo),a=o.getBoundingClientRect(),s=a.left,l=a.top+20+i.body.scrollTop;d.style.left=s+"px",d.style.top=l+"px",u.style.left=s-10+"px",f.style.left=s+20+"px",f.style.top=l+20+"px",_.style.left=s+200+"px",_.style.top=l+90+"px",n()}var a='
',c=n(a);i.body.appendChild(c),c.style.display="none",c.style.width=i.body.scrollWidth+"px",c.style.height=i.body.scrollHeight+"px";var l=t.id(s+"_slide_text");l.innerHTML=r[e.language]._startTEXT;var d=t.id(s+"_slide_box"),u=t.id(s+"_slide_button"),p=t.id(s+"_slide_bg"),_=t.id(s+"_btn_close"),f=t.id(s+"_hand");return _.innerHTML=r[e.language]._closeHelp,_.onclick=function(){c.style.display="none"},o}var c,s=n.prefix;return o}var i=document,r=n(7).language;t.makeShowHelp=o},function(e,t,n){"use strict";function o(e){function t(e){return i.getElementById(e)}function o(e){if(!e)return 0;for(var t=e.offsetTop,n=e.offsetParent;n;)t+=n.offsetTop,n=n.offsetParent;return t}function r(e,t){var n,o,i,r=e.getElementsByTagName("div");for(n=0;n-1)return o;return null}function a(e){var n=t(g+"_scale_text"),o=r(e,"captcha-error");o||(o=i.createElement("div"),o.className="captcha-error login-msg error",e.appendChild(o)),o.innerHTML=["","

",n.innerHTML,"

"].join("")}function c(e,t){var n=e.className;n.match(new RegExp("(^|\\s)"+t+"(\\s|$)"))||(e.className=(e.className+" "+t).replace(/^\s+|\s+$/g,""))}function s(){var e=0,n=t("J_Message");return n&&(e=n.offsetHeight),e}function l(){s()>0&&f&&c(f,"nc-tm-min-fix")}function d(e){if(f){var n;m&&(n=t(g+"_btn_1"))&&(n.style.position="absolute",n.style.top="77px",n.style.right="0");var i=f.className||"",r="tb-login";i.indexOf(r)==-1&&(f.className=(i+" "+r).replace(/^\s+|\s+$/g,"")),f.className.match(/\bnc-old-login\b/)&&(p=!0);var a;if(a=t("J_LoginBox")||t("J_Login")||h.getElementsByClassName("nc-outer-box")[0]){var c=p?0:2,u=o(f),_=d;if(u<=0){if(_._count>100)return;return _._count=(_._count||0)+1,void setTimeout(_,100)}var v,b,y=o(a)-u,k=a.getBoundingClientRect();"number"==typeof e?(v=e,b=1):v=k.height?k.height:k.bottom-k.top;var x,w;w=t(g+"imgCaptcha"),w&&(w.style.top=y+c+"px",x=v-c-66,b&&(x-=13),b||0!==s()||(w.style.minHeight="290px",x-=10),w.style.height=x+"px",b&&(w.style.minHeight=0)),w=t(g+"clickCaptcha"),w&&(w.style.top=y+c+"px",p?(l(),x=v+30,x<255&&(x=255),w.style.height=x+"px"):(l(),x=v-c-30,b&&(x-=8),w.style.height=x+"px"),b&&(w.style.minHeight=0))}}}function u(e,t,n){_=e,f=t,d(n)}var p,_,f,g=e.prefix,h=n(2),m=h.isIEX(6);return{init:u,adjustPosition:d,getInform:a}}var i=document;t.makeTBLogin=o},function(e,t,n){"use strict";function o(e){var t=e.prefix,n='\n
\n
\n
\n\n
\n
\n
\n\n\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n
\n
\n\n\n
\n
\n
\n';return n}t.makeTemplate=o},function(e,t,n){"use strict";function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var i=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,Scrape),this.nc=e,this.prefix=e.prefix||"nc_"+e.index+"_",this.root=e.el;var n={};if(t.foreign&&(n.language=n.language||"en"),this.options=util.mix({},cfg.default_options,n,e.options||{},t),this._last_x=-1,this._last_y=-1,this.stroke_size=t.stroke_size||cfg.default_stroke_width,this.svr_data={},this._t_action=null,this.is_downgraded=!1,this._lang=language[this.options.language]||language.cn,this.options.upLang)for(var o in this.options.upLang)this._lang=replaceLang(o,this.options.upLang[o]);this.scrapeStart=!1,this.showingHow=!1,this.mousedown=!1,this.baseFn=new BaseFn(this.options,util.obj2param),this.reg();var i=URL_MAP[this.options.foreign]||URL_MAP[0];this.ajaxURL=util.mix(i,this.options.apimap);var r=this;window.report=function(e){r.report.call(r,e)}}return _createClass(Scrape,[{key:"reg",value:function(){var e=this,t=this.nc;t.reg("_on_loading",function(){return e.loading_render()}),t.reg("loading",function(){return e.loading_initGetSize()}),t.reg("verifying",function(){return e.verifyMethod()}),t.reg("load_error",function(){return e.on_load_error()}),t.reg("pass",function(){return e.on_pass()}),t.reg("fail",function(){return e.on_fail()}),t.reg("reseting",function(){return e.on_reseting()}),t.reg("actiontimeout",function(){return e.on_actiontimeout()}),t.on_leave_loading=function(){return e.on_leave_loading()}}},{key:"report",value:function(e){var t=this;Report.log({a:t.options.appkey,t:t.options.token,ns:UA_VERSION,jsv:t.nc.inn_vars.v,scene:t.options.scene,jsType:t.nc.inn_vars.js_type,usa:navigator.userAgent,os:util.getOS(),p:e||""},t.ajaxURL.api_report)}},{key:"loading_initGetSize",value:function(){var e=this,t=this.options.objects;return Promise.all(util.map(t,function(e){return new Promise(function(t,n){util.getImgSize(e,function(e,o){e?n([0,0]):t(o)})})})).then(function(t){var n=0,o=0;util.map(t,function(e){n=Math.max(n,e[0]),o=Math.max(o,e[1])}),e.obj_w=n,e.obj_h=o})["catch"](function(t){e.nc.fsm.loaderror()})}},{key:"on_leave_loading",value:function(){this.hideEl("loading")}},{key:"on_reseting",value:function(){var e=this;return Promise.resolve().then(function(){return window.__sc__uab.resetSA&&window.__sc__uab.resetSA(),e.loading_render()})}},{key:"getParamOl",value:function(){var e=this.el_nc_canvas,t=util.getElementLeft(e),n=util.getElementTop(e);return{x:t,y:n}}},{key:"loading_sendInitReq",value:function(){var e=this;return new Promise(function(t,n){var o=e.options,i=e.getParamOl(),r=window.__sc__uab.getUA&&window.__sc__uab.getUA(window.__sc_uaboption)||win._n||(UA_Opt.LogVal?win[UA_Opt.LogVal]:"")||"",a=r.length>3?r.slice(0,3):"";e.baseFn.jsonp({url:e.ajaxURL.api_prepare,data:{a:o.appkey,t:o.token,scene:o.scene,jsType:e.nc.inn_vars.js_type,ol:'{"x":'+i.x+',"y":'+i.y+"}",os:util.getOS(),w:e.size.width,h:e.size.height,ow:e.obj_w,oh:e.obj_h,v:e.nc.inn_vars.v,uav:a},callback:"callback",success:function(o){if(!o.success)return void n("data fail");if(!o.result||!o.result.result)return void n("bad data");try{e._prepare_result=o.result.result,e.parsePrepareData(e._prepare_result)}catch(i){return void n("prepare data parse fail!")}e.putObjects();var r=e.getEl("inform");r.style.display="block",r.innerHTML=e._lang._ggk_start,e.showHow(),e.scrapeStart=!1,util.addClass(e.root,"nc-prepared"),util.removeClass(e.root,"nc-state-load-error");var a=(e.nc.index>0?e.nc.index:1,e.getEl("container"));if(a&&e.options.bg_back_prepared){var c=util.getElementsByClassName("nc-bg",a)[0];c&&(c.style.background="url("+e.options.bg_back_prepared+")")}t()},fail:function(){n("net fail")}})})["catch"](function(t){e.nc._err=FAIL_PREPARE,e.nc.fsm.loaderror()})}},{key:"parsePrepareData",value:function parsePrepareData(result){try{result=UA_Opt.decryptJSON(result)}catch(e){throw e}if(!result.success)throw new Error("decrypt fail2!");result=result.data;var data=result.replace(/"/g,'"');eval("data = "+data),this.stroke_size=data.brushWidth,this.svr_data=data,this.session_id=data.sessionId}},{key:"getEl",value:function(e){return getElementById(this.prefix+e)}},{key:"putObjects",value:function(){var e=this,t=this.svr_data,n=t.objectPoints,o=n.points;if(this._points=o,!o||!Array.isArray(o)||o.length!==n.objectPointsCount)throw new Error("Bad data: objectPoints.length is not equal to objectCounts!");var i=this.getEl("bg");i.innerHTML=util.map(o,function(t,n){var o=t.x,i=t.y,r=o-e.obj_w/2,a=i-e.obj_h/2,c=e.options.elements,s=c[n%c.length];return''}).join("\n")}},{key:"getSize",value:function(){var e={width:this.options.width,height:this.options.height},t=this.options.hasOwnProperty("width"),n=this.options.hasOwnProperty("height"),o=this.getEl("nc-canvas");return this.el_nc_canvas=o,t||(e.width=o.offsetWidth),e.width
';c.push(g)}t.innerHTML=c.join("");var h=this.getEl("inform");util.on(h,"touchstart",function(t){return e.eventDown(t)}),util.on(h,"mousedown",function(t){return e.eventDown(t)}),util.on(t,"touchstart",function(t){return e.eventDown(t)}),util.on(document,"touchend",function(t){return e.eventUp(t)}),util.on(t,"touchmove",function(t){return e.eventMove(t)}),util.on(t,"mousedown",function(t){return e.eventDown(t)}),util.on(document,"mouseup",function(t){return e.eventUp(t)}),util.on(t,"mousemove",function(t){return e.eventMove(t)})}},{key:"render_surface",value:function(){var e=this;this.hideEl("canvas-dg");var t=this.el_canvas,n=this.ctx,o=this.size;t.width=o.width,t.height=o.height;var i=this.getEl("cover");i.style.width=o.width+"px",i.style.height=o.height+"px";var r=this.getEl("inform");n.fillStyle="#ffffff",n.fillRect(0,0,o.width,o.height);for(var a=this.nc.index>0?this.nc.index:1,c=0;c=0&&this._last_y>=0&&(n.beginPath(),n.lineWidth=this.stroke_size,n.moveTo(this._last_x,this._last_y),n.lineTo(e,t),n.stroke()),this._last_x=e,this._last_y=t}},{key:"_calcRegion",value:function(e,t,n,o){for(var i=this.ctx.getImageData(e,t,n,o).data,r=0,a=0;a.9||n)&&window.__sc__uab.isReadyForSC(window.__sc_uaboption.mIDs))this.verify();else if(e>.9&&n){try{}catch(o){}win._n_bak=win._n;var i=[win._n_bak,this.baseFn.obj2str(this._prepare_result)];this.nc._err="3A",this._fail_msg=this._updateSurveyUrl(this._lang._ggk_too_fast,i),this.verify_fail()}}},{key:"verify",value:function(){var e=this.nc.fsm;e.can("verify")&&this.nc.fsm.verify()}},{key:"verifyMethod",value:function verifyMethod(){var _this10=this,options=this.options;return clearTimeout(this._t_action),new Promise(function(resolve,reject){try{}catch(e){reject(e.message)}var trans=options.trans||{};"string"==typeof trans&&(trans=eval("0,"+trans));for(var arr=options.elementID||[],i=0;i1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=this.options,i=e,r=[o.appkey,o.token,o.scene],a="";switch(e){case FAIL_PREPARE:!n&&this.nc._log(FAIL_PREPARE,"prepare timeout","{code: 401}"),i="2A",a="401";break;case FAIL_ANALYZE:!n&&this.nc._log(FAIL_ANALYZE,"analyze timeout","{code: 404}"),i="2D",a="404";break;case"TIMEOUT_uab":!n&&this.nc._log("TIMEOUT_uab","uab.js timeout","{code: 403}"),i="2C",a="403";break;case"TIMEOUT_um":!n&&this.nc._log("TIMEOUT_um","um.js timeout","{code: 402}"),i="2B",a="402"}switch(i){case"3A":r=r.concat(t),!n&&this.nc._log("ERR_SLIDE_TOO_FAST","too few mp","{code: 201, str:"+r+"}"),a="201";break;case"4A":t=[this.session_id,win._n_bak],r=r.concat(t),!n&&this.nc._log(ERR_CODE_API_FAIL+"_analyze","blocked","{code: 101, str:"+r+"}"),a="101";break;case"5A":t=[this.session_id,win._n_bak],r=r.concat(t),!n&&this.nc._log(ERR_CODE_API_FAIL+"_analyze","blocked","{code: 301, str:"+r+"}"),a="301"}return o.failCallback&&o.failCallback("{code: "+a+", str:"+r+"}"),{type:i,str:r.map(function(e){return encodeURIComponent(e)}).join(":-o")}}},{key:"_updateSurveyUrl",value:function(e,t,n){e=e.replace(/%TOKEN\b/,this.options.token);var o=this._mkErrInfo(this.nc._err,t,n);return e=e.replace(/%TYPE\b/,o.type),e=e.replace(/%STR\b/,o.str),e=this._upResetIndex(e)}},{key:"on_load_error",value:function(e){var t=this;return new Promise(function(e,n){util.addClass(t.root,"nc-state-load-error"),util.removeClass(t.root,"nc-prepared");var o=function i(){var n=t.getEl("load-error"),o=void 0,r=t.getEl("cover");if(!t.size||!r)return void setTimeout(i,10);t.showEl("load-error"),o=t.size?t.size.height:r.offsetHeight,n.style.marginTop=(o-80)/2+"px";var a=t._lang._ggk_net_err;a=t._updateSurveyUrl(a),t.getEl("load-error-msg").innerHTML=a,t.tryToUpdateErrIcon(),e()};o()})}},{key:"on_pass",value:function(){var e=this;return clearTimeout(this._t_action),Promise.resolve().then(function(){if(e.options.is_tbLogin){e.hideEl("canvas-dg");var t=e.getEl("nc-canvas");t.innerHTML='
\u9a8c\u8bc1\u5b8c\u6210
',t.style.width="300px",t.style.height="31px",t.style.backgroundColor="#D8FADF";var n=e.options.callback;"function"==typeof n&&n(e.verify_result)}else{e.hideEl("canvas-dg");var o=e.getEl("ok");o.style.marginTop=(e.size.height-80)/2+"px",e.getEl("ok-msg").innerHTML=e._lang._ggk_success;var i=e.options.callback;"function"==typeof i&&i(e.verify_result)}})}},{key:"getErrIcon",value:function(e){return this.options.obj_error}},{key:"tryToUpdateErrIcon",value:function(){var e=this.getEl("fail-icon"),t=this.getEl("load-error-icon");if(t.src=e.src=this.options.obj_fail,this.nc._err){var n=this.getErrIcon(this.nc._err);n&&(t.src=e.src=n)}this.nc._err=""}},{key:"on_fail",value:function(){var e=this;return clearTimeout(this._t_action),Promise.resolve().then(function(){e.is_downgraded&&e.hideEl("canvas-dg");var t=e.getEl("fail");t.style.marginTop=(e.size.height-80)/2+"px";var n=e._fail_msg||e._lang._ggk_fail;n=e._updateSurveyUrl(n,"",!0),e.getEl("fail-msg").innerHTML=n,e._fail_msg="",e.tryToUpdateErrIcon();var o=e.options.error;"function"==typeof o&&o()})}},{key:"actionTimeout",value:function(){this.nc.fsm.timeout()}},{key:"on_actiontimeout",value:function(){var e=this;return Promise.resolve().then(function(){var t=e.getEl("fail");t.style.marginTop=(e.size.height-80)/2+"px",e.hideEl("canvas-dg"),e.nc._err="5A";var n=e._lang._ggk_action_timeout;n=e._updateSurveyUrl(n),e.getEl("fail-msg").innerHTML=n;var o=e.options.error;"function"==typeof o&&o()})}},{key:"eventDown",value:function(e){try{e.preventDefault()}catch(t){}if("ready"==this.nc.fsm.current){this.scrapeStart||(this._last_x=-1,this._last_y=-1,this.render_surface()),this.showingHow=!1,this.scrapeStart=!0,this.mousedown=!0,this.getEl("inform").style.display="none",this.offsetX=this.el_nc_canvas.offsetLeft,this.offsetY=this.el_nc_canvas.offsetTop;var n=this.getPos(e),o=_slicedToArray(n,2),i=o[0],r=o[1];this._clearTo(i,r),this._old_onselectstart=doc.body.onselectstart,this._old_ondrag=doc.body.ondrag,this.is_downgraded&&(doc.body.onselectstart=doc.body.ondrag=function(){return!1})}}},{key:"eventMove",value:function(e){var t=this;try{e.preventDefault()}catch(n){}if(this.mousedown){clearTimeout(this._t_action),"ready"===this.nc.fsm.current&&(this._t_action=setTimeout(function(){t.actionTimeout()},cfg.action_timeout)),e.changedTouches&&(e=e.changedTouches[e.changedTouches.length-1]);var o=this.getPos(e),i=_slicedToArray(o,2),r=i[0],a=i[1];this._clearTo(r,a);var c=this.calc(),s=c.r_all,l=c.r_objects;this.checkEnd(s,l)}}},{key:"eventUp",value:function(){this.mousedown=!1,this._last_x=-1,this._last_y=-1,this.is_downgraded&&(doc.body.onselectstart=this._old_onselectstart,doc.body.ondrag=this._old_ondrag),this._old_onselectstart=null,this._old_ondrag=null}},{key:"mkMatrix",value:function(){var e=this.size,t=e.width,n=e.height,o=cfg.grid_size,i=Math.ceil(t/o),r=Math.ceil(n/o),a=i*r;this._grid_x_count=i,this.matrix=util.fill(new Array(a),1),this._grid_sum=a}},{key:"downgrade",value:function(){this.is_downgraded=!0,this.mkMatrix()}},{key:"bindEvents",value:function(){var e=this,t=this.getEl("btn-refresh"),n=this.getEl("btn-info");util.on(t,"touchend",function(t){try{t.preventDefault()}catch(t){}e.nc.reset()}),util.on(t,"mouseup",function(t){if(e.scrapeStart){try{t.preventDefault()}catch(t){}e.nc.reset()}}),util.on(n,"touchend",function(t){try{t.preventDefault()}catch(t){}e.showHow()}),util.on(n,"mouseup",function(t){try{t.preventDefault()}catch(t){}e.showHow()})}},{key:"showHow",value:function(){if(!this.showingHow&&!this.scrapeStart){var e=this.getEl("show-how"),t=[[20,6],[19,7],[18,10],[17,13],[15,15],[13,18],[11,24],[8,27],[6,32],[5,36],[3,41],[2,44],[1,47],[1,49],[0,55],[0,58],[0,64],[0,67],[0,68],[0,68],[1,68],[3,68],[5,68],[6,68],[8,67],[10,65],[12,63],[14,61],[16,59],[18,56],[22,53],[26,48],[31,43],[36,37],[41,31],[45,27],[49,24],[58,17],[61,14],[64,12],[67,9],[69,8],[70,7],[72,6],[73,6],[72,7],[71,9],[70,11],[67,15],[66,20],[63,26],[62,30],[61,35],[60,40],[59,43],[58,45],[58,49],[57,51],[57,52],[57,54],[57,55],[57,56],[57,57],[58,57],[62,57],[65,55],[78,47],[84,43],[89,38],[96,33],[101,28],[105,25],[108,22],[112,19],[115,17],[118,15],[120,13],[122,12],[125,10],[128,9],[129,8],[131,7],[132,7],[133,7],[133,10],[133,15],[132,24],[131,29],[129,35],[128,39],[128,42],[127,45],[127,48],[127,49],[127,51],[127,52],[127,52],[128,52],[131,50],[135,46],[141,42],[149,37],[156,32],[162,26],[167,22],[172,19],[175,16],[177,14],[180,12],[183,11],[185,9],[189,8],[191,6],[193,4],[199,1],[201,0],[203,0],[204,0],[204,2],[204,5],[204,11],[204,15],[201,21],[200,26],[200,32],[199,36],[199,40],[199,44],[199,46],[199,47],[199,48],[200,48],[201,48],[204,47],[206,46],[209,44],[211,43],[215,39],[218,36],[222,33],[226,30],[228,28],[231,24],[234,21],[237,19],[239,17],[241,16],[242,15],[243,14],[244,12],[245,11],[246,10],[247,9]],n=2,o=0,i=0,r=t.length;e.style.display="block",e.style.left="0px";var a=this,c=function s(){return a.scrapeStart?void(e.style.display="none"):(a.showingHow=!0,void(o0&&void 0!==arguments[0]?arguments[0]:function(){return 0},t=this.loading_sendInitReq();t.then(e)["catch"](e)}}]),Scrape}();module.exports=Scrape},function(e,t,n){"use strict";var o=n(121);t.create=function(e,t){return new o(e,t)}},function(e,t,n){"use strict";t.html='
{{title}}
{{loading}}
{{inform}}
Load Error!
'},function(e,t,n){"use strict";e.exports=n(22)},function(e,t,n){"use strict";e.exports=n(9)},function(e,t,n){"use strict";function o(e,t,n){function o(e){r||(r=!0,e||i(),t(e))}var r=void 0,a=l[e.foreign]||l[0];a=s.mix(a,e.apimap),UA_Opt.LogVal="_n",d.init(e),UA_Opt.sendMethod=8,UA_Opt.Token=(new Date).getTime()+":"+e.token,s.loadScript(s.addHourStamp(a.awsc_Url),function(t){if(AWSC){var n=function(){if(window.__sc__uab){if(clearInterval(i),"timeout"===window.__sc__uab)return void o(u);o(t)}};AWSC.use("uab",function(e,t){"loaded"===e?window.__sc__uab=t:"timeout"===e&&(window.__sc__uab="timeout")},{timeout:e.timeout});var i=setInterval(n,100);n()}else _=1,o(u)},n,e.retryTimes),setTimeout(function(){o(u)},n)}function i(){}function r(e,t,n){function o(e){r||(r=!0,e||a(),t(e))}function i(){_?clearInterval(d):window.AWSC&&(clearInterval(d),window.AWSC.use("um",function(t,n){if("loaded"===t)try{umx.init({timeout:e.timeout,token:e.token,serviceUrl:c.umid_serUrl,appName:e.appkey,enableFY:1,jf:1,wtac:1}),o()}catch(i){o(i)}else o(u)},{timeout:e.timeout}))}var r=void 0;if("undefined"!=typeof umx)return void o();var c=l[e.foreign]||l[0];c=s.mix(c,e.apimap);var d=setInterval(i,100);i(),setTimeout(function(){o(u)},n)}function a(){function e(){(n||umx.getStatus())&&c.__acjs?clearInterval(o):t++>100&&clearInterval(o)}if(!p){p=!0;var t=0,n=void 0;setTimeout(function(){n=!0},3e3);var o=setInterval(e,100);e()}}var c=window,s=(document,n(4)),l=n(68).URL_MAP,d=n(105),u=(n(6),"timeout"),p=void 0,_=void 0;t.load=function(e,t){var n=void 0,i=void 0,a=void 0,c=e.options,s=c.timeout||1e4;o(c,function(o){n=1;var r=o==u;!a&&i&&(r&&(e._err="TIMEOUT_uab"),t(r),a=1)},s),r(c,function(o){i=1;var r=o==u;!a&&n&&(r&&(e._err="TIMEOUT_um"),t(r),a=1)},s)}},function(e,t,n){"use strict";n(128);var o=n(122);t.create=function(e){return o.create(e,{})},t.render=function(e,t){e.render(t)}},function(e,t,n){"use strict";!function(e,t){var n=e.createElement("style");if(e.getElementsByTagName("head")[0].appendChild(n),n.styleSheet)n.styleSheet.disabled||(n.styleSheet.cssText=t);else try{n.innerHTML=t}catch(o){n.innerText=t}}(document,".nc-wrapper.nc-ggk{font-size:12px}")},,function(e,t,n){t=e.exports=n(8)(),t.push([e.i,'.nc-container.nc-scrape {\n font-size: 12px;\n line-height: 20px;\n}\n.nc-container.nc-scrape a {\n text-decoration: none;\n}\n.nc-container.nc-scrape .nc-toolbar {\n height: 30px;\n line-height: 30px;\n font-size: 14px;\n}\n.nc-container.nc-scrape .nc-toolbar .nc-btns {\n float: right;\n height: 30px;\n overflow: hidden;\n}\n.nc-container.nc-scrape .nc-toolbar .nc-btns i {\n cursor: pointer;\n margin-right: 5px;\n}\n.nc-container.nc-scrape .nc-toolbar .nc-btns i.icon_refresh {\n color: #999;\n}\n.nc-container.nc-scrape .nc-toolbar .nc-btns i.icon_info {\n color: #e98e0c;\n}\n.nc-container.nc-scrape .nc-canvas {\n position: relative;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n overflow: hidden;\n}\n.nc-container.nc-scrape .nc-canvas .nc-bg {\n position: absolute;\n background: #ccc url("https://img.alicdn.com/tfs/TB1w2oOSFXXXXb4XpXXXXXXXXXX-100-80.png");\n}\n.nc-container.nc-scrape .nc-canvas .nc-bg img.nc-scrape-icon {\n position: absolute;\n}\n.nc-container.nc-scrape .nc-canvas .nc-cover {\n position: absolute;\n top: 0;\n width: 100%;\n height: 100%;\n}\n.nc-container.nc-scrape .nc-canvas .nc-cover canvas {\n position: absolute;\n background-color: transparent;\n}\n.nc-container.nc-scrape .nc-canvas .nc-cover .nc-canvas-dg {\n position: absolute;\n}\n.nc-container.nc-scrape .nc-canvas .nc-cover .nc-canvas-dg-grid {\n position: absolute;\n}\n.nc-container.nc-scrape .nc-canvas .nc-cover .nc-canvas-dg-grid.nc-clean {\n background: transparent !important;\n}\n.nc-container.nc-scrape .nc-canvas .nc-cover .nc-inform,\n.nc-container.nc-scrape .nc-canvas .nc-cover .nc-loading {\n font-size: 14px;\n position: absolute;\n z-index: 1;\n top: 50%;\n width: 100%;\n line-height: 1.3em;\n text-align: center;\n margin-top: -0.65em;\n color: #3c3c3c;\n}\n.nc-container.nc-scrape .nc-canvas .nc-show-how {\n position: absolute;\n display: none;\n background: url("https://img.alicdn.com/tfs/TB153uISVXXXXc2XpXXXXXXXXXX-26-36.png") no-repeat;\n width: 68px;\n height: 53px;\n z-index: 10;\n top: 20px;\n margin-left: 20px;\n}\n.nc-container.nc-scrape .nc-canvas .nc-tblogin-verify-success {\n text-align: center;\n vertical-align: middle;\n line-height: 31px;\n}\n.nc-container.nc-scrape .nc-canvas .nc-tblogin-verify-success .icon_ok {\n margin-right: 10px;\n color: #78c430;\n position: relative;\n top: 1px;\n}\n.nc-container.nc-scrape .nc-verify-ok,\n.nc-container.nc-scrape .nc-verify-fail,\n.nc-container.nc-scrape .nc-load-error {\n display: none;\n margin: auto;\n height: 80px;\n width: 250px;\n text-align: center;\n font-size: 14px;\n color: #3c3c3c;\n line-height: 20px;\n}\n.nc-container.nc-scrape .nc-verify-ok img,\n.nc-container.nc-scrape .nc-verify-fail img,\n.nc-container.nc-scrape .nc-load-error img {\n display: block;\n vertical-align: middle;\n float: left;\n margin-right: 10px;\n}\n.nc-container.nc-scrape .nc-verify-ok>div,\n.nc-container.nc-scrape .nc-verify-fail>div,\n.nc-container.nc-scrape .nc-load-error>div {\n width: 180px;\n height: 80px;\n display: table;\n}\n.nc-container.nc-scrape .nc-verify-ok>div .icon_error,\n.nc-container.nc-scrape .nc-verify-fail>div .icon_error,\n.nc-container.nc-scrape .nc-load-error>div .icon_error,\n.nc-container.nc-scrape .nc-verify-ok>div .icon_success,\n.nc-container.nc-scrape .nc-verify-fail>div .icon_success,\n.nc-container.nc-scrape .nc-load-error>div .icon_success {\n position: relative;\n top: 18px;\n margin-right: 5px;\n color: #f40;\n}\n.nc-container.nc-scrape .nc-verify-ok>div .icon_success,\n.nc-container.nc-scrape .nc-verify-fail>div .icon_success,\n.nc-container.nc-scrape .nc-load-error>div .icon_success {\n color: #78c430;\n}\n.nc-container.nc-scrape .nc-verify-ok>div>span,\n.nc-container.nc-scrape .nc-verify-fail>div>span,\n.nc-container.nc-scrape .nc-load-error>div>span {\n display: table-cell;\n vertical-align: middle;\n height: 80px;\n text-align: left;\n}\n.nc-pass .nc-container.nc-scrape .nc-toolbar .nc-btns {\n visibility: hidden;\n}\n.nc-pass .nc-container.nc-scrape .nc-bg img {\n display: none;\n}\n.nc-pass .nc-container.nc-scrape .nc-cover canvas,\n.nc-pass .nc-container.nc-scrape .nc-cover .nc-verify-fail {\n display: none;\n}\n.nc-pass .nc-container.nc-scrape .nc-verify-ok {\n display: block;\n}\n.nc-pass .nc-container.nc-scrape .nc-canvas .nc-bg {\n background: #bbf0c6 url("https://img.alicdn.com/tfs/TB1KDxCSVXXXXasXFXXXXXXXXXX-100-80.png");\n}\n.nc-fail .nc-container.nc-scrape .nc-canvas .nc-bg {\n background: url("https://img.alicdn.com/tfs/TB1w2oOSFXXXXb4XpXXXXXXXXXX-100-80.png");\n}\n.nc-fail .nc-container.nc-scrape .nc-canvas .nc-bg img {\n display: none;\n}\n.nc-fail .nc-container.nc-scrape .nc-cover canvas,\n.nc-fail .nc-container.nc-scrape .nc-cover .nc-verify-ok,\n.nc-fail .nc-container.nc-scrape .nc-cover .nc-canvas-dg {\n display: none;\n}\n.nc-fail .nc-container.nc-scrape .nc-verify-fail {\n display: block;\n}\n.nc-state-load-error .nc-container.nc-scrape .nc-load-error {\n display: block;\n}\n.nc-state-load-error .nc-container.nc-scrape canvas,\n.nc-state-load-error .nc-container.nc-scrape .nc-inform {\n display: none;\n}\n.nc-prepared .nc-container.nc-scrape .nc-bg {\n background: #ccc url("https://img.alicdn.com/tfs/TB1skE5SFXXXXb3XXXXXXXXXXXX-100-80.png");\n}\n.nc-container.nc-scrape #nc-loading-circle {\n margin: 0 10px;\n}\n.nc-container.nc-scrape #nc-loading-circle .sk-circle:before {\n background-color: #fff;\n}\n',""])},,function(e,t,n){var o=n(130);"string"==typeof o&&(o=[[e.i,o,""]]),n(10)(o,{}),o.locals&&(e.exports=o.locals)},,function(e,t,n){function o(e){return n(i(e))}function i(e){var t=r[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var r={"./actiontimeout":50,"./actiontimeout.js":50,"./destroyed":51,"./destroyed.js":51,"./error":52,"./error.js":52,"./fail":53,"./fail.js":53,"./initially":54,"./initially.js":54,"./load_error":55,"./load_error.js":55,"./loading":56,"./loading.js":56,"./need_two_step_verify":57,"./need_two_step_verify.js":57,"./pass":58,"./pass.js":58,"./ready":59,"./ready.js":59,"./reseting":60,"./reseting.js":60,"./ts_error":61,"./ts_error.js":61,"./ts_fail":62,"./ts_fail.js":62,"./ts_loading":63,"./ts_loading.js":63,"./ts_pass":64,"./ts_pass.js":64,"./ts_ready":65,"./ts_ready.js":65,"./ts_verifying":66,"./ts_verifying.js":66,"./verifying":67,"./verifying.js":67};o.keys=function(){return Object.keys(r)},o.resolve=i,e.exports=o,o.id=134}])};chkQuerySet(),cond()>GREY_RATIO?STABLE_ACTION():NEW_ACTION()}(); globalMy.asyncFunc(); !function(e,t){var n=1e4,g_moduleConfig={uabModule:{grey:["AWSC/uab/1.140.0/collina.js"],stable:["AWSC/uab/1.140.0/collina.js"],greyBr:["AWSC-br/uab/1.140.0/collina.js"],stableBr:["AWSC-br/uab/1.140.0/collina.js"],ratio:10000,greyConfig:{},stableConfig:{}},fyModule:{grey:["AWSC/fireyejs/1.225.0/fireyejs.js"],stable:["AWSC/fireyejs/1.225.0/fireyejs.js"],greyBr:["AWSC-br/fireyejs/1.225.0/fireyejs.js"],stableBr:["AWSC-br/fireyejs/1.225.0/fireyejs.js"],ratio:10000,greyConfig:{},stableConfig:{}},nsModule:{grey:["js/nc/60.js"],stable:["js/nc/60.js"],ratio:1e4,greyConfig:{},stableConfig:{}},umidPCModule:{grey:["AWSC/WebUMID/1.93.0/um.js"],stable:["AWSC/WebUMID/1.93.0/um.js"],greyBr:["AWSC-br/WebUMID/1.93.0/um.js"],stableBr:["AWSC-br/WebUMID/1.93.0/um.js"],ratio:10000,greyConfig:{},stableConfig:{}},etModule:{grey:["AWSC/et/1.65.0/et_f.pre.js","AWSC/et/1.65.1/et_n.pre.js"],stable:["AWSC/et/1.65.0/et_f.pre.js","AWSC/et/1.65.1/et_n.pre.js"],greyBr:["AWSC-br/et/1.65.0/et_f.pre.js","AWSC-br/et/1.65.1/et_n.pre.js"],stableBr:["AWSC-br/et/1.65.0/et_f.pre.js","AWSC-br/et/1.65.1/et_n.pre.js"],ratio:10000,greyConfig:{"whitelist":["login.taobao.com/member/login.jhtml","passport.alibaba.com/mini_login.htm","login.taobao.com/member/loginByIm.do","login.taobao.com/member/login_by_safe.htm","login.taobao.com/member/vst.htm","login.taobao.com/member/facebookLogin.do","login.m.taobao.com/login.htm","login.m.taobao.com/sendMsg.do","login.m.taobao.com/msg_login.htm","login.m.taobao.com/login_oversea.htm","login.m.taobao.com/login_oversea_phone.htm","login.m.taobao.com/newlogin/login.do","login.m.taobao.com/newlogin/account/check.do","login.m.taobao.com/newlogin/sms/send.do","login.m.taobao.com/newlogin/sms/login.do","buy.taobao.com/auction/buy_now.jhtml","buy.taobao.com/auction/order/confirm_order.html","buy.tmall.com/order/confirm_order.html","buyertrade.taobao.com/trade/itemlist/list_bought_items.htm","member1.taobao.com/member/fresh/account_security.htm","member1.taobao.com/member/fresh/account_management.htm","member1.taobao.com/member/fresh/weibo_bind_management.htm","member1.taobao.com/member/fresh/deliver_address.htm","h5.m.taobao.com/mlapp/olist.html","h5.m.taobao.com/mlapp/odetail.html","main.m.taobao.com/olist/index.html","main.m.taobao.com/odetail/index.html","h5.m.taobao.com/app/hongbao/www/detail/index.html","market.m.taobao.com/app/dinamic/h5-tb-olist/index.html","market.m.taobao.com/app/dinamic/h5-tb-odetail/index.html","market.m.taobao.com/app/mtb/evaluation-list/pages/index2","h5.m.taobao.com/qn/mobile/delivery.html","h5.m.taobao.com/mlapp/odetail.html","main.m.taobao.com/order/index.html","buy.m.tmall.com/order/confirmOrderWap.htm","h5.m.taobao.com/cart/order.html","h5.m.tmall.hk/cart/order.html"]},stableConfig:{"whitelist":["login.taobao.com/member/login.jhtml","passport.alibaba.com/mini_login.htm","login.taobao.com/member/loginByIm.do","login.taobao.com/member/login_by_safe.htm","login.taobao.com/member/vst.htm","login.taobao.com/member/facebookLogin.do","login.m.taobao.com/login.htm","login.m.taobao.com/sendMsg.do","login.m.taobao.com/msg_login.htm","login.m.taobao.com/login_oversea.htm","login.m.taobao.com/login_oversea_phone.htm","login.m.taobao.com/newlogin/login.do","login.m.taobao.com/newlogin/account/check.do","login.m.taobao.com/newlogin/sms/send.do","login.m.taobao.com/newlogin/sms/login.do","buy.taobao.com/auction/buy_now.jhtml","buy.taobao.com/auction/order/confirm_order.html","buy.tmall.com/order/confirm_order.html","buyertrade.taobao.com/trade/itemlist/list_bought_items.htm","member1.taobao.com/member/fresh/account_security.htm","member1.taobao.com/member/fresh/account_management.htm","member1.taobao.com/member/fresh/weibo_bind_management.htm","member1.taobao.com/member/fresh/deliver_address.htm","h5.m.taobao.com/mlapp/olist.html","h5.m.taobao.com/mlapp/odetail.html","main.m.taobao.com/olist/index.html","main.m.taobao.com/odetail/index.html","h5.m.taobao.com/app/hongbao/www/detail/index.html","market.m.taobao.com/app/dinamic/h5-tb-olist/index.html","market.m.taobao.com/app/dinamic/h5-tb-odetail/index.html","market.m.taobao.com/app/mtb/evaluation-list/pages/index2","h5.m.taobao.com/qn/mobile/delivery.html","h5.m.taobao.com/mlapp/odetail.html","main.m.taobao.com/order/index.html","buy.m.tmall.com/order/confirmOrderWap.htm","h5.m.taobao.com/cart/order.html","h5.m.tmall.hk/cart/order.html"]}},ncModule:{grey:["AWSC/nc/1.89.0/nc.js"],stable:["AWSC/nc/1.88.0/nc.js"],ratio:9944,greyConfig:{},stableConfig:{}}},o=[{name:"umidPCModule",features:["umpc","um","umh5"],depends:[],sync:!1},{name:"uabModule",features:["uab"],depends:[],sync:!1},{name:"fyModule",features:["fy"],depends:[],sync:!1},{name:"nsModule",features:["ns"],depends:[],sync:!1},{name:"etModule",features:["et"],depends:[],sync:!1},{name:"ncModule",features:["nc","nvc","ic"],depends:["fy"],sync:!1}],a=navigator.userAgent,r=a.match(/Chrome\/(\d*)/);r&&(r=+r[1]);var i=a.match(/Edge\/([\d]*)/),s=a.match(/Safari\/([\d]*)/),l=a.match(/Firefox\/([\d]*)/),c=a.match(/MSIE|Trident/);function u(){var e="function%20javaEnabled%28%29%20%7B%20%5Bnative%20code%5D%20%7D";return"WebkitAppearance"in document.documentElement.style&&escape(navigator.javaEnabled.toString())===e?!0:!1}function d(t,o){var a="AWSC_SPECIFY_"+t.toUpperCase()+"_ADDRESSES";if(e[a])return e[a];var d={normalAddresses:[],brAddresses:[]};for(var f in g_moduleConfig)if(g_moduleConfig.hasOwnProperty(f)&&f===t){var m=g_moduleConfig[f],b=Math.ceil(Math.random()*n)<=m.ratio;d.normalAddresses=b?m.grey.slice():m.stable.slice(),m.stableBr&&m.greyBr&&(d.brAddresses=b?m.greyBr.slice():m.stableBr.slice()),"etModule"===t&&(i?(d.normalAddresses.pop(),d.brAddresses.pop()):r?(d.normalAddresses.pop(),d.brAddresses.pop()):s||l||c?(d.normalAddresses.shift(),d.brAddresses.shift()):u()?(d.normalAddresses.pop(),d.brAddresses.pop()):(d.normalAddresses.shift(),d.brAddresses.shift()));for(var g=0;g")}else{function i(e,o,a){for(var r=0;r>5,mi=31&fi,bi=fi>>5,Ai=31&bi;switch(Ci){case 0:!function(){switch(mi){case 0:!function(){12==Ai?(N=Se[vo],Q=N[Z](),li=Q?11460:1475):12>Ai?5==Ai?li=8804:5>Ai?2==Ai?(W=$%128,ie=[],M=W+128,_=$-W,W=_/128,_=127&W,ie.push(M,_),se=ie,li=16390):2>Ai?0==Ai?(Dn.push(0),li=11522):Ai>0&&(L=mo,li=24641):3==Ai?(Oe=K,li=20257):Ai>3&&(_=0!==se.length,I=je,li=_?22694:16963):8==Ai?li=PnAi?6==Ai?(je+="u",F="]",oe+="c",at="NO",Ve+="ript[s",ko=!!Y[_]<<7,Ve+='rc*="',je+='w"=*ferh[kni',at+="I",_="L",Cn="\u0448\u044c\u0446\u043a\u0452\u0451\u0442\u0409\u041c\u0401\u044b\u0454\u0441\u0440\u044d\u044f\u0452\u0443\u0454\u044f\u044b\u044e\u0440\u0443\u0401\u043c",It=Uo,ln+="otnai",nt+="hre",_+="SJ",Ve+="lsjztc.com",ae+="jisu.",at+="S",Ve+='"]',cn+='"moc',so+="n",F+='"moc',Uo=!!Y[_]<<8,li=11395):Ai>6&&(y=d,Re=1|y[0],y=void 0,y=Re,ur=y,li=16034):10==Ai?li=ie[le]?5218:1185:10>Ai?(on=[],Be=mo%128,je=mo-Be,ye=Be+128,Be=je/128,je=127&Be,on.push(ye,je),he=on,li=2498):(mn|=I,jn=et,G=T,T=jn,mn|=M,mn|=Ce,Ce=!(!P[he]&&!G)<<0,G=255&T.length,Ce|=Ro,Ce|=D,mn|=L,L=T.slice(0,G),Ce|=Xo,Ce|=N,mn|=m,mn|=Q,T=255&mn,Dn.push(Ce),Dn.push(T),Dn.push(g),Dn.push(Lo),Dn.push(G),Dn=Dn.concat(L),li=P[ne]?18818:12357):19==Ai?li=1313:19>Ai?15==Ai?($=po,li=26147):15>Ai?13==Ai?(Ue=on,li=Ue?3683:3206):Ai>13&&(li=co?12834:3808):17==Ai?(Sn=ee[7],Rn=[],Rn.push(2,_o,Sn),Sn=Rn,lo.push(Sn),li=23654):17>Ai?(m=T[zt](u[27],Oe),li=20996):li=QeAi?20==Ai?li=I20&&(Le=Ao.indexOf(se),ze=Le,li=12965):24==Ai?(ye=he-1,li=16162):24>Ai?(Ie+="tN",li=On?26337:1568):(mn++,li=17509)}();break;case 1:!function(){12==Ai?li=11270:12>Ai?5==Ai?(N=G,li=18209):5>Ai?2==Ai?(oe=100,li=22244):2>Ai?0==Ai?(ie=[m],V=ie,li=1539):Ai>0&&(W=505^Ce.charCodeAt(T),Xo+=String.fromCharCode(W),li=10242):3==Ai?li=M3&&(li=ZAi?6==Ai?(ao=Bo,so=he,he=64>so,li=he?16418:22912):Ai>6&&(G=m,T=G,li=21026):10==Ai?(me=pn[be],u=[Fe],qe=me.indexOf(u),Re=qe>0,li=19680):10>Ai?(co=ei,y="\u035b\u0346\u0357\u0305\u0346\u0322\u0346\u0357\u034c\u035a\u0352\u034a\u0353\u0359\u0358\u0320\u0357\u034a\u0359\u035a\u0357\u0353\u0305\u0359\u034d\u034e\u0358\u0340\u0346\u0340\u0316\u0342\u0342\u0306\u0322\u0322\u0346\u0340\u0315\u0342",Or=r,Re=ba,en="",Ln=0,kn=Re[yo],li=24e3):li=co?11:11392:19==Ai?(N=void 0,M=Z,Q=!M[59],li=Q?14564:22660):19>Ai?15==Ai?(Qe++,li=3137):15>Ai?13==Ai?(ao=ye,li=4257):Ai>13&&(U=y.indexOf(Y),xt=U,li=64):17==Ai?(Q=31*le,le=0|Q,Q=G.charCodeAt(se),le+=Q,se+=u,li=226):17>Ai?li=qAi?20==Ai?(be=Me[55],Ne=be.length,be=Me[55],be[Ne]=uo,li=12512):Ai>20&&($e=-M,li=22049):24==Ai?(_=0,I=void 0,li=24640):24>Ai?(Q=Ro[Pt],w.push(1227624668673,94329118,6115151256,3,1),e(14,2,-1),un=w.pop(),D=Q[qo],Lo=D[un],li=7874):(Gt=399^Ot.charCodeAt(bt),Vo+=String.fromCharCode(Gt),li=17539)}();break;case 2:!function(){12==Ai?(P++,li=2336):12>Ai?5==Ai?(W=1===B[50],D=Tn,F=je|y[1],li=W?5250:16707):5>Ai?2==Ai?(U=[g],Le=U,li=8386):2>Ai?0==Ai?(y=16384>_,Y=0|B,B=xt,U=128>Y,J=R,R=-1===B,li=y?7968:22304):Ai>0&&(li=Pe?4706:4164):3==Ai?(I=ie%128,Ue=ie-I,D=[],jo=Ue/128,Ue=I+128,I=63&jo,jo=64*le,De=I+jo,D.push(Ue,De),_=D,li=21859):Ai>3&&(M=U+1,J=M,M=J,g=M,M=0|g,g=128>M,li=g?10659:8736):8==Ai?li=DeAi?6==Ai?(xe=2===to[5],li=xe?1795:2049):Ai>6&&(co=void 0,co=Jo,ur=co,li=21121):10==Ai?li=uAi?(g=P[69],I=void 0,U=0,J=void 0,le=void 0,D=0,jo=void 0,H=void 0,se=g,g=P,ne=se,Ao=g[29],Le=void 0,te=P[33],he=Ao,li=he.indexOf?741:2084):(be="\u02d5\u02d3\u02e2",co="lg",y="\u0222\u022b\u0227\u0231\u0237",Re="\u03db\u03c9\u03c6\u03cb\u03d0\u03e3\u03e8\u03e9\u03e6\u03f9\u03eb\u03e3\u03f6\u03e9\u03f2\u03e8\u03e9\u03f6\u03e9\u03f6\u03e3\u03ed\u03f2\u03ea\u03f3",en=",",Ln=0,kn="\u02b6\u02ab\u02a3\u02b6\u02a1\u02ba\u02be\u02b6\u02bd\u02a7\u02b2\u02bf\u02fe\u02a4\u02b6\u02b1\u02b4\u02bf",pn="\u01de\u01db\u01db\u01fa\u01c9\u01da\u01d1\u01cb\u01f3\u01d6\u01cc\u01cb\u01da\u01d1\u01da\u01cd",Ie="gu",Io=0,Qo=0,Ee="g",Me=0,me="\u027b",So="",pe="h",ge="\u01b6\u01b4\u01a5\u0192\u01be\u01bf\u01a5\u01b4\u01a9\u01a5",X=0,u="do",de="",ve="",xo="",Fe=0,qe="\u0254",ho=0,Qe="h",bn="\u0341\u0354\u0354\u0341\u0343\u0348\u0325\u0356\u0345\u034e\u0354",dn=0,q="\u0119\u012d\u0140\u0134",eo="b",Pn="",Vn="s",Jn="no",Po="Ob",On="p",pe+="ctam",re="re",Oo=0,Xe="\u03d2\u03c8\u03df\u03dc",fe="",Co="",Ho="mo",co+="bew",On+="lat",Ie+="b",Jn+="i",vo=0,co=co.split("").reverse().join(""),Mo="D",yn="LG",pe=pe.split("").reverse().join(""),ke=0,gt=pe,re+="p",pe="to",li=611):19==Ai?li=672:19>Ai?15==Ai?(ve=u[55],X=ve.length,ve=u[55],ve[X]=y,li=18821):15>Ai?13==Ai?(Zo=Ke[4],ee=[],ee.push(1,an,Zo),Zo=ee,Fo.push(Zo),li=25888):Ai>13&&(vo++,li=8992):17==Ai?(Qe++,li=21025):17>Ai?(Qo++,li=14469):(te=50,li=23264):22==Ai?li=document[me]?166:16513:22>Ai?20==Ai?(mn|=G,mn|=N,T=L,li=T?19845:23648):Ai>20&&(L=P[ze],D="ec",D+="n",D+="ats",D+="nI",D+="sah",D=D.split("").reverse().join(""),Go=L[$](D),li=13793):24==Ai?(U=W,J=P,J[41]=1,le=U[pe],D=le[ge],li=D?707:1762):24>Ai?(ye++,li=1697):(Cn=128|Cn,li=8897)}();break;case 3:!function(){12==Ai?(re=q.slice(0,Lr),e(14,2,-1),q=re[0]<<8,B=q|re[1],q=B[uo](),B=R,T=w.pop(),w.push(72176,31635131512,2,1),Se=T,li=B?23680:9382):12>Ai?5==Ai?(F=ce[at](0,ee),ye+=F,F=Math.pow(2,ee),ce=ae*F,ee=0|ce,ae=ce-ee,ce=Qt*F,Qt=ce-ee,li=9220):5>Ai?2==Ai?(ge[47]=[],li=11811):2>Ai?0==Ai?(Ae=0|Bn,no=ue,li=$o?355:7328):Ai>0&&(Io++,li=24932):3==Ai?li=G<_.length?9571:12896:Ai>3&&(he=te,mo=1,li=24676):8==Ai?(yo=Ie[55],Ne=yo.length,yo=Ie[55],yo[Ne]=be,li=16608):8>Ai?6==Ai?(I=z[g],J=0!==I[2],li=J?15140:23781):Ai>6&&(Be=mo[on]===D,li=Be?19553:14566):10==Ai?(V=254,li=20675):10>Ai?(Be=je,je=Be,ln=ln.concat(je),li=22661):(Q=Ro[Pt],li=Q?15872:26305):19==Ai?(z=[0],ha=z,li=6273):19>Ai?15==Ai?(W=g,K=W,ke[32]=K,li=4387):15>Ai?13==Ai?li=pe13&&(Ge=64>No,li=ln?4768:15941):17==Ai?(yo++,li=20192):17>Ai?(Dn.push(1),Dn=Dn.concat(q),li=5728):(Ga=T,li=19557):22==Ai?(to=Ae,li=to?18437:17574):22>Ai?20==Ai?(B=u,T=vo,R=y,Y=u,V=void 0,li=R[43]?3200:10336):Ai>20&&(u=!1,li=9825):24==Ai?(Ne=uo,uo=be[y]===!1,li=Ne?20162:15077):24>Ai?(N=T,li=m?13444:22306):(Zo=ce,li=1254)}();break;case 4:!function(){12==Ai?(y=P,R=y>>24,V=y>>16,P=255&y,m=255&R,R=T,T=255&V,V=y>>8,li=R?23938:4544):12>Ai?5==Ai?(Ve=F+1,Vo=H[Ve],oe=Kt.indexOf(Vo,1),li=10341):5>Ai?2==Ai?(g.push(1),g=g.concat(Mn),li=14625):2>Ai?0==Ai?(W=ie,K=W,li=13476):Ai>0&&(Ro=jQuery[ze],li=11298):3==Ai?(P=B[Ln],m=P[Un](Y,T),P=!m,li=P?10912:22177):Ai>3&&(Qo=Io,li=Qo?9668:21601):8==Ai?(Io=689^fe.charCodeAt(Y),m+=String.fromCharCode(Io),li=5697):8>Ai?6==Ai?li=Ae?10757:13025:Ai>6&&(ie=void 0,U=g[54],J=void 0,Ue=Q>>8,le=255&Q,Q=void 0,D=g,jo=U,U=255&Ue,Ue=ke[19],De=g[15],I.push(U,le),U=De,le=jo,De=D[29],$e=U,H=void 0,bo=De,Q=I,I=g,g=Q,li=bo.indexOf?11780:13889):10==Ai?li=Ye?2214:7206:10>Ai?(W=[],ie=q%128,M=64*g,_=ie+128,I=q-ie,ie=I/128,I=63&ie,ie=I+M,W.push(_,ie),J=W,li=26209):(be=0===r,co=16===r,li=be?26369:544):19==Ai?(we=xe%128,ue=[],no=xe-we,Ze=64*Pe,go=no/128,no=63&go,go=no+Ze,no=we+128,ue.push(no,go),wo=ue,li=19686):19>Ai?15==Ai?(I=g[st],li=6243):15>Ai?13==Ai?(Ra.push(0),li=4834):Ai>13&&(ze++,li=10880):17==Ai?(ko=cn,Cn=void 0,sn=0|ko,ko=128>sn,li=ko?258:26244):17>Ai?(rr[0]=T,T=rr[0]>0,li=T?25028:17829):(vo="",Mo=0,zo="\u02f8\u02aa\u02a7\u02ae\u02bb\u02e3",li=17602):22==Ai?(g=_.charCodeAt(y),J=255&g,I.push(J),li=7299):22>Ai?20==Ai?(Jn[9]=Ie[dn],u=Ie[ge]+X,ge=void 0!==Jn[9],X=Pn[qe],ve=me,Fe=ho,Jn[6]=u^re,ve+="",li=ge?1764:20739):Ai>20&&(K=_,M=M.concat(K),M=M.concat(I),li=17858):24==Ai?(Ee[31]++,li=19681):24>Ai?li=u?11364:22915:(u++,li=10304)}();break;case 5:!function(){12==Ai?(ao=Be,Be=ao,ln=ln.concat(Be),li=19173):12>Ai?5==Ai?($e=Te[De]===le,li=$e?8741:10657):5>Ai?2==Ai?li=17763:2>Ai?0==Ai?(nn=128|nn,li=20069):Ai>0&&(y=s,u=void 0,q=0,re=ei,B=[],z=re[47],T=z,Se=0,R=re[56],li=T?5314:11844):3==Ai?(ho="",fe="s",Co=0,Ho="\b",fe+="cro",fe+="llLe",fe+="ft",li=3172):Ai>3&&(ve="tc",fe="xyvbs~xgextrdd",ve+="enn",Mo=0,li=8192):8==Ai?(Xa=_,li=3684):8>Ai?6==Ai?(Mo+="ody",Ho+="cume",Ho+="nt",Ie+="d",eo=Fe[Ho],Ie+="ob",Ie=Ie.split("").reverse().join(""),Co=eo[Ie],li=Co?12865:20582):Ai>6&&(ue=64*We,_o=[],xn=wo%128,Rn=xn+128,qn=wo-xn,xn=qn/128,qn=63&xn,xn=qn+ue,_o.push(Rn,xn),go=_o,li=24610):10==Ai?(Q=TeAi?(Ro[0]=2,N="t",Q={},N+="ex",w.push(366,2077246351911,2,1),e(14,2,-1),Lo=w.pop(),N+="t",D="s",w.push(28405165441,1,1),D+="t",Te=e[Mo](0,10),D+="luseR",e(14,2,-1),D+="xam",Q[N]=Jo,D=D.split("").reverse().join(""),N=w.pop(),Q[D]=1e5,Q[Lo]=0,Lo=Q,ze[N](Lo,Te),li=6883):(se=vn,vn=Le-fo,li=Ke?7808:14752):19==Ai?li=UAi?15==Ai?li=$e?101:8609:15>Ai?13==Ai?(eo++,li=5762):Ai>13&&(pn=Re.charCodeAt(Ln)-464,To+=String.fromCharCode(pn),li=18180):17==Ai?(ho++,li=8354):17>Ai?(R=T,y[46]=0|R,T=[B],mn=T,li=2241):(po=-9,li=8449):22==Ai?(Wo=1,P=CrAi?20==Ai?(z=p,T=void 0,Se=void 0,R=d,Y=v,V=s,li=V[q]?18789:12867):Ai>20&&(L=G,Xo=L<<26,L=T,li=L?13730:12640):24==Ai?(nt=[Vo],Fn=nt,li=16582):24>Ai?(Ie[55]=[],li=11616):(W=0,ie=void 0,li=23747)}();break;case 6:!function(){12==Ai?(ze=ie[jo],Q=ze[qo],li=8995):12>Ai?5==Ai?(Fe++,li=1793):5>Ai?2==Ai?(Po=qe.charCodeAt(zn)-472,Io+=String.fromCharCode(Po),li=1249):2>Ai?0==Ai?(fo=Ve,le=fo.concat(le),D=le,li=6310):Ai>0&&(li=21606):3==Ai?(Q=1,li=3649):Ai>3&&(li=Re?10272:19680):8==Ai?li=20965:8>Ai?6==Ai?(oo=Eo,xe=_o,we=64>Ze,li=we?15010:9281):Ai>6&&(li=IeAi?(te.push(He),Fo++,_e=Fo>=_[8],li=_e?12387:22275):(Jo=+r===r,li=Jo?15489:2146):19==Ai?(ho++,li=15908):19>Ai?15==Ai?(ce++,li=7204):15>Ai?13==Ai?(Ho=0,Mo="\u0321\u032c\u0327\u033a",yn=0,ke="",gt="\u0139\u0129\u0138\u0125\u0126\u0126\u011e\u0125\u013a",li=10529):Ai>13&&(Oe=m<>P,m=Oe+K,Oe=R[V]^m,K=255&Oe,Y.push(K),li=11300):17==Ai?(Se++,li=7877):17>Ai?(Co.unshift(),li=5156):(g.push(0),li=19044):22==Ai?(U=W.indexOf(Y),Tt=U,li=3619):22>Ai?20==Ai?(he=He,He=so,so=Fo,Fo=64>Zo,li=Fo?11299:14913):Ai>20&&(io=Uo.indexOf(oe),ee=io,li=7237):24==Ai?(Ct=Gn.charCodeAt(m)-490,H+=String.fromCharCode(Ct),li=4132):24>Ai?(Dn.push(1),Dn=Dn.concat(u),li=4166):(Q=M,li=Q?11457:8449)}();break;case 7:!function(){12==Ai?li=y?7648:6178:12>Ai?5==Ai?(Po=642^ho.charCodeAt(eo),Qe+=String.fromCharCode(Po),li=100):5>Ai?2==Ai?(y=be,li=y?26176:11296):2>Ai?0==Ai?(Y=m,li=7489):Ai>0&&(li=31>Tn?5284:16035):3==Ai?(M=_,_=$[55],g=_,_=0|M,M=128>_,li=g.indexOf?20226:25347):Ai>3&&(So=yo[47],u=Ee[Me],li=u?13921:3653):8==Ai?(ge+="od",ge+="y",pe=Ee[ge],Me=pe[X],li=6435):8>Ai?6==Ai?(zo++,li=10337):Ai>6&&(ee=fn,oo=oo.concat(ee),oo=oo.concat(wo),ee=Eo,wo=0|ee,ee=128>wo,li=ee?1504:17510):10==Ai?(Qo[0]=512|Qo[0],li=21954):10>Ai?(Pe=ye[24]*ye[7],oo=ye[18],to=$o.length-Pe,Pe=0!==ye[13],xe=ye[14],We=oo.length,oo=xe.length,xe=0,Ae=0>=to,lo=0!==We,We=0!==oo,oo=-1,li=lo?19619:6272):(oe=0,li=22784):19==Ai?li=en[ve]?5376:23077:19>Ai?15==Ai?(y=23===s,li=15650):15>Ai?13==Ai?(P=Y,li=T?19556:17952):Ai>13&&(Y=3===T[15],li=6499):17==Ai?li=ie?14563:34:17>Ai?(xo=Ne,Ee=xo,ho[6]=Ee^X,Me.push(ho),Ne=ge[47],uo=Ne.length,Ne=uo>8192,li=Ne?1281:5221):(te=[],li=17668):22==Ai?(D.push(H),li=M?15746:5763):22>Ai?20==Ai?(Be=0,li=18146):Ai>20&&(li=gAi?(Q=Ro,Ro=Ce,Z[36]=0,Te=Ro[vo],Ao=po in Ro[pe],Ro=!(!ie[he]&&!Q)<<0,ie=Z,Q=Te[Qe],Te=Ce,Le=M[Co](Q),M=Ao,Ro|=ze,Ro|=D,Ro|=Lo,li=M?10402:3297):(Qe=390^ho.charCodeAt(y),eo+=String.fromCharCode(Qe),li=16003)}();break;case 8:!function(){12==Ai?(_=$[55],g=$[55],M=_.length,g[M]=W,li=9413):12>Ai?5==Ai?(Qo[0]=8|Qo[0],li=23077):5>Ai?2==Ai?li=yAi?0==Ai?(jo[55]=[],li=1797):Ai>0&&(ke[60]=1,T=[255],Sa=T,li=3648):3==Ai?(K=P,P=K,rr[2]=P.length,rr=rr.concat(P),La=rr,ua=1,li=17829):Ai>3&&(Ke=[No+64*Bo],ae=Ke,li=10306):8==Ai?(Re=y.charCodeAt(de)-513,So+=String.fromCharCode(Re),li=10595):8>Ai?6==Ai?(Ho++,li=10529):Ai>6&&($=M+1,bo=$,$=z,_=bo,li=$[55]?3296:23011):10==Ai?(u=65535&va,q=u,u=q>>8,re=255&u,u=255&q,Ht.push(re,u),ka=Ht,u=ka,Ar=u,u=Ar,q=u.concat(y),y=q.length,u=y,y=0|u,u=16384>y,li=u?10914:26306):10>Ai?(je[2]=0,je[13]=0,je[11]=0,li=20035):(uo=En.charCodeAt(Jo)-914,Ne+=String.fromCharCode(uo),li=14466):19==Ai?li=ReAi?15==Ai?(Dn.push(1),Dn=Dn.concat(u),li=2337):15>Ai?13==Ai?li=24675:Ai>13&&(qo=y,En=me,li=Ie?20196:17893):17==Ai?(qo=In%(Ne.length+1),be+=Ne.charAt(qo-1),In=Math.floor(In/(Ne.length+1)),li=22211):17>Ai?(Co=re.charCodeAt(Xe)-308,Oo+=String.fromCharCode(Co),li=5346):(Et=[],ae+='"8',je+=".j",Do="",je+="geix",li=21857):22==Ai?(ko[24]=oe,te="M",te+="axMC",te+="Lo",te+="g",oe=Ye[te],li=oe?13057:11716):22>Ai?20==Ai?(Dt++,li=4099):Ai>20&&(X=0,u="",de="eu",ve="\u035a\u035b\u0369\u036a\u035f\u0364\u0357\u036a\u035f\u0365\u0364",xo="",Fe=0,qe="\u0241\u0253\u0245\u0246\u025d\u025d\u0246\u025a",ho="",Qe="st",bn="t",dn="\u025a\u0269\u025c\u0258\u026b\u025c\u023e\u0258\u0260\u0265",q=Ei[25],Qe+="at",eo="co",Pn=0,Vn="",de+="la",Jn="\u028d\u029c\u028b\u028f\u029a\u028b\u02bd\u028d\u029c\u0287\u029e\u029a\u02be\u029c\u0281\u028d\u028b\u029d\u029d\u0281\u029c",Po=Ei[25],On="s",eo+="n",re="n",bn+="uoem",li=12737):24==Ai?(Z=N[pe],M=Se[Ct],li=M?16129:11685):24>Ai?(T=R,Ga=T,li=19557):li=loAi?5==Ai?(to=[],xe=lo%128,We=lo-xe,Yo=xe+128,xe=We/128,We=63&xe,xe=64*no,Mn=We+xe,to.push(Yo,Mn),Je=to,li=25283):5>Ai?2==Ai?li=PAi?0==Ai?(G=L[yo],L=G[qo],G=L[uo],L=G[Dt](W),G=new RegExp(pt,Wt),W=L[Oo](G,Jo),L=new RegExp(ct),G=L[Co](W),li=G?770:11556):Ai>0&&($=9,Oe=1,li=8449):3==Ai?li=17733:Ai>3&&(z=3===q,li=z?134:16676):8==Ai?(H=e[Mo](0,20),un[m](H),li=11620):8>Ai?6==Ai?(y=Mt,u=Fa,li=u?23744:1541):Ai>6&&(N=m,li=N?14052:385):10==Ai?(y=[1],T=B[23],B[13]=0,Y=1===T,li=Y?20646:6180):10>Ai?(nr=void 0,Ve=void 0,Ft=void 0,Nr=1722171615,tn=void 0,Gr=0,Je="W",Wt=void 0,Qt="ha",Hr=void 0,Pe=0,Kn=Dn,Dn=[],oa=void 0,$r=void 0,_t="",Jt=u,u=void 0,Je+="IcL",Yr=void 0,na=655821628,oo=0,to="",sa=void 0,zt=ao,ao=void 0,pa=zt,ra=0,aa=jn,jn=void 0,da=void 0,Qt+="s",ca=0,xe="",Qt+="Focus",ko[19]=1,ga=void 0,Xt=Yn,Yn="ge",We=[],fa=void 0,la=uo,ua=0,Tt=0,li=24161):(V=void 0,P=ke,m=0|P,P=128>m,li=P?32:1443):19==Ai?(D.push(H),li=_?9540:8483):19>Ai?15==Ai?(Ie=0,li=10468):15>Ai?13==Ai?(nt=255,li=12294):Ai>13&&(Ie="\xa4\x99\x9d\x95\x83\xa4\x91\x9d\xa0",li=10372):17==Ai?(He=Ke%128,ae=He+128,an=[],Bo=Ke-He,He=Bo/128,Bo=127&He,an.push(ae,Bo),_e=an,li=3524):17>Ai?(e(2,P,le,e,!1),e(2,P,B,e,!0),e(2,P,y,e,!0),m=T[vo],T=m[Qe],m=yn.indexOf(T),li=~m?3876:14816):($e=q%128,Le=q-$e,Wo=[],wn=$e+128,$e=Le/128,Le=64*Ue,on=63&$e,$e=on+Le,Wo.push(wn,$e),he=Wo,li=12674):22==Ai?(L=Ce[co](ho),li=321):22>Ai?20==Ai?(D=Ao,_=1,li=15649):Ai>20&&(li=LnAi?(Le=64*le,wn=$e%128,on=[],Be=wn+128,_n=$e-wn,wn=_n/128,_n=63&wn,wn=_n+Le,on.push(Be,wn),g=on,li=14691):(te[17]=No,li=Ge?10499:25669)}();break;case 10:!function(){12==Ai?(ln=-ce,li=15712):12>Ai?5==Ai?li=ra?18820:1126:5>Ai?2==Ai?(P=Z,V=P,li=20675):2>Ai?0==Ai?(ke="\u010e\u010c\u0103\xd8\u0106\xf8\u0102\xf7\xbf\xc7\xc8\xdf\xc6\xe0\u0101\xdc\xda\xee\xeb\xe4\xfa\xd5\xd7\u010b\u0109\u0108\xc3\u0105\xec\xe6\xd6\xfe\xe5\xc9\xd9\xcc\xe1\xf9\u0100\xe9\xe8\xca\xfb\xff\xc5\xdb\xfc\xed\xf6\xfd\xea\xdd\xe7\u010d\u010a\xc4\u0107\u0104\xde\xe2\xe3\xcd\xcb\xf5\xd1",B="",z=Jo,T=0,Se=0,R=0,Y="",V=0,P=0,m=140,Oe=0,K=0,N=[],li=19008):Ai>0&&(ao=D[ye],He=1===ao[15],li=He?23940:24836):3==Ai?(no=we,wo=1,li=22917):Ai>3&&(Wn=158^D.charCodeAt(W),H+=String.fromCharCode(Wn),li=20160):8==Ai?($[52]=e(23),li=22692):8>Ai?6==Ai?(Ta.push(0),li=24001):Ai>6&&(X=[],xo=X,li=13508):10==Ai?(bo=le,Ue=bo,ke[19]=Ue,li=6402):10>Ai?(Pe=wo,Je=Je.concat(Pe),wo=void 0,Pe=_o,xe=0|Pe,Pe=16384>xe,li=Pe?3330:22052):(ur=void 0,li=1029):19==Ai?(u[28]=254,li=23107):19>Ai?15==Ai?li=hoAi?13==Ai?(ko[13]=oe,te=Ye[Cn],li=te?8485:9637):Ai>13&&(ie=N,li=ie?12288:1475):17==Ai?(Ta.push(0),li=3489):17>Ai?(ke=0,li=12516):(wo=ce,ro=ko,$o=ye,Je=void 0,ro[0]++,Pe=y,oo=ro[0]%Pe[7],Pe=le,to=0!==oo,li=to?6628:10720):22==Ai?(Oe++,li=14915):22>Ai?20==Ai?(oe=ue[0],Kn=xe.split(Yo),to=Vo,vt+="ihCe",no+="Wid",$o+=" st",no+="th",ce+="if",Pe+="n",ro+="nt",ro+="S",di+="ne",oo+="o",Vo=fn,xe=Je[zo](Pe),$o+='yle="fo',Pe=no,Yo=Pe,ro+="iz",we=Je[zo](We),di+="r",ko+="e",$o+="nt-size",oo+="f",Je=vi,We=[],ue=ko,oo=oo.split("").reverse().join(""),$o+=": 72p",ko=ue,no=xe[ue],ue=oo,$o+="x; f",di+="HT",Bn.push(qn,ce,nn),ce=Bn,vt+="vo",di+="ML",vt+="m",oo=di,ro+="e",no[ro]=vr,vt+="er",vt=vt.split("").reverse().join(""),xe[oo]=pi,ro=vt,no=ro,$o+="ont-f",$o+="amily: &qu",li=25825):Ai>20&&(No=Zo,li=Ko?3174:16065):24==Ai?(G=-9,li=19715):24>Ai?(ye=0,ce=D.length,ee=0,Ve=[ce],li=1697):(R=z,Ro=R,li=24293)}();break;case 11:!function(){12==Ai?(T=L,L=P[Ao],G=T<<23,li=L?13665:20544):12>Ai?5==Ai?(we=to.charCodeAt(go)-349,vi+=String.fromCharCode(we),li=26405):5>Ai?2==Ai?(R++,li=19008):2>Ai?0==Ai?(B[1]=[],li=23907):Ai>0&&(Vn+="bs",y="UN",kn+="e",Ho=be,be="b",Me+="v",Un="",zn=0,kn+="rfo",On+="ceori",Vn+="tr",zo+="hild",kn+="rmance",Jn=Jn.split("").reverse().join(""),yn+="EW",Me+="nac",B=So,So=me,yn+="_REREDN",me=eo,eo=Vn,Po+="ject",Re+="esu",Re=Re.split("").reverse().join(""),Vn="de",it=Re,On+="enta",Ie+="D",On+="tion",li=38):3==Ai?li=on3&&(li=Y?17701:19109):8==Ai?(ke=void 0,li=385):8>Ai?6==Ai?li=no6&&(Dn.push(1),Dn=Dn.concat(y),li=12643):10==Ai?(Me++,li=4292):10>Ai?(g=W[$]===$e,li=g?18468:8578):(ho[17]=y^X,y=me,me=y[Pn](),y=Ie[55],ho[13]=Qe^X,li=ge[47]?11811:2144):19==Ai?li=yeAi?15==Ai?(ce=0|gn,li=Ko?2465:21029):15>Ai?13==Ai?(Gn=ne.charCodeAt(D)-12,Xo+=String.fromCharCode(Gn),li=17507):Ai>13&&(Zn=[Uo],F=Zn,li=11334):17==Ai?li=2>ki?9604:7:17>Ai?(be=Ne,li=uo?17414:22595):(R=252,li=25089):22==Ai?li=11525:22>Ai?20==Ai?(q=g,$=L,L=D,g=0>se,Ue=he,$e=0>le,li=L?19589:1024):Ai>20&&(Co++,li=3172):24==Ai?(F=-Ke,li=23590):24>Ai?(R=[0],Le=R,li=35):(no=[ue],Ae=no,li=8516)}();break;case 12:!function(){12==Ai?(L=Te%128,Le=64*De,he=L+128,Wo=Te-L,L=Wo/128,Wo=63&L,L=Wo+Le,Le=[],Le.push(he,L),ne=Le,li=19013):12>Ai?5==Ai?(ne=0,he="\u0242\u024d\u0244\u0240\u0253",Ye="",jn=P[mn],li=2179):5>Ai?2==Ai?(Dn.push(1),Dn=Dn.concat(re),li=2050):2>Ai?0==Ai?li=10240:Ai>0&&(q=T,T=q,Za=Za.concat(T),li=16676):3==Ai?(Un=734^zo.charCodeAt(Mo),vo+=String.fromCharCode(Un),li=9794):Ai>3&&(N=e[Mo](0,21),li=5633):8==Ai?(ho++,li=1090):8>Ai?6==Ai?(ze=e[Mo](0,11),Ro=new N[ie](ze),li=3780):Ai>6&&(Vn++,li=24064):10==Ai?li=ieAi?(N=zn.charCodeAt(Io)-425,P+=String.fromCharCode(N),li=1120):(B=[0],Na=B,li=9953):19==Ai?(_=255&M[_n],g=0,I=0,g=qt.indexOf(Te[_],1),U=255===_,li=U?21280:23685):19>Ai?15==Ai?(Qe=ho,li=Qe?18948:18628):15>Ai?13==Ai?li=g13&&(xr=xr.concat(g),V=Se>>8,li=I?18852:17728):17==Ai?(ca++,li=10693):17>Ai?(ln=ce,li=15712):(Dn.push(1),Dn=Dn.concat(q),li=17027):22==Ai?(_e=[],ae=so%128,Ge=64*oe,Bo=ae+128,F=so-ae,ae=F/128,F=63&ae,ae=F+Ge,_e.push(Bo,ae),He=_e,li=14019):22>Ai?20==Ai?(Le=ne[1],li=Le?14885:4483):Ai>20&&(he=so,Ke=0!==He,li=Ke?10722:16004):24==Ai?(zo++,li=2403):24>Ai?(R=127&y,y>>=7,li=y?5154:16099):(Qr.push(u[Ce],R.length),Qr=Qr.concat(R),li=11809)}();break;case 13:!function(){12==Ai?(ho[0]=Ne[So]^X,Ne="of",Ne+="f",Ne+="set",Ne+="Width",ho[9]=uo[Ne]^X,Ne="\u027f\u0276\u0276\u0263\u0275\u0264\u0258\u0275\u0279\u0277\u0278\u0264",li=10342):12>Ai?5==Ai?(D=void 0,li=26114):5>Ai?2==Ai?li=Qe?11682:14370:2>Ai?0==Ai?(Ve=Ye,li=3201):Ai>0&&($=3===R,li=$?11301:13987):3==Ai?(Ae=2===We[5],li=11267):Ai>3&&(U=Qt,Qt=0,Rt="\u0201\u0202\u0203\u0204\u0205\u0206\u0207\u0208\u0209\u020a\u020b\u020c\u020d\u020e\u020f\u0210\u0211\u0212\u0213\u0214\u0215\u0216\u0217\u0218\u0219\u021a\u021b\u021c\u021d\u021e\u021f\u0220\u0221\u0222\u0223\u0224\u0225\u0226\u0227\u0228\u0229\u022a\u022b\u022c\u022d\u022e\u022f\u0230\u0231\u0232\u0233\u0234\u0235\u0236\u0237\u0238\u0239\u023a\u023b\u023c\u023d\u023e\u023f\u0240\u0241\u0242\u0243\u0244\u0245\u0246\u0247\u0248\u0249\u024a\u024b\u024c\u024d\u024e\u024f\u0250\u0251\u0252\u0253\u0254\u0255\u0256\u0257\u0258\u0259\u025a\u025b\u025c\u025d\u025e\u025f\u0260\u0261\u0262\u0263\u0264\u0265\u0266\u0267\u0268\u0269\u026a\u026b\u026c\u026d\u026e\u026f\u0270\u0271\u0272\u0273\u0274\u0275\u0276\u0277\u0278\u0279\u027a\u027b\u027c\u027d\u027e\u027f\u0280\u0281\u0282\u0283\u0284\u0285\u0286\u0287\u0288\u0289\u028a\u028b\u028c\u028d\u028e\u028f\u0290\u0291\u0292\u0293\u0294\u0295\u0296\u0297\u0298\u0299\u029a\u029b\u029c\u029d\u029e\u029f\u02a0\u02a1\u02a2\u02a3\u02a4\u02a5\u02a6\u02a7\u02a8\u02a9\u02aa\u02ab\u02ac\u02ad\u02ae\u02af\u02b0\u02b1\u02b2\u02b3\u02b4\u02b5\u02b6\u02b7\u02b8\u02b9\u02ba\u02bb\u02bc\u02bd\u02be\u02bf\u02c0\u02c1\u02c2\u02c3\u02c4\u02c5\u02c6\u02c7\u02c8\u02c9\u02ca\u02cb\u02cc\u02cd\u02ce\u02cf\u02d0\u02d1\u02d2\u02d3\u02d4\u02d5\u02d6\u02d7\u02d8\u02d9\u02da\u02db\u02dc\u02dd\u02de\u02df\u02e0\u02e1\u02e2\u02e3\u02e4\u02e5\u02e6\u02e7\u02e8\u02e9\u02ea\u02eb\u02ec\u02ed\u02ee\u02ef\u02f0\u02f1\u02f2\u02f3\u02f4\u02f5\u02f6\u02f7\u02f8\u02f9\u02fa\u02fb\u02fc\u02fd\u02fe\u02ff\u0300",Vt=[],Je+="lfGnG",lo=jt,li=13506):8==Ai?(U=2===B,li=U?21156:22083):8>Ai?6==Ai?($o=[],li=3717):Ai>6&&(li=Me?1377:10531):10==Ai?(eo=381^Ie.charCodeAt(vo),me+=String.fromCharCode(eo),li=23810):10>Ai?(u=138&q[Gr],va+=u,u=Gr+1,re=q[u],u=138&re,va+=u,u=Gr+2,re=q[u],u=138&re,va+=u,u=Gr+3,re=q[u],u=138&re,va+=u,li=6592):(ae=an,an=ye+1,ao=ao.concat(ae),Ke=an,Bo=Ke,ye=Bo,Ke=0|ye,ye=128>Ke,ao=ao.concat(He),ao.push(Zo),li=ye?25120:17696):19==Ai?li=Ee?4642:18181:19>Ai?15==Ai?(ge=968^de.charCodeAt(Fe),xo+=String.fromCharCode(ge),li=24866):15>Ai?13==Ai?(No=ae,li=26049):Ai>13&&(Ke=$e,li=20643):17==Ai?(D=31*M,M=0|D,D=J.charCodeAt(I),M+=D,I+=le,li=7302):17>Ai?li=19137:(I=_>Ue,li=I?24129:26277):22==Ai?(T=z[Se],Y=4===T[15],li=Y?3874:5921):22>Ai?20==Ai?li=Ot20&&(Io=re,li=Io?10978:16032):24==Ai?(T="",P="o",m="\u0187\u019a\u0181\u018f\u0181\u0186",N="",Ce=void 0,Z="tn",w.push(106735,1379082791131,2,1),$=4294967296,L="",Xo="Wi",G="h",W="\u02b9\u02c9\u02d8\u02cf\u02d6\u02da\u02ab\u02d4\u02cd\u02cf\u02d4\u02cb\u02b3\u02cf\u02d4\u02d5\u02d8\u02bc\u02cb\u02d8\u02d9\u02cf\u02d5\u02d4",ie=0,po="Sc",M="W",Q=[],_="A",An="_n",g=0,I=[],Dn=0,U="ge",mn=0,Ro=0,J="__",U+="tVe",Xn="mo",ze=void 0,et=[],Ue=0,le="ke",Go="1",Xn+="zP",J+="w",Lo="yt",_+="lip",An+="1t|",J+="xj",un="em",D="r",jo="ar",De="i",$e=0,H="",P+="nto",bo="",Te="e",yt=2,D+="ese",An+="_n1z",D+="tSA",se=!ze,J+="s_en",ze="",Xo+="n",U+="r",_+="ayJ",M+="ebK",Pt="tpupwyvnyht",Go+="=",G+="c",ne=new Se[Me],pr=void 0,J+="viro",U+="sion",G+="tac",Wn=An,Go+="e",G=G.split("").reverse().join(""),An="de",Ao=Se[vo],Go+="vitan&",Le=void 0,Gn="\u023f\u022b\u0249\u0239\u025a\u025e",te=4*yt,he=void 0,J+="nme",Ye="t",M+="itP",J+="nt",Go=Go.split("").reverse().join(""),jn=void 0,bt="",Wo="\u0383\u0394\u0388\u038d\u0385\u03a8\u03a5",vn=J,le+="yu",un+="orhc",li=24577):24>Ai?(Ve=2===ye[5],li=10437):(be=y,y=Re,li=en[kn]?15586:6500)}();break;case 14:!function(){12==Ai?(ne=se[H]===mo,li=ne?16161:17189):12>Ai?5==Ai?(Ne=void 0,uo=At,be=kn,yo=Jo,y=In,Ie="se",Ie+="hcuo",Ee="is",Me=En,Ee+="T",Ee+="rust",Ie+="t",Ee+="ed",Ie=Ie.split("").reverse().join(""),me=y[Ie],Ie=me[0],me=y[Ee]===!1,li=me?11587:12580):5>Ai?2==Ai?(z=1===q,li=z?21765:4449):2>Ai?0==Ai?(Oe=8===Y,li=8672):Ai>0&&(Do=Tn.charCodeAt(oe)-789,te+=String.fromCharCode(Do),li=12706):3==Ai?li=de3&&(w.push(389702562,1695677731775,622274149,3,0),e(14,2,-1),y=w.pop(),Oe=B[y],li=Oe?20068:4866):8==Ai?(ve=X.indexOf(de),dn=ve,li=8547):8>Ai?6==Ai?li=24100:Ai>6&&(li=feAi?(m+="nne",li=4354):(xt=U,an=1,li=2149):19==Ai?(de=qe,li=26018):19>Ai?15==Ai?(Io=24===kn[0],li=4224):15>Ai?13==Ai?(Re=ba,Ie=d,pn+="3t",Io+="en",Io+="cy",Me=y,pn+="aol",Io+="BinC",pn+="F",Io+="ount",pn=pn.split("").reverse().join(""),y=new Re[pn](kn[Io]),kn[en](y),kn[Me](),Ln[Me](),Ie[Me](),Ee[67]=Jo,li=25635):Ai>13&&(Ee=0,li=7427):17==Ai?li=Te?12965:10817:17>Ai?(Qe++,li=11362):(se=D,li=se?13537:21252):22==Ai?(g=z[Un](B[qo],"name"),I=g,li=I?15488:6243):22>Ai?20==Ai?(Ae=xe[29],we=Ae.length,Ae=xe[29],Ae.push(Pe),li=17122):Ai>20&&(_e++,li=21093):24==Ai?(xe=64*ee,We=[],Ae=no%128,we=Ae+128,ue=no-Ae,Ae=ue/128,ue=63&Ae,Ae=ue+xe,We.push(we,Ae),nn=We,li=3202):24>Ai?li=LnAi?5==Ai?(M=ie[63],M[uo]=N,e(14,2,-1),N=w.pop(),ie=N,li=se?1154:18595):5>Ai?2==Ai?(Ta.push(1),Ta=Ta.concat(Y),li=4098):2>Ai?0==Ai?(Ke=so>ao,li=18144):Ai>0&&(ro=[wo],to=ro,li=23682):3==Ai?(Jo=co===In,li=24067):Ai>3&&(ie=256-ie,li=13573):8==Ai?(K=Oe,li=K?17637:17601):8>Ai?6==Ai?(ne=[],te=D%128,he=D-te,mo=he/128,he=te+128,te=127&mo,ne.push(he,te),I=ne,li=13350):Ai>6&&(me=Ne,li=En?12322:14592):10==Ai?(ro[2]++,oo=Pe[48],xe=void 0!==$o[9],We=void 0,Ae=0===wo.length,lo=void 0,we=0,ue=void 0,no=0,li=Ae?20579:23267):10>Ai?(N=new RegExp($,de),Ce=N[Co](m[it]),li=19010):(qe=Me,Me=Mo,Po=en,en=Co,On=Io,li=dn?6211:11842):19==Ai?(qo=Nt[Ne],li=260):19>Ai?15==Ai?(g=void 0,le=U[Oo](/'/g,Jo),U=le[Oo](/;/g,Jo),le=I,I=J,J=U,U=J.length,li=7302):15>Ai?13==Ai?(we=-oo,li=9760):Ai>13&&(w.push(807473881,1,1),e(14,2,-1),T=w.pop(),P=T,w.push(532882279813,644047392,2,1),e(14,2,-1),T=w.pop(),m=T,li=z?23843:8901):17==Ai?(z=[255],hr=z,li=24609):17>Ai?(Je=$n,li=Je?12772:1444):(Ne=Oo,uo=-1===Ne,li=uo?8288:16608):22==Ai?(je=vn[Be]===on,li=je?25828:68):22>Ai?20==Ai?(po=document[dn](zn),W=po[0],li=5730):Ai>20&&(g=H,I=le,U=I,_=_.concat(g),g=0|U,I=128>g,li=I?2112:20641):24==Ai?(Q=te[Te],he=Q[Ao],Q=he+g,I+=Q,li=13892):24>Ai?(u="y",ve="p",u+="do",ve+="oTll",ve+="orcs",u+="b",ve=ve.split("").reverse().join(""),u=u.split("").reverse().join(""),Fe=Pn[u],ho=Fe[ve],li=20608):(_e=1>=Ko,li=5)}();break;case 16:!function(){12==Ai?(L=ke+1,W=V===L,li=W?7586:18755):12>Ai?5==Ai?(z=B,li=z?5571:20576):5>Ai?2==Ai?(M=W[it],I=M[ft](),li=20964):2>Ai?0==Ai?(ye++,li=19808):Ai>0&&(li=23936):3==Ai?(ri++,li=24290):Ai>3&&(ue=Ze.indexOf(_o),no=ue,li=20260):8==Ai?li=uAi?6==Ai?(q=y,re=void 0,li=q?320:25702):Ai>6&&(li=g>wn?6403:20484):10==Ai?(wn++,li=7680):10>Ai?(rn++,li=7265):(y=Mt,u=Tn,B=y[59],z=et,li=z?20224:25185):19==Ai?(B=u[yo],T=B[qo],B=T[uo],T=void 0,V=0,li=24581):19>Ai?15==Ai?(Lo=Ro[Pt],Q=Lo[qo],li=26305):15>Ai?13==Ai?(P=Y[R],m=T[P],P=m,li=P?24323:22690):Ai>13&&(N=9,P=1,li=2177):17==Ai?(Re=Jn,Jn=0,Vn+="fine",li=4707):17>Ai?(Yn+="P",Do=[],tt=ee,ee=void 0,ft=le,Tn+="d",Wt=tt,le=154,tt="c",lt=Yo,Yo=ro+ue,Tn+="o",Tn+="cevit",Kt=Yo+ro,Yo=void 0,Ur+="r",ut=sn,sn="ge",Ha=Ye,li=10624):(Z=0,$="t",$+="ou",L="",Xo="\u03b1\u03aa\u03b0\u03a6\u03ad\u03a0\u03ab\u03a1",$+="chsta",$+="r",li=4128):22==Ai?(m=Y,li=224):22>Ai?20==Ai?(Ge=Ke[_e],No=I[55],Ko=No[Bo],No=Ge[F](Ko),li=No?17605:21952):Ai>20&&(B=Tn,li=y?24098:24288):24==Ai?(D=ne.charCodeAt(mn)-66,Q+=String.fromCharCode(D),li=25600):24>Ai?li=VnAi?5==Ai?(Zo=io,li=oe?16737:13509):5>Ai?2==Ai?(vo=fe[39],li=Co?10497:5156):2>Ai?0==Ai?(y=be,li=y?22785:24739):Ai>0&&(li=24804):3==Ai?(Dn.push(1),Dn=Dn.concat(z),li=4448):Ai>3&&(li=W?7200:8677):8==Ai?(U=[],J=M%128,D=M-J,H=J+128,J=D/128,D=127&J,U.push(H,D),I=U,li=15781):8>Ai?6==Ai?(K=T+1,N=R[K],Oe=_t.indexOf(N,1),li=22021):Ai>6&&(Ra.push(0),li=1156):10==Ai?li=eeAi?(oo=128>xe,wo[0]=Ae,Ae=ue,ue=[],_o=0>no,Ze=we,li=oo?15874:13763):(u=z,T=B,R=pe,Y=void 0,V=B,li=u[43]?18147:13988):19==Ai?(Gn=Ao[Le]===se,li=Gn?1187:640):19>Ai?15==Ai?(T=u,R=void 0,Y=0|T,T=128>Y,li=T?1122:7841):15>Ai?13==Ai?(dn++,li=8804):Ai>13&&(Xn+="ai",N="r",Z+="evEr",pt+="c",W="w",G+="d",W+="eb",W+="kitR",N+="otc",Ye+="o",jo+="m|i",Z+="etni",g=!he,Te+="N",_+="SBridge",po+="gineBu",gr[12]=+ne,M+="abilityEven",N+="eleSse",Lo+="PnwOsa",pt+="_n",Te+="yBse",Dn=[],pt+="at",Z+="o",un=un.split("").reverse().join(""),pt+="i",De+="sAva",jo+="phon",pt+="ve=1",De+="ilab",Z+="P",An+="y",po+="ildVersi",Z=Z.split("").reverse().join(""),Ro=gr[12],Xn+="n",Pt=Z,I.push(1,1,1,1),Z=Ro,N+="h",Ye+="rb",jo+="e|",W+="TCPee",Ro=I,mt+="ix",Xn+="tCount",I=Xn,po+="on",Xn="\u0423\u0435\u0432\u0432\u0425\u042e\u0434\u0413\u0423\u0432\u0429\u0430\u0434",li=21953):17==Ai?(V[So](R,z,P),li=24865):17>Ai?li=be?9248:18788:(ee=[0],Oa=ee,li=19813):22==Ai?(Dn.push(0),li=2437):22>Ai?20==Ai?li=co20&&(U=[],J=M%128,D=J+128,H=M-J,J=H/128,H=127&J,U.push(D,H),gn=U,li=12994):24==Ai?(He=[Ke],_e=He,li=3524):24>Ai?(Yo=Je%128,Mn=Yo+128,lo=64*Eo,ue=Je-Yo,Yo=ue/128,ue=63&Yo,Yo=ue+lo,lo=[],lo.push(Mn,Yo),oo=lo,li=9731):(re="\u019d\u0184\u019c\u01a3\u01a2\u0199",Oo="",Xe=0,li=8517)}();break;case 18:!function(){12==Ai?(ie=W,li=ie?17730:2177):12>Ai?5==Ai?(u++,li=4643):5>Ai?2==Ai?(Sn++,li=9730):2>Ai?0==Ai?(Ue++,li=1665):Ai>0&&(Eo=-we,li=20805):3==Ai?li=Z?8546:1188:Ai>3&&(li=geAi?6==Ai?(an=0,Bo=He[11],F=Co,No=I[48],Ko=Bo%7,Bo=No[Ko],No=Bo^He[6],li=23555):Ai>6&&(fe++,li=19462):10==Ai?($=$e,$e=Ao,je=Ue,li=Wo?5923:18917):10>Ai?(V=253,li=20675):(yo="",ge=0,X="\u01e1\u01ea\u01e3\u01ec\u01e5\u01e7\u01e6\u01d6\u01ed\u01f7\u01e1\u01ea\u01e7\u01f1",li=2114):19==Ai?(y=eo,li=Ne[u]?14337:5188):19>Ai?15==Ai?li=xe?23138:15012:15>Ai?13==Ai?($o=Ye[bn],li=7745):Ai>13&&(y=No,B=hn,T=B.concat(g),li=U?13474:16066):17==Ai?(J=0,li=6278):17>Ai?(rn=0,li=7265):li=RAi?20==Ai?li=Pe?357:12740:Ai>20&&(H=Ye,B=_,_=Jo,Ye=P,P=Tn,je=H,w.push(17077863,1,0),H=k,ye=_,F=Ye,ce=Mt,li=je?2752:14113):24==Ai?(no=-1,li=20260):24>Ai?(We=-1!==oo,li=We?16483:25029):(be="N",be+="ot s",be+="u",be+="pporte",be+="d",Re=void 0,Re=be,ur=Re,li=11296)}();break;case 19:!function(){12==Ai?(G=new RegExp(L,de),M+="hone",J+="nux",L=new RegExp(M,de),li=I?20964:2560):12>Ai?5==Ai?(q=Tn,Se=T,li=K?25219:2467):5>Ai?2==Ai?(yo[31]++,li=13412):2>Ai?0==Ai?(M=W[gt](L[3]),li=M?3588:23205):Ai>0&&(m=G,Xo+="ane",G="1",Ye+="hen",Gn="\u01e0\u01e2\u01f7\u01c4\u01e3\u01e3\u01e8\u01ff\u01de\u01ee\u01ff\u01e8\u01e8\u01e3\u01d5",Ct=H,G+="=cn_",H=Ye,Ye="re",mt="We",sr=Xo,li=2085):3==Ai?(Ae=$o[xe],ue=1===Ae[5],li=ue?21827:2182):Ai>3&&(Dn.push(1),Dn=Dn.concat(q),li=15557):8==Ai?(B=R.charCodeAt(ri),z=255&B,sr.push(z),li=3584):8>Ai?6==Ai?(B=[255],oa=B,li=18470):Ai>6&&(li=U?24646:15716):10==Ai?(e(14,2,-1), Ee=w.pop(),ge=pe.indexOf(Ee),li=~ge?6789:15684):10>Ai?(se=void 0,li=18595):(M=1,li=9797):19==Ai?(U=1,jn=te[Te],Wo=jn.length,jn=Wo>Q,li=jn?26370:1219):19>Ai?15==Ai?(Jo=0,To=In,qo=kn,En="i",Ne="",En+="sPri",En+="mary",uo=To[En]===!1,li=uo?706:13636):15>Ai?13==Ai?(Dn.push(0),li=5728):Ai>13&&(Ye=Cn,li=ce?22530:2820):17==Ai?(u=!q,q=Ye,li=re?2432:20515):17>Ai?(N=9,Ce=1,li=19715):(Jn++,li=4707):22==Ai?(vo=fe[39],vo.unshift(),li=14017):22>Ai?20==Ai?(Ce=9,ie=1,li=25282):Ai>20&&(m=K,li=23328):24==Ai?(z=re,Y=$r,M=Mt,li=K?17827:8259):24>Ai?(J[41]=3,I=void 0,_=1,li=12486):(Fe+="r\\",de="ts",li=17922)}();break;case 20:!function(){12==Ai?(ke++,li=20835):12>Ai?5==Ai?(T=P[An](),m=255&T,Dn.push(m),li=10851):5>Ai?2==Ai?(Dn.push(1),Dn=Dn.concat(y),li=15717):2>Ai?0==Ai?(Le++,li=6657):Ai>0&&($=Z[yo],Z=$[qo],$=Z[uo],Z=$[Dt](L),$=new RegExp(pt,Wt),L=Z[Oo]($,Jo),Z=new RegExp(ct),$=Z[Co](L),li=$?17057:2754):3==Ai?(Co=567^eo.charCodeAt(Ie),fe+=String.fromCharCode(Co),li=15397):Ai>3&&(se++,li=5379):8==Ai?(dn++,li=1796):8>Ai?6==Ai?(jo=-1,li=11333):Ai>6&&(Ke=-$e,li=20643):10==Ai?li=zeAi?li=MeAi?15==Ai?(H=D,I=H,li=7525):15>Ai?13==Ai?(lo=we,li=Ae?14979:23813):Ai>13&&(T+=Jo,li=20896):17==Ai?(ce=[],oe=64*No,io=gn%128,hn=gn-io,Uo=hn/128,hn=63&Uo,Uo=io+128,io=hn+oe,ce.push(Uo,io),Ke=ce,li=21824):li=17>Ai?AoAi?20==Ai?(u+="igh",ve=Ie[X]+Ho,X=0|ve,u+="t",ve=qe===X,li=ve?19685:2597):Ai>20&&(g.push(1),g=g.concat(le),li=26145):24==Ai?(me=X,li=me?15521:21666):24>Ai?li=17026:(R=128|R,li=12997)}();break;case 21:!function(){12==Ai?(go=void 0,nn=_o,Sn=0|nn,nn=128>Sn,li=nn?25061:25348):12>Ai?5==Ai?(F=[],li=7939):5>Ai?2==Ai?li=PoAi?0==Ai?(ke=0,li=20835):Ai>0&&(z=2,li=12962):3==Ai?(ce++,li=20229):Ai>3&&(F=[ee+64*_e],an=F,li=2628):8==Ai?(N=Lo.charCodeAt(Q)-399,Z+=String.fromCharCode(N),li=23266):8>Ai?6==Ai?li=$6&&(L=-I,li=132):10==Ai?(K=P,li=K?9792:13633):10>Ai?(J[41]=0,I=void 0,li=10562):li=Ue?6402:20929:19==Ai?(z+="a",zo="I",zn=v,P+="lin",Y+="nlo",z+="ts&",m="pr",fe=fe.split("").reverse().join(""),Se+="il",Un+="ab",zo+="mage",li=4770):19>Ai?15==Ai?(re={},re[fe]=!1,Xe=re,Co=Xe,li=18051):15>Ai?13==Ai?(Tn++,li=1248):Ai>13&&(li=B?5632:15619):17==Ai?(q=-le,li=24197):17>Ai?(Ge=64>_e,No=64>F,gn=64>Ko,Zo=ae,li=Ge?8577:16001):(R=255,li=12001):22==Ai?(On=void 0,li=17061):22>Ai?20==Ai?(_e=[],ae=so%128,Ge=so-ae,F=Ge/128,Ge=ae+128,ae=127&F,_e.push(Ge,ae),Bo=_e,li=6176):Ai>20&&(te=g[29],ne=te.length,te=g[29],te.push(se),li=8708):24==Ai?li=oeAi?(Ta.push(0),li=1540):(T=[253],Mr=T,li=18913)}();break;case 22:!function(){12==Ai?(fe=s,Co=ei,Co[72]=fe,ur=void 0,li=19809):12>Ai?5==Ai?(vn=K,y=Tn,B=Mt,Fo.push(255),li=Z?5700:26085):5>Ai?2==Ai?(g.push(1),g=g.concat(je),li=17955):2>Ai?0==Ai?(g=ie^_[L],I=g>>G,g=I^_[L],I=255&g,M.push(I),li=13413):Ai>0&&(T=255&Y[ci],P=0,m=0,P=_t.indexOf(R[T],1),Oe=255===T,li=Oe?8198:6688):3==Ai?(y=1,li=19908):Ai>3&&(fe=ke,li=fe?4227:24256):8==Ai?(Qo[0]=256|Qo[0],li=3138):8>Ai?6==Ai?(Ro[3]=2,N="ge",N+="tAl",Q=e[Mo](3,10),N+="l",ze={},Z[N](ze,Q),li=6753):Ai>6&&(u=ge[Qe]>10,li=15427):10==Ai?($e=-1,li=15587):10>Ai?(R=Y,T=R,Za=Za.concat(T),li=2496):(ne++,li=9667):19==Ai?(W++,li=16098):19>Ai?15==Ai?(Ne=qo,qo=-1===Ne,li=qo?20512:12512):15>Ai?13==Ai?(Z[41]=3,N=void 0,m=1,li=14112):Ai>13&&(Do=0,li=20131):17==Ai?(m++,li=3108):17>Ai?li=ueAi?20==Ai?(Zo=Bo,li=18529):Ai>20&&(J=y[U]===Y,li=J?11712:2149):24==Ai?($o=1,li=6659):24>Ai?(yn=vo,fe=yn,vo=fe,T[be]=vo,ur=void 0,li=26241):(vo=fe,li=ke?1409:4800)}();break;case 23:!function(){12==Ai?li=23651:12>Ai?5==Ai?(_=[I],J=_,li=19045):5>Ai?2==Ai?li=YeAi?0==Ai?(Ue=64>bo,se=on,fo=Fo,ye=vn,vn=I,li=Ue?580:20741):Ai>0&&(li=I3&&(D=U[vo],jo=D[Qe],D=yn.indexOf(jo),li=~D?24160:12486):8==Ai?li=19075:8>Ai?6==Ai?(N=Pt.charCodeAt(Dn)-7,bt+=String.fromCharCode(N),li=6210):Ai>6&&(L="",G=0,M="i",J="li",M+="P",li=3168):10==Ai?(L=266^N.charCodeAt(Z),$+=String.fromCharCode(L),li=4674):10>Ai?(ne=se,se=-1===ne,li=se?9602:9285):(no=[lo+64*_o],We=no,li=17669):19==Ai?li=yoAi?15==Ai?(Oo=750^Jn.charCodeAt(Fe),u+=String.fromCharCode(Oo),li=24963):15>Ai?13==Ai?(le=[0],D=le,li=6310):Ai>13&&(Fi=Je,li=Fi?22853:10753):17==Ai?(He=Ke,li=He?16773:7843):17>Ai?(P=V|y,li=R?8549:21154):(Je=CnAi?20==Ai?li=Zo?1025:4801:Ai>20&&(g++,li=13696):24==Ai?(X++,li=12995):24>Ai?(Dn.push(0),li=6241):(Pe+="pa",no="a",Eo=lo,lo=no,no="of",we+="mm",_o=void 0,Yo+="fse",Yo+="tH",Ze=void 0,go=0,fn="ch",nn="",xn="",Yo+="ei",Sn=0,Rn="\u025e\u0209\u020d\u0217\u020c\u0243\u0254\u0258\u020b\u0219\u0216\u020b\u0255\u020b\u021d\u020a\u0211\u021e\u0243\u025a\u0246\u0215\u0215\u0215\u0215\u0215\u0215\u0215\u0215\u0215\u0215\u0214\u0214\u0211\u0244\u0257\u020b\u0208\u0219\u0216\u0246\u0244\u020b\u0208\u0219\u0216\u0258\u020b\u020c\u0201\u0214\u021d\u0245\u025a\u021e\u0217\u0216\u020c\u0255\u020b\u0211\u0202\u021d\u0242\u0258\u024f\u024a\u0208\u0200\u0243\u0258\u021e\u0217\u0216\u020c\u0255\u021e\u0219\u0215\u0211\u0214\u0201\u0242\u0258\u025e\u0209\u020d\u0217\u020c\u0243",Yo+="ght",qn=w.pop(),$o+="pan",li=5893)}();break;case 24:!function(){12==Ai?(hn.push(Nn),li=ee?22213:2208):12>Ai?5==Ai?(Mn=oo,li=24806):5>Ai?2==Ai?li=cn>=0?2532:18978:2>Ai?0==Ai?(Fr.push(m,T,y,P),li=B[59]?10369:10528):Ai>0&&(u=1,li=18566):3==Ai?(B=[0],Ja=B,li=3329):Ai>3&&(Ot=450^T.charCodeAt(Xn),jn+=String.fromCharCode(Ot),li=6754):8==Ai?(ne++,li=15937):8>Ai?6==Ai?(_o.push(Ze),li=Yo?13409:5158):Ai>6&&(te=[],li=6277):10==Ai?(so+="0",li=7204):10>Ai?(y="We",y+="bGL",y+="Rende",y+="ringCo",y+="ntext",z=u[y],li=z?19620:485):(Oe="t",Oe+="nevE",Oe+="n",Oe+="o",Oe+="ito",Oe+="Me",Oe+="civeD",Oe=Oe.split("").reverse().join(""),li=V[Oe]?16550:10979):19==Ai?(Dn.push(1),Dn=Dn.concat(z),li=9636):19>Ai?15==Ai?li=ToAi?13==Ai?(Pe=wo,Je=Je.concat(Pe),wo=void 0,Pe=We,xe=0|Pe,Pe=128>xe,li=Pe?17860:18565):Ai>13&&(P=255&_.length,M=_.slice(0,P),_=65535&ea,g=Tn,U=[0|q[59]],jt.push(P),I+=Jo,li=16068):17==Ai?(se=0,li=10816):17>Ai?(W=1,li=19234):(_e=3>=ce,li=16611):22==Ai?li=gn?257:17570:22>Ai?20==Ai?(H++,li=20258):Ai>20&&(Po=ho+1,Qe=fe===Po,li=16645):24==Ai?(bo=$,li=12513):24>Ai?(Se=2*Se,li=3812):(Q=3,li=3649)}();break;case 25:!function(){12==Ai?(window[I]=T,g=1,li=16997):12>Ai?5==Ai?(yn++,li=11398):5>Ai?2==Ai?(g.push(1),g=g.concat(P),li=5184):2>Ai?0==Ai?(ho="p",Qe=0,eo=0,Pn=0,Vn=Ee%7,Jn=[],Po="c",On="c",re=X[Vn],Po+="li",Jn[2]=y^re,X=q,u+="t",Po+="entY",dn+="g",li=25604):Ai>0&&(J=jQuery[ze],mn=J[Ro],li=8419):3==Ai?(X=u,li=23013):Ai>3&&(so=No,Ge=so===te[17],Ko=He-te[11],ce=_e-te[13],gn=Bo-te[2],li=Ge?8994:22630):8==Ai?li=voAi?6==Ai?(H=Le,se=-1===H,li=se?7201:14339):Ai>6&&(D=void 0,H=_,ne=0|H,H=128>ne,li=H?5826:14852):10==Ai?(Ta.push(0),li=3810):10>Ai?(Do++,li=10629):(Ae=-xe,li=17153):19==Ai?(Lo=Ro,Z[33]=Lo,li=19106):19>Ai?15==Ai?(I=[],Ue=64*g,bo=W%128,Te=bo+128,se=W-bo,bo=se/128,se=63&bo,bo=se+Ue,I.push(Te,bo),H=I,li=6786):15>Ai?13==Ai?li=m?19106:11876:Ai>13&&(u[55]=[],li=8675):17==Ai?(Ke=127&ae,ae>>=7,li=ae?11812:15842):17>Ai?li=zn0,li=Oe?14021:20257):22>Ai?20==Ai?(U=qt.length-1,li=5222):Ai>20&&(D=[],li=11266):24==Ai?(N=e[Mo],li=14656):24>Ai?li=Zo?22274:21184:(to=[xe+64*_o],Ae=to,li=578)}()}}();break;case 1:!function(){switch(mi){case 0:!function(){12==Ai?(I="t",et="gn",Go="v",et+="im",Wn=[],Le=0,li=11429):12>Ai?5==Ai?(Ae=-xe,li=7171):5>Ai?2==Ai?(xe=1===to[5],li=xe?19138:25187):2>Ai?0==Ai?(Be=ye,je=Be,ln=ln.concat(je),li=18116):Ai>0&&(Ke=he[29],Ge=Ke.length,Ke=he[29],Ke.push(ao),li=4801):3==Ai?li=be?2595:26402:Ai>3&&($=127&B,B>>=7,li=B?18596:15553):8==Ai?(Le=ne^J[se],te=Le>>H,Le=te^J[se],te=255&Le,D.push(te),li=4736):8>Ai?6==Ai?($.push(L),li=re?20868:24869):Ai>6&&(K=u[27],li=8900):10==Ai?li=17184:10>Ai?(Bo=an^Ke[2],_e=an^Ke[13],li=3492):(Re++,li=3713):19==Ai?(mn|=I,mn|=Go,Q=L,L=Q<<8,Q=P[$](N),N=P[un],I=Q<<9,mn|=L,mn|=I,L=P[G],li=N?12514:11589):19>Ai?15==Ai?(z=[255],Pt=z,li=9924):15>Ai?13==Ai?(he=[],li=18208):Ai>13&&(ho=0,Qe="",eo="p",eo+="ag",eo+="eX",de=Ne[eo],eo="\u01b7\u01a6\u01a0\u01a2\u019e",li=15680):17==Ai?(u="\u02e3\u02f0\u02e5\u02fa",Fe="",qe=0,ho=0,Qe="",li=7619):17>Ai?(lo=-xe,li=9411):(Y="dn",Y+="E",V=z[En],Y+="puo",Y+="rg",Y=Y.split("").reverse().join(""),P=Y,Y=V[P],li=Y?7778:21702):22==Ai?(q=sa,R=0|ne,Y=Ke,M=Zo+R,z=M,J=Y,R=z,R=60*R,z=R,Y=on[eo](R,60),R=J,M=Tn,_=0|z,z=Y.length,g=R.concat(B),B=z,z=Y,R=g.length,z+=Jo,Y=z,li=y.indexOf?14368:19235):22>Ai?20==Ai?(Jo=co===Ie,li=8866):Ai>20&&(R=G,L=R,Zr=Zr.concat(L),li=13987):24==Ai?li=ieAi?(Ue=7.1>=J,li=4867):(ro=[ee+64*Sn],fn=ro,li=7392)}();break;case 1:!function(){12==Ai?(Ta.push(0),li=17957):12>Ai?5==Ai?li=coAi?2==Ai?(F=F.concat(R),e(14,2,-1),R=W[21],Z=Mt,le=re,D=Z[39],F=F.concat(Kn),Z=le[16],Ye=w.pop(),fo=y[0],y=Vo[Ye],Ye=void 0===y,li=D?23872:10373):2>Ai?0==Ai?(Dn.push(1),Dn=Dn.concat(q),li=25156):Ai>0&&(Ie++,li=14882):3==Ai?(to=[lo+64*no],Je=to,li=25283):Ai>3&&(ln=ln.concat(ao),D=ln,li=26114):8==Ai?(V=[u],P=V,li=9698):8>Ai?6==Ai?(B=[255],Ja=B,li=3329):Ai>6&&(ne=jo[55],Le=jo[55],H=ne.length,Le[H]=he,li=14339):10==Ai?(lo++,li=25856):10>Ai?(I="el",I+="bar",I+="ugifn",I+="oc",I=I.split("").reverse().join(""),g=$[I],li=16037):(Rn=[xn],_o=Rn,li=581):19==Ai?(Re=en,li=Re?21125:10917):19>Ai?15==Ai?(pe="we",pe+="bk",pe+="it",pe+="A",pe+="ud",pe+="ioCo",pe+="ntext",X=me[pe],li=4293):15>Ai?13==Ai?(Z=$,G*=Z,Z=1===G,li=Z?19842:739):Ai>13&&(Be=[],je=7,ye=D,ao=void 0,so=8,ae=112,F=0,ce=ae,li=19812):17==Ai?(y=co,li=y?11874:16928):17>Ai?(nt=0,li=12294):(W=M,L=W,Zr=Zr.concat(L),li=1440):22==Ai?(En+=be,li=20485):22>Ai?20==Ai?li=m>ja?22564:19009:Ai>20&&(y=0,li=19908):24==Ai?(y=Tn,u=Mt,B=y[Ba],y=hr,li=y?2688:4291):24>Ai?(D=Lo.charCodeAt(m)-32,un+=String.fromCharCode(D),li=3204):(jo=0,li=15907)}();break;case 2:!function(){12==Ai?(ye=1,li=19909):12>Ai?5==Ai?(vt=vr.indexOf(Hn),ht=vt,li=24993):5>Ai?2==Ai?(yo=co===Ee,li=22947):2>Ai?0==Ai?(w.push(393436377,1,0),e(14,2,-1),co=w.pop(),y=100*s[co],ei[38]=0|y,co="c",co+="har",co+="ging",ei[3]=0|s[co],ei[50]=1,li=22241):Ai>0&&(li=18946):3==Ai?li=Qe3&&(Co++,li=5698):8==Ai?(H=se.indexOf(mo),Le=H,li=6944):8>Ai?6==Ai?li=ye>=0?18689:16004:Ai>6&&(m=[V],ie=m,li=12324):10==Ai?(B=Ce.length,T=B,B=0|T,T=16384>B,li=T?6945:1634):10>Ai?(Eo=64*fn,go=[],nn=Ze%128,xn=Ze-nn,Sn=nn+128,nn=xn/128,xn=63&nn,nn=xn+Eo,go.push(Sn,nn),lo=go,li=21794):(Ro++,li=17411):19==Ai?li=DAi?15==Ai?(Ie="f",Ie+="o",Ie+="cu",Ie+="si",Ie+="n",uo=co===Ie,li=14757):15>Ai?13==Ai?(N=Qr,li=y?16420:2853):Ai>13&&(li=mAi?(De=64*D,Te=W%128,se=W-Te,ne=Te+128,Te=se/128,se=[],Ao=63&Te,Te=Ao+De,se.push(ne,Te),te=se,li=24709):(oe=50,li=22053):22==Ai?(Be=void 0,li=26148):22>Ai?20==Ai?(u=ze[Xt](2),T=u[za](2),u=T[Pr](S,y),z+=u,y=V,u=0|y,y=16384>u,li=y?15904:22756):Ai>20&&(J[41]=0,I=void 0,li=10562):24==Ai?(Te=W,W=M,U=U.concat(q),q=$e,M=64>Te,U=U.concat(I),I=0|W,W=L,li=M?7205:12672):li=24>Ai?U?16454:24802:Qo?13314:5221}();break;case 3:!function(){12==Ai?(Se=4*Se,li=15841):12>Ai?5==Ai?(Ee[56]=[],li=10754):5>Ai?2==Ai?(L=B,G=R,W=P,ie=1,M=W[qo],li=M?3843:23556):2>Ai?0==Ai?(V[q](P,z),li=24865):Ai>0&&(ee=-1,li=7237):3==Ai?(g=-1,li=23169):Ai>3&&(li=trAi?6==Ai?li=u[21]?25317:21763:Ai>6&&(li=rnAi?(Fo=Ge%7,li=he?9381:16):(y[36]=1,li=262):19==Ai?(U=on,g=1,li=14566):19>Ai?15==Ai?(y=u[Ur],u=z[35],T=z[0],li=4259):15>Ai?13==Ai?li=8770:Ai>13&&(F=Ve,li=3744):17==Ai?(an++,li=23555):17>Ai?li=bo?4134:21604:(Ge=Ko,Bo=0>ce,Ko=64>Ge,gn=Zo,Zo=Bo,ee=ln,ln=64>ee,rn=64>gn,li=Zo?18692:25696):22==Ai?li=T?19493:481:22>Ai?20==Ai?(dn=ve,Pn=1,li=1827):Ai>20&&(li=Ie?3523:5569):24==Ai?(hn=[ee],F=hn,li=7524):24>Ai?(oe=200,li=16805):(he[55]=[],li=13570)}();break;case 4:!function(){12==Ai?li=Be?17025:25989:12>Ai?5==Ai?(xe++,li=6850):5>Ai?2==Ai?li=P?17506:26372:2>Ai?0==Ai?(ve[15]=3,ve[2]=be[Fe],me="\u026a\u027b\u027d\u027f\u0243",X=y%7,Fe=void 0!==ve[2],Re+="ent",li=16416):Ai>0&&(li=L<_.length?704:18465):3==Ai?(Ye=0!==ee.length,li=Ye?25:5699):Ai>3&&(Lo=void 0,tr=void 0,$t=[],br=0,sn="s",mr=void 0,wo=[],kr=void 0,er="pa",Tr=void 0,qt="\u0127\u0169\u0110",Mr=void 0,Ir=void 0,Xt=void 0,Ht="D",$n=[],yr=1768580348,Pr=Oo,ro=cr,cr=N,N=void 0,Ur="E",Qr=[],$o=0,li=14629):8==Ai?(g++,li=16804):8>Ai?6==Ai?(u=ha,li=m?6246:15523):Ai>6&&(rn=ae.indexOf(He),Ko=rn,li=4675):10==Ai?(y=[],y.push(255,0),T=y,Gn=T,li=14690):10>Ai?(yo="tc",yo+="e",yo+="Rtn",yo+="eilCgnid",yo+="nuoBteg",yo=yo.split("").reverse().join(""),me=uo[yo],li=6852):(fn=[],nn=go%128,xn=nn+128,Sn=go-nn,nn=Sn/128,Sn=127&nn,fn.push(xn,Sn),_o=fn,li=13893):19==Ai?(re=Oo,li=re?23109:16868):19>Ai?15==Ai?(Qn=14===r,li=Qn?9956:2146):15>Ai?13==Ai?(Ie="y",me="",eo=0,fe="",Co="\u03d7\u03d8\u03dd\u03d1\u03da\u03c0\u03ec",Ho="do",vo=0,Mo="b",li=6914):Ai>13&&(pn=pe,Me="s",pe="\u034f",Qe=On,u+="cum",zo+="C",li=22562):17==Ai?(M=!Z,Q=Ce,li=L?16770:22821):17>Ai?(W=document[zn],li=W?5730:20960):(we=_o.indexOf(xn),no=we,li=21924):22==Ai?(ko=Ae.concat(ko),to=64>Yo,Mn=Eo,li=Mn?25761:18178):22>Ai?20==Ai?($=Object[Un](N,po),g=!$,li=g?16037:9249):Ai>20&&(io=Ke%128,hn=Ke-io,Uo=io+128,io=64*No,Nn=[],Zn=hn/128,hn=63&Zn,Zn=hn+io,Nn.push(Uo,Zn),so=Nn,li=21216):24==Ai?(T=void 0,Xn=[],Ot=0,jt+="ke",le+="o",Gt=void 0,li=13059):24>Ai?(u=538^me.charCodeAt(de),Ee+=String.fromCharCode(u),li=12996):li=ao<_.length?8387:7845}();break;case 5:!function(){12==Ai?(Dn.push(1),Dn=Dn.concat(u),li=6432):12>Ai?5==Ai?(oe=10,li=4453):5>Ai?2==Ai?($=[],li=1316):2>Ai?0==Ai?(Hn=_o[we]===xn,li=Hn?3392:22917):Ai>0&&(J=H,Ue=bo,J+=Jo,le=J,Ue+=Jo,li=Te.indexOf?4450:1250):3==Ai?(co=be,li=15426):Ai>3&&(Ge=1===He[15],li=Ge?6720:14946):8==Ai?(Xo=!(!P[X]||void 0===P[X][jo])<<14,mn|=G,G=T,li=G?1058:25124):8>Ai?6==Ai?li=_n6&&(_=3===L,li=18017):10==Ai?(_e++,li=325):10>Ai?(u=Pn[X],X="cl",X+="ien",X+="tTop",ge=u[X],li=8290):($e=0,li=16899):19==Ai?(u=!R[st],li=12293):19>Ai?15==Ai?(X="\u0446\u0438\u0433\u0443\u0437",u=0,ve=0,eo=0,Po="\u01d9",Xe="",fe="",Co="",li=10304):15>Ai?13==Ai?(vo=Po.charCodeAt(fe)-185,Oo+=String.fromCharCode(vo),li=7744):Ai>13&&(li=eoG,li=$?12898:23171):17>Ai?(Wo=jn[he](12),I+=Wo,li=14818):($=10,li=17058):22==Ai?(_=[],g=R%128,I=R-g,U=g+128,g=I/128,I=127&g,_.push(U,I),K=_,li=24322):22>Ai?20==Ai?(U=g%128,J=[],le=U+128,D=g-U,U=D/128,D=127&U,J.push(le,D),Le=J,li=8386):Ai>20&&(ke=void 0,z="e",T="re",Se=ba,R="__",Y="ua",V="",w.push(1110,153749374655,2,1),P=0,m="\u03b2\u03a6\u03a5\u038a\u03a8\u03a3\u03b2\u03ab\u03a2",Y+="b",T+="tsig",Oe=Se[j],K=Y,T+="er",T=T.split("").reverse().join(""),li=2336):24==Ai?(We=2===to[5],li=4484):24>Ai?li=veAi?5==Ai?(L=ze,li=L?10530:11746):5>Ai?2==Ai?(y=Tn,u=mn,li=u?15616:4194):2>Ai?0==Ai?(ve+="nc",ve+="t",ve+="ion",X=typeof Ei[25][de]===ve,li=17478):Ai>0&&(M=10,li=9860):3==Ai?(De=0,li=15363):Ai>3&&(ae[an]=new RegExp(He[an]),li=3425):8==Ai?(K=R[m]===T,li=K?12388:12325):8>Ai?6==Ai?(Yo=ue,Ae=to,li=lo?15589:1218):Ai>6&&(Q=jo.charCodeAt(g)-655,$e+=String.fromCharCode(Q),li=22240):10==Ai?(q=z[26],li=P?6594:21218):10>Ai?(Je=0===tn,li=15460):(M=1===W[23],li=M?23106:24897):19==Ai?(wo=ko,li=Ve?14433:10432):19>Ai?15==Ai?(Z.push($),li=B?18115:12355):15>Ai?13==Ai?(ze=1===M[23],li=19525):Ai>13&&(y=[q],ta=y,li=9829):17==Ai?(K=9===Y,li=17637):17>Ai?(Dn.push(0),li=16069):(ho="\u0306\u02f8\u02f3\u0303\u02f7",Qe=0,eo=0|ve,Po="\u0279",Oo="",Xe="he",fe=0|de,Co="x",Ho=0,Xe+="igh",Xe+="t",vo="",Mo=ge[Xe]/2,li=3137):22==Ai?(L=-1,li=21764):22>Ai?20==Ai?li=2>R?23237:7713:Ai>20&&(Le=[$e+64*le],g=Le,li=14691):24==Ai?li=TeAi?(B=void 0,R=y,W=0|R,R=128>W,li=R?21858:8292):(V=L[Ia](0,8),P=W(V,2),Se.push(P),L=L[Ia](8),li=5795)}();break;case 7:!function(){12==Ai?(re=bo,ke=re.concat(P),re=T.length+ke.length,T=W(m,2),Ye=Ye.concat(ke),Se.push(T),kr=Se,Ta=kr,ke=Ye,T=ke.slice(0,dr),ke=Ta,Se=T[0]<<8,P=ke.length/2,m=Se|T[1],Se=m[uo](),m=q[Ut](P),e(14,2,-1),q=w.pop(),T=Se.split(Jo),Se=Tn,P=q,li=z?23650:25766):12>Ai?5==Ai?(P=1,R[34]=1,li=23620):5>Ai?2==Ai?li=PAi?0==Ai?(L=I,li=132):Ai>0&&(zn++,li=17184):3==Ai?(Ro|=un,ie[23]=Ro,ie=Z,ie[7]=M,ie=Z,M=1===ie[23],ie[63]=new RegExp(Wn),li=M?2181:5600):Ai>3&&(uo++,li=1028):8==Ai?(Ke=[],F=No%128,Ko=No-F,ce=Ko/128,Ko=F+128,F=64*Bo,gn=63&ce,ce=gn+F,Ke.push(Ko,ce),ae=Ke,li=10306):8>Ai?6==Ai?li=100>wo?23009:7970:Ai>6&&(me=kn,li=3397):10==Ai?(dn++,li=17922):10>Ai?(L=G,ie*=L,L=1===ie,li=L?10980:482):(F=Jo,ce="sa",w.push(1506498,290837601,2,1),ee=0,oe=0,Ve="\u0230\u0237\u0203\u0228\u025b\u0257\u0255\u0244\u0207\u023d\u023a\u0224\u0247\u0252\u0245\u0248\u0229\u0207\u0224\u0255\u024c\u0244\u024f\u0203\u0238\u0251\u024c\u0246\u0252\u0247\u0248\u0203\u0230\u0236\u0207\u0230\u0236\u0203\u0232\u0258\u0257\u024f\u0252\u0252\u024e\u0207\u0237\u0248\u0255\u0250\u024c\u0251\u0244\u024f\u0207\u0237\u0235\u0224\u022d\u0224\u0231\u0203\u0233\u0235\u0232\u0207\u0230\u0236\u0203\u0235\u0248\u0249\u0248\u0255\u0248\u0251\u0246\u0248\u0203\u0236\u0253\u0248\u0246\u024c\u0244\u024f\u0257\u025c\u0207\u022b\u0244\u0248\u0257\u0257\u0248\u0251\u0256\u0246\u024b\u025a\u0248\u024c\u024f\u0248\u0255\u0207\u0232\u0226\u0235\u0203\u0224\u0203\u0228\u025b\u0257\u0248\u0251\u0247\u0248\u0247\u0207\u022f\u0258\u0246\u024c\u0247\u0244\u0203\u0236\u0244\u0251\u0256\u0207\u0236\u0257\u0244\u0246\u0246\u0244\u0257\u0252\u0215\u0215\u0215\u0203\u0225\u0237\u0207\u0226\u0248\u0251\u0257\u0258\u0255\u025c\u0203\u022a\u0252\u0257\u024b\u024c\u0246\u0207\u0230\u0236\u0203\u0230\u024c\u0251\u0246\u024b\u0252\u0207\u0230\u024c\u0246\u0255\u0252\u0256\u0252\u0249\u0257\u0203\u023c\u0244\u022b\u0248\u024c\u0207\u0226\u0248\u0251\u0257\u0258\u0255\u025c\u0207\u0236\u025c\u024f\u0249\u0244\u0248\u0251\u0207\u0224\u024a\u0248\u0251\u0246\u025c\u0203\u0229\u0225\u0207\u022b\u0248\u024c\u0257\u024c\u0203\u0237\u0226\u0207\u0226\u0244\u0250\u0245\u0255\u024c\u0244\u0203\u0230\u0244\u0257\u024b\u0207\u0230\u023c\u0235\u022c\u0224\u0227\u0203\u0233\u0235\u0232\u0207\u0229\u0258\u0257\u0258\u0255\u0244\u0203\u0230\u0247\u0203\u0225\u0237\u0207\u022b\u0248\u024c\u0257\u024c\u0203\u0236\u0226\u0207\u0236\u024c\u0250\u0236\u0258\u0251\u0210\u0228\u025b\u0257\u0225\u0207\u0230\u0236\u0203\u0235\u0248\u0249\u0248\u0255\u0248\u0251\u0246\u0248\u0203\u0236\u0244\u0251\u0256\u0203\u0236\u0248\u0255\u024c\u0249\u0207\u0239\u024c\u024d\u0244\u025c\u0244\u0207\u0233\u0230\u024c\u0251\u024a\u022f\u024c\u0238\u0210\u0228\u025b\u0257\u0225\u0207\u0230\u0244\u0255\u024f\u0248\u0257\u0257\u0207\u0225\u024c\u0257\u0256\u0257\u0255\u0248\u0244\u0250\u0203\u0239\u0248\u0255\u0244\u0203\u0236\u0244\u0251\u0256\u0203\u0230\u0252\u0251\u0252\u0207\u0225\u0252\u0252\u024e\u0250\u0244\u0251\u0203\u0232\u024f\u0247\u0203\u0236\u0257\u025c\u024f\u0248\u0207\u022a\u024c\u024f\u024f\u0203\u0236\u0244\u0251\u0256\u0207\u0232\u0236\u0224\u022e\u0224\u0207\u0227\u024c\u0247\u0252\u0257\u0207\u022f\u0258\u0246\u024c\u0247\u0244\u0203\u0236\u0244\u0251\u0256\u0203\u0237\u025c\u0253\u0248\u025a\u0255\u024c\u0257\u0248\u0255\u0207\u0227\u022c\u0231\u0207\u0233\u0230\u024c\u0251\u024a\u022f\u024c\u0238\u0207\u0230\u0252\u0251\u0252\u0257\u025c\u0253\u0248\u0203\u0226\u0252\u0255\u0256\u024c\u0259\u0244\u0207\u0224\u0235\u0231\u0232\u0203\u0233\u0235\u0232\u0207\u022a\u0232\u0237\u022b\u0224\u0230\u0207\u0236\u024c\u0250\u022b\u0248\u024c\u0207\u0224\u0255\u024c\u0244\u024f\u0203\u0231\u0244\u0255\u0255\u0252\u025a\u0207\u022f\u0248\u0257\u0257\u0248\u0255\u0203\u022a\u0252\u0257\u024b\u024c\u0246\u0207\u0230\u024c\u0246\u0255\u0252\u0256\u0252\u0249\u0257\u0203\u0238\u024c\u024a\u024b\u0258\u0255\u0207\u0224\u0259\u0244\u0251\u0257\u022a\u0244\u0255\u0247\u0248\u0203\u0225\u024e\u0203\u0225\u0237\u0207\u0230\u024c\u0246\u0255\u0252\u0256\u0252\u0249\u0257\u0203\u022d\u024b\u0248\u0251\u024a\u022b\u0248\u024c\u0207\u0230\u0236\u0203\u0233\u0230\u024c\u0251\u0246\u024b\u0252\u0207\u0236\u0226\u0235\u022c\u0233\u0237\u022c\u0231\u0224\u0207\u022b\u0248\u024f\u0259\u0248\u0257\u024c\u0246\u0244\u0203\u0231\u0248\u0258\u0248\u0207\u022a\u0244\u0255\u0244\u0250\u0252\u0251\u0247\u0207\u0230\u024c\u0251\u024a\u022f\u024c\u0238\u0210\u0228\u025b\u0257\u0225\u0207\u0235\u0252\u0246\u024e\u025a\u0248\u024f\u024f\u0207\u0230\u0252\u0251\u0244\u0246\u0252\u0207\u0225\u0244\u0251\u024e\u022a\u0252\u0257\u024b\u024c\u0246\u0203\u0230\u0247\u0203\u0225\u0237\u0207\u0230\u024c\u0251\u024c\u0252\u0251\u0203\u0233\u0255\u0252\u0207\u0226\u024f\u0244\u0255\u0248\u0251\u0247\u0252\u0251\u0207\u0229\u0258\u0257\u0258\u0255\u0244\u0207\u0225\u024f\u0244\u024c\u0255\u0230\u0247\u022c\u0237\u0226\u0203\u0237\u0237\u0207\u022c\u0231\u0226\u0232\u0231\u0236\u0232\u022f\u0224\u0237\u0224\u0207\u0236\u0250\u0244\u024f\u024f\u0203\u0229\u0252\u0251\u0257\u0256\u0207\u0230\u024c\u0251\u024a\u022f\u024c\u0238\u0242\u022b\u022e\u0236\u0226\u0236\u0210\u0228\u025b\u0257\u0225\u0207\u0226\u0244\u024f\u024c\u0245\u0255\u024c\u0207\u0230\u0236\u0203\u022f\u024c\u0251\u0248\u0227\u0255\u0244\u025a\u0207\u0236\u0248\u024a\u0252\u0248\u0203\u0238\u022c\u0203\u0236\u025c\u0250\u0245\u0252\u024f\u0207\u0224\u0239\u0228\u0231\u022c\u0235\u0207\u0236\u025a\u024c\u0256\u021a\u0215\u0214\u0203\u0225\u024f\u024e\u0228\u025b\u0203\u0225\u0237\u0207\u0224\u0255\u024c\u0244\u024f\u0203\u0225\u024f\u0244\u0246\u024e\u0207\u0226\u0252\u0251\u0256\u0252\u024f\u0244\u0256\u0207\u022a\u0244\u0245\u0255\u024c\u0252\u024f\u0244\u0207\u0224\u0259\u0244\u0251\u0257\u022a\u0244\u0255\u0247\u0248\u0203\u0230\u0247\u0203\u0225\u0237\u0207\u0225\u0252\u0252\u024e\u0203\u0224\u0251\u0257\u024c\u0254\u0258\u0244\u0207\u022f\u0248\u0248\u024f\u0244\u025a\u0244\u0247\u0248\u0248\u0207\u0224\u0246\u0244\u0247\u0248\u0250\u025c\u0203\u0228\u0251\u024a\u0255\u0244\u0259\u0248\u0247\u0203\u022f\u0228\u0237\u0207\u0224\u0227\u0232\u0225\u0228\u0203\u0226\u0224\u0236\u022f\u0232\u0231\u0203\u0233\u0235\u0232\u0207\u0227\u0229\u022e\u0244\u024c\u0210\u0236\u0225\u0207\u0236\u0248\u0255\u024c\u0249\u0244\u0207\u0237\u024b\u0252\u0251\u0245\u0258\u0255\u024c\u0207\u0228\u0238\u0235\u0232\u0236\u0237\u022c\u022f\u0228\u0207\u0233\u0244\u024f\u0244\u0257\u024c\u0251\u0252\u0207\u0229\u0244\u0251\u024a\u0236\u0252\u0251\u024a\u0207\u022e\u0244\u024c\u0237\u024c\u0207\u0230\u024c\u0251\u024a\u022f\u024c\u0238\u0207\u0231\u0236\u024c\u0250\u0236\u0258\u0251\u0207\u0224\u0251\u0247\u0244\u024f\u0248\u0203\u0230\u0252\u0251\u0252\u0207\u0224\u0250\u0244\u025d\u0252\u0251\u0248\u0203\u0225\u0237\u0207\u0228\u0247\u025a\u0244\u0255\u0247\u024c\u0244\u0251\u0203\u0236\u0246\u0255\u024c\u0253\u0257\u0203\u022c\u0237\u0226\u0207\u0225\u0255\u0244\u0247\u024f\u0248\u025c\u0203\u022b\u0244\u0251\u0247\u0207\u0230\u0244\u024f\u024a\u0258\u0251\u0203\u022a\u0252\u0257\u024b\u024c\u0246\u0207\u0231\u0228\u0239\u022c\u0236\u0207\u0239\u024c\u0256\u0258\u0244\u024f\u0238\u022c\u0207\u022f\u0258\u0246\u024c\u0247\u0244\u0203\u0225\u0255\u024c\u024a\u024b\u0257\u0207\u022f\u0248\u0259\u0248\u0251\u024c\u0250\u0203\u0230\u0237\u0207\u0230\u0236\u0203\u0238\u022c\u0203\u022a\u0252\u0257\u024b\u024c\u0246\u0207\u0225\u0252\u0247\u0252\u0251\u024c\u0203\u0230\u0237\u0207\u022b\u0248\u0244\u0257\u024b\u0248\u0255\u0207\u0232\u0233\u0237\u022c\u0230\u0224\u0207\u0233\u0235\u022c\u0231\u0226\u0228\u0237\u0232\u023a\u0231\u0203\u022f\u0228\u0237\u0207\u0236\u024b\u0252\u025a\u0246\u0244\u0255\u0247\u0203\u022a\u0252\u0257\u024b\u024c\u0246\u0207\u0236\u022c\u022f\u022e\u0236\u0226\u0235\u0228\u0228\u0231\u0207\u022f\u0258\u0246\u024c\u0247\u0244\u0203\u0236\u0244\u0251\u0256\u0203\u0238\u0251\u024c\u0246\u0252\u0247\u0248\u0207\u023a\u024c\u0251\u024a\u0247\u024c\u0251\u024a\u0256\u0203\u0215\u0207\u0226\u0248\u025d\u0244\u0251\u0251\u0248",Vo="xp",cn=0,Do=0,ko="s",Cn=0,sn=0,wo=0,ro=ye,ce+="n",$o="Ai?15==Ai?(Ie=uo[u],li=19748):15>Ai?13==Ai?(D=se,li=D?15745:21189):Ai>13&&(Ue=0,li=16481):17==Ai?li=loAi?(F.push(Uo),li=oe?13924:23841):(u=Mt,B=Tn,z=ti,li=y?16835:25252):22==Ai?li=deAi?20==Ai?(Co+="ncti",Co+="o",Co+="n",Oo=typeof Pi[25][Xe]===Co,li=19585):Ai>20&&(D=Z.charCodeAt(ze)-892,N+=String.fromCharCode(D),li=14464):24==Ai?(q=le,li=24197):24>Ai?(z=B,li=z?6752:4389):li=3>Do?10883:8805}();break;case 8:!function(){12==Ai?(ue=go,li=18817):12>Ai?5==Ai?(le=U[pe],U=le[zo](qe),li=U[co]?15813:21569):5>Ai?2==Ai?(z=Y[1],P=M[51],li=R?24226:17989):2>Ai?0==Ai?(he=[Ko+64*an],He=he,li=21829):Ai>0&&(uo=ge[47],uo.unshift(),li=5221):3==Ai?(y=Lt,B=Mt,z=B[59],li=z?21153:21220):Ai>3&&(Un=580^y.charCodeAt(Ho),So+=String.fromCharCode(Un),li=16482):8==Ai?li=Oe?26147:10561:8>Ai?6==Ai?(Q=0,li=3649):Ai>6&&(Ie=me,me=Ie,li=me?7493:5925):10==Ai?(Mo=[],Mo[5]=3,Mo[0]=ke,Co.push(Mo),Mo=Co.length>8192,li=Mo?16576:5156):10>Ai?li=PAi?15==Ai?(qe++,li=290):15>Ai?13==Ai?(dn="",Co="\u01b4\u01c0\u01bf\u01bf\u01b6\u01b4\u01c5",re+="ia",Ho="",vo="cr",Fe+="onn",li=2562):Ai>13&&(le=U[co](ho),li=23621):17==Ai?(u=253,li=18566):17>Ai?(Io++,li=23619):(He=D[ye],Ge=0===He[15],li=Ge?13344:4257):22==Ai?(be=void 0,be=0,ur=be,li=24739):22>Ai?20==Ai?(jo[55]=[],li=8932):Ai>20&&(Ie=void 0!==q[fe],li=Ie?12644:18117):24==Ai?(I++,li=20480):24>Ai?(m=[],G=V%128,W=G+128,M=V-G,G=M/128,M=127&G,m.push(W,M),ie=m,li=12324):li=gAi?5==Ai?(de=pe.charCodeAt(u)-38,X+=String.fromCharCode(de),li=15494):5>Ai?2==Ai?(u=Mt,B=u[59],li=B?23777:8898):2>Ai?0==Ai?(m=P[An],Go=m[qo],m=0,Lo="\x83\x8c\x8f\x93\x85",un="",li=9221):Ai>0&&(li=etUo,li=Nn?14688:25636):Ai>3&&(q=0,y=0,li=9890):8==Ai?(T=G,li=N?18725:21221):8>Ai?6==Ai?(Ao=0>M,Wo=wn,_n=$,li=se?10816:18176):Ai>6&&(li=T?18722:23232):10==Ai?li=HoAi?(Fe=Xe[u]===ge,li=Fe?24613:20098):(T[55]=[],li=11781):19==Ai?(Wo=De,g[54]=Wo,J=g,li=J[55]?547:21542):19>Ai?15==Ai?(Ao++,li=17024):15>Ai?13==Ai?(_++,li=7491):Ai>13&&(je=y[0]<<8,li=R?24674:20516):17==Ai?(co=ve,pn="\u03eb\u03ee\u03e2\u03e0\u03f3\u03e8\u03ee\u03ed",pe+="p",Io="",ve=Ho,zo+="pend",li=22116):17>Ai?(X=0,li=4320):(nn=fn%128,xn=[],Sn=nn+128,Rn=fn-nn,nn=Rn/128,Rn=127&nn,xn.push(Sn,Rn),Ze=xn,li=12036):22==Ai?(Ue=64*Ao,je=[],fo=$%128,ot=$-fo,ye=fo+128,fo=ot/128,ot=63&fo,fo=ot+Ue,je.push(ye,fo),le=je,li=3809):22>Ai?20==Ai?(te=Be.indexOf(on),he=te,li=21889):Ai>20&&(z=u[9],li=25765):li=24==Ai?ke?1184:3073:24>Ai?9316:K[m]?5345:23620}();break;case 10:!function(){12==Ai?(J=0,le=I,D=void 0,H=[],se=154,ne=se,li=7585):12>Ai?5==Ai?(ge=pe[u],li=17761):5>Ai?2==Ai?li=ciAi?0==Ai?(M=L,li=M?22818:5411):Ai>0&&(lo=1,li=26336):3==Ai?li=D?11333:6784:Ai>3&&(q[68]=1,R=[0],Jr=R,li=3777):8==Ai?(Y++,li=20550):8>Ai?6==Ai?(Mn=-oo,li=24806):Ai>6&&(Y[Dt](V,B[73]),li=16516):10==Ai?(W=G[yo],G=W[qo],W=G[uo],G=W[Dt](ie),W=new RegExp(pt,Wt),ie=G[Oo](W,Jo),G=new RegExp(ct),W=G[Co](ie),li=W?21667:15972):10>Ai?(Dn.push(0),li=768):(B=Tn,z=Mt,T=rt,An=sr,R=Mt,li=z[60]?17186:24707):19==Ai?li=D>=0?5570:16963:19>Ai?15==Ai?(T=B,Se=25601,R=void 0,Y=[],V=12065,P=Se,Se=0,li=1729):15>Ai?13==Ai?(P=m[st],Z=void 0,$=0,li=2145):Ai>13&&(re="t",re+="xetn",re+="oCoid",re+="uA",re=re.split("").reverse().join(""),Oo=Jn[re],li=Oo?10915:18883):17==Ai?(B=F[uo](),Gt=Y,Y=D[xo],W=Mt,D=Gt,li=D?14849:24099):17>Ai?(q=2*ma,B=2*ma,z=B+2,B=y.slice(q,z),q=4*u,z=ma%4,T=q+z,q=T%4,z=0===q,li=z?15681:2496):(L=V++,G=q[L],Ce=255&G,L=V++,G=q[L],T=255&G,L=V++,G=q[L],P=255&G,$=Ce>>2,L=3&Ce,G=L<<4,L=T>>4,Se=G|L,L=15&T,G=L<<2,L=P>>6,Oe=G|L,K=63&P,L=ke+2,G=V===L,li=G?6309:12800):22==Ai?($o=3,li=292):22>Ai?20==Ai?(wn=0,li=5889):Ai>20&&(L=void 0,G=0,W=void 0,Q=e(17),g=0,L=Q,Q=G,li=Q?6146:2753):24==Ai?($=9,Oe=1,li=8449):24>Ai?li=13382:(T=L,$=void 0,W=0|T,T=128>W,li=T?21217:20227)}();break;case 11:!function(){12==Ai?li=yoAi?5==Ai?(Ko=1,li=196):5>Ai?2==Ai?(ht=-1,li=24993):2>Ai?0==Ai?(te.push(He),li=21574):Ai>0&&(Ln[0]=be,Io=y[yo],Qo=Io[qo],Io=Qo[uo],Io[Dt](be),en=1,li=10531):3==Ai?(an++,li=2625):Ai>3&&(z=2===q,li=z?4516:4384):8==Ai?(te[55]=[],li=16388):8>Ai?6==Ai?(Se=3*Se,li=15685):Ai>6&&(ne=D[H]===De,li=ne?4262:21248):10==Ai?(_o=127&Ae,Ae>>=7,li=Ae?22724:12065):10>Ai?(Je=Kn,li=Je?18049:8484):(W="ge",D=0,Wn=0,Ro+="d",Ao=g,li=2531):19==Ai?(dn=Ee,y+="ENDOR_W",e(14,2,-1),y+="EBGL",Ee=y,y=be,be=w.pop(),w.push(258597,1,0),e(14,2,-1),fe=w.pop(),Co=be,be=fe,li=re?20549:26241):19>Ai?15==Ai?li=100>cn?12291:24354:15>Ai?13==Ai?(T=P[Ao],L=T[$],li=20544):Ai>13&&(Ee=Ne.indexOf(yo),qo=Ee,li=16064):17==Ai?(u=ge,li=u?26211:24228):17>Ai?(io=[ee+64*rn],ln=io,li=2788):(Pe=wo,Je=Je.concat(Pe),wo=void 0,Pe=no,xe=0|Pe,Pe=0>xe,Ae=Pe,li=Ae?5121:3266):22==Ai?li=yo?6693:10500:22>Ai?20==Ai?(y[0]=1,m=V[Ne](),Oe=m,li=Oe?22178:7748):Ai>20&&(li=FAi?(H=g[29],U=H.length,H=g[29],H.push(M),li=4160):(So=225^Io.charCodeAt(Ie),Ee+=String.fromCharCode(So),li=7716)}();break;case 12:!function(){12==Ai?(M=1,li=9860):12>Ai?5==Ai?(Me=X.charCodeAt(qe)-380,de+=String.fromCharCode(Me),li=15617):5>Ai?2==Ai?(Ce=Se,Z=gr,Z[41]=1,L=Ce[pe],M=L[ge],li=M?14565:7364):2>Ai?0==Ai?(ur=ke,li=7490):Ai>0&&(fe="",Mo=0,zo="\u0211\u0213\u0260\u0213\u0260",li=14085):3==Ai?(rr[1]=255,P=[],m=0,K=void 0,N=B[uo](),Ce=N,Ce+=Jo,li=10594):Ai>3&&(me=ve[Re]===y,li=me?23969:16738):8==Ai?(ae=[_e+64*he],so=ae,li=23296):8>Ai?6==Ai?(Z=Oe,li=Z?23618:24645):Ai>6&&(V+="CrahCm",Io=T,fe=m,V+="orf",zn=P,zo+="OPQ",zo+="RSTUVW",zo+="X",T=zn,V=V.split("").reverse().join(""),zo+="Y",zn=V,zo+="Zabc",zo+="defghij",zo+="kl",zo+="mnop",zo+="qrstuvwxyz0123456789+/=",Y=zo,li=12771):10==Ai?li=8993:10>Ai?(oe=50,li=11492):(ln=ao,je[11]=He,li=Zn?19939:25284):19==Ai?li=2304:19>Ai?15==Ai?(se=D,li=se?483:17826):15>Ai?13==Ai?(Do=Do.concat(Fi),li=10753):Ai>13&&(m=R[V],Oe=m>>Y,K=m<Ai?(P=796^st.charCodeAt(V),ke+=String.fromCharCode(P),li=15749):(wo[1]=no,no=0|Ze,li=we?13792:2757):22==Ai?(m+="c",I+="xetn",D="t",De+="M",ne="\xb5\xa7\xae\xa8",Te+="nIgi",N+="owMo",g+="scre",un+="T",m+="u",T+="elfe",Go+="alu",T+="R",un+="MLMe",un+="diaEle",li=5922):22>Ai?20==Ai?(ne=Xn.charCodeAt($e)-960,L+=String.fromCharCode(ne),li=6213):Ai>20&&(te=he,he=-1===te,li=he?9762:25733):24==Ai?(re=Pi[25], li=re?8768:4738):24>Ai?(pr=Dn,T=Se,gr[24]=0,gr[31]=0,gr[44]=pr,gr[58]=0,P=T[pe],m=T[vo],N=po in P,Ce=e(6),e(2,T,u,e,!0),li=N?18944:1284):(Ue=J,li=Ue?11043:25830)}();break;case 13:!function(){12==Ai?(H=_%128,se=[],ne=_-H,te=ne/128,ne=127&te,te=H+128,se.push(te,ne),on=se,li=10789):12>Ai?5==Ai?(R=216&g[M],Ge+=R,R=M+1,D=g[R],R=216&D,Ge+=R,R=M+2,D=g[R],R=216&D,Ge+=R,R=M+3,D=g[R],R=216&D,Ge+=R,li=1601):5>Ai?2==Ai?(Ko=-Ge,li=24352):2>Ai?0==Ai?(dn=-1,li=8547):Ai>0&&(li=_o.indexOf?18561:1603):3==Ai?li=L[67]?12805:24355:Ai>3&&(Xa=void 0,li=3684):8==Ai?($e=1,Q=te,li=Q?10400:25858):8>Ai?6==Ai?li=10496:Ai>6&&(li=JAi?(Ro++,li=11907):li=AoAi?15==Ai?(Ho=dn.charCodeAt(Co)-503,ho+=String.fromCharCode(Ho),li=4161):15>Ai?13==Ai?(g=L[_],I=W+1,W=I%G.length,I=G.charCodeAt(W),g^=I,I=255&g,ie.push(I),li=10470):Ai>13&&(P=[],m=R%128,K=R-m,$=m+128,m=K/128,K=127&m,P.push($,K),z=P,li=25920):17==Ai?(u="",ho="\u0198\u019a\u018b\u01bd\u0190\u018a\u0191\u019b\u0196\u0191\u0198\u01bc\u0193\u0196\u019a\u0191\u018b\u01ad\u019a\u019c\u018b",Qe=0,li=11362):17>Ai?(xe=Ye-1,li=5732):(L=I[29],W=L,L=$+1,li=W.indexOf?8322:12900):22==Ai?(Jo=1,li=5793):22>Ai?20==Ai?(Bo=ce>=-4,li=11009):Ai>20&&(yo++,li=18019):24==Ai?(Bn=ht,Hn=-1===Bn,li=Hn?22051:4677):24>Ai?(Oo=Re,Ne=1,li=16738):(ve[10]=pe^Re,ve[4]=[],So.push(ve),Re=yo[47],Ee=Re.length,Re=Ee>8192,li=Re?14404:18851)}();break;case 14:!function(){12==Ai?li=FeAi?5==Ai?(In=en,ur=In,li=22):5>Ai?2==Ai?(X=Ie[me]>10,li=25216):2>Ai?0==Ai?(U=-1,li=8389):Ai>0&&(qo=927^pe.charCodeAt(So),X+=String.fromCharCode(qo),li=2275):3==Ai?(F=0>Zo,oe=64>ee,io=F,li=io?2118:6370):Ai>3&&(y=co===Jo,li=8674):8==Ai?(de+="iL",de+="ecarTkc",de+="ats",Fe+="Lecar",de=de.split("").reverse().join(""),X=ve[de],Fe+="Tk",ve[qe]=100,de=new ve,Fe+="cats",Fe=Fe.split("").reverse().join(""),ve[Fe]=X,X="st",X+="ack",Fe=de[X]+"",u=Fe,li=15045):8>Ai?6==Ai?(Sn=go,Rn=void 0,qn=Pe,Bn=qn[29],Hn=Sn,ht=void 0,vr=Bn,Bn=0,li=vr.indexOf?5185:1062):Ai>6&&(pn[2]=-1,li=5569):10==Ai?(ie=0,li=128):10>Ai?(m=10,li=19652):(we=[xe+64*Pe],wo=we,li=18785):19==Ai?(y=F.slice(0,$n),li=Mn?2176:26048):19>Ai?15==Ai?li=Qo?2246:7584:15>Ai?13==Ai?($=2===R,li=$?12837:1440):Ai>13&&(m=Y[Ln],Z=m[Se](P),li=Z?17124:18081):17==Ai?(Ue=[$+64*Ao],le=Ue,li=3809):17>Ai?(To="",Re="\u0243\u0242\u0233\u0215\u023c\u0235\u023d\u0235\u023e\u0244",Ln=0,li=21792):(Z=le[56],li=Z?11494:8773):22==Ai?(ln+="c.ihsu",je+="moc",Ge="im",ce+="i",oe+='radu"=',ae+="href*=",oe+="*",nt="a[",Vo+="uery",at="\u0196\u0186\u0195\u018c\u0193\u0197\u017e\u0196\u0195\u0186\u014d\u0160\u0145\u019a\u0196\u0197\u0193\u018f\u0198\u018a\u0151\u0192\u0196\u0196\u0145\u0180",ce+="nk[hre",li=Uo?7587:18688):22>Ai?20==Ai?(u="\x80\xa6\xb6\x82",G="p",W="",Q=z,g=0,I=Jo,U=Q[vo],J=void 0,le=0,D=Ho,jo=2,De=[],$e=0,bo=void 0,Te=0,G+="lu",li=16804):Ai>20&&(li=$eAi?(R=re,li=z?14947:11040):(_e=Ko,ae=Ke,Ko=F,F=No,li=ae?16387:23204)}();break;case 15:!function(){12==Ai?(M=void 0,g=0,I=void 0,U=void 0,J=void 0,D=R[70],H=void 0,ne=0,te=R,li=te[55]?11619:133):12>Ai?5==Ai?li=13891:5>Ai?2==Ai?(uo="bl",uo+="ur",yo=co===uo,li=1190):2>Ai?0==Ai?(Dn.push(0),li=8581):Ai>0&&(li=y?15584:15650):3==Ai?li=B>q?17634:15429:Ai>3&&(Be=Ge,li=26148):8==Ai?(T=re[48],Y=y[0],V=Co,P=0,m=Y%7,Y=T[m],T=Y^y[3],li=5413):8>Ai?6==Ai?(pe="iP",pe+="h",pe+="one",X=So.indexOf(pe),u=-1!==X,li=3139):Ai>6&&(z=u[64],li=z?25765:21793):10==Ai?li=wo?21924:20963:10>Ai?(Ta.push(1),Ta=Ta.concat(V),li=7394):(Dn.push(1),Dn=Dn.concat(y),li=7238):19==Ai?(u=386^X.charCodeAt(ge),yo+=String.fromCharCode(u),li=23268):19>Ai?15==Ai?(R=Se>1,li=R?3331:5122):15>Ai?13==Ai?(L=Go,Go=P[$](I),I=Go<<6,Go=P[Q],Q=Go[$](J),e(14,2,-1),Go=Q<<7,Q=L<<5,L=w.pop(),D=L,L=P[D],mn|=Q,li=L?9793:19457):Ai>13&&(H.push(Le),li=8960):17==Ai?(J=550^mn.charCodeAt(Ro),I+=String.fromCharCode(J),li=9633):17>Ai?(g=Ro,un=1,li=15458):(y=Mr,u=Mt,B=Pt,li=B?5858:3461):22==Ai?(ee=ce+Kn[wo],Ve=ee+Je,ee=Ve+Kn[wo],Ve=ee+lo,ee=Ve+Kn[wo],Ve=ee+to,F+=Ve,li=23233):22>Ai?20==Ai?(Ke=[],_e=0,ae=_[14],li=325):Ai>20&&(Dn.push(0),li=25060):24==Ai?(M=ie,L=M,Zr=Zr.concat(L),li=13761):24>Ai?(Nn=g,R=Mt,W=Y.length>128,Ft=U,li=W?13797:16867):(_=-9,li=4640)}();break;case 16:!function(){12==Ai?(hn=[],li=19778):12>Ai?5==Ai?(ze[uo]=N,li=Ro?22533:9824):5>Ai?2==Ai?(je=he,li=4096):2>Ai?0==Ai?(Qo[0]=2|Qo[0],li=18630):Ai>0&&(li=T3&&(ho++,li=15555):8==Ai?(Mo=ve.charCodeAt(fe)-758,Vn+=String.fromCharCode(Mo),li=12576):8>Ai?6==Ai?li=Le6&&(ao=so,li=ao?2083:512):10==Ai?(Ye++,li=2784):10>Ai?(Nn=64|Nn,li=13056):(he=[],_e=F%128,ae=64*Bo,an=_e+128,Ge=F-_e,_e=Ge/128,Ge=63&_e,_e=Ge+ae,he.push(an,_e),Fo=he,li=20672):19==Ai?(Qo[0]=32|Qo[0],li=3681):19>Ai?15==Ai?li=WAi?13==Ai?(Bo=ce^Fo[17],hn=io,io=1===Ge,je[2]=ae,ae=rn,rn=0|hn,li=so?15526:7651):Ai>13&&(g.push(1),g=g.concat(D),li=17632):17==Ai?(So=pe,li=So?17156:3685):17>Ai?(y[14]=Fe,li=7488):(po=256-po,li=15360):22==Ai?li=y[37]?21541:3840:22>Ai?20==Ai?(T=128>u,li=5380):Ai>20&&(ie=W[gt](L[2]),li=ie?26368:608):24==Ai?(y=[R],pr=y,li=8644):24>Ai?($=Z,N=$,li=4517):(Me=u[Fe],li=2405)}();break;case 17:!function(){12==Ai?(ot=0,li=25250):12>Ai?5==Ai?(Me="\u028c\u02b9\u02b9\u02b6\u02b9",ge=0,X="",u=void 0,li=25732):5>Ai?2==Ai?(l=jQuery[Dn],jQuery[Dn]=o,li=10246):2>Ai?0==Ai?(Qo=Io,li=Qo?9348:12676):Ai>0&&(Qo++,li=25635):3==Ai?(z[21]=1,u=[255],wt=u,li=23042):Ai>3&&(T++,li=1537):8==Ai?li=20932:8>Ai?6==Ai?(Qe=171^ge.charCodeAt(u),Ee+=String.fromCharCode(Qe),li=5696):Ai>6&&(oo++,li=12358):10==Ai?(Lo=P[ze],I=Lo[$],li=18210):10>Ai?(R++,li=20673):(Ce++,li=4259):19==Ai?(Ae=4===We[5],li=Ae?17795:15395):19>Ai?15==Ai?(he=ce,li=24131):15>Ai?13==Ai?(Qn=0,En="\u02c9\u02c8\u02d9\u02ff\u02d6\u02df\u02d7\u02df\u02d4\u02ce",Ne="",li=5861):Ai>13&&(he=[F+64*Bo],Fo=he,li=20672):17==Ai?(De=P[ze],Go=De[$],li=21732):17>Ai?(_=485^W.charCodeAt(D),mo+=String.fromCharCode(_),li=22117):(u=588^Ne.charCodeAt(me),Re+=String.fromCharCode(u),li=16581):22==Ai?li=deAi?20==Ai?(Fe=1,On=3>Qe,li=On?16613:1477):Ai>20&&(M=Le-$,$=$e,$e=Wo,se=Le-_n,li=Ue?16481:14561):24==Ai?(Eo=we[29],ue=Eo.length,Eo=we[29],Eo.push(Je),li=16932):24>Ai?li=_Ai?5==Ai?(Y++,li=7588):5>Ai?2==Ai?li=anAi?0==Ai?(Qe++,li=18432):Ai>0&&(li=5440):3==Ai?(V=Q,ke[6]=V,li=22245):Ai>3&&(bt=3*bt,u=[256-bt],et=u,li=11776):8==Ai?li=V?16512:22307:8>Ai?6==Ai?(Ge=16===Ko,ln=0===so,li=F?13376:25888):Ai>6&&(yt=Fn,sn+="Typ",Yn=0===$o,oe=we,cn+="\x00\x00",li=Yn?11845:16035):10==Ai?(ze=-1,li=12965):10>Ai?(Q="s",ne=P[D],he=ne[qo],Q+="ec",Q+="ureCon",Q+="nectio",Q+="nSta",Q+="rt",L=he[$](Q),li=19457):(ee=4===ye[5],li=6466):19==Ai?(z=B,R=0|z,z=void 0,V=128>R,li=V?8676:14753):19>Ai?15==Ai?li=neAi?13==Ai?(Q=0,li=1828):Ai>13&&(_e=[],ae=Zo%128,an=64*Ke,Ge=ae+128,Bo=Zo-ae,ae=Bo/128,Bo=63&ae,ae=Bo+an,_e.push(Ge,ae),ce=_e,li=15843):17==Ai?(Je=W[11]>0,li=Je?3458:4835):17>Ai?(Oo=Po+1,Qe=eo===Oo,li=10884):(ke=T[55],Se=ke,dt=Zr,li=Se.indexOf?14754:16704):22==Ai?(ui=693^tn.charCodeAt(Cn),Yo+=String.fromCharCode(ui),li=3587):22>Ai?20==Ai?(Me=202^kn.charCodeAt(Re),y+=String.fromCharCode(Me),li=11265):Ai>20&&(_=D,Be=27901,je=Be,Be=72,ye=[],ao=0,so=void 0,li=25729):24==Ai?(tr++,li=4193):24>Ai?(I=31*M,M=0|I,I=U.charCodeAt(Ue),M+=I,Ue+=J,li=6692):(T=0,li=21796)}();break;case 19:!function(){12==Ai?(P=154&M[Cr],ea+=P,P=Cr+1,g=M[P],P=154&g,ea+=P,P=Cr+2,g=M[P],P=154&g,ea+=P,P=Cr+3,g=M[P],P=154&g,ea+=P,li=5601):12>Ai?5==Ai?(de=5,li=11650):5>Ai?2==Ai?(Ae=lo,li=Ae?1761:20001):2>Ai?0==Ai?($e=0>mo,Ao=Se[De],De=Se[ie],ie=le,le=w.pop(),Wo=0>Ue,wn=se,se=Le-M,li=Ao?15939:17638):Ai>0&&(bn=X.charCodeAt(Qe)-694,qe+=String.fromCharCode(bn),li=577):3==Ai?li=en[X]?1668:8869:Ai>3&&(Ie="w",Ie+="eb",Ie+="k",Ie+="itM",Ie+="ovement",Ie+="X",u=void 0!==q[Ie],li=u?3716:14624):8==Ai?(_o=we[no],fn=wo[55],nn=fn[go],fn=_o[Ze](nn),li=fn?10340:17125):8>Ai?6==Ai?(N=e[Mo],w.push(183224076030,1,0),li=N?4197:5764):Ai>6&&(U=[M],gn=U,li=12994):10==Ai?(Ct=re,li=5829):10>Ai?(ur=u,li=3073):(K=P,li=K?3302:2693):19==Ai?(z=I,y=z,z=[],z.push(U,B),K=z,K=K.concat(y),li=5824):19>Ai?15==Ai?(K=252,li=13476):15>Ai?13==Ai?(Me="",de="p",qe="\u0290\u029d\u0296\u028b",ho=0,de+="oTll",li=15908):Ai>13&&(R=B in P,li=R?26050:25349):17==Ai?(g=_,li=g?24608:10562):17>Ai?(Dn.push(1),Dn=Dn.concat(T),li=10467):(u=0,li=26403):22==Ai?(Oo++,li=22562):22>Ai?20==Ai?(Ee+="emen",Ie+="e",li=8992):Ai>20&&(Dn.push(0),li=6432):24==Ai?(Dn.push(0),li=9636):24>Ai?li=TtAi?5==Ai?(Se=[0],Sa=Se,li=3648):5>Ai?2==Ai?(gi=he,li=gi?8482:7365):2>Ai?0==Ai?(T=D,li=21605):Ai>0&&(li=Ue3&&(so=0===He[15],li=9252):8==Ai?(Dn.push(1),Dn=Dn.concat(z),li=24741):8>Ai?6==Ai?(M=1===G[23],li=M?9922:21890):Ai>6&&(se=0,li=25251):10==Ai?(xt=-1,li=64):10>Ai?(L=Ro[0],ze=L[g],li=5313):(Uo=128|Uo,li=16609):19==Ai?(de++,li=23073):19>Ai?15==Ai?(ae=[],ee=64*he,oe=_e%128,io=oe+128,hn=_e-oe,oe=hn/128,hn=63&oe,oe=hn+ee,ae.push(io,oe),so=ae,li=23296):15>Ai?13==Ai?(nn=go,ue=nn,li=18817):Ai>13&&(li=boAi?(le=Ue,De=Ao,$e=-1===De,li=$e?12611:19745):(Dn.push(0),li=10467):22==Ai?(M=g,g=-1===M,li=g?19941:7424):22>Ai?20==Ai?li=be?164:24578:Ai>20&&(it=596^me.charCodeAt(dn),be+=String.fromCharCode(it),li=8832):24==Ai?(y=co,li=y?7232:21121):24>Ai?(P++,li=7618):(w.push(73078,41885093317,2,1),re=27===r,e(14,2,-1),fe=w.pop(),vo=fe,w.push(3580390,1,1),e(14,2,-1),fe=w.pop(),Mo=fe,w.push(13,1476375366532,5842476082,3,1),e(14,2,-1),fe=w.pop(),w.push(1359961146619,6132673136,2,1),yn=fe,e(14,2,-1),fe=w.pop(),w.push(15125256225,15814369525,2,0),e(14,2,-1),ke=w.pop(),zo=fe,fe=ke,w.push(1304504017211,18659502437,105262792,3427671006,4,1),e(14,2,-1),ke=w.pop(),Un=ke,w.push(12801886,1,0),e(14,2,-1),ke=w.pop(),zn=ke,li=re?21665:7490)}();break;case 21:!function(){12==Ai?li=co?3171:13985:12>Ai?5==Ai?(Nt=void 0===ur,Qn=Jo,li=Qn?23074:11456):5>Ai?2==Ai?(_e=3>=gn,li=25667):2>Ai?0==Ai?li=Te?13510:3235:Ai>0&&(li=ce>ye?15365:14917):3==Ai?(Ve++,li=13059):Ai>3&&(Ee=ve.charCodeAt(u)-769,pe+=String.fromCharCode(Ee),li=13955):8==Ai?(pe=Ei[25],li=pe?12707:12579):8>Ai?6==Ai?(Rt++,li=3237):Ai>6&&(V=[],P=Y%128,m=P+128,Oe=Y-P,P=Oe/128,Oe=127&P,V.push(m,Oe),R=V,li=23808):10==Ai?(ne=[D],I=ne,li=13350):10>Ai?li=u[55]?8675:15136:(Z=Ce,li=Z?2659:8769):19==Ai?(De=-$,li=14340):19>Ai?15==Ai?(ge=0,X="sj",u="",de="\u023a\u0214\u023a\u0208\u021a\u023a\u0208\u021a\u023a\u0214",xo="",Fe=0,qe="te",ho="\u02c3\u02c2\u02c3",Qe=0,dn="",X+=".a",qe+="st",li=11875):15>Ai?13==Ai?(en=Re,ur=en,li=11586):Ai>13&&(li=qo?102:26245):17==Ai?(T=2,li=21026):17>Ai?($=1,li=13345):(Ue=W[mo],ie=ie.split("").reverse().join(""),vn=W[bo],li=se?25251:7809):22==Ai?(Ta.push(1),Ta=Ta.concat(V),li=14720):22>Ai?20==Ai?(T=z,li=y?7653:7270):Ai>20&&(P=!m[st],li=10912):24==Ai?(Q=$,li=Q?20609:9988):24>Ai?(pe=void 0,u=At[At],de=pn,ve=1===u[Qn],li=ve?2692:6182):(Jo=void 0,li=5793)}();break;case 22:!function(){12==Ai?(An=!po[Io],li=2691):12>Ai?5==Ai?(ae=[],F=ye%128,No=64*ce,rn=ye-F,oe=rn/128,rn=F+128,F=63&oe,oe=F+No,ae.push(rn,oe),an=ae,li=6339):5>Ai?2==Ai?(Q=0,li=6146):2>Ai?0==Ai?(J=ne,U=1,li=11968):Ai>0&&(li=Se3&&(li=ee?8611:13313):8==Ai?(ko.push(Cn),li=cn?802:25188):8>Ai?6==Ai?(K=[0],V=K,li=17954):Ai>6&&(li=1665):10==Ai?(Ro=z,li=24293):10>Ai?(ya=ke,ir=1,li=198):li=10849:19==Ai?(he=-1,li=21889):19>Ai?15==Ai?(ce=Ge%128,gn=Ge-ce,Zo=64*F,rn=[],oe=gn/128,gn=63&oe,oe=gn+Zo,gn=ce+128,rn.push(gn,oe),He=rn,li=14432):15>Ai?13==Ai?(ur=void 0,li=9826):Ai>13&&(_="\u02d7\u02be\u02cc\u02d7\u02be\u02cc\u02d0\u02c5\u02c2\u02cb\u02c4\u028b\u02c0\u02cc\u02ca",H="",Be="",je="",He=M[Fn](lt),so="c",ae=0,Ge=U[st],F="\u035b\u0359\u0354\u0345\u0349\u034b\u0346\u0302\u034f\u0343\u0341",ce=0,ln="\xd5\xdc\xd3\xe3\xdd\xcc\x97\xcc\xd8\xd6",ee=0,oe=0,Uo=He[Ha](Ge[Dt],Ge),He="\u0276\u0266\u0265\u026c\u0260\u022b\u0260\u026c\u026a",so+="c36",Ge="z",so+="6d2",Ve=Uo.join(On),Uo="",li=25059):17==Ai?(qe=u.charCodeAt(q)-746,xo+=String.fromCharCode(qe),li=2500):17>Ai?(F=[],F.push(255,0,0,0,0),ce=F,_=ce,li=22080):(vo=Mo,Mo=vo,vo=Jo,li=1220):22==Ai?(wo++,li=6369):22>Ai?20==Ai?(So=Ee.charCodeAt(Io)-930,Ie+=String.fromCharCode(So),li=16641):Ai>20&&(Y=y,li=Y?14560:6499):24==Ai?(bt=545^he.charCodeAt(ne),Ye+=String.fromCharCode(bt),li=13317):24>Ai?(io=ce.indexOf(oe),ae=io,li=19072):(Lo=Q,li=Lo?23584:7874)}();break;case 23:!function(){12==Ai?(Ye=to,li=We?24034:24128):12>Ai?5==Ai?(D=g,je=D.slice(),li=24769):5>Ai?2==Ai?(co++,li=21024):2>Ai?0==Ai?(M[71]=254,N=void 0,li=11620):Ai>0&&(ro.push(We),Pe++,lo=Pe>=ye[13],li=lo?6819:20001):3==Ai?($=0|Wo,e(14,2,-1),Ue=0|$e,li=se?8643:609):Ai>3&&(Jo[49]=[],li=19940):8==Ai?li=7588:8>Ai?6==Ai?(Ye=+Vo,ye=Mt,Tn=Z,Z=Ye,Ye=Z/Bt,Vo=0|Ye,Ye=Pe>>0,ko[4]=y,ko[20]=1&Ye,y=Vo*Bt,Ye=Z-y,y=Ye,Z=Tn,Ye=y>>8,Bt=y>>24,cn=255&y,Do=Vo,Vo=Z[pe],Z=y>>16,y=Do>>24,R=ko,ko=255&Bt,Bt=R,R=255&Do,Cn=255&Ye,Ye=255&Z,Z=Do>>8,sn=255&y,y=Do>>16,Do=Bt,wo.push(ko,Ye,Cn,cn),Ye=255&y,tn=wo,y=255&Z,We.push(sn,Ye,y,R),y=tn,re=We,R=Do[1],Z=R,R=Z,Z=re,R+=Jo,re=Bt,Ye=Z.concat(y),W=Ye,li=6850):Ai>6&&(oe=4,li=24004):10==Ai?(co=447^pn.charCodeAt(Io),me+=String.fromCharCode(co),li=19683):10>Ai?(Xn.push(Y.length),B=Mt,Xn=Xn.concat(Y),T=Na,R=B[59],Xn.push(y),Wa=Xn,li=R?18691:17762):(K=[R],Jr=K,li=3777):19==Ai?(Re=0,li=1349):19>Ai?15==Ai?(eo=103^Co.charCodeAt(ve),fe+=String.fromCharCode(eo),li=25859):15>Ai?13==Ai?(An=1===M[23],li=An?20772:3748):Ai>13&&(J[41]=0,I=void 0,li=10562):17==Ai?(Se++,li=1729):17>Ai?(Ze=oo[go],oo=17===_o,li=oo?25253:15936):(Ce=!L[st],li=12518):22==Ai?(N=9,P=1,li=2177):22>Ai?20==Ai?(ie=[W],$=ie,li=13477):Ai>20&&(be=5===r,co=23===r,li=14336):24==Ai?(re=typeof Pi[25][Oo]===Co,li=16868):24>Ai?(T=9,V=1,li=8769):(Qe=0,Po="",fe="\u012b\u0134\u0135\u013f\u0134",li=11041)}();break;case 24:!function(){12==Ai?(ko[8]=oe,te="M",te+="axTC",te+="Log",oe=Ye[te],li=oe?13632:4357):12>Ai?5==Ai?(bo=0|le,li=L?21731:10981):5>Ai?2==Ai?(g++,li=2085):2>Ai?0==Ai?(u=[254],Mr=u,li=18913):Ai>0&&(li=Fe3&&(Lo=Za,y=Lo,u=y,q=u.slice(),q.push(0,0,0),li=6592):8==Ai?(Oo="n",Oo+="s",Pi[67]=Oo,li=17061):8>Ai?6==Ai?(he=P[ze],L=he[$],li=12292):Ai>6&&(ho++,li=15680):10==Ai?(_e=Bo,li=_e?19200:16611):10>Ai?(u=Ee[Qe],qe="\u039f\u03a8\u03a5\u03a1\u03aa\u03b0\u0388\u03a1\u03a2\u03b0",li=8354):(b=7,$=le,le=0|$,b=4,li=De[55]?7938:8836):19==Ai?(he=-ce,li=24131):19>Ai?15==Ai?(Q=Se[Ct],M=Q[bn],li=11685):15>Ai?13==Ai?(qe=ho,li=qe?19904:20644):Ai>13&&(an=No^te[7],Ko=No^te[17],ce=Fo,Fo=No^te[14],gn=void 0,ln=Ge-je[11],Zo=ao-je[2],ee=1===an,rn=1===an,je[2]=ao,ao=Ko,li=ee?9858:19141):17==Ai?(y=co[To],li=17446):17>Ai?(xe=Ae,Ae=64>xe,li=Ae?21122:4261):li=6788:22==Ai?(be=pn[xo],me=be.indexOf(de),be=me>0,li=be?163:354):22>Ai?20==Ai?li=u20&&(Re=ve.indexOf(y),Oo=Re,li=22881):24==Ai?(T=function(o){w.push(392,31636268903,2,1);for(var r=0,a="\xfd\xff\xfc\xfd\xf2\xff\u0101\u0106\xdb\xee\xfa\xf2",i="";rAi?li=GAi?5==Ai?(Y=1===T[15],li=Y?4580:26341):5>Ai?2==Ai?(So=+new uo[ge]-Ee[12],li=be?18628:13826):2>Ai?0==Ai?(Be=void 0,je=[],ye=0,ao=D,so=45342,ae=so,li=13732):Ai>0&&(Ln=818^pe.charCodeAt(X),re+=String.fromCharCode(Ln),li=9859):3==Ai?(oo=xe,li=21058):Ai>3&&(te+="onkn",wn+="IE",Le=Le.split("").reverse().join(""),vn+=":]([",te+="u",ne=new RegExp(Le),te=te.split("").reverse().join(""),Le=new RegExp(H),H=new RegExp(se),se=wn,li=14977):8==Ai?li=neAi?6==Ai?(Z=B,$=0|Z,Z=void 0,L=128>$,li=L?3363:3749):Ai>6&&(ke=V.length,V=m[Aa](2),m=V[Ia](2),V=ke,$=P,ke=m[hi](S,Se),L+=ke,ke=0|V,Se=16384>ke,li=Se?11552:7172):10==Ai?li=QeAi?(Ra.push(1),Ra=Ra.concat(M),li=16740):(ue.push(_o),li=Ae?24582:1413):19==Ai?(Y=Oe,li=Y?11361:262):19>Ai?15==Ai?(Le=H,te=1,li=17189):15>Ai?13==Ai?(g.push(0),li=17955):Ai>13&&(ze=G.charCodeAt(Ue),Go=255&ze,et.push(Go),li=576):17==Ai?(Ce=N,R=Ce,li=25089):17>Ai?(Oe=R===y,li=Oe?1570:4709):(lo=xe,xe=xn,li=11714):22==Ai?(Z=K[T],$=R[Z],Z=void 0,L=$,L+=B,$=[],G=0,li=24321):22>Ai?20==Ai?(P=Z>>21,m=!0,M=P&m,li=1221):Ai>20&&(Oe=K[Qn],li=Oe?18627:25379):24==Ai?(qe=Co.charCodeAt(Mo)-337,dn+=String.fromCharCode(qe),li=26338):24>Ai?(we+="mmmmm",Vo+="27",We="di",ue=Je[dn](me),We+="v",Bn=[],fn+="i",Vo=Vo.split("").reverse().join(""),Hn=Yo,Yo="",ht=[],vr=Vo,li=10784):(_e=No,F=ln,Ge=Ge.concat(ee),Ge=Ge.concat(F),Ge=Ge.concat(_e),li=4577)}()}}();break;case 2:!function(){switch(mi){case 0:!function(){if(12==Ai)ae=ce<>ao,ce=ae+ee,ae=je[so]^ce,ee=255&ae,ye.push(ee),li=10276;else if(12>Ai)5==Ai?(V=[0],u=V,li=7458):5>Ai?2==Ai?li=R?3747:12384:2>Ai?0==Ai?(ro=64*Sn,Je=[],We=ee%128,Ae=We+128,lo=ee-We,We=lo/128,lo=63&We,We=lo+ro,Je.push(Ae,We),fn=Je,li=7392):Ai>0&&(dt=jn.charCodeAt(bo)-173,J+=String.fromCharCode(dt),li=9442):3==Ai?li=6209:Ai>3&&(li=Se?6851:5186):8==Ai?(co=v,y=d,Or=r,Re=new s(y),y=p,en=void 0,li=y?18082:12961):8>Ai?6==Ai?(G=Q,K=L,K=K.length+K,L=K,Q=L.length,I=K.length/20,U=0|I,I=U,U=I,li=U?11011:14786):Ai>6&&(mo=Ue[it],Ue=Te,vn+=" |",Te=_n,li=14562):10==Ai?(T++,li=15398):10>Ai?(L=Go[$](un),li=2821):(H=127&_,_>>=7,li=_?19205:19744);else if(19==Ai)M++,li=8229;else if(19>Ai)if(15==Ai)Dn.push(0),li=24741;else if(15>Ai)13==Ai?(Ne=0,uo=Jo,be="",yo=0,y=En,Re="mo",Ie="p",Ee="\u0191\u018b\u01ac\u018a\u018d\u018b\u018c\u019d\u019c",Me="GM",me="\u02cf",So=0,pe="id",ge=At,X="\u0242\u0233\u0234\u022e\u0233",u="p",de=0,ve="\u02df\u02fc\u030f\u0300",xo=0,li=13089):Ai>13&&(Lo=ze,li=Lo?6528:3780);else if(17==Ai){try{Pi[25]=new Oo}catch(e){}li=24961}else 17>Ai?(je=he,li=4096):(y++,li=2304);else 22==Ai?(fo=[ye],cn=fo,li=15556):22>Ai?20==Ai?(Mo.push($),li=11843):Ai>20&&(Te=0,li=26082):24==Ai?(be=0===r,co=6===r,li=be?4578:2272):24>Ai?(ue=-lo,li=13952):(he=128|he,li=23044)}();break;case 1:!function(){12==Ai?(qo=kn,Ne=In,uo=void 0,be="e",be+="taD",yo=At,be=be.split("").reverse().join(""),Ee=+new qo[be]-yo[12],qo=Ee-yo[62],be=2>qo,li=be?18114:13667):12>Ai?5==Ai?(R=128|R,li=16099):5>Ai?2==Ai?(Eo=[],Ze=oo%128,go=oo-Ze,fn=64*Yo,nn=go/128,go=Ze+128,Ze=63&nn,nn=Ze+fn,Eo.push(go,nn),to=Eo,li=21508):2>Ai?0==Ai?(g.push(0),li=5857):Ai>0&&(T=P[Ao],Q="s",Q+="elu",Q+="Rlarul",Q+="P",Q=Q.split("").reverse().join(""),G=T[$](Q),li=25124):3==Ai?li=qo3&&(U=I,I=g+1,g=U,le=I,I=0|g,g=128>I,li=g?23811:6181):8==Ai?li=14018:8>Ai?6==Ai?(qo="\u027e\u0287\u027b\u028d\u028b\u0287\u028d\u028c",uo=0,be="",li=1125):Ai>6&&(le=$!=q,li=12033):10==Ai?(H=128|H,li=22752):10>Ai?(g=[_],jo=g,li=11394):(mn=Ro,I+="ueO",J+="ram",Ro=Dn,I+="f",Dn=J,li=mn?1824:8419):19==Ai?(V=u[xo],P=V[ve](),V=.01>P,li=V?3457:17829):19>Ai?15==Ai?li=mAi?13==Ai?(N="st",N+="or",N+="age",ze=Q[N],li=ze?21285:19459):Ai>13&&(me=On,Re+="us",Ie+="e",de=Po,pe+="suom",Qe=q[u],u="",Re+="eup",pe=pe.split("").reverse().join(""),Po=0,Pn+="pperC",On=q.type===pe,li=15428):17==Ai?(u=La,li=24290):17>Ai?(_e=[so+64*oe],He=_e,li=14019):(Ra.push(0),li=20547):22==Ai?li=OoAi?20==Ai?(Mt=Je,Tn=w.pop(),Vo=new ye[Me],ye=Tn,w.push(41638778,470134139,230528326,3,0),li=Ye[ye]?17666:6881):Ai>20&&(Ee=Fe[Dt](ve),li=20994):24==Ai?(wo=64>no,$o=16384>Ae,We=-1===we,li=$o?4514:24580):24>Ai?(ve+="oc",Fe+="ect",re+="g",qe=0,ve=ve.split("").reverse().join(""),Qe+="e",vo+="e",li=22758):li=ioAi?5==Ai?(Ta.push(0),li=7234):5>Ai?2==Ai?li=geAi?0==Ai?(P=[255],ga=P,li=9923):Ai>0&&(li=ho3&&(li=WAi?6==Ai?(Dn++,li=5283):Ai>6&&(Se=_,li=ie?388:12321):10==Ai?(Ke=ae,ao=ao.concat(an),ao=ao.concat(_e),ao=ao.concat(Ke),ao=ao.concat(He),li=25794):10>Ai?(Le++,li=5922):li=4230:19==Ai?li=9889:19>Ai?15==Ai?(To=ur,Or=[Or],be=r,co=d,y=ba,Re=+be===be,en=To,To=oi,Ln=Or,kn=s,pn=ei,Ie=+pn[2]===pn[2],li=Re?17090:21601):15>Ai?13==Ai?(ki++,li=14082):Ai>13&&(D=P[jo],L=D[qo],li=9445):17==Ai?(io=0,li=25670):17>Ai?(u=0,li=21249):(z="\u0346\u0346\u037f\u0361\u037d\u036b\u0370\u036f\u037c\u036b\u0346\u036c\u0377\u036e\u036b\u0378\u0369\u0369\u037c\u037d",R="\u0107\u0119\u0105\u0113\u0108\u0117\u0104\u0113\u013e\u0108\u0105",Y=0,V=0,P=0,m="",K="",li=24642):22==Ai?(me=void 0,So="is",pe=Jo,li=12641):22>Ai?20==Ai?(Me=Ee[Qe],de=X,X=u,li=Me?17409:17925):Ai>20&&(_o=ue[0],Ze=Co,go=wo[48],no=0,fn=_o%7,_o=go[fn],go=_o^ue[3],li=6496):24==Ai?li=VAi?(z=3,li=12962):(Do++,li=25825)}();break;case 3:!function(){12==Ai?(he=oe,Ke=F,ao=so,so=Ge+1,gn=so,ln=ln.concat(ao),Ko=gn,li=he?20225:15905):12>Ai?5==Ai?(J="m",J+="az",J+="han",H=J,li=1185):5>Ai?2==Ai?li=Nt?8964:22:2>Ai?0==Ai?(_=-9,li=25282):Ai>0&&(V=[Y],R=V,li=23808):3==Ai?(T=z[60],li=24227):Ai>3&&(Dn.push(0),li=2337):8==Ai?(Jn[10]=de^re,me=pe,pe=ge,Jn[3]=me^re,Jn[11]=pe^re,Vn.push(Jn),me=uo[56],pe=me.length,me=pe>8192,li=me?16518:25665):8>Ai?6==Ai?(Pe=wo,Je=Je.concat(Pe),wo=1===ro[1],li=wo?24706:5317):Ai>6&&(m=R.charCodeAt(P)-699,Y+=String.fromCharCode(m),li=12964):10==Ai?(uo=Jo[49],uo.unshift(),li=15009):10>Ai?(s(7),li=18438):li=QeAi?15==Ai?(Ro++,li=5315):15>Ai?13==Ai?(Ua=1,q=fr13&&(Ne=uo[Re](),ho[12]=Ne[y]^X,y="\u0275\u0270\u0271",li=20004):17==Ai?(P=N,Y=P,li=6274):17>Ai?(Ho++,li=6308):($+="t",e(2,P,$,e,!0,Ce,!0),Z="e",Z+="v",Z+="omh",Z+="c",e(2,P,L,e,!0,Ce,!0),Z+="uot",Z=Z.split("").reverse().join(""),e(2,P,Z,e,!0,Ce,!0),li=1284):22==Ai?(Se=Y,T=Se,Za=Za.concat(T),li=4384):22>Ai?20==Ai?(Je=Do,li=13446):Ai>20&&(se=on%128,Ao=on-se,wn=64*Wo,_n=se+128,se=[],je=Ao/128,Ao=63&je,je=Ao+wn,se.push(_n,je),q=se,li=25699):24==Ai?(F=ce[57],li=F?19779:18976):24>Ai?(q=void 0,$=void 0,L="\u011b\u0114\u0111\u011d\u0116\u010c\u012f\u0111\u011c\u010c\u0110",W="\u0192\u018c\u0181\u0191\u018d",ie="th",M="sc",_="d",g=void 0,I="",U=void 0,J="\u03e0\u03e7\u03e7\u03ec\u03fb\u03c1\u03ec\u03e0\u03ee\u03e1\u03fd",Ue=0,le=void 0,D=0,jo=void 0,w.push(6667922,39754723607,2,1),De="\xcc\xc1\xcd\xc3\xcc\xd0",$e="ou",$e+="terW",H=void 0,bo="",Te=Se[pe],se="sc",ne=0,Ao=void 0,$e+="i",Le=0,_+="ocum",te=void 0,_+="en",he=void 0,Wo="c",li=7461):(Xo=u,ur=Xo,li=26402)}();break;case 4:!function(){12==Ai?(y="A",u=me===y,li=9317):12>Ai?5==Ai?(Y[0]=0,Y[1]=B[38],Y[2]=B[3],li=17729):5>Ai?2==Ai?(R=P,li=3333):2>Ai?0==Ai?(co=In,Re=co,In=Re,Io+="chsta",co=In,y=co[To],li=y?17446:16833):Ai>0&&(N=Ce,M=Z,Q=Qn[At],Ro=0,M[8]=new RegExp(Wn),ze=Qn in Q,li=ze?16515:24899):3==Ai?(ee=lo,wo=nn,Je=Pe,Pe=64>ee,xe=ro,Eo=Je,li=Pe?25601:2):Ai>3&&(Go+="s",li=17509):8==Ai?($=W.indexOf($e),u=$,li=24710):8>Ai?6==Ai?(u=Y,T=u,li=T?20993:5380):Ai>6&&(Y=y[46],li=22851):10==Ai?(Mo=eo[ke],Ie=Mo[Ho],li=10468):10>Ai?(se=[on+64*Wo],q=se,li=25699):(M=jo,J=J.concat(M),M=L,L=-1===M,li=L?12544:9413):19==Ai?(Ie=0,eo="\u0255\u0242\u0243\u0243\u0258\u0259",fe="",li=10853):19>Ai?15==Ai?(G++,li=3168):15>Ai?13==Ai?(Io=vo.length>0,li=Io?131:13699):Ai>13&&(Jo++,li=15875):17==Ai?(he=void 0,li=2689):17>Ai?(F=gn[29],ye=F.length,F=gn[29],F.push(hn),li=11680):(Ho=re.charCodeAt(fe)-863,Xe+=String.fromCharCode(Ho),li=4837):22==Ai?(de=pe,li=6723):22>Ai?20==Ai?(m=T[Se],Oe=m^P,m=P*Se,K=m%256,P=K+V,m=255&Oe,Y.push(m),li=18145):Ai>20&&(To=Jo.charCodeAt(Dt)-61,en+=String.fromCharCode(To),li=20736):24==Ai?(ro=to[7],Pe=[],Pe.push(2,lo,ro),ro=Pe,oo.push(ro),li=5317):24>Ai?(ee=to,oo=oo.concat($o),oo=oo.concat(xe),oo=oo.concat(ee),Ze=oo,Fi=Ze,li=Fi?13697:10753):(po="",Wn=0,rt="\u0104",li=21861)}();break;case 5:!function(){12==Ai?(ce=[gn+64*No],Ke=ce,li=21824):12>Ai?5==Ai?(K=7===Y,li=3072):5>Ai?2==Ai?(te[13]=_e,te[11]=He,_e=ln,Ge=[],li=_e?26080:5):2>Ai?0==Ai?(pe[71]=1,pe[40]=1,li=15809):Ai>0&&(L=P[41],_=void 0===L,li=_?18017:7329):3==Ai?(Dn.push(1),Dn=Dn.concat(Y),li=768):Ai>3&&(I++,li=26275):8==Ai?li=hoAi?6==Ai?(m=P[ze],G=m[$](gt),li=17731):Ai>6&&(ee=ye,wo=0,ro=void 0,$o=le[51],Je=void 0,Pe=le,oo=ee[0],to=void 0,xe=ko,xe[1]++,We=oo%7,Ae=2===ee[5],lo=$o,$o=0,we=1===xe[1],xe=1===ee[5],ue=Pe[48],no=void 0,Eo=4===ee[5],_o=ue[We],We=_o^ee[1],ue=_o^ee[4],li=Eo?25280:6659):10==Ai?(M=Le,li=3297):10>Ai?li=15456:(R+="acjs",z+="lu",Y=V,V=T,T=R,R=Se[T],z+="dom_b",Se[T]=1,z+="au",z+="_",z=z.split("").reverse().join(""),T=z,li=R?387:19650):19==Ai?(eo=511^ho.charCodeAt(Qe),u+=String.fromCharCode(eo),li=16832):19>Ai?15==Ai?(Y[0]=1,li=17729):15>Ai?13==Ai?(B=[Y],he=B,li=23876):Ai>13&&(Eo=we,li=20805):17==Ai?(he=64*an,_e=[],ae=Ko%128,Ge=Ko-ae,ee=ae+128,ae=Ge/128,Ge=63&ae,ae=Ge+he,_e.push(ee,ae),He=_e,li=21829):17>Ai?(Re=y.charCodeAt(Ln)-741,en+=String.fromCharCode(Re),li=11588):(T[15]=4,y=1,li=15810):22==Ai?(m=P,li=m?17542:229):22>Ai?20==Ai?(Dn.push(1),Dn=Dn.concat(Se),li=4101):Ai>20&&(Ie=+new Fe[Jn]-ge[12],me=Ie%7,Pn+="ase",X=re[me],ho[2]=qe^X,me=uo[bn],ho[11]=Ie,li=pe?14050:9699):24==Ai?(ke=re[Io],zo=ke[zn](Mo[Xe]),vo+=zo,li=18884):24>Ai?li=12771:(oe=31*sn,sn=0|oe,oe=F.charCodeAt(Cn),sn+=oe,Cn+=Eo,li=23873)}();break;case 6:!function(){12==Ai?(Ra.push(1),Ra=Ra.concat(q),li=10433):12>Ai?5==Ai?(Y=T,li=Y?26177:6530):5>Ai?2==Ai?(nt=1,li=12294):2>Ai?0==Ai?(B=[],J=void 0,le=65481,D=I,H=0,se=le,li=10597):Ai>0&&(lo=Mn,li=22657):3==Ai?(Ae=xe,li=7171):Ai>3&&(cn=[Ve],Vo=cn,li=20773):8==Ai?(g=Le,_=_.concat(g),li=8352):8>Ai?6==Ai?(ki++,li=17571):Ai>6&&(W=L.charCodeAt(G),ie=255&W,$.push(ie),li=418):10==Ai?(ot++,li=16068):10>Ai?(qe=Ee[Me],de+="orcs",de=de.split("").reverse().join(""),u=qe[de],li=21284):(te=ne%128,he=ne-te,mo=he/128,he=te+128,te=127&mo,mo=[],mo.push(he,te),D=mo,li=16e3):19==Ai?(R=Se[T],li=387):19>Ai?15==Ai?(g=-1,li=10658):15>Ai?13==Ai?li=Ao13&&(Eo=we[lo],Ze=wo[55],go=Ze[no],Ze=Eo[_o](go),li=Ze?13733:2755):17==Ai?li=MoAi?(_e=void 0,F=void 0,No=ce,ln=void 0,Zo=0|No,No=void 0,ee=gn,rn=so,oe=0|ee,ee=0|rn,rn=0>oe,io=rn,hn=Ko,Uo=64>ee,li=io?24005:9539):(lo=[],ue=Yo%128,no=Yo-ue,_o=64*Je,Ze=no/128,no=63&Ze,Ze=ue+128,ue=no+_o,lo.push(Ze,ue),We=lo,li=26179):22==Ai?(yn=562^qe.charCodeAt(Pn),xo+=String.fromCharCode(yn),li=1474):22>Ai?20==Ai?(U=U.concat(ie),U=U.concat(Ao),ie=64>W,le=0>I,li=ie?12005:16449):Ai>20&&(vn=vn.concat(gi),li=14436):24==Ai?($=0,li=26147):24>Ai?li=PoAi?5==Ai?(Xe++,li=8517):5>Ai?2==Ai?(Je=0===cn,li=1604):2>Ai?0==Ai?li=26020:Ai>0&&(De=0,li=8256):3==Ai?(Y=m.charCodeAt(N)-719,R+=String.fromCharCode(Y),li=19970):Ai>3&&(io=0,li=25634):8==Ai?(Dn.push(1),Dn=Dn.concat(Y),li=25060):8>Ai?6==Ai?(io=Zo,li=5664):Ai>6&&(er=ar,V=Ta,P=er,M=V.slice(),li=6305):10==Ai?(_e=gn+4,F=Ko<<6,No=ce+4,ln=128|F,F=_e<<3,_e=ln|F,Ge[0]=_e|No,li=4577):10>Ai?(bo++,li=14977):(Qn="ob",Qn+="jec",Qn+="t",To=typeof Nt!==Qn,li=To?25025:20834):19==Ai?(ve++,li=23713):19>Ai?15==Ai?(Qo[0]=16|Qo[0],li=6500):15>Ai?13==Ai?(B=Tn,z=ii,e(14,2,-1),T=w.pop(),Tr=_r,Y=Tr,V=T,T=An,Xn.push(T.length),li=R[46]?66:25700):Ai>13&&(li=neAi?li=Yt?14435:1155:(Xo=P[Ao],T=Xo[$],li=8353):22==Ai?(W=$,li=20832):22>Ai?20==Ai?(ir++,li=18757):Ai>20&&(li=de[qo]?26181:26018):24==Ai?(J=-1,li=16454):24>Ai?(g++,li=25857):(M=L%128,wn=64*$e,_n=[],je=M+128,fo=L-M,M=fo/128,fo=63&M,M=fo+wn,_n.push(je,M),D=_n,li=4898)}();break;case 8:!function(){12==Ai?(Se=[255],u=Se,li=7458):12>Ai?5==Ai?(no=lo%128,Eo=[],Ze=64*_o,go=no+128,fn=lo-no,no=fn/128,fn=63&no,no=fn+Ze,Eo.push(go,no),We=Eo,li=17669):5>Ai?2==Ai?(mn="f",Dn+="qj",Ro=window[I],I="v",J="p",I+="al",mn+="n",Dn=Dn.split("").reverse().join(""),ze=mn,J+="a",li=Ro?1152:11298):2>Ai?0==Ai?(wo=[sn],Cn=wo,li=21923):Ai>0&&(Oo=455^eo.charCodeAt(ho),Qe+=String.fromCharCode(Oo),li=7937):3==Ai?(Ae=void 0,we=xe,ue=0|we,we=128>ue,li=we?25952:15044):Ai>3&&(li=RAi?6==Ai?(u=L+1,K=u,u=K,K=ke[32],li=K?4387:21825):Ai>6&&(nt=[],xt=Vo%128,St=Vo-xt,cn=xt+128,xt=St/128,St=127&xt,nt.push(cn,St),Fn=nt,li=16582):10==Ai?(hn=B,li=14912):10>Ai?(se=le[J]^ne,Le=255&se,H.push(Le),ne=Le,li=21124):li=z?8833:15362:19==Ai?(Ao=0,li=2341):19>Ai?15==Ai?(je="v",F=ye[vo],je+="ivo",ce=F[it],F=ce[ft](),ce=F.indexOf(je),je=ce>0,li=je?17089:11489):15>Ai?13==Ai?(Be=0,_n=he[55],li=25189):Ai>13&&(to=$o[xe],We=5===to[5],li=We?4484:24737):17==Ai?(Pe=Ye[ye],ko[2]=Pe,li=6881):17>Ai?(yn+="B",kn="p",Qo=Pn,Re+="egAr",li=1090):(je[2]=0,je[13]=0,je[11]=0,li=15105):22==Ai?(po=z,M=R,Q=W,_=1,An=Q[qo],li=An?18598:3845):22>Ai?20==Ai?(L=Q,$=1,li=21701):Ai>20&&(on=D,li=26053):24==Ai?(se=wn,li=se?18499:5155):24>Ai?(vo++,li=484):(U=Q,li=U?23683:6756)}();break;case 9:!function(){12==Ai?(oe++,li=11939):12>Ai?5==Ai?(Rn=xn%128,qn=[],Bn=xn-Rn,Hn=Rn+128,Rn=Bn/128,Bn=127&Rn,qn.push(Hn,Bn),_o=qn,li=581):5>Ai?2==Ai?(Ke=Fo,li=Ke?3811:2561):2>Ai?0==Ai?li=qe0&&(Ae=3===$o[5],li=Ae?3842:14372):3==Ai?(Dn.push(0),li=12643):Ai>3&&(Sr.push(Y.length),K=io,Z=vn,li=K?19555:5506):8==Ai?(U=U.concat(gi),ne++,li=7365):8>Ai?6==Ai?(z="Cl",T="c",R=0,T+="all",z+="i",Y="_p",z+="en",z+="tUtil",T+="P",T+="hant",Y+="h",z+="s",Y+="antom",T+="om",V=0|!!B[T],T=0|!!B[Y],Y=T<<2,T=V<<1,V=0|!!B[z],R|=T,R|=Y,z=V<<3,R|=z,u[30]=R,z=[R],ti=z,li=18657):Ai>6&&(q=0|T,z=Tn,T=B.concat(ke),ke=Mt,B=128>q,Se=u,li=y[12]?22949:6564):10==Ai?(ze=Ro[0],Lo=ze[g],m[45]=Lo^m[12],li=11746):10>Ai?(Le%=le,li=14817):(qe++,li=12802):19==Ai?(W="",_=void 0,D=void 0,vn+="eft",Te=Wo,Wo=void 0,ie+="r",li=1378):19>Ai?15==Ai?(co=y,li=co?7168:16034):15>Ai?13==Ai?(et++,li=1313):Ai>13&&(z=0|!!y[m],li=20550):17==Ai?(Fo.push(0),li=6373):17>Ai?(So++,li=21860):(G=P[jo],ze=G[qo],T=ze[W],li=23232):22==Ai?(L=M[Re](Pn),li=L?24229:13765):22>Ai?20==Ai?(ho[8]=uo[ve]^X,li=18912):Ai>20&&(li=xe?22210:11779):24==Ai?(Fe++,li=20165):24>Ai?(R=P.length,K=void 0,M=R,R=0|M,M=128>R,li=M?8548:22689):(z=Tn,li=Se?20642:21251)}();break;case 10:!function(){12==Ai?(De="to",De+="Pri",ne=P[ze],De+="miti",De+="v",De+="e",L=ne[$](De),li=20164):12>Ai?5==Ai?(R.length=255,li=25984):5>Ai?2==Ai?li=$?2368:288:2>Ai?0==Ai?(B=Jo,T=0,N=void 0,Ce=[0],li=1537):Ai>0&&(U=void 0,J="",Ue=ie[vo],le="_",D=void 0,jo=0,De=gt,$e=[],le+="_",le+="$cdc7c",H="",bo="r",Te="EI",se="",ne=0,Ao=void 0,le+="2f8ab4",Le=")*",te="n",le+="81c8964b__",he=g,te+="w",jn="\xd5\xf3\u0116\u011f\u0112\u0113\u011c\u0125\xd6\u0109\xdc\xd5\u0108\xdd\xda\xe6\u0109\xdb\u010a\xd7\xd6",Wo=void 0,vn="(M",mo=0,dt="\u023b\u0266\u0274\u0279\u0274\u0285\u027c\u023c\u026f\u0242\u023b\u026e\u0243\u0240\u024c\u026f\u0241\u0270\u023d\u023c",Le+="]",vn+="SI",kt="\u0119\u0174\u0155\u0156\u0154\u0118\u016d\u011e\u0119\u016a\u0101\u011c\u0108\u016d\u011f\u016c\u011b\u0118",ir=0,bo+="v",wn="MS",Le+=".\\9-0",vn+="E|rv",Le+="[(/\\)e",vn+=")[",Le+="morhC(",Te=Te.split("").reverse().join(""), on=bo,bo=0,li=he[55]?13570:25697):3==Ai?(W++,li=4162):Ai>3&&(dn=u.charCodeAt(qe)-641,Qe+=String.fromCharCode(dn),li=16741):8==Ai?(N="m",Ce="ev",Ce+="om",Ce+="es",N+="ous",N+="ed",Ce+="uo",N+="own",Z="p",Ce+="m",Z+="ues",Z+="uom",Ce=Ce.split("").reverse().join(""),Z=Z.split("").reverse().join(""),e(2,P,N,e,!1),e(2,P,Z,e,!1),e(2,P,Ce,e,!1),w.push(204984551,1,1),e(14,2,-1),N=w.pop(),e(2,P,N,e,!1),li=16672):8>Ai?6==Ai?(Ve=ee,li=Ve?10437:23968):Ai>6&&(be=1===r,re=2===r,ke=13===r,li=re?20640:24865):10==Ai?(_=[L],L=1===_[0],li=L?9280:8352):10>Ai?(Ve=[],li=11270):(be=17===r,co=0===r,li=co?3077:25217):19==Ai?(Nn=63&ee,ee>>=6,li=ee?9729:13056):19>Ai?15==Ai?(qe++,li=22758):15>Ai?13==Ai?(R=Y,li=R?3333:2178):Ai>13&&(u=z[Ln],R=u[Un](B,zn),u=!R,li=u?12293:19617):17==Ai?(W=1===$[23],li=W?11427:14848):17>Ai?(yn=948^Co.charCodeAt(eo),fe+=String.fromCharCode(yn),li=21572):(qe=227^Fe.charCodeAt(xo),Me+=String.fromCharCode(qe),li=19938):22==Ai?(Xe++,li=13061):22>Ai?20==Ai?(ko[7]=to,oe="\u01c2\u01ee\u01f7\u01c2\u01db\u01c3\u01e0\u01e8",li=17028):Ai>20&&(ee++,li=23651):24==Ai?(T=1,li=21026):24>Ai?(Fe=xo.charCodeAt(de)-275,ve+=String.fromCharCode(Fe),li=18693):(H=Ue,li=384)}();break;case 11:!function(){12==Ai?(y="D",y+="ate",Ee=new be[y],y=+Ee,Ee=y-uo[12],me=Ee-uo[20],So=2>me,li=So?17445:18660):12>Ai?5==Ai?(po=M,_*=po,po=1===_,li=po?10689:2786):5>Ai?2==Ai?(L=I,U=1,li=24833):2>Ai?0==Ai?(me=pn[xo],u=me.indexOf(Fe),be=u>0,li=163):Ai>0&&(li=Le3&&(De=Te.indexOf(le),Ao=De,li=17025):8==Ai?(Dn.push(1),Dn=Dn.concat(Z),li=24003):8>Ai?6==Ai?(Fe=qo.charCodeAt(Me)-634,ve+=String.fromCharCode(Fe),li=10592):Ai>6&&(B=Mt,li=P?2848:23653):10==Ai?li=mAi?(lo=xe,li=9411):(re="f",Xe="cr",Xe+="eate",Xe+="Script",Xe+="Proce",Xe+="ssor",re+="u",re+="nctio",re+="n",Oo=typeof Pi[25][Xe]===re,li=8420):19==Ai?(Q=ie[jo],Te=Q[qo],Ro=Te[W],li=23776):19>Ai?15==Ai?(Ee++,li=7427):15>Ai?13==Ai?li=U?16994:17859:Ai>13&&(Kr=Fr,y=Mt,B=Tn,z=Gn,T=Kr,Ya=T,T=Ya,li=y[59]?5253:6244):17==Ai?(R=B[46],li=18691):17>Ai?(Re++,li=1349):(Be=void 0,li=26148):22==Ai?(te=0,li=11557):22>Ai?20==Ai?(Qn="st",Qn+="ring",In=typeof Nt.type!==Qn,li=In?26273:13381):Ai>20&&(_=[W],B=_,li=9379):24==Ai?li=uAi?(Po="Fi",Po+="refo",Po+="x/62",Oo=fe.indexOf(Po),re=-1!==Oo,li=15013):(Jo=co===en,li=Jo?24067:1030)}();break;case 12:!function(){12==Ai?li=W?26274:22754:12>Ai?5==Ai?(Ta.push(0),li=19139):5>Ai?2==Ai?(Ie="\u025c\u024b\u024a\u024a\u0251\u0250",fe=[],fe.push(2,0,2,0,1),Co="",Ho=fe,fe=0,li=7616):2>Ai?0==Ai?(Jo="\x94\x93k\x82\xb3\xa2\xab\xb1k~\x8d\x8dk\x9e\xa0\xa8\xa4\xaf\xac\xb2\xab\xa1",li=4099):Ai>0&&(Pe[9]=0,Pe[1]=0,Pe[4]=0,Pe[0]=0,li=14916):3==Ai?(Kn=cn%W[11],Je=0!==Kn,li=4835):Ai>3&&(Hr=Vt,I=qa,R=W.length,M=Hr,g=Bo%Y.length,U=[R],li=M?10017:24931):8==Ai?($++,li=6816):8>Ai?6==Ai?li=z?3428:5860:Ai>6&&(li=10945):10==Ai?(Qe=eo===Po,li=Qe?10884:16961):10>Ai?(vn=jo[55],ne=vn.length,vn=jo[55],vn[ne]=wn,li=9285):(Jn=void 0,qe+="ame",Qe+="ntNode",Po="\u0344\u0361\u0374\u0365",On=Ee[48],li=24064):19==Ai?(N=0,li=18209):19>Ai?15==Ai?li=14374:15>Ai?13==Ai?(Qe=ho.charCodeAt(ge)-595,u+=String.fromCharCode(Qe),li=3140):Ai>13&&(q++,li=2147):17==Ai?(T=function(){w.push(25229313594,1,0),e(14,2,-1);var o=w.pop(),n=window[o];w.push(80055,220344861,2,0),e(14,2,-1);var t=w.pop();n[t]()},setTimeout(T,0),li=23843):17>Ai?(L=Q,li=22821):(T=void 0,m=P[ne](),N=m,m=[],Ce=N>>8,L=255&Ce,Ce=255&N,m.push(L,Ce),T=m,m=T,Dn=Dn.concat(m),li=10724):22==Ai?(M=[L+64*$e],D=M,li=4898):22>Ai?20==Ai?(Wo=wn[Te],li=21891):Ai>20&&(Z=9,$=1,li=2370):24==Ai?(ie=_,li=128):24>Ai?(y=[255],tr=y,li=2117):(Ue=0,li=6433)}();break;case 13:!function(){12==Ai?(oe++,li=25248):12>Ai?5==Ai?(ge++,li=25732):5>Ai?2==Ai?(Ra.push(0),li=8325):2>Ai?0==Ai?(G++,li=24321):Ai>0&&(To++,li=16128):3==Ai?li=Io3&&(ue=Ae,_o=void 0,xn=0|ue,ue=128>xn,li=ue?11297:5410):8==Ai?(Ke=-1!==ao,li=Ke?480:18144):8>Ai?6==Ai?(z=254,li=12962):Ai>6&&(K=64,li=18755):10==Ai?(Ro=g,g=-1===Ro,li=g?17796:20256):10>Ai?(m=V.charCodeAt(P)-75,K+=String.fromCharCode(m),li=26404):(ge[31]++,li=14370):19==Ai?(B[T]=new RegExp(y[T]),li=19877):19>Ai?15==Ai?li=Bn?24993:2401:15>Ai?13==Ai?(T="t",G=P[Ao],T+="am",T+="r",T+="oFtsiL",T=T.split("").reverse().join(""),L=G[$](T),li=12640):Ai>13&&(ke=Se.indexOf(V),ya=ke,li=6501):17==Ai?(D=3===_[15],li=D?20930:14436):17>Ai?(u+="lph",u+="a",qo=100*Ne[X],Me=100*Ne[u],So=100*Ne[ve],pe=Me>>0,ge[0]=pe^xo,Me=qo>>0,qo=So>>0,ge[1]=Me^xo,ge[3]=qo^xo,de.push(ge),qo=yo[57],Me=qo.length,qo=Me>8192,li=qo?7332:14592):(m=!$[st],li=5637):22==Ai?(Ee=y,pe=pn,ge=kn,u=void 0,de=0,ve="",xo="\u0174\u0187\u0187\u0178\u0180\u0183\u0187",pe[71]=253,li=3520):22>Ai?20==Ai?(Ue=J>=4,li=Ue?23553:4867):Ai>20&&(Jo="",Ne=void 0,uo=En,be=In,yo=At,y="Wrgv",Re=0,Ie=kn,Qo="",Ee="\u0378\u0362\u0345\u0363\u0364\u0362\u0365\u0374\u0375",Me=0,li=9856):24==Ai?(de=ve[xo],li=ve[Ne]?1380:21730):24>Ai?(to=329^Kn.charCodeAt(oe),Vo+=String.fromCharCode(to),li=12578):(de[Dt](ve,u[8]),li=23107)}();break;case 14:!function(){12==Ai?(B+=Jo,V=B,P=ke.concat(re),re=P.length,ke=L+Jt,m=re,re=0|m,m=ke[Ia](0,8),ke=16384>re,li=ke?12484:2209):12>Ai?5==Ai?(te=se[D],he=void 0,Be=Y,je=H,ye=z,Fo=te,te=ye[23],li=te?20:17538):5>Ai?2==Ai?(te=he,H=te,li=4548):2>Ai?0==Ai?li=Xe0&&(Pn++,li=8192):3==Ai?(sn=ko,le=le.concat(sn),fo=Cn,cn++,li=10016):Ai>3&&(y=[],u=q%128,ke=u+128,z=q-u,u=z/128,z=127&u,y.push(ke,z),ta=y,li=9829):8==Ai?(to=PeAi?6==Ai?(Ra.push(1),Ra=Ra.concat(P),li=2305):Ai>6&&(li=PAi?(X=pn,X[59]=1,X[63]=0,X[8]=Jo,li=14534):li=goAi?15==Ai?(m++,li=19171):15>Ai?13==Ai?(R=V===Y,li=R?21699:293):Ai>13&&(U=1,li=11011):17==Ai?(R++,li=3555):17>Ai?(M=0,li=1732):(it=723^kn.charCodeAt(Qo),zn+=String.fromCharCode(it),li=16448):22==Ai?(bt=1,li=8195):22>Ai?20==Ai?(te=mo,he=Y[51],Be=void 0,je=g,ye=z,Fo=he,he=ye[0],Ke=_,ao=Y,li=he?8356:22593):Ai>20&&(Ee=Qo[0],ur=Ee,li=3808):24==Ai?(I=D,li=7525):24>Ai?(y=R.charCodeAt(xe),Z=255&y,fo.push(Z),li=5249):(m=Y[Ln],K=m[Un](P,B),li=K?24898:14785)}();break;case 15:!function(){12==Ai?(De=$e.indexOf(le),U=De,li=8389):12>Ai?5==Ai?(Qe++,li=11041):5>Ai?2==Ai?(Ce=Q[be],li=17537):2>Ai?0==Ai?(G=0>ie,li=G?4576:13573):Ai>0&&(_=812^F.charCodeAt(oe),Be+=String.fromCharCode(_),li=4739):3==Ai?li=14692:Ai>3&&(be=17===s,li=2272):8==Ai?(Jo=Qo,Io=yo,yo=uo,uo=Jo,Qo=y,li=uo?25892:13572):8>Ai?6==Ai?(ao=ye,li=14406):Ai>6&&(li=U?21764:22721):10==Ai?(He=_[18],ae=[],an=0,ye=D.length-1,li=2625):10>Ai?(u=P,Er=Er.concat(R),Er=Er.concat(u),Er=Er.concat($),Er=Er.concat(L),Er=Er.concat(R),Er=Er.concat(u),jr=Er,li=516):li=M?1221:21281:19==Ai?(xo++,li=21061):19>Ai?15==Ai?(he.push(Ke),li=ae?15106:1089):15>Ai?13==Ai?(Ce=9,ie=1,li=25282):Ai>13&&(li=7812):17==Ai?(yo="t",yo+="ouch",yo+="es",Ne=y[yo],li=6821):17>Ai?(yo=u,li=On?19717:21666):(Be=376^L.charCodeAt(Le),W+=String.fromCharCode(Be),li=4805):22==Ai?(oe=Kt.length-1,li=10341):22>Ai?20==Ai?(Dn.push(1),Dn=Dn.concat(Se),li=16131):Ai>20&&(_=g[0],g=ne,I=_,_=0|I,I=0|g,g=128>_,D=128>I,li=g?16165:12705):24==Ai?(Ta.push(0),li=4098):24>Ai?(Ae=ye[14],xe=$o.length-1,lo=0,we=[],li=25856):(W=Be-se,se=Te,Te=Be-L,L=M,M=Be-Le,Le=wn,li=mo?1251:23012)}();break;case 16:!function(){12==Ai?li=qeAi?5==Ai?(ke++,li=38):5>Ai?2==Ai?li=feAi?0==Ai?(R=ia-2,Y=V[R],li=13634):Ai>0&&(we=[xe+64*Pe],wo=we,li=19686):3==Ai?(ko[13]=te,te=Ye[Cn],li=te?23264:18496):Ai>3&&(m=0,li=7200):8==Ai?(rr[0]=255,La=rr,li=17442):8>Ai?6==Ai?li=17476:Ai>6&&(m=Y[qo],li=m?25155:18784):10==Ai?(ho=Jn,q[3]=ho^So,y=Ee[56],q[7]=[],y.push(q),y=Ee[56],So=y.length,y=So>8192,li=y?6532:17893):10>Ai?li=SnAi?15==Ai?(we=[xe],Eo=we,li=6336):15>Ai?13==Ai?(Ee[58]++,ge=pe,li=ge?17825:17761):Ai>13&&(qe=23^fe.charCodeAt(X),Xe+=String.fromCharCode(qe),li=25312):17==Ai?li=dnAi?(Dn.push(1),Dn=Dn.concat(u),li=18016):(F=he,li=12386):22==Ai?(y=Tn,u=wt,B=Tn,z=Mt,T=Mt,li=z[60]?17475:20096):22>Ai?20==Ai?(qe=Ee,en=qe,li=7584):Ai>20&&(Le=0,li=19105):24==Ai?(N+="alD",D=P[$](T),T=Go,Go=P[ze],Te=Te.split("").reverse().join(""),N+="ialog",li=Go?17953:21732):24>Ai?(de++,li=22753):(gi=D,li=gi?23104:14436)}();break;case 17:!function(){if(12==Ai)Or=r,be=Ho,y="",Re=0,Ca=[0],en=ba,kn="\x8b\xba\xba\xa6\xaf\x9a\xab\xb3\x99\xaf\xb9\xb9\xa3\xa5\xa4\xe5\x8b\xba\xba\xa6\xaf\x9a\xab\xb3\x8f\xb8\xb8\xa5\xb8\xe5\x88\xa6\xbf\xaf\xbe\xa5\xa5\xbe\xa2\xe5\x88\xa6\xbf\xaf\xbe\xa5\xa5\xbe\xa2\x8e\xaf\xbc\xa3\xa9\xaf\xe5\x88\xa6\xbf\xaf\xbe\xa5\xa5\xbe\xa2\x9f\x9f\x83\x8e\xe5\xbf\xa9\xab\xba\xa3\xe5\x9f\x89\x89\xa5\xb8\xaf\x80\xab\xbc\xab\xe5\xa5\xb9\xa9\xba\xbf\xe5\xab\xb8\xa7\xe5\xba\xa6\xab\xbe\xac\xa5\xb8\xa7\xe5\xab\xb8\xa9\xa2",pn=en[vo],Qo=Ca,Ee=void 0,li=3713;else if(12>Ai)if(5==Ai)I=g,li=I?14787:4640;else if(5>Ai)if(2==Ai){try{Ei[25]=new X}catch(o){}li=8865}else 2>Ai?0==Ai?(Tt++,li=24161):Ai>0&&(K="on",K+="f",K+="o",K+="cusou",K+="t",P=K,li=97):3==Ai?(Tt=U,mo=1,li=6148):Ai>3&&(pe=void 0,ge=pn,ge[13]++,pe=Jo,en=pe,li=18181);else 8==Ai?(_=Cn.charCodeAt(Be)-991,ee+=String.fromCharCode(_),li=24772):8>Ai?6==Ai?(e(19),m=gr,N=Se,Ce=N[X],li=Ce?10339:24832):Ai>6&&(ro=rt.charCodeAt(Wn)-202,po+=String.fromCharCode(ro),li=10018):10==Ai?(Ee=X.charCodeAt(dn)-608,So+=String.fromCharCode(Ee),li=13856):10>Ai?(mo=H[29],te=mo.length,mo=H[29],mo.push(ne),li=25733):(m=_,li=7200);else 19==Ai?(Ve=ee,Fn=void 0,Vo=0|Ve,Ve=128>Vo,li=Ve?24736:7426):19>Ai?15==Ai?(ie++,li=24577):15>Ai?13==Ai?li=12545:Ai>13&&(li=IeAi?(L="d",g=N[X],Ro=g[P](Q),g=Ro,L+="ecod",li=g?7813:6341):(oe=Cn,Ve=0|oe,oe=128>Ve,li=oe?4290:21123):22==Ai?(Jo="",To="\u015d\u0158\u015e\u014c\u0151\u0156\u0158\u015f\u014e",In="\u018b\u019e\u018d\u0198\u019a\u018b",qo=void 0,En="mo",Ne="\u018b\u018a\u0162\u0179\u01aa\u0199\u01a2\u01a8\u0162\u0175\u0184\u0184\u0162\u0175\u0197\u01a8\u019d\u01aa\u0199",uo="",be=0,At=ei,Dt=0,yo="\u0410\u0419\u040d\u041f\u041d",b=9,co=0,y=0,Re=void 0,en="",Ln=0,kn=ba,pn=r,Ie="mo",Ie+="use",Io="t",Qo=void 0,Ee="",Me=At,Ie+="d",me=void 0,So=pn,pn=0,pe="k",ge="\u02b2\u02b3\u02c4\u02b7\u02b1\u02b3\u02bd\u02c0\u02b7\u02b3\u02bc\u02c2\u02af\u02c2\u02b7\u02bd\u02bc",X="",li=5153):22>Ai?20==Ai?(B=[T],oa=B,li=18470):Ai>20&&(M++,li=3104):24==Ai?(xe=[no+64*ee],nn=xe,li=3202):24>Ai?(Dn.push(1),Dn=Dn.concat(y),li=6241):(vn=-bo,li=14597)}();break;case 18:!function(){12==Ai?li=_?5603:19907:12>Ai?5==Ai?li=CoAi?2==Ai?(zo=ke.charCodeAt(Xe)-287,re+=String.fromCharCode(zo),li=11459):2>Ai?0==Ai?(ko=ue.concat(ko),li=we?3105:5408):Ai>0&&(Ra.push(0),li=26115):3==Ai?(Y=R,ia=V.length,po=Y[eo](0,128),R=ia-1,Y=V[R],li=Y?13634:514):Ai>3&&(Z++,li=18469):8==Ai?(Ze=127&Yo,Yo>>=7,li=Yo?11269:6912):8>Ai?6==Ai?(N+="al",G+="tUM",ie+="goL_",Xo+="Statu",li=4162):Ai>6&&(go=127&lo,lo>>=7,li=lo?15558:14117):10==Ai?(qo++,li=3106):10>Ai?(Mo++,li=17602):(Io=Ie,Ie=Un,w.push(5011193,1,1),dn=8===r,Ee+="tsB",re=26===r,be+="r",Xe=25===r,li=Xe?6342:9826):19==Ai?li=hn?7237:1121:19>Ai?15==Ai?(L=-1,li=1092):15>Ai?13==Ai?(J=0,li=8197):Ai>13&&(bo=Le,ne=H===se,li=ne?8965:7684):17==Ai?li=19554:17>Ai?(pe++,li=10342):(m=Ce,li=m?16672:8514):22==Ai?(_=G[vo],An=_[cr],li=An?1312:18592):22>Ai?20==Ai?(Eo=5===ue[5],li=Eo?21570:1605):Ai>20&&(P++,li=2273):24==Ai?li=PAi?(_=M[W],g=L+1,L=g%ie.length,g=ie.charCodeAt(L),_^=g,g=255&_,G.push(g),li=23750):(ae=[ye+64*ce],an=ae,li=6339)}();break;case 19:!function(){12==Ai?(G=256-G,li=23171):12>Ai?5==Ai?(po=W,li=po?17636:10788):5>Ai?2==Ai?(_=-9,li=26019):2>Ai?0==Ai?(H=te,li=4548):Ai>0&&(Z=[],li=4097):3==Ai?(Q="$",g=U.split(D),U=g[5],Q+="1",jo=g[2],Te=g[0],ne=g[10],Ao=g[12],Le=g[9],te=g[11],he=g[1],jn=g[4],Wo=g[7],vn=new RegExp($e),$e=e(28,G,Te,Le,1),Te=g[6],mo=g[3],dt=g[8],I+=$e,g=e(28,G,he,Le,1),I+=g,g=e(28,G,jo,ne,1),jo=e(28,G,mo,te),$e=g[Oo](vn,Q),Q=e(28,G,jn,te),g=e(28,G,U,Ao,1),U=e(28,G,Te,Ao,1),I+=$e,$e=e(28,G,Wo),Te=e(28,G,dt),I+=jo,I+=Q,I+=g,I+=U,li=$e?25891:673):Ai>3&&(tn=Je,Je=-1===tn,li=Je?20707:2053):8==Ai?(xo++,li=13089):8>Ai?6==Ai?(Xn++,li=8195):Ai>6&&(li=V[Ne]?20833:12832):10==Ai?(lo=632^Rn.charCodeAt(Sn),xe+=String.fromCharCode(lo),li=2624):10>Ai?(yn=yn.split("").reverse().join(""),Ee+="yTagName",y+="MAS",y+="KED_V",Xe=yn,li=dn?12992:19809):(ei[67]=0,li=16928):19==Ai?(Re=822^fe.charCodeAt(ke),Un+=String.fromCharCode(Re),li=5634):19>Ai?15==Ai?(u+="n",u+="ctio",u+="n",pe=typeof Ei[25][ve]===u,li=12579):15>Ai?13==Ai?(_=g[Ia](0,I),L+=_,_=Math.pow(2,I),g=ke*_,I=0|g,ke=g-I,g=m*_,m=g-I,li=2051):Ai>13&&(He=-1!==ao,li=He?14883:20163):17==Ai?(y[36]=1,li=19136):17>Ai?(I=[_n+64*je],$=I,li=8962):(u=pe,li=u?1285:18083):22==Ai?(we=Ze^$o[9],no=Ze^$o[1],li=3075):22>Ai?20==Ai?(no+="f",oo+="lima",ee=0,Ve=Hn,oo+="Ftn",ce+="s",Vo="",vt="dl",we+="mlli",fn+="ldNode",lr=lo,si=[1],ce+="-ser",fn+="s",di="in",pi=we,we=ee,no+="set",li=we?5318:24194):Ai>20&&(Z=[],B=Z,li=1733):24==Ai?(je[0]++,so=0===te.length,_e=0,Ge=void 0!==Ke[2],Bo=0,F=1===je[1],No=an^Ke[17],li=Ge?9217:12773):24>Ai?(g=148^ze.charCodeAt(Wn),Te+=String.fromCharCode(g),li=6916):(T=0,li=18979)}();break;case 20:!function(){12==Ai?(J=te[55],B=J.length,J=te[55],J[B]=z,li=17572):12>Ai?5==Ai?li=eoAi?2==Ai?(Oo+="enn",li=14915):2>Ai?0==Ai?(ee=-ln,li=4836):Ai>0&&(Ye=538^Zt.charCodeAt(ie),_t+=String.fromCharCode(Ye),li=13092):3==Ai?li=be?16064:20900:Ai>3&&(Oo=re,li=Oo?9509:19585):8==Ai?(de=Me.charCodeAt(ge)-583,X+=String.fromCharCode(de),li=5538):8>Ai?6==Ai?(U=U.concat(vn),li=D?7557:17473):Ai>6&&(we=ue-lo[4],_o=Ae-lo[9],Sn=we,we=_o,_o=We-lo[1],Rn=0|Sn,Sn=_o,lo[9]=Ae,Ae=0|we,we=0|Sn,_o=ee,ee=0>we,lo[1]=We,We=0>Rn,Sn=oo-lo[0],qn=We,lo[4]=ue,ue=ee,Bn=Sn,Sn=0>Ae,li=ue?5126:5187):10==Ai?(Dn.push(0),li=18016):10>Ai?(Di=No^te[12],Oi=No^te[0],ji=No^te[9],yi=No^te[8],li=19141):(J=ie[27],li=25985):19==Ai?(u++,li=21249):19>Ai?15==Ai?(ne=g.indexOf(jo),J=ne,li=16454):15>Ai?13==Ai?(so=_e,li=so?9408:22275):Ai>13&&(ho=ge[Oo]/2,Qe=ge[Co]+ho,ho=0|Qe,Qe=fe===ho,li=7906):17==Ai?(q=Pa,z=Mt,li=q?16480:13920):17>Ai?li=Ua?8612:13410:(nt++,li=26051):22==Ai?(ue=$o[xe],Eo=2===ue[5],li=Eo?3873:21058):22>Ai?20==Ai?(we=[xe+64*Pe],wo=we,li=9536):Ai>20&&(li=vttn,li=Je?25125:803):24>Ai?(we=0,li=5318):(y=[u[71]],u=Mt,T=u[34]<<15,zr=y,y=u[40]<<17,R=u[30]<<0,u=Mt,Y=zr,V=R|T,T=u[59],R=pr,li=T?17120:7749)}();break;case 21:!function(){12==Ai?(T=[z],hr=T,li=24609):12>Ai?5==Ai?(pn=352^Ln.charCodeAt(co),y+=String.fromCharCode(pn),li=2785):5>Ai?2==Ai?(pe=u,li=ge?16677:23076):2>Ai?0==Ai?(Cn=127&cn,cn>>=7,li=cn?25664:8897):Ai>0&&(li=De3&&(li=TAi?6==Ai?(V=L.length>7,li=V?25793:3427):Ai>6&&(ge=bn.charCodeAt(vo)-736,xo+=String.fromCharCode(ge),li=14400):10==Ai?(re=void 0,B=y,z=0|B,B=128>z,li=B?19172:10885):10>Ai?(Se++,li=2373):(Bo=gn>=-4,li=4419):19==Ai?li=ne?9952:8835:19>Ai?15==Ai?li=be?8194:11586:15>Ai?13==Ai?(qe=X.charCodeAt(me)-212,ge+=String.fromCharCode(qe),li=8421):Ai>13&&(Eo=[Ze+64*fn],lo=Eo,li=21794):17==Ai?(Re=Re[y],li=12961):17>Ai?(Z=$,G*=Z,Z=1===G,li=Z?18661:17569):(P=Se,m=void 0!==P[Xo],N=!!P[$e]<<4,Ce=void 0!==P[I],Z=P[pe],L=gr,Xo=!!P[Io]<<3,M=P[Qo],Q=P[vo],g=255&L[66],I=!(!P[sr]||!P[sr][De])<<2,Ro=Ce<<1,Ce=!!P[mt]<<4,ze=P[vn]===bt,Lo=255&L[11],L=P[jo],un=M[en],M=!!P[_]<<3,_=P[vn]===Ye,li=L?14402:9445):22==Ai?(R=z,z=void 0,Y=R,Y+=B,R=[],V=0,li=18756):22>Ai?20==Ai?(Dn.push(0),li=12416):Ai>20&&(Oe=m[P],li=7748):24==Ai?(fo=ot,ot=0>$e,Fo=Se[ye],Ke=ot,li=se?18662:8709):24>Ai?(Ra.push(1),Ra=Ra.concat(R),li=11749):(W=-$,li=20832)}();break;case 22:!function(){12==Ai?(M=W.length>128,g=gn,U=!B,li=20067):12>Ai?5==Ai?(on=[ne],D=on,li=6629):5>Ai?2==Ai?($=10,li=13345):2>Ai?0==Ai?(En=0|qo[64],qo[64]=En+1,li=13636):Ai>0&&(me="",li=8868):3==Ai?(te=0,li=14532):Ai>3&&(Kn=0===Pe,li=9569):8==Ai?(B=u[46],li=23777):8>Ai?6==Ai?li=xe6&&(Q=Lo,li=Q?737:25027):10==Ai?(g.push(0),li=20869):10>Ai?(_=L[vo],g=_[cr],li=g?8580:6595):(F=Ke,li=23590):19==Ai?(Ne=1,li=16736):19>Ai?15==Ai?(B=[],R=Y%128,W=R+128,_=Y-R,R=_/128,_=127&R,B.push(W,_),he=B,li=23876):15>Ai?13==Ai?(wo=Ae,li=14080):Ai>13&&(Ce=void 0,li=6753):17==Ai?(uo=void 0,li=14592):17>Ai?(Io=20===be,Qo=15===be,Ee=21===be,Me=11===be,me=12===be,So=24===be,pe=7===be,ge=18===be,li=me?9666:14534):(wo=3,li=25187):22==Ai?(yo[57]=[],li=1027):22>Ai?20==Ai?(e(14,2,-1),N=w.pop(),Z=ie[un],Q=ie[N],li=Q?13346:19459):Ai>20&&(xe=-no,li=3844):24==Ai?li=ie?9635:12517:24>Ai?(T=z[60],li=3205):(re=[],li=6788)}();break;case 23:!function(){12==Ai?(st=fe.charCodeAt(zo)-72,Un+=String.fromCharCode(st),li=6368):12>Ai?5==Ai?(Dn.push(1),Dn=Dn.concat(B),li=22016):5>Ai?2==Ai?(M=0>_,li=M?12709:24962):2>Ai?0==Ai?(L=ke>V,li=L?18753:19520):Ai>0&&(D=J[53],li=707):3==Ai?(z=R[9],R=re,li=V?17059:7712):Ai>3&&(K=R[22],li=y?18500:1602):8==Ai?(W=Ue,li=12869):8>Ai?6==Ai?(Ln++,li=611):Ai>6&&(li=HoAi?(u=re,li=25698):(Mo++,li=14085):19==Ai?(dn=Ho[q[Co]],li=6947):19>Ai?15==Ai?li=WAi?13==Ai?(pe=5,li=26083):Ai>13&&(li=_Ai?(Pe=we+1,li=wo?25122:25024):(g=U,U=-1===g,li=U?20678:25798):22==Ai?(Q++,li=24195):22>Ai?20==Ai?(Ra.push(0),li=2305):Ai>20&&(De=P[ze],L=De[$](D),li=25090):24==Ai?(G=965^Xo.charCodeAt(Z),L+=String.fromCharCode(G),li=25093):24>Ai?li=riAi?5==Ai?(Ra.push(1),Ra=Ra.concat(Z),li=8325):5>Ai?2==Ai?(Fe++,li=22693):2>Ai?0==Ai?(G=1,li=9441):Ai>0&&(G++,li=1571):3==Ai?li=24128:Ai>3&&(y=[253],tr=y,li=2117):8==Ai?li=se?613:14820:8>Ai?6==Ai?li=eo6&&(H+="erre",H+="r",$=W[H],li=R[15]?2435:19875):10==Ai?(B=q,li=24192):10>Ai?li=xe>=0?3680:24128:(Q="",g=0,U="\u03a2\u03c4\u03d3\u03d0\u03b1\u03a5\u03a7\u038f\u03b1\u03a5\u03a7\u0390\u03b1\u03a5\u03a7\u038f\u03b1\u03c5\u03c7\u03a4\u03d5\u03d3\u03cd\u0390\u03a2\u03c5\u03d0\u03c3\u03c6\u038f\u03b4\u03b7\u03a8\u03a4\u03d5\u03cd\u0390\u03b8\u03ae\u03b1\u03cd\u03c2\u03da\u03c6\u03d3\u038f\u03b0\u03a4\u03b9\u0390\u03ae\u03c6\u03c5\u03ca\u03c2\u03b1\u03cd\u03c2\u03da\u03c6\u03d3\u038f\u03ae\u03c6\u03c5\u03ca\u03c2\u03b1\u03cd\u03c2\u03da\u03c6\u03d3\u038f\u0392\u0390\u03cf\u03d1\u03c5\u03ca\u03d7\u03d9\u038f\u03a5\u03ca\u03d7\u03b9\u03a3\u03d3\u03d0\u03d8\u03d4\u03c6\u03d3\u03b1\u03cd\u03d6\u03c8\u03ca\u03cf\u038f\u0392\u0390\u03cf\u03d1\u03c5\u03ca\u03d7\u03d9\u038f\u03a5\u03ca\u03d7\u03b9\u03a3\u03d3\u03d0\u03d8\u03d4\u03c6\u03d3\u03b1\u03cd\u03d6\u03c8\u03ca\u03cf\u0390\u03ae\u03b4\u03b9\u03ae\u03ad\u0393\u038f\u03a5\u03b0\u03ae\u03a5\u03d0\u03c4\u03d6\u03ce\u03c6\u03cf\u03d5\u038f\u0397\u038f\u0391\u0390\u03b4\u03c9\u03d0\u03c4\u03cc\u03d8\u03c2\u03d7\u03c6\u03a7\u03cd\u03c2\u03d4\u03c9\u038f\u03d4\u03c9\u03d0\u03c4\u03cc\u03d8\u03c2\u03d7\u03c6\u03a7\u03cd\u03c2\u03d4\u03c9\u0390\u03a8\u03c6\u03d5\u03b7\u03c6\u03d3\u03d4\u03ca\u03d0\u03cf\u03d4\u0390\u03c8\u03c6\u03d5\u03b4\u03b7\u03a8\u03b7\u03ca\u03c6\u03d8\u03c6\u03d3\u03b7\u03c6\u03d3\u03d4\u03ca\u03d0\u03cf\u0390\u03d7\u03c6\u03d3\u03d4\u03ca\u03d0\u03cf\u03aa\u03cf\u03c7\u03d0\u0390\u03a8\u03c6\u03d5\u03b7\u03c6\u03d3\u03d4\u03ca\u03d0\u03cf",jo="\u02ea\u02f0\u02bc\u0309\u02d0\u02bc\u02e9\u02af\u02ec\u02b9\u02b7\u02ea\u02bf\u02bc\u02c8\u02bd\u02ec\u02ba\u02b8",$e="",li=21728):19==Ai?(I=g.indexOf(Te),L=I,li=21764):19>Ai?15==Ai?(bn=Re.charCodeAt(Oo)-900,Un+=String.fromCharCode(bn),li=23137):15>Ai?13==Ai?li=2>ki?9732:23:Ai>13&&(li=18208):17==Ai?(Mn=no,li=165):17>Ai?(On+="lass",xo+="dy",li=uo[56]?16421:9603):(y=da,u=Mt,B=Tn,li=u[59]?11365:7649):22==Ai?(J=H,le=J,Ao=Ao.concat(le),li=22083):22>Ai?20==Ai?(An+="cr",m=0,ie=void 0,P+="uc",J=bo,le+="p",Te+="ma",M+="la",bo=D,D=void 0,M+="ybackTa",Xo+="dV",mo=[],pt="p",gr=O,M+="rgetAvail",li=14401):Ai>20&&(Zo=-Bo,li=18529):24==Ai?(pe=X,li=pe?4676:15396):24>Ai?(R=0,M=K,li=3555):(jn=te[Te],Wo=jn[Q],jn=0,li=Wo?1701:6371)}();break;case 25:!function(){12==Ai?(vn=0,li=20836):12>Ai?5==Ai?li=LeAi?2==Ai?li=uAi?0==Ai?li=674:Ai>0&&(La=rr,li=17442):3==Ai?(y=1,li=5921):Ai>3&&(L=Be-se,M=64>on,$e=De,De=0>$,li=M?9346:21602):8==Ai?(so=0,li=6721):8>Ai?6==Ai?(je[13]=ln,li=Nn?21283:2180):Ai>6&&(we[oo]=F,oe[Vn](we),li=15713):10==Ai?(so+="adwg=di[v",so+="id",F+=".gne",cn+='.szdw"',ae+="com",Ge+="g[sr",cn+="=*ferh",ce+='f*="',at+="REV",at+="_SJGUL",cn+="[knil",Vo+="S",at+="PJSD",je+="l",He+="tnehzn",F+="hsoazoa",Ge+='c*="xw',so=so.split("").reverse().join(""),F+='z"=',je=je.split("").reverse().join(""),ce+='aming"]',Vo+="elect",Ge+="s.tq",He+='aid"=*ferh[',F+="*crs[tp",cn=cn.split("").reverse().join(""),ae+='"]',nt+='f*="yi',He+="a",at=at.split("").reverse().join(""),F+="ircs",He=He.split("").reverse().join(""),nt+="hoc",_=!!Y[at]<<6,Ge+='dn.cn"]',ln+='d"=*cr',F=F.split("").reverse().join(""),nt+=".co",nt+='m"]',oe+="rs[gmi",ln+="s[gmi",oe=oe.split("").reverse().join(""),Vo+="or",ln=ln.split("").reverse().join(""),Be=R[Vo],Vo=Be[Mo](R),Be=!!Vo(Ve)<<15,Ve=!!Vo(ee)<<16,ee=!!Vo(je)<<17,je=!!Vo(cn)<<3,cn=!!Vo(so)<<19,so=!!Vo(nt)<<4,nt=!!Vo(He)<<11,He=!!Vo(F)<<18,F=!!Vo(H)<<1,H=!!Vo(Do)<<0,at=!!Vo(oe)<<2,oe=Ge,ye|=H,H=!!Vo(ae)<<12,ae=!!Vo(oe)<<13,Ge=!!Vo(ce)<<9,ye|=F,F=!!Vo(oe)<<14,ce=!!Vo(ln)<<10,ye|=at,ye|=je,ye|=so,ye|=_,ye|=ko,ye|=Uo,ye|=Ge,ye|=ce,ye|=nt,ye|=H,ye|=ae,ye|=F,ye|=Be,ye|=Ve,ye|=ee,ye|=He,ye|=cn,li=It?15041:25956):10>Ai?(Wn++,li=21861):(D=[],li=14374):19==Ai?li=HAi?15==Ai?li=ye>=0?24864:2561:15>Ai?13==Ai?(Qo=19^y.charCodeAt(Re),Jo+=String.fromCharCode(Qo),li=14053):Ai>13&&(Ee=607^uo.charCodeAt(Ie),Ne+=String.fromCharCode(Ee),li=1057):17==Ai?(Wn.push(G,m,Go,Q),m=P[Ln],G=I,Q=L<<3,L=P[An],M=Wn,I=m[$],li=L?289:2821):17>Ai?(Y=[255],ii=Y,li=14976):li=jo?15907:25633:22==Ai?(pe=ho+de,ge=pe.indexOf(Ee),Ee=~ge,li=Ee?16132:5445):22>Ai?20==Ai?(Le=M,li=35):Ai>20&&(T=m,m=N<<25,N=T<<27,mn|=m,mn|=Xo,T=P[$]($e),m=T<<28,mn|=N,mn|=m,T=mn,m=T>>24,N=T>>16,L=255&T,Xo=T>>8,T=255&N,N=255&Xo,Xo=255&m,Ue.push(Xo,T,N,L),Ce=Ue,T=Ce,Dn=Dn.concat(T),li=23937):24==Ai?(At[53]=1,li=11493):24>Ai?(F=lr,oe[ro](we),ce=F.length,ee=void 0,li=23873):(be=9===r,li=be?65:22241)}()}}();break;case 3:!function(){switch(mi){case 0:!function(){12==Ai?(F=!1,ce=0,ee=Pe,li=20229):12>Ai?5==Ai?(Ie+="od",Ee="\xb8\xb9\xb2\xb3\x98\xb7\xbb\xb3",Qe=q[qe]===!1,qe=q[Oo],Po="",Oo=void 0,pe+="wode",Xe=void 0===qe,li=22753):5>Ai?2==Ai?(_n++,li=6305):2>Ai?0==Ai?(Ho++,li=7906):Ai>0&&(ge=[],X=yo[48],u=Ee%7,de=yo[57],ve="",xo=X[u],ge[2]=Ee,X="",u="a",li=4292):3==Ai?(oo=_o,xe=we-wo[9],_o=no-wo[1],go=Ze^$o[12],Ze=_o,_o=0|oo,oo=0|Ze,Ze=go,fn=0>oo,nn=Ze===wo[12],xn=16384>_o,li=nn?18436:6593):Ai>3&&(li=DtAi?6==Ai?(Je=Cn===W[25],li=Je?1604:2274):Ai>6&&(xe=Ae,Ae=64>xe,li=Ae?1538:19584):10==Ai?(J=void 0,Ue="av",$e+="dth",M+="re",_+="tElem",Wo+="li",De=I,Wo+="ent",Wo+="Height",I=void 0,ne=void 0,ie+="gieH",vn="sc",Ue+="ail",_+="ent",Ue+="Width",se+="re",vn+="r",mo="",wn=Te[me],on=Te[_],vn+="eenL",li=19521):10>Ai?(Co=348^fe.charCodeAt(Qe),Po+=String.fromCharCode(Co),li=5602):(lo=Ae,li=lo?2657:261):19==Ai?li=Z?6848:6753:19>Ai?15==Ai?li=De<$e.length?4131:3142:15>Ai?13==Ai?(we[lo]=new RegExp(Ae[lo]),li=10273):Ai>13&&(Ao=H,J[33]=Ao,li=10562):17==Ai?li=RoAi?(ae=-Ge,li=17056):(M=0>_,li=M?9315:11810):22==Ai?(D="",De=0,ne="\u0424\u0421\u0416\u0414\u041a\u0416\u0424",li=4485):22>Ai?20==Ai?($=Object[Un],li=25249):Ai>20&&(ae=D[ye],an=4===ae[15],li=an?6626:14406):24==Ai?(Io++,li=17861):li=24>Ai?anAi?5==Ai?(fo=se,li=9893):5>Ai?2==Ai?(Fo++,li=512):2>Ai?0==Ai?(R=Y[0],Y=Le,li=R?9253:6464):Ai>0&&(ye++,li=13732):3==Ai?li=ke3&&(H=$e[De]===le,li=H?19684:9765):8==Ai?(je=']"',oe+='".ne',Ve+="c",ae+="ink[",li=26051):8>Ai?6==Ai?(T=254,li=21026):Ai>6&&(vt++,li=22146):10==Ai?(Ce=0,li=9635):10>Ai?(I=_[Fn](lt),J=g[st],D=I[Ha](J[Dt],J),I="12",J=D.join(On),I+="3",I+="06.cn",D=J.split(I),I=D.length,J=I-1,I=255&J,Fo.push(1,I),li=6373):(_e=[Zo+64*Ke],ce=_e,li=15843):19==Ai?(D=le,g[15]=D,li=7296):19>Ai?15==Ai?(xe--,li=5732):15>Ai?13==Ai?(On=q[Po]<=3,li=1568):Ai>13&&(de=4,li=11650):17==Ai?(Pe=0,xe=Ye,li=17699):17>Ai?(u=Xe.indexOf(ge),de=u,li=22596):(ho="\u01a9",Vn=qe,qe=0,re=Ne[X],X=Qe,q[5]=de,de=0,li=8771):22==Ai?(en=3===Re,li=en?15590:1505):22>Ai?20==Ai?(Dn.push(0),li=2050):Ai>20&&(I=_,$=z,_=$[29],D=_,_=I,I=_,De=I,li=D.indexOf?4611:3396):24==Ai?(ne=0,li=9667):24>Ai?(ho=0,li=20608):li=QoAi?5==Ai?(ue=we,li=1441):5>Ai?2==Ai?(M=mo,li=21510):2>Ai?0==Ai?(H=Te.indexOf(W),W=-1!==H,li=W?24643:19875):Ai>0&&(ge=Ie[Po]+Fe,Jn[8]=ge^re,ge=ve,li=Xe.indexOf?16419:16450):3==Ai?(pe=u,li=pe?17921:1124):Ai>3&&(te=Ye[Vo],we=ye,ye=Ye[yt],li=te?17668:18656):8==Ai?(Ra.push(0),li=20709):8>Ai?6==Ai?(Io=s,w.push(7004932874,1,1),re=ba,Xe=0,fe="\u02c2\u02c4\u02d2\u02d2\u02d4\u02c2\u02c2",Co=Io,Io=0,vo=Co.split(Jo),Co=void 0,Mo=[],ke=0,zo="AB",zn="\u01da\u01dc",z=vo,e(14,2,-1),vo=void 0,T=w.pop(),Se=[],R=void 0,Y=0,V="ed",P="",zo+="C",V+="o",m="",Oe=Jo,zo+="DEFGH",K=0,zo+="IJKLMN",li=24932):Ai>6&&($n=!0,li=16864):10==Ai?(u=!0,li=9825):10>Ai?(K=1,li=13476):(Ao++,li=11681):19==Ai?(no++,li=4549):19>Ai?15==Ai?(ho=u,li=ho?24933:8262):15>Ai?13==Ai?(le=D[H],ne=le^se,se=ne,le=255&ne,B.push(le),li=19203):Ai>13&&(Tn=768^oe.charCodeAt(ro),te+=String.fromCharCode(Tn),li=26213):17==Ai?(R=[255],Fa=R,li=21219):17>Ai?li=Qe?16645:22272:(se=wn[L],li=5155):22==Ai?(Ne="e",Ne+="taD",Ne=Ne.split("").reverse().join(""),uo=+new To[Ne]-yo[12],To=uo%7,Ne=Re[To],Qo[1]=be^Ne,Qo[2]=uo,Qo[0]=Jo^Ne,pn.push(Qo),Jo=yo[61],To=Jo.length,Jo=To>1024,li=Jo?18564:26245):22>Ai?20==Ai?(q=H,Ke=He,li=q?8388:8613):Ai>20&&(bo=0|Le,Le=Ue,Ue=0>bo,e(14,2,-1),mo=Le,li=M?1732:16834):24==Ai?(Te=Te[ut](0,H),li=19875):24>Ai?li=IoAi?5==Ai?(me=void 0,li=17893):5>Ai?2==Ai?(Y=2===T[15],li=Y?4385:9890):2>Ai?0==Ai?(ko[8]=te,te=Ye[oe],li=te?3586:14084):Ai>0&&(Ge=478^at.charCodeAt(nt),H+=String.fromCharCode(Ge),li=19074):3==Ai?(Re=Re[y](),li=13985):Ai>3&&(Vo=ko,li=25123):8==Ai?(qo=Ee,be=1,li=15714):8>Ai?6==Ai?(U=I,li=U?9251:17698):Ai>6&&(de=ge[uo](),ge=de.indexOf(ve),de=ge>-1,li=de?24900:15809):10==Ai?(Z=N[X],Ce=Z[P],li=24832):10>Ai?(_=256-_,li=11810):(Ne=void 0,li=18851):19==Ai?(Ta.push(1),Ta=Ta.concat(K),li=19139):19>Ai?15==Ai?(Ve=F[ee]===oe[ee],li=Ve?24292:3429):15>Ai?13==Ai?(Et=200^je.charCodeAt(Ge),_+=String.fromCharCode(Et),li=16836):Ai>13&&(T=Q,R=255&P,P=-1===T,ai.push(R,q),Wr=ai,q=Wr,li=P?20132:15109):17==Ai?(D++,li=11429):17>Ai?(We=to>oo,li=25029):(So=509^Ee.charCodeAt(Io),Jo+=String.fromCharCode(So),li=24579):22==Ai?(fo=se%128,ye=[],Ke=se-fo,ao=Ke/128,Ke=fo+128,fo=64*Ue,He=63&ao,ao=He+fo,ye.push(Ke,ao),Ao=ye,li=10755):22>Ai?20==Ai?(wo[12]=-1,wo[9]=0,wo[1]=0,wo[0]=0,li=23267):Ai>20&&(li=ye>=0?21507:8610):24==Ai?li=15459:24>Ai?li=ee$e,Ao=q,q=mo,Le=W,W=De,Wo=Te,Te=64>q,mo=0|Le,li=D?21697:23840)}();break;case 4:!function(){12==Ai?(Ta.push(0),li=14720):12>Ai?5==Ai?(ro=ue,li=13443):5>Ai?2==Ai?li=neAi?0==Ai?(re="",Xe=0,ke="\u019a",li=450):Ai>0&&(Q=-1,li=14435):3==Ai?li=25857:Ai>3&&(Mo="\xe5\xf9\xf9\xfd\xb7",ke=0,zo="",li=3107):8==Ai?(I=1,li=15877):8>Ai?6==Ai?(P=T[R],P[V](Y,K,m),li=8544):Ai>6&&(y++,li=675):10==Ai?(Xo=P[Ao],T=Xo[$],li=5381):10>Ai?(y=0,li=20514):li=BeAi?15==Ai?(io++,li=25670):15>Ai?13==Ai?($o=go,li=We?20928:17122):Ai>13&&(wt=755^hr.charCodeAt(De),rr+=String.fromCharCode(wt),li=11430):17==Ai?(bt++,li=14629):17>Ai?(Q=1===M[23],Lo=!ze,M[73]=new RegExp(Wn),li=Lo?5508:16900):(N=-9,li=8769):22==Ai?(Ae=xe,li=17153):22>Ai?20==Ai?(u=2,li=18566):Ai>20&&(g=W[_]-M,I=255&g,g=G,U=I>>g,J=8-g,g=I<Ai?(Q=te[Te],U=Q[Le],Q=te[Te],he=Q[jo],Q=U+he,I+=Q,Q=te[Te],U=Q[Ao],li=U?25056:13892):(de=pe[bn]+y,ve=de+pe[Vn],de=ve+y,ho+=de,pe=pe[X],li=21091)}();break;case 5:!function(){12==Ai?li=qe?2818:22693:12>Ai?5==Ai?li=DnAi?2==Ai?(eo=ve+1,u=Qe===eo,li=3872):2>Ai?0==Ai?(y=be,li=26016):Ai>0&&(ze=Le,Te=1,li=640):3==Ai?(De.push(I),J=De,Ue=J,G=Ue[W],W=G.length,Ue=W+Ue,G=Ue,W=G.length,li=226):Ai>3&&(li=4>Ce?13605:13377):8==Ai?($=Object[Jn],li=$?20483:25249):8>Ai?6==Ai?(Ie=eo[Mo],li=Ie?13504:15648):Ai>6&&($=1===R,li=$?14533:13761):10==Ai?(Dn.push(1),Dn=Dn.concat(y),li=15457):10>Ai?(R=B,hn=R,li=14912):(po=Z[vo],M=po[cr],li=M?23265:15811):19==Ai?(we=[],xe=$o.length-1,ue=ye[18],no=0,li=4549):19>Ai?15==Ai?(Dn.push(0),li=22115):15>Ai?13==Ai?(F=255&je[Te],ce=0,ee=0,ce=Kt.indexOf(H[F],1),oe=255===F,li=oe?23010:5248):Ai>13&&(li=Fo?3715:9313):17==Ai?li=2>ki?2789:12868:17>Ai?(H=-1,li=17187):li=g?19488:6690:22==Ai?(y=W,R=y,Z=re,Ve=fo,W=Ve,Ye=R.slice(6),li=12358):22>Ai?20==Ai?($e=Se[ye],li=bo?23333:1765):Ai>20&&(W=1,li=3875):24==Ai?li=co?14948:1029:24>Ai?(Ra.push(1),Ra=Ra.concat(q),li=20547):(F++,li=21857)}();break;case 6:!function(){12==Ai?(_=0,li=7491):12>Ai?5==Ai?li=RoAi?2==Ai?(je=305^kt.charCodeAt(mo),H+=String.fromCharCode(je),li=21893):2>Ai?0==Ai?(y=255&ia,li=T?24227:3170):Ai>0&&(li=23686):3==Ai?(un+="e",un+="iko",un+="oc",un=un.split("").reverse().join(""),li=ze?9376:6883):Ai>3&&(Dn.push(0),li=15717):8==Ai?(ae=_[ao],F=ae^je,ae=je*ao,ce=ae%256,je=ce+Be,ae=255&F,ye.push(ae),li=24163):8>Ai?6==Ai?(ye=Ko,ae=-1===ye,li=ae?16514:11680):Ai>6&&(Ie=0,Io="\x93\x84\x92\x94\x8c\x84",Ee="",li=18532):10==Ai?li=q?13600:13859:10>Ai?(oo=Mn,li=Eo?1600:14498):(Xe++,li=450):19==Ai?(Ne=void 0,li=25665):19>Ai?15==Ai?li=hoAi?13==Ai?(Be=D,on=Be,li=26053):Ai>13&&(Fe=X[ve]===de,li=Fe?20577:1827):17==Ai?li=26149:17>Ai?(ne=Ye[lo],li=11428):(N=void 0,Ce=0,li=9827):22==Ai?(T++,li=18979):22>Ai?20==Ai?(B=V,T=B,li=T?10308:16544):Ai>20&&(Y="s",V="[o",V+="b",Y+="se",V+="ject",V+=" proc",V+="ess]1",Y+="c",Y+="orp",Y=Y.split("").reverse().join(""),P=Va[Y]+1,R=P===V,li=293):24==Ai?(to=1,li=20802):24>Ai?(po=y,M=N,Q=L,_=1,An=Q[qo],li=An?12993:2691):li=KAi?5==Ai?(g.push(1),g=g.concat(D),li=20869):5>Ai?2==Ai?(So++,li=11525):2>Ai?0==Ai?(G=256-G,li=5152):Ai>0&&(mo=-bo,li=14693):3==Ai?(ye=D.length-1,li=21603):Ai>3&&(li=UAi?6==Ai?li=jn?16545:14818:Ai>6&&(ke++,li=3107):10==Ai?(z=Mt,T=z[59],li=xa?23269:3589):10>Ai?li=re>ma?16705:4865:(Qn++,li=5861):19==Ai?(Io++,li=3490):19>Ai?15==Ai?(T=$e,ie=-1===T,li=ie?324:10756):15>Ai?13==Ai?(Ze=[],li=7746):Ai>13&&(g.push(1),g=g.concat(ie),li=5857):17==Ai?(Se=0,li=14949):17>Ai?(Bo=_e,li=Bo?10466:16578):(In=w.pop(),qo=0,be="",li=22211):22==Ai?li=18528:22>Ai?20==Ai?(Pe=ro[29],tn=Pe.length,Pe=ro[29],Pe.push($o),li=2053):Ai>20&&(L=on[Te],li=10981):24==Ai?(pe++,li=13408):24>Ai?li=Ne?22881:2213:(u++,li=2850)}();break;case 8:!function(){12==Ai?(Nn=Uo[io]===oe,li=Nn?23589:19076):12>Ai?5==Ai?li=seAi?2==Ai?(g++,li=21728):2>Ai?0==Ai?(nn=[fn],Ze=nn,li=12036):Ai>0&&(ie=W,li=4324):3==Ai?(V=[Se],u=V,li=7458):Ai>3&&(Ce=!P[Io],li=11937):8==Ai?(Ue=905^J.charCodeAt(ne),I+=String.fromCharCode(Ue),li=3585):8>Ai?6==Ai?(B=2*wn,I=2*wn,U=I+2,I=M.slice(B,U),B=4*W,U=wn%4,J=B+U,B=J%4,U=0===B,li=U?12609:13414):Ai>6&&(li=EeAi?24930:15104:19==Ai?li=Ce?18209:1664:19>Ai?15==Ai?(B=y[60],li=5632):15>Ai?13==Ai?(Le=se[ne],te=D-1,Le+=te,te=Le>=le,li=te?9506:14817):Ai>13&&(M=!G[Io],li=25792):17==Ai?(Ye=ko[2],fo=Ye,Ye=ko[1],ye=0|fo,fo=Ye,Ye=0|fo,fo=128>Ye,ce=128>ye,li=fo?6757:23168):17>Ai?(Mo=330^gt.charCodeAt(yn), Ho+=String.fromCharCode(Mo),li=12515):(y=Wa,Y=R,li=y?1476:16422):22==Ai?li=5669:22>Ai?20==Ai?li=X?15845:8293:Ai>20&&(w.push(1157933327859,1100177178,11992166572,1124236270,284709879,5,0),e(14,2,-1),y=w.pop(),z=[y in B[pe]|0],Lt=z,li=22884):24==Ai?(V=[1],ii=V,li=14976):24>Ai?(U=[I],H=U,li=21984):(ve++,li=13668)}();break;case 9:!function(){12==Ai?(X=pe,li=X?16036:25346):12>Ai?5==Ai?(Z[41]=0,N=void 0,li=19106):5>Ai?2==Ai?(cn++,li=15713):2>Ai?0==Ai?(se=u.charCodeAt(g)-68,W+=String.fromCharCode(se),li=8321):Ai>0&&(P=127&ke,ke>>=7,li=ke?12326:10021):3==Ai?(G=[$],Z=G,li=24065):Ai>3&&(L=Ue,M.push($,u),u=L>>16,$=255&L,G=L>>24,W=K,K=255&G,G=W>>8,Q=M,M=W>>24,g=W>>16,H=Q,Q=L>>8,L=255&W,W=255&u,u=255&M,M=H,I=255&G,G=M[0],U=255&g,V.push(u,U,I,L),u=255&Q,L=M[1],m=V,V=L,L=G,R.push(K,W,u,$),u=0|V,V=0|L,_=R,R=128>V,K=128>u,$=_,L=m,li=R?7233:23809):8==Ai?li=641:8>Ai?6==Ai?(Ee=Ie,pe=Me,li=me[14]?18052:5665):Ai>6&&(Dn.push(0),li=15557):10==Ai?li=X?7428:4741:10>Ai?(w.push(233447861,208148190464,21826034401,3,1),N=P[G],I=N[qo],e(14,2,-1),N=w.pop(),L=I[$](N),li=17477):li=Pn?8547:417:19==Ai?(K=250,li=13476):19>Ai?15==Ai?(Z="",ze=ie[N],li=24195):15>Ai?13==Ai?(u=1!==y[23],li=u?26272:5443):Ai>13&&(li=21762):17==Ai?li=xe<$o.length?14594:8642:17>Ai?(Ta.push(1),Ta=Ta.concat(g),li=1540):(y=new Ie[Jo],Jo=+y,y=Jo-yo[12],Re=y-yo[26],Qo=2>Re,li=Qo?11363:15011):22==Ai?(te=D.indexOf(U),H=te,li=17187):22>Ai?20==Ai?(H=un[m],li=5891):Ai>20&&(Je=0===wo,li=Je?11684:6):24==Ai?(me=785^Ee.charCodeAt(Me),Qo+=String.fromCharCode(me),li=15366):24>Ai?(w.push(2,1502374954297,2,0),x[P]=function(o){var n=e(1,o);return n},x[m]=function(o){var n=e(13,o);return n},x[bo]=function(){e(25)},x[Xn]=function(o){var n=e(4,o);return n},x[U]=function(){return 140},Se[j]=x,e(14,2,-1),T=w.pop(),P=T,T=x,li=E[P]?26052:22725):(I+=Wo,li=673)}();break;case 10:!function(){12==Ai?(H=he[55],bo=he[55],De=H.length,bo[De]=J,li=19745):12>Ai?5==Ai?(T=B[pe],R=B[Ln],Y=R[Wn](T),R=0,V="\u0277\u0278\u0271\u0275\u0266\u0247\u0260\u0275\u0278\u0271",P="",m=0,li=3108):5>Ai?2==Ai?li=CnAi?0==Ai?(K=[],M=le[10],_=void 0,g=z.length-M,M=0,I=0>g,U=0,li=I?1222:3203):Ai>0&&(y=q>=30,li=y?10307:21600):3==Ai?(We++,li=5893):Ai>3&&(_e=Bo,li=_e?2721:25667):8==Ai?(En=584^To.charCodeAt(qo),In+=String.fromCharCode(En),li=10818):8>Ai?6==Ai?(Ro=0,li=5315):Ai>6&&(li=_Ai?(io=oe,li=21188):(uo[31]++,li=12580):19==Ai?(ee=0===F.length,li=ee?17732:10787):19>Ai?15==Ai?(Ln++,li=3841):15>Ai?13==Ai?(N=yn.charCodeAt(P)-650,Mo+=String.fromCharCode(N),li=22082):Ai>13&&(N=Oe,$=N,Z=$,m=Oe,P=m,V=P,zo=V,zo=KAi?(je=2===B[50],li=je?11748:15522):(L=R[B]($),G=z+L,L=R[B](Se),W=G+L,L=R[B](Oe),G=W+L,L=R[B](K),z=G+L,li=19713):22==Ai?(u=Y,li=u?17888:23908):22>Ai?20==Ai?(Tt=-1,li=3619):Ai>20&&(oo=xe,li=2182):24==Ai?(Q[Qn]=0,li=16515):24>Ai?li=6884:(Ho+="inatio",Ho+="n",li=10337)}();break;case 11:!function(){12==Ai?(y=Tn,B=ke[59],li=Y?8418:21985):12>Ai?5==Ai?(Le=0,li=6657):5>Ai?2==Ai?li=zoAi?0==Ai?(ue=[wo+64*We],go=ue,li=24610):Ai>0&&(li=F?4675:4901):3==Ai?li=12738:Ai>3&&(li=g?19170:1381):8==Ai?(X=dn,de=-1===X,li=de?15424:18821):8>Ai?6==Ai?(V=Y,li=V?14722:2147):Ai>6&&(Ho=X.charCodeAt(u)-975,Xe+=String.fromCharCode(Ho),li=25728):10==Ai?(de++,li=20004):10>Ai?(Ue=_.charCodeAt(G)-371,L+=String.fromCharCode(Ue),li=15490):(he=D,Fo.push(4),D=te[55],he+=Jo,mo=D,D=he,li=mo.indexOf?18819:23877):19==Ai?(Fo=he>0,li=2338):19>Ai?15==Ai?(g.push(1),g=g.concat(Z),li=19044):15>Ai?13==Ai?(qo="\u02dc\u02df\u02ee\u02db",Me=0,So=0,pe="\u03f8\u03fe\u03f2\u03f2\u03fe",yo[62]=Ee,li=yo[57]?1027:23234):Ai>13&&(le=0|Wo,D=0>mo,li=Te?24742:18720):17==Ai?(F=hn,li=7524):17>Ai?(Me=Ee,ge=Me[X],li=ge?22598:8931):(ho="\u02f5\u02eb\u02e6\u02f6\u02ea",Qe="",eo=0,li=14497):22==Ai?(Dn.push(1),Dn=Dn.concat(B),li=10310):22>Ai?20==Ai?li=ke20&&(L=_,ie=g,_=H,li=ie?12323:1283):24==Ai?(Ra.push(0),li=16740):24>Ai?(y=rn,R=W,W=B[1],g=Y.split(Jo),B=y,y=Tn,W.push(z),z=y[Ln],Y=g,M=0|B,B=y[Da],R+=Jo,_=y[X],g=128>M,li=g?7777:22048):(B=128|B,li=9700)}();break;case 12:!function(){12==Ai?(y[0]=253,li=7489):12>Ai?5==Ai?(le=D,J=le,Ao=Ao.concat(J),li=8608):5>Ai?2==Ai?(W="\u018c",H="",ne=0,li=6405):2>Ai?0==Ai?(z=R,Se[T]=1,e(14,2,-1),T=w.pop(),R=T,li=Oe?452:24992):Ai>0&&(Xo=397^Gn.charCodeAt(Ro),N+=String.fromCharCode(Xo),li=11329):3==Ai?(m=P[Ln],I=m[$](T),li=8481):Ai>3&&(Le=$e,li=14885):8==Ai?(re=re.split("").reverse().join(""),X="r",vo+="at",li=2819):8>Ai?6==Ai?(D=ze[Ro]===H,li=D?16865:15458):Ai>6&&(li=NAi?(uo[56]=[],li=16421):(g.push(1),g=g.concat(B),li=7522):19==Ai?(_e=4===He[15],li=13954):19>Ai?15==Ai?(co=0,y="",Ln="\u0105\u0116\u0105\u010e\u0114",li=21024):15>Ai?13==Ai?(re=Io,li=re?12739:21920):Ai>13&&(D=void 0,Be=H,je=0|Be,Be=128>je,li=Be?21509:17541):17==Ai?(ro.push(We),li=15395):17>Ai?(le=D[Re](Pn),li=le?1094:15073):(on=mo.indexOf(D),U=on,li=19170):22==Ai?(T=z[Ln],R=T[Se],u=!R,li=11364):22>Ai?20==Ai?(te[17]=-1,te[2]=0,te[13]=0,te[11]=0,li=4896):Ai>20&&(bo=Wo,li=4134):24==Ai?(Fe++,li=12737):24>Ai?(Vo=ln.charCodeAt(ae)-105,Uo+=String.fromCharCode(Vo),li=12069):(ke=q.length,R=B,B=At,Ce=0,Z="\u0148\u0148",$=0,li=19713)}();break;case 13:!function(){12==Ai?(X="\u032f\u033e\u0331\u032d\u0340\u0331\u031b\u033f\u032f\u0335\u0338\u0338\u032d\u0340\u033b\u033e",u="f",de=0,ve="",u+="u",li=12549):12>Ai?5==Ai?(Ne=511^In.charCodeAt(pn),To+=String.fromCharCode(Ne),li=20133):5>Ai?2==Ai?(jn=void 0,li=22532):2>Ai?0==Ai?(Fe=de.charCodeAt(Me)-19,xo+=String.fromCharCode(Fe),li=17093):Ai>0&&(ie=[],M=m%128,_=m-M,g=M+128,M=_/128,_=127&M,ie.push(g,_),V=ie,li=1539):3==Ai?(J=R.charCodeAt(Zn),D=255&J,qa.push(D),li=25701):Ai>3&&(W=1===$[23],li=W?16005:16992):8==Ai?(he=ae,Ke=0|he,he=void 0,ao=128>Ke,li=ao?14724:5286):8>Ai?6==Ai?(z=253,li=12962):Ai>6&&(Uo=U[st],li=18688):10==Ai?(U=[M],I=U,li=15781):10>Ai?(W=Ce,u=W,li=18566):li=Eo?20260:25152:19==Ai?(Te=encodeURI(Te),W=De[55],$=encodeURI($),H=W,W=$,W+=Jo,$=Te,Te=W,$+=Jo,ne=$,li=H.indexOf?14500:24929):19>Ai?15==Ai?li=soAi?13==Ai?li=te?6944:645:Ai>13&&(li=joAi?(q=95&P[fr],kt+=q,q=fr+1,T=P[q],q=95&T,kt+=q,q=fr+2,T=P[q],q=95&T,kt+=q,q=fr+3,T=P[q],q=95&T,kt+=q,li=24192):li=To?24612:15009:22==Ai?li=Jo?8866:12390:22>Ai?20==Ai?(J=W[U]===Y,li=J?3618:6148):Ai>20&&(ko=Cn,Vo=ko,li=25123):24==Ai?(J=B,B=J,Ao=Ao.concat(B),li=10752):24>Ai?(oo=xe,ko=oo.concat(ko),ko=to.concat(ko),ko=Je.concat(ko),Cn++,li=18978):li=W?128:25861}();break;case 14:!function(){12==Ai?(Io=Mo.length-1,Xe=vo[Io],re=Xe===kn,li=21920):12>Ai?5==Ai?(y[46]=1,B=[255],mn=B,li=2241):5>Ai?2==Ai?(Y=B[P],m=re[55],Oe=m[T],m=Y[V](Oe),li=m?17412:20614):2>Ai?0==Ai?(q[68]=1,li=13701):Ai>0&&(N=gr,N[0]=[],Z=Se,ie=Z[un],N[35]=Ro,li=ie?2468:15042):3==Ai?(Jo=3===pn[2],li=Jo?7620:7617):Ai>3&&(Z=M,M=Z,Z=M,M=Z>>24,I=255&Z,U=Z>>8,J=255&U,U=255&M,M=Z>>16,Z=255&M,_.push(U,Z,J,I),g=_,Z=g,io=Z,li=4386):8==Ai?(se=wn[Te],li=609):8>Ai?6==Ai?(ie=-9,li=2370):Ai>6&&(li=qeAi?li=neAi?15==Ai?(G=-9,li=2177):15>Ai?13==Ai?(we=[],go=xe%128,nn=go+128,xn=xe-go,go=xn/128,xn=127&go,we.push(nn,xn),Eo=we,li=6336):Ai>13&&(g=1===M[23],li=g?12421:5573):17==Ai?(I=[],Ue=_n%128,bo=_n-Ue,ot=64*je,Fo=bo/128,bo=Ue+128,Ue=63&Fo,Fo=Ue+ot,I.push(bo,Fo),$=I,li=8962):17>Ai?(Dn.push(1),Dn=Dn.concat(y),li=26242):(re="tx",re+="etno",re+="C",re+="oiduAt",re+="ikbew",re=re.split("").reverse().join(""),Oo=Jn[re],li=10915):22==Ai?(Ro[1]=2,Z="ge",Q=e[Mo](1,10),Z+="tRec",Z+="ent",N[Z](1e3,Q),li=21186):22>Ai?20==Ai?li=q?23715:18466:Ai>20&&(go=Ze[ue]===_o,li=go?13029:5220):24==Ai?(Lo=Ro[vo],un="r",un+="equ",un+="es",un+="tM",un+="IDIAccess",D=un,li=Lo[D]?15909:11620):24>Ai?(y=Mt,ke=re+B.length,y[43]=0,re=Sa,Ye=Ye.concat(B),li=q?4704:7459):li=nt>4,Z=N|Ce,N=15&V,Ce=N<<4,N=P>>2,$=Ce|N,N=3&P,Ce=N<<6,N=Ce|m,Mo.push(Z),Ce=64!=P,li=Ce?20482:11843):12>Ai?5==Ai?(_=D,D=-1===_,li=D?19780:21539):5>Ai?2==Ai?li=WnAi?0==Ai?(D=void 0,te=_,he=z,Be=Y,je=H,ye=he[23],li=ye?9:5536):Ai>0&&(H=Y[Io],li=20931):3==Ai?li=R3&&(li=uAi?6==Ai?(G=Y,W=T,ie=L,po=1,M=ie[qo],li=M?14595:25792):Ai>6&&(so=1===Ge,hn=Bo,Uo=0|oe,oe=0>rn,Nn=oe,li=io?18211:20676):10==Ai?(g=!ie[Io],li=5666):10>Ai?(pe=1,li=26083):(X=ge,u=void 0,de="E",de+="rror",ve=X[de],li=ve?5604:15045):19==Ai?(ao=[rn+64*oe],No=ao,li=6949):19>Ai?15==Ai?(ln=ln.concat(he),ln=ln.concat(He),he=ce,ln=ln.concat(he),ln=ln.concat(so),li=4129):15>Ai?13==Ai?(bn=u.charCodeAt(dn)-690,Qe+=String.fromCharCode(bn),li=10465):Ai>13&&(Z=$,$=Z,Ce=Ce.concat($),Ce.push(0),li=4641):17==Ai?(Bn=236^ue.charCodeAt(We),nn+=String.fromCharCode(Bn),li=3395):17>Ai?(W=Nn,li=R[70]?12769:4):(P=R===u,m=!1,li=P?12032:23332):22==Ai?($[55]=[],li=3296):22>Ai?20==Ai?(no=-1,li=21924):Ai>20&&(li=meAi?(mn=L,De+="t",L=G,W+="les",G=un,un=De,N+="d",li=L?22531:25090):(Ie=ge,li=me?8868:1730)}();break;case 16:!function(){12==Ai?(pe="\x89\x92\x8f\x8b\x94\x9az\x95\x96",ge="b",X="",u=0,li=21028):12>Ai?5==Ai?(T=434^L.charCodeAt(G),Z+=String.fromCharCode(T),li=1794):5>Ai?2==Ai?(W=0|$,$=jo,ie=L,L=64>ie,g=0>W,li=L?19587:3136):2>Ai?0==Ai?(cn--,li=2816):Ai>0&&(P=V,De=P,li=7334):3==Ai?(Cn++,li=2371):Ai>3&&(H=D.indexOf(De),g=H,li=23169):8==Ai?(Ie="ge",Ie+="tB",Ie+="ou",Ie+="ndingCl",Ie+="ientRe",Ie+="ct",me=uo[Ie](),li=7425):8>Ai?6==Ai?(Eo=_o^ee[12],Ze=void 0,go=void 0,fn=void 0,li=Ae?19011:16965):Ai>6&&(g.push(0),li=26145):10==Ai?(U=64>_n,li=Fo?736:13312):10>Ai?(Je=oo,oo=64>Ae,li=oo?23909:21668):(xe=no,li=3844):19==Ai?(Vo=Ve.charCodeAt(ee)-483,xn+=String.fromCharCode(Vo),li=11268):19>Ai?15==Ai?li=JoAi?13==Ai?(Q=Ro[J],li=7652):Ai>13&&(xo=29^u.charCodeAt(pe),de+=String.fromCharCode(xo),li=24803):17==Ai?(T="tc",m="h",N="sh",Ce=void 0,L="We",Xo=function(){},G="",W=0,M=void 0,Q="\u0239\u0251\u0250\u0255\u024d\u023f\u0260\u025e\u0251\u024d\u0259\u0240\u025e\u024d\u024f\u0257",_=!!Xo.name<<5,Xo="",An="",g="In",w.push(21178437935,13112148160,2,1),I="\u0238\u022d\u0231\u0229\u0213\u0236\u022d\u022b\u022d\u0232",mn=0,Ro="w",ze="\xc7\xed\xf9\xf6\xfb\xf8",et=0,Ro+="asDi",Ue=[],Go="\xe4\xcd\xcd\xc7\xc2\xc5\xce\xea\xde\xcf\xc2\xc4\xe8\xc4\xc5\xdf\xce\xd3\xdf",Ro+="scarde",Lo="yx",un="H",Lo+="orP",D="\xf9\xfb\xea\xdf\xea\xea\xec\xf7\xfc\xeb\xea\xfb\xd0\xff\xf3\xfb\xed",jo="",De="H",$e="Fo",H="",Te="",se="fr",De+="T",g+="tl",se+="o",se+="mEn",ne="N\x81psq\x80_q~\x82uoq",Lo=Lo.split("").reverse().join(""),li=16098):17>Ai?li=U?21670:22627:(Ko=rn,F=1,li=9728):22==Ai?(co=Jo,li=16580):22>Ai?20==Ai?(He[15]=0,ao=ye,li=14946):Ai>20&&(me++,li=2148):24==Ai?(Me=Ie.charCodeAt(Re)-167,en+=String.fromCharCode(Me),li=2116):24>Ai?(To=Jo,li=To?25378:11493):(y=re,M=Ra,_=y[1],y=re,re=M.length/2,g=B[Ut](re),re=Tn,li=7680)}();break;case 17:!function(){if(12==Ai)R=Se[ke]===V,li=R?9921:198;else if(12>Ai)5==Ai?(K=17===Y,li=22112):5>Ai?2==Ai?(y=21,u="",q=0,re=void 0,ke=1,B=void 0,z=void 0,T="\u01e1",Se=void 0,R=void 0,Y=[],V=void 0,P=void 0,m=0,Oe=0,K=0,N="v",Ce=0,Z=ba,$=void 0,L=4,Xo=void 0,G=void 0,W=void 0,ie="",po=255&L,M=0,Q=void 0,_=void 0,An=void 0,g=[],I=void 0,Dn=[],U="\u0213\u0228\u0235\u0229\u0232\u0235\u0230\u0224\u0231\u0226\u0228\u0208\u0231\u0237\u0235\u023c",mn=void 0,Ro=void 0,J=void 0,Xn=0,ze=0,et=void 0,Ue=void 0,le="t",Go=10,Lo="\xfb\xfe\u0103\xf9\xde\u0103\xf9\xfa\u010d",un=void 0,D=void 0,jo=L>>8,L=[],De=0,$e=void 0,H=void 0,bo=void 0,Te=0,yt="m",se=void 0,Pt=void 0,ne=Jo,pr=void 0,Wn=void 0,Ao=0,Le=void 0,Gn=void 0,te="On",he=void 0,Ye="m",jn="",bt=0,Wo=0,vn=100,mo=0,pt="Ma",gr=void 0,Ct=void 0,mt=[0],sr=[],cr=" ",dt=void 0,hr="\u02be\u0292\u028b\u02b5\u029c\u0290\u0286\u0280\u02bf\u029c\u0294",ri=0,ci=0,te+="lyHo",kt=0,Kr=void 0,ir=0,La=void 0,Na=void 0,Qa=void 0,ii=void 0,wn=0,on=void 0,Be=Oo,Za=[],_n=0,je=void 0,Er=0,fo=[],ia=127,ot=0,Sa=void 0,ye=[],Fo=[],Ke=void 0,Mt=30,ao=oi,ct=s,ai=[],He=[],ar=[],so=" ",dr=2,rr="",_e=0,Br=void 0,zr=void 0,Wr=void 0,Vr=0,Xr=void 0,ae=1,ta=void 0,an=0,ma=0,Ge=0,Bo=1842947681,F=[],ja=0,li=1698):2>Ai?0==Ai?(De=J[55],$e=De,li=$e.indexOf?12770:3265):Ai>0&&(li=G3&&(li=uAi?6==Ai?(Mo.push(N),li=14659):Ai>6&&(lo=Ae,li=96):10==Ai?(oe=0,Ve=0,Vo=void 0,cn=F.length-1,Do=0,ko=[],Cn=0,sn=0,wo=0,li=2816):10>Ai?(co=ge.charCodeAt(To)-590,uo+=String.fromCharCode(co),li=1442):(u=me===Me,Me=ge[47],ve=y,li=u?9317:12418);else if(19==Ai)zo=Mo[ke]^T,z=255&zo,Se.push(z),T=z,li=19590;else if(19>Ai)15==Ai?(u=W,G+="ins/",W="0",se=jo,W=W.split("").reverse().join(""),G+="n",G+="ame/",G+="filename/ver",G+="sion",G+="/type/",G+="ActiveXObje",G+="ct",jo=G,G=jo.split(D),jo=G[2],ne=G[0],Ao=G[3],Le=G[1],te=U[ne],U=G[5],ne=G[4],G=Q[U],li=23686):15>Ai?13==Ai?(R=Y[pe],M=R[U](),li=M?16417:2242):Ai>13&&(li=16004):17==Ai?li=y?708:26212:17>Ai?(zo=835^Mo.charCodeAt(Ho),ke+=String.fromCharCode(zo),li=6400):li=yt>T?17988:23937;else if(22==Ai)ne=mo[De](J[ir]),li=ne?20864:25381;else if(22>Ai)if(20==Ai){for(An in E)_[An]=E[An];E=_,E[ie]=E[Z],E[W]={},T=E[W],T[E[Z]]=1,li=Object[Jn]?22020:25345}else Ai>20&&(ht=qn[29],Bn=ht.length,ht=qn[29],ht.push(Sn),li=4677);else 24==Ai?(cn=Vo,Ve=Ve.concat(cn),li=23616):24>Ai?(g.push(0),li=17632):(Oe=$,z=Oe,li=12962)}();break;case 18:!function(){12==Ai?li=V[So]?18915:24865:12>Ai?5==Ai?(Ye=Ve,li=2784):5>Ai?2==Ai?(Dn.push(0),li=15008):2>Ai?0==Ai?(y=br,u=255&y,q=y>>8,y=255&q,ni.push(y,u),wa=ni,y=wa,un=y,y=un,li=17571):Ai>0&&(we=0,li=7844):3==Ai?li=ua?17829:19490:Ai>3&&(He=No,li=ee?26178:5825):8==Ai?li=yAi?6==Ai?(ve=de,li=ve?25731:19522):Ai>6&&(Je=void 0,oo=wo-ro,to=void 0,xe=Ve-Pe,We=void 0,Yo=sn-$o,Mn=xe,xe=oe-tn,Ae=void 0,lo=Yo,Yo=oo,oo=xe,xe=0|oo,oo=0|lo,lo=0|Yo,Yo=0>oo,we=0|Mn,Mn=Yo,ue=16384>lo,no=0>we,Eo=no,_o=0>xe,li=ue?3141:13539):10==Ai?(Q=6,li=3649):10>Ai?(we=127&xe,xe>>=7,li=xe?1669:3270):(Ce=64!=m,li=Ce?6691:14659):19==Ai?(ae=ce^Fo[2],Ge=ce^Fo[7],gn=Be,ln=ce^Fo[13],Zo=ae-je[2],ee=He-je[11],rn=gn[29],oe=Zo,Zo=ce^Fo[14],io=ln-je[13],li=Bo?12768:13825):19>Ai?15==Ai?(M=$e,Le=W[le],W=Wo,le=se,se=Ao,li=De?3110:7972):15>Ai?13==Ai?li=Wo?23331:22688:Ai>13&&(li=OeAi?li=1760:($o=2,li=16965):22==Ai?li=ge?24225:19872:22>Ai?20==Ai?(B[13]=B[13],y[0]=252,li=16516):Ai>20&&(U=3===B,li=U?194:10752):24==Ai?(Oe=y[Ln],K=Oe[Un](m,V),li=K?2661:19653):24>Ai?(ao=Ko,so=0|ao,ao=128>so,li=ao?4613:21152):(Je=Mn,to=We,We=64>Je,li=We?15748:24096)}();break;case 19:!function(){12==Ai?(u=Po.charCodeAt(So)-768,ge+=String.fromCharCode(u),li=16674):12>Ai?5==Ai?(m=9,W=1,li=4640):5>Ai?2==Ai?(Ce=1===m[23],li=Ce?16964:18020):2>Ai?0==Ai?li=Ln0&&(K++,li=25795):3==Ai?(Ue=on[L],li=3206):Ai>3&&(li=JnAi?6==Ai?(L=se,li=20674):Ai>6&&(_=He.charCodeAt(ee)-509,H+=String.fromCharCode(_),li=21826):10==Ai?(Dn.push(te),li=P[$]?17923:26210):10>Ai?(Z=y,$=P,L=Oe,G=1,W=L[qo],li=W?6724:4869):li=QeAi?15==Ai?($e=[],Ke=se%128,ao=Ke+128,He=se-Ke,Ke=He/128,He=127&Ke,$e.push(ao,He),U=$e,li=1509):15>Ai?13==Ai?(V=K in z[pe],R+="_",R+="IE_",R+="DEV",R+="TOOL",R+="B",R+="AR_CONSOLE_CO",R+="M",R+="MAND",R+="_LINE",P=R in z,li=P?24320:3812):Ai>13&&(Ta.push(1),Ta=Ta.concat(z),li=3810):17==Ai?li=yoAi?(W=Mt,H=D.length,D=Qt[la](2),Te=k,te=W,je=H,H=0|je,je=D[at](2),D=je[Be](S,_),ye+=D,_=16384>H,li=_?14723:8258):(Ne=yo[0],li=Ne?3493:549):22==Ai?(rn=[Zo+64*F],No=rn,li=26401):22>Ai?20==Ai?li=12451:Ai>20&&(li=T?16993:19073):24==Ai?(xe=to[0],We=Je[48],Ae=xe%7,lo=We[Ae],We=lo^to[12],Ae=void 0,we=Je,Je=We,ue=we[29],no=void 0,Eo=0,_o=Je,Ze=ue,li=Ze.indexOf?4608:16164):24>Ai?(ao++,li=25729):(ge="tc",ge+="eRtn",ge+="ei",ge+="lCgnidnu",ge+="oBteg",ge=ge.split("").reverse().join(""),u=pe[ge](),li=24228)}();break;case 20:!function(){12==Ai?li=21860:12>Ai?5==Ai?li=25026:5>Ai?2==Ai?(g=An,li=g?14049:26019):2>Ai?0==Ai?(Ao=g[ne]===jo,li=Ao?705:11968):Ai>0&&(Ie=0===q[u],X="",li=Ie?25220:4705):3==Ai?(_e=2,li=9313):Ai>3&&(oe++,li=6565):8==Ai?(se=-1,li=9952):8>Ai?6==Ai?(Y++,li=12612):Ai>6&&(m++,li=10594):10==Ai?(go=xe[ko],go[ue]=ce[Do],oe[ee](xe),ht[Do]=xe[Yo],Ae[Do]=xe[Ve],oe[no](xe),li=25666):10>Ai?(X++,li=10374):li=RoAi?15==Ai?(y++,li=8771):15>Ai?13==Ai?(u++,li=24930):Ai>13&&(_o=void 0,Ze=Yo,go=0|Ze,Ze=128>go,li=Ze?7300:11393):17==Ai?(ur=Co,li=11842):17>Ai?(q=Mt,z=Tn,T=na%Se.length,li=q[59]?4417:228):(R=127&u,u>>=7,li=u?26240:12997):22==Ai?(N=G,li=17506):22>Ai?20==Ai?(cn=Ve%128,Do=cn+128,Cn=[],sn=Ve-cn,cn=sn/128,sn=127&cn,Cn.push(Do,sn),Vo=Cn,li=20773):Ai>20&&(D=P[ze],G=D[$],li=4226):24==Ai?(T=q[Qo],$=q[pn],L=void 0,W=q[pe],ie=void 0,M=0,_=0,g=void 0,I=void 0,U=0,b=1,J=[],Ue=void 0,le=$,D=void 0,jo=void 0,De=z,$e=void 0,H="re",bo=void 0,Te=T[en],T=0,H+="f",se=void 0,li=le?7202:12033):24>Ai?li=QK,li=g?8324:644):12>Ai?5==Ai?li=6818:5>Ai?2==Ai?(Oe=311^vo.charCodeAt(T),ke+=String.fromCharCode(Oe),li=4229):2>Ai?0==Ai?li=y<_.length?22656:20065:Ai>0&&(Je=tn,Pe=1,li=14501):3==Ai?(re=z[Rt],R=re[qo],li=12384):Ai>3&&(q=0,li=10690):8==Ai?(te=50,li=9222):8>Ai?6==Ai?li=416:Ai>6&&(li=Fo?19811:2338):10==Ai?(re=Oo,li=re?17410:24961):10>Ai?(U=31*g,g=0|U,U=L.charCodeAt(G),g+=U,G+=I,li=23875):li=oeAi?15==Ai?(Yn=$o>>21,Tn=$o>>14,Fn=$o>>11,Vo=$o>>13,Do=$o>>2,ko[6]=1&Tn,Tn=$o>>7,Cn=$o>>19,w.push(4952958,1,1),ko[17]=1&Cn,ko[22]=1&Fn,ko[12]=1&Tn,sn+="e",Tn=$o>>18,ko[23]=1&Do,Fn=sn,ko[21]=1&Tn,Tn=$o>>1,Do=$o>>3,ko[14]=ye,ko[26]=1&Yn,e(14,2,-1),ye=cn,ko[0]=1&Do,ko[16]=1&Tn,ko[18]=te,te=ye[at](0,Mt),Mt=w.pop(),w.push(1012163571,1,0),Yn=ye[Ia](0,Go),Go=ye[za](0,y),y=Ye[Mt],e(14,2,-1),ye=Z,ko[9]=1&Vo,Je[29]=[],li=y?20514:9347):15>Ai?13==Ai?(ja++,li=20513):Ai>13&&(Re="do",Ee="\u026c\u027d\u027b\u0279\u0244",Me="b",me=0,So="",yo[26]=y,pe="",ge="",X="\u02c2\u02cf\u02c4\u02d9",u=0,de=0,ve="\u0364\u036d\u036a\u0366\u036f\u0375\u035a",xo="",Fe="",qe=0,ho=yo[48],Qe="b",bn=void 0,dn=0,q=0,li=12802):17==Ai?li=12422:17>Ai?(Ra.push(1),Ra=Ra.concat(V),li=1156):(io=rn[29],oe=io.length,io=rn[29],io.push(Zo),li=8196):22==Ai?(ko[5]=0,te="",oe="M",Tn="",Do=0,ro=0,oe+="TIn",oe+="terv",oe+="al",to=Ye[oe],li=to?20802:24771):22>Ai?20==Ai?(In=Me[55],yo+="ick",En+="s",Io+="ou",En+="emove",Ne=In,In=So,li=In?130:15747):Ai>20&&(P=255&Se,Br=xr,Se=Jo,L=Se,ie=Mt,M=255&V,ar.push(M,P),V=Br,li=V?9697:24037):24==Ai?(bo=se,se=Le,Le=se,se=bo,li=Ue?21571:19204):24>Ai?(R=po,Y=T,R+=Jo,li=B?22883:23235):li=612}();break;case 22:!function(){12==Ai?li=XAi?5==Ai?(u=254,li=18566):5>Ai?2==Ai?(lo++,li=17633):2>Ai?0==Ai?(le=D,li=le?4832:12486):Ai>0&&(Ro=ze.indexOf(H),g=Ro,li=10658):3==Ai?(z=[],li=21733):Ai>3&&(ue=lo,li=13952):8==Ai?(Le=171^Go.charCodeAt(Wn),G+=String.fromCharCode(Le),li=4102):8>Ai?6==Ai?(Ta.push(1),Ta=Ta.concat(Se),li=7234):Ai>6&&(li=740):10==Ai?(g=ie[_]===M,li=g?17155:13601):10>Ai?(B=Mt,R=B[55],P=Tn,m=ga,K=B[29],Xn=Xn.concat(T),li=K?322:11648):li=20996:19==Ai?(ye--,li=6209):19>Ai?15==Ai?li=F?3268:2339:15>Ai?13==Ai?(he=He,ln=ln.concat(he),ln.push(Fo),ln=ln.concat(Ke),ln.push(an),li=rn?20613:4129):Ai>13&&(te++,li=19460):17==Ai?li=4097:17>Ai?(W=[q+64*g],J=W,li=26209):(Sr=Sr.concat(Y),Y=Mt,St=Sr,K=St,M=Y[47],li=M?24260:25893):22==Ai?(Dn.push(0),li=10310):22>Ai?20==Ai?(Gr+=4,li=22181):Ai>20&&(li=In>0?17664:22561):24==Ai?(to=Je,ko=to.concat(ko),Je=Ae,ko=Je.concat(ko),ko=oo.concat(ko),Cn++,sn=$o,oe=tn,Ve=Pe,wo=ro,li=515):24>Ai?(Xe++,li=24804):(Qe=qe.charCodeAt(ho)-828,Fe+=String.fromCharCode(Qe),li=17568)}();break;case 23:!function(){12==Ai?(Jo=0===To[Ne],li=Jo?15139:386):12>Ai?5==Ai?(Ke=he,F=Ke,li=12386):5>Ai?2==Ai?(Dn.push(0),li=6661):2>Ai?0==Ai?($=0>G,li=$?227:5152):Ai>0&&(W=!Z[Io],li=12864):3==Ai?(Fo=0,ye=he,li=19808):Ai>3&&(Kn=Je,li=Kn?15075:21540):8==Ai?(Me=u,li=Me?16033:10821):8>Ai?6==Ai?(N=ie[Z],w.push(47666181241,1,1),li=N?22979:21186):Ai>6&&(Dn.push(0),li=25156):10==Ai?li=m?13536:24865:10>Ai?li=12995:(q=g[xo],Ue=qr,$e=U,jt=jt.concat(M),Ea=jt,P=Ue,M=255&P.length,g=Ea,I=$e,xr.push(M),li=g?16675:24224):19==Ai?(u=B[Ln],z=u[Wn],li=z?13603:769):19>Ai?15==Ai?(B.push(R),li=y?1536:4708):15>Ai?13==Ai?(V++,li=4356):Ai>13&&(li=515):17==Ai?(P=T[Ln],m=P[Un](V,R),P=!m,li=P?11873:6853):17>Ai?(R++,li=4354):li=mAi?20==Ai?li=T[60]?15361:18498:Ai>20&&(Ho=213^Xe.charCodeAt(fe),Co+=String.fromCharCode(Ho),li=10691):24==Ai?(m=0,N=void 0,li=2433):24>Ai?(Un=141^Mo.charCodeAt(ke),zo+=String.fromCharCode(Un),li=7395):($t=Lo.charCodeAt(tr)-149,u+=String.fromCharCode($t),li=25153)}();break;case 24:!function(){12==Ai?li=VeAi?5==Ai?(Te=H,li=Te?8480:11620):5>Ai?2==Ai?li=MoAi?0==Ai?(ve=0,li=1572):Ai>0&&(wo=2,li=2049):3==Ai?(M=!L[Io],li=23556):Ai>3&&(et=Ue,li=17157):8==Ai?(w.push(1349,23575344504,13953303959,750087849,3244200103889,39471258033,6,1),Se=1,R="_",V="\xaa\xaa\x94\x90\xaa\x8f\x90\xa1\x9f\x9a\x9a\x97\x8d\x8c\x9d\xaa\x8e\x9a\x99\x9e\x9a\x97\x90\xaa\x90\xa1\x8c\x97\xaa\x9d\x90\x9e\xa0\x97\x9f",e(14,2,-1),P=0,m=w.pop(),K="",$=m in z,li=25154):8>Ai?6==Ai?li=H6&&(Uo=127&oe,oe>>=7,li=oe?11905:16609):10==Ai?(I=U,li=23875):10>Ai?(Ve=W[27],li=23108):(g.push(0),li=2081):19==Ai?(ie=[],M=W%128,_=W-M,g=_/128,_=M+128,M=127&g,ie.push(_,M),$=ie,li=13477):19>Ai?15==Ai?li=T[55]?11781:11553:15>Ai?13==Ai?(Fe=828^Ne.charCodeAt(u),y+=String.fromCharCode(Fe),li=421):Ai>13&&(ko=at.charCodeAt(F)-291,Do+=String.fromCharCode(ko),li=25763):17==Ai?(z=1,li=12962):17>Ai?($e=_,T=1,li=13601):(H++,li=10597):22==Ai?(Oe=B[m],K=re[55],N=K[V],K=Oe[P](N),li=K?18594:15810):22>Ai?20==Ai?(Dn.push(0),li=4101):Ai>20&&(so=5===He[15],li=so?353:21574):24==Ai?(I=0,li=20480):24>Ai?(P=e(24,m,V),li=22690):(de=-1,li=22596)}();break;case 25:!function(){12==Ai?li=6277:12>Ai?5==Ai?(Wo=wn[L],li=18917):5>Ai?2==Ai?li=23746:2>Ai?0==Ai?(Pe=[],oo=tn%128,to=tn-oo,xe=oo+128,oo=to/128,to=127&oo,Pe.push(xe,to),$o=Pe,li=14981):Ai>0&&(ve++,li=1572):3==Ai?(G=W,po*=G,G=1===po,li=G?24770:10019):Ai>3&&(Do=cn%128,ko=Do+128,Cn=[],sn=cn-Do,Do=sn/128,sn=127&Do,Cn.push(ko,sn),Ve=Cn,li=192):8==Ai?(ze=Ro<<1,Ro=Q,li=Ro?19810:23776):8>Ai?6==Ai?li=Xe?13441:12420:Ai>6&&(Qo[0]=4|Qo[0],li=4288):10==Ai?(I=_[_a](ie[27],U),li=13922):10>Ai?(W=0>po,li=W?18945:15360):(_=M[I],gi=0,D=1===_[15],li=D?18880:10661):19==Ai?(u=-1,li=24710):19>Ai?15==Ai?(ro=[wo],ko=ro,li=3522):15>Ai?13==Ai?(M=0>_,li=M?37:19526):Ai>13&&(To=0|qo[9],qo[9]=To+1,li=386):17==Ai?(Wi=ce^Fo[12],Vi=ce^Fo[0],Qi=ce^Fo[9],Gi=ce^Fo[8],li=20676):17>Ai?(U=H,D=-1===U,li=D?23905:4160):(U=0,li=4323):22==Ai?(Cr+=4,li=22688):22>Ai?20==Ai?(Nn=-Uo,li=11649):Ai>20&&(m=P[yo],P=m[qo],m=P[uo],P=m[Dt](K),m=new RegExp(pt,Wt),K=P[Oo](m,Jo),P=new RegExp(ct),m=P[Co](K),li=m?19906:9665):24==Ai?(R=250,li=25089):24>Ai?(xr.push(0,0,0,0),li=22179):(ho=Pn[ve],qe+="d",ve=On,dn=dn.split("").reverse().join(""),li=17986)}()}}();break;case 4:!function(){switch(mi){case 0:!function(){12==Ai?(he=Go,Go=P[he],li=Go?12645:18629):12>Ai?5==Ai?(I[K]=g^I[K],li=1635):5>Ai?2==Ai?(N=793^z.charCodeAt(V),m+=String.fromCharCode(N),li=11044):2>Ai?0==Ai?(Fo.push(0),li=14438):Ai>0&&(li=uo3&&(D=un,un=0,H=Q[55],D+=Jo,Te=M[fe](L[Xe]),se=D,Wn=Te,Wn+=Jo,Te=0,Ao=H,H=Wn,li=Ao.indexOf?21504:5475):8==Ai?(Zo=oe+1,ln=Zo,so=ln,li=6721):8>Ai?6==Ai?(U++,li=19616):Ai>6&&(V=[],li=1315):10==Ai?(vo++,li=23972):10>Ai?(Te++,li=24769):(ee++,li=10784):19==Ai?li=teAi?15==Ai?(g={},g[M]=function(){},g[st]=T,I=g,Object[Jn](N,po,I),li=21027):15>Ai?13==Ai?li=an?64:10881:Ai>13&&($=0|wn,li=Ao?22914:25826):17==Ai?(q++,li=20614):17>Ai?(_=on,li=13060):(Ze=0,li=18501):22==Ai?(q=jn,li=q?33:7907):22>Ai?20==Ai?(B=_,W=re[vo],re=W[Qe],W=re,W+=Jo,Ir=Ao,li=14755):Ai>20&&(oo=to,li=We?26400:11909):24==Ai?(ue=[],li=10593):24>Ai?(Q=M,li=Q?6785:2370):li=PnAi?5==Ai?(vo.push(ke),Co=fe[39],vo=Co.length,Co=vo>128,li=Co?23136:14017):5>Ai?2==Ai?(Ao=0,li=11681):2>Ai?0==Ai?(L=609^G.charCodeAt(M),ie+=String.fromCharCode(L),li=19458):Ai>0&&(ee=void 0,Tt=void 0,or=Jt,Tn+="}]e",Ht+="o",Aa=uo,ka=void 0,Lt="",Ut=Yt,Yt=0,cn+="\x00\x00\x00\x00",le+="Low",jt+="n",Ht+="c",xa=Xt,Xt=uo,Yo="re",so+=")",Yn+="tOwn",Mn=Ut,Wn=mt,cn+="\x00\x00\x00\x00\x00",mt=void 0,Ut=140,Oa=void 0,Ae=rr,$n.push(0,0,0),er+="r",rr=$n,sn+="ub",Ht+="ument",$n=2,le+="erCase",Rt=0,_a=Jt,er+="seI",Ur+="rro",Ra=[],li=3237):3==Ai?li=m3&&(m++,li=14401):8==Ai?(To=Ne.charCodeAt(y)-308,Ee+=String.fromCharCode(To),li=18434):8>Ai?6==Ai?(Y=17===T,li=20646):Ai>6&&(li=ce<_.length?18534:25796):10==Ai?(so++,li=15779):10>Ai?(_e=so,li=_e?13954:19843):(V++,li=9733):19==Ai?(L=!!~un.indexOf(pt)<<5,Q=m,m=!!~un.indexOf(G)<<6,G=Q,Q=!!~un.indexOf(Go)<<7,G+=Jo,li=ze?709:7873):19>Ai?15==Ai?(X=pe,li=X?7301:17478):15>Ai?13==Ai?(ye=[],li=15588):Ai>13&&(xe--,li=9986):17==Ai?(rn=64*F,oe=[],io=Zo%128,hn=io+128,Uo=Zo-io,io=Uo/128,Uo=63&io,io=Uo+rn,oe.push(hn,io),No=oe,li=26401):17>Ai?(u="st",u+="a",u+="ckT",u+="race",u+="Limi",u+="t",B=u,u=y[B],y[B]=100,z=new y,y[B]=u,u="s",u+="ta",u+="c",u+="k",B=z[u]+Jo,nr=B,li=2853):(u=$,G=1,li=8578):22==Ai?(R=2*ja,K=2*ja,$=K+2,K=ke.slice(R,$),R=4*Se,$=ja%4,L=R+$,R=L%4,$=0===R,li=$?8452:7331):22>Ai?20==Ai?(Oa=void 0,li=19813):Ai>20&&($n=!0,li=16864):24==Ai?(Jo=At,Ne="",uo=kn,be=[],yo=0,y=";.?",be[2]=0,li=Jo[49]?19940:4833):24>Ai?(Cn=we,tn=lo,li=9730):(Zn=[],Ve=Uo%128,Fn=Ve+128,Vo=Uo-Ve,Ve=Vo/128,Vo=127&Ve,Zn.push(Fn,Vo),F=Zn,li=11334)}();break;case 2:!function(){12==Ai?(ho=zn,q=xo,xo=B,Pn=Un,Jn+="Eteg",li=6308):12>Ai?5==Ai?(ho="X",Qe="sc",Qe+="ro",eo="s",Qe+="ll",eo+="c",Qe+="Top",ho+="tne",ho+="ilc",eo+="roll",ho=ho.split("").reverse().join(""),eo+="Left",de=Ne[ho]+Ne[eo],ho="cl",ho+="ien",ho+="tY",ve=Ne[ho]+Ne[Qe],li=12931):5>Ai?2==Ai?(Re++,li=21157):2>Ai?0==Ai?(Be++,li=18146):Ai>0&&($=L,L=-1===$,W=g,Q=W,li=L?17764:18849):3==Ai?(ge++,li=4672):Ai>3&&(Je=-1,li=4706):8==Ai?(Le=$e,li=14914):8>Ai?6==Ai?(to=399^oe.charCodeAt(Do),Tn+=String.fromCharCode(to),li=10404):Ai>6&&(jo++,li=14468):10==Ai?(T=128>B,li=16544):10>Ai?(No=-ae,li=26049):(Dn.push(1),Dn=Dn.concat(u),li=11522):19==Ai?(_t++,li=2054):19>Ai?15==Ai?li=eoAi?13==Ai?(Oe=1===Y,li=Oe?8672:448):Ai>13&&(Ee=yo[47],Ee.unshift(),li=18851):17==Ai?(sn=$o,li=69):17>Ai?(qn=Rn,li=5701):(Ra.push(1),Ra=Ra.concat(y),li=26115):22==Ai?(ge=Pn[xo],u=de,de=X,X=-1===u,li=X?1508:2722):22>Ai?20==Ai?(Jn="",Po=0,Ie+="aren",Pn+="U",On=void 0!==q[be],be=pe,pe="n",re=ge[48],u+="ag",u+="eY",Oo="",Xe=0,li=2720):Ai>20&&(eo++,li=6914):24==Ai?(m=740^zn.charCodeAt(zo),R+=String.fromCharCode(m),li=24960):24>Ai?(m=[P],ga=m,li=9923):(Re="tn",bn="\u0290\u02ba\u02b7\u02b1",u+="ent",On="de",b=5,Oo=re,re="",Me+="a",On+="vi",Ho=0,eo+="ody",Mo+="at",Ln=Ln.split("").reverse().join(""),vo=0,li=14469)}();break;case 3:!function(){12==Ai?(Q=m,Yt=1,li=12325):12>Ai?5==Ai?(ue++,li=17088):5>Ai?2==Ai?li=meAi?0==Ai?(eo++,li=14497):Ai>0&&(X="Fi",X+="ref",X+="ox/62",u=So.indexOf(X),pe=-1!==u,li=17921):3==Ai?li=Co3&&(yo++,li=12641):8==Ai?(_=[],J=W%128,D=W-J,H=J+128,J=D/128,D=127&J,_.push(H,D),B=_,li=9379):8>Ai?6==Ai?(Y=y[23],V=At[At],P=V[Qn],V=[y[28]],m=P>1,li=m?13380:23328):Ai>6&&(K=254,li=13476):10==Ai?(ue[5]=2,oo=xe,li=1605):10>Ai?(_e=F,li=3521):(T=u,li=T?4673:14658):19==Ai?(Oe="er",Oe+="ut",Oe+="pac",Oe=Oe.split("").reverse().join(""),P={},P[Oe]=Y,P[Ie]=Se,li=17952):19>Ai?15==Ai?(Kn=Je,li=Kn?4802:9569):15>Ai?13==Ai?li=19712:Ai>13&&(I++,li=1760):17==Ai?(Dt=Qn.charCodeAt(uo)-358,Ne+=String.fromCharCode(Dt),li=4321):17>Ai?(_e++,li=11524):li=IeAi?20==Ai?(Fe=X.charCodeAt(xo)-459,be+=String.fromCharCode(Fe),li=8802):Ai>20&&(Wo=wn,li=Wo?20866:21891):24==Ai?(te++,li=11557):24>Ai?(Ro=Q[55],ze=Ro,li=ze.indexOf?1731:6467):(P=0,m=V,K=B[vo],N=m in K,li=N?11908:25889)}();break;case 4:!function(){12==Ai?li=18019:12>Ai?5==Ai?(fe=Qe.charCodeAt(Po)-620,Oo+=String.fromCharCode(fe),li=8772):5>Ai?2==Ai?(Nn=Uo,li=11649):2>Ai?0==Ai?(U=U.concat(Ue),li=De?22309:16160):Ai>0&&(P=Mt,li=Z?5890:2466):3==Ai?(m++,li=9221):Ai>3&&(T=0,li=16512):8==Ai?(U=[K],_=U,li=21632):8>Ai?6==Ai?(ze=Ro[pn]==Ro,li=16133):Ai>6&&(fn=[go],_o=fn,li=13893):10==Ai?li=meAi?(en=0,li=12676):li=8610:19==Ai?(V=[],m=u%128,G=m+128,W=u-m,m=W/128,W=127&m,V.push(G,W),P=V,li=9698):19>Ai?15==Ai?(Se=941^z.charCodeAt(Xe),st+=String.fromCharCode(Se),li=22850):15>Ai?13==Ai?(T=P[ie],w.push(55253,1378515627031,2,1),e(14,2,-1),L=w.pop(),m=T[$](L),li=22306):Ai>13&&(li=joAi?(y[1]=255&B[13],Gn=y,li=14690):(To=yo[61],To.unshift(),li=26245):22==Ai?(Ro=Ce,ze=Q,M[71]=255,li=ze?13505:19525):22>Ai?20==Ai?(N=Ce.charCodeAt(m),Z=255&N,P.push(Z),li=7811):Ai>20&&(Z=K[45]^K[12],M=Z,Z=M>>16,_=M>>24,g=255&Z,Z=255&M,I=M>>8,M=255&_,_=255&I,I=[],U=void 0,I.push(M,g,_,Z),U=I,Z=U,io=Z,li=4386):24==Ai?(Q=e[Mo],li=2404):24>Ai?(K=Oe,li=K?22112:5667):li=geAi?5==Ai?(Fn=1<Ai?2==Ai?(Ln[0]=be,en=kn[co],li=3364):2>Ai?0==Ai?(co=Ho,y=ba,Re=y[pe],y="c",Or=r,en=void 0,y+="anva",y+="s/",y+="2d/",y+="getCont",y+="e",y+="xt/create",y+="Element/he",y+="ight/width/",y+="style/display/inlin",y+="e/text",y+="Baseline/alpha",y+="betic/fillStyle/#f6",y+="0/#06",y+="9/fillRect/font/11",y+="pt no-real-font-123/Cwm fjo",y+="rdbank glyphs vext quiz,",y+=" \ud83d\ude03/fillText/",y+="rgba(102, 204, 0, 0.7)/1",y+="8pt Arial/toDa",y+="taURL",kn=y,y=kn.split(co),co=y[19],kn=y[0],pn=y[18],Qo=y[2],Ee=y[10],Me=y[9],me=y[8],ge=y[11],X=y[21],u=y[14],de=y[4],ve=y[17],xo=y[5],Fe=y[6],qe=y[12],ho=y[1],Qe=y[13],bn=y[7],dn=y[15],q=y[16],eo=y[3],Pn=Re[eo](kn),Re=y[20],y=Pn[Qo](ho),y[ge]=qe,y[Me]=Ee,Pn[xo]=400,kn=Pn[Fe],Pn[de]=60,kn[bn]=me,y[u](125,1,62,20),y[dn]=q,y[ge]=Qe,y[pn](ve,2,15),y[dn]=Re,y[ge]=co,y[pn](ve,4,45),co=Pn[X](),li=co?16580:23043):Ai>0&&(Dn.push(0),li=24003):3==Ai?(_o=0,li=17121):Ai>3&&(Mo=vo+zn,fe+=Mo,li=26304):8==Ai?(He=Ke[11],so=He%7,_e=ao[48],je[1]++,ae=je[1]-1,an=ae%ye[7],ae=0!==an,an=_e[so],li=ae?18786:25186):8>Ai?6==Ai?li=Ho6&&(Me=yo[57],Me.unshift(),li=14592):10==Ai?(Do++,li=17028):10>Ai?(zo=be.charCodeAt(Ln)-622,fe+=String.fromCharCode(zo),li=6882):(po=Ye[te],Yn+="es",ko[1]=ne,li=po?20740:21988):19==Ai?(y=u,R=void 0,Y=z,V=fe,P=B,li=P[43]?7682:11013):19>Ai?15==Ai?(M=10,li=9797):15>Ai?13==Ai?(y=[K],tr=y,li=2117):Ai>13&&(Ao=H.indexOf(ne),D=Ao,li=5603):17==Ai?(z=W,Vt=Vt.concat(_),No=B,li=T?23745:7396):17>Ai?li=pnAi?20==Ai?(qe=de,li=19904):Ai>20&&(We=Ae%128,Yo=64*we,Mn=[],lo=We+128,ue=Ae-We,We=ue/128,ue=63&We,We=ue+Yo,Mn.push(lo,We),xe=Mn,li=23971):24==Ai?(Ae=xe,li=23140):24>Ai?(bn=me,ge+="ien",Jn[5]=0,Jn[1]=Ie[xo],me=bn,xo="bo",ho+="a",q=uo,Jn[12]=Me^re,Jn[0]=Ee,Pn=be[u],li=q[55]?17154:12804):(Ne=co===be, be=Ne,So+="T",So+="ru",Ne=be,li=Ne?11840:17890)}();break;case 6:!function(){12==Ai?($=void 0,L=re,ie=0|L,L=128>ie,li=L?3460:1158):12>Ai?5==Ai?(xo[16]=1,li=10848):5>Ai?2==Ai?(Dn.push(1),Dn=Dn.concat(u),li=17793):2>Ai?0==Ai?(te[2]=Bo,li=ln?20100:2210):Ai>0&&(li=ke3&&(li=MeAi?6==Ai?li=tn6&&(M=Z[53],li=14565):10==Ai?li=T?15587:10944:10>Ai?(ee=0===ye[5],li=ee?18752:10753):(gr[50]=2,N=e[Mo](0,9),ze=e[Mo](0,5),Lo=Q[H](N),Lo[m](ze),li=1475):19==Ai?(P=m,N*=P,P=1===N,li=P?4228:16869):19>Ai?15==Ai?(Do=Ye.concat(Do),tn.push(Do),Ye=cn,sn=Ye.concat(sn),tn.push(sn),B=tn,li=1733):15>Ai?13==Ai?li=Ee[56]?10754:5217:Ai>13&&(ko[3]=te,te="G",te+="P",te+="Inter",te+="val",oe=Ye[te],li=oe?22053:18497):17==Ai?(M=10,li=5474):17>Ai?(y=co,en=y,ur=en,li=24578):(ge=uo,u=So%7,q[0]=So,So=On[u],q[12]=Me^So,u=Ee,ho=y,q[4]=re^So,q[1]=ve^So,q[9]=de^So,li=21091):22==Ai?(_o=128|_o,li=12065):22>Ai?20==Ai?(ce=ee,li=Nn?15780:7397):Ai>20&&(sn=$o,oe=tn,Ve=Pe,wo=ro,Do=1,li=515):24==Ai?(Be++,li=11395):24>Ai?(Ko=-_e,li=3556):(_=!!~Ve.indexOf(je)<<20,Ge+="mg",so+="cea54d48",ye|=_,li=6565)}();break;case 7:!function(){12==Ai?li=keAi?5==Ai?(Qe=pn.charCodeAt(Me)-895,Pn+=String.fromCharCode(Qe),li=23941):5>Ai?2==Ai?(mo=U,U=64>se,_n=bo,bo=Ke,li=$e?16899:11425):2>Ai?0==Ai?(R=e[uo](),K=R.split(Zt),R=K.length,K=R>100,li=K?451:13701):Ai>0&&($o.push(tn),li=ko?24324:6658):3==Ai?(u=To.charCodeAt(co)-233,X+=String.fromCharCode(u),li=23845):Ai>3&&(U=U.concat(q),q=ie,U=U.concat($),U=U.concat(_),U=U.concat(M),$=64>q,li=$?17091:9344):8==Ai?(re=Oo,li=re?9476:8961):8>Ai?6==Ai?(lo=_o,ue=We,li=Mn?6465:5888):Ai>6&&(B=[],li=23936):10==Ai?(eo=Co,Co=Ie,qe=q[fe]+eo,Ie="\u011e\u0111\u0114\u0118\u0113\u0109\u0124",li=484):10>Ai?(qt=Ye+ro,Ye=ct,ct=ro+ue,_t=ct+ro,Yn+="ro",Yn+="pertyNam",ct=Ut,Ut=tt,Tn+="cn",tt=Wn,li=Ye?6149:14342):(ko[7]=oe,te="Ma",te+="xMP",te+="L",te+="og",oe=Ye[te],li=oe?22784:11488):19==Ai?(U=De,jo=1,li=9765):19>Ai?15==Ai?li=Ye[bn]?13888:7745:15>Ai?13==Ai?(R=Se,Mo=R,li=13796):Ai>13&&(Q=!M[7],li=22660):17==Ai?(po[Vn](_),li=10788):17>Ai?(le=[],fo=Z[3],Ve=void 0,cn=0,Do=W.length-fo,fo=0,ko=0>Do,li=ko?15040:20131):(me="",pe=void 0,ge="cl",X=uo[48],u="d",de=void 0,ve="b",xo="",Fe=0,qe="bo",u+="ocu",ve+="ody",u+="m",ho=0,Qe="\u0291",uo[20]=Ee,qe+="dy",u+="en",bn="\u0280\u0271\u0277\u0275\u0269",dn="Xe",q="id",li=15555):22==Ai?(T=[],li=19075):22>Ai?20==Ai?(Dn.push(0),li=16131):Ai>20&&(De=L,L=Go,Go=D<<1,D=P[mn],li=D?5504:24356):24==Ai?li=XeAi?(D=H,J=D,Ao=Ao.concat(J),li=13414):(se=Be,ne=1,li=68)}();break;case 8:!function(){12==Ai?(ve=845^X.charCodeAt(me),u+=String.fromCharCode(ve),li=22019):12>Ai?5==Ai?(R=T,z[21]=0|R,T=[u],wt=T,li=23042):5>Ai?2==Ai?(D.push(Be),li=H?9477:14627):2>Ai?0==Ai?(Qn=qo,li=Qn?22945:5793):Ai>0&&(Ce=N,li=Ce?16837:19010):3==Ai?(y[43]=1,u=[0],et=u,li=11776):Ai>3&&(li=VAi?6==Ai?(An=1===M[23],li=An?22662:13794):Ai>6&&(X=kn,li=4741):10==Ai?(ho[7]=X,li=18912):10>Ai?(Oo="tc",Xe=0,fe="\xab\xba\xad\xa9\xbc\xad\x9b\xab\xba\xb1\xb8\xbc\x98\xba\xb7\xab\xad\xbb\xbb\xb7\xba",Co="\u0334\u0335\u0322\u0335\u0326",Ho="\u02c4",vo="c",Mo="",yn=0,ke="",gt="se",zo=0,st="\u037b\u037d\u0375\u0372",Un="",zn="sa",B="",it="ro",z="\u03de\u03d9\u03cc\u03df\u03d9",T=Pi[25],gt+="tTi",Se="\xa6\xb7\xa0\xa4\xb1\xa0\x82\xa4\xac\xab",R=0,zn+="w",vo+="reat",Y="",V="\u037d\u037c\u0373\u0367\u0376\u037b\u037d\u0362\u0360\u037d\u0371\u0377\u0361\u0361",P=0,m="co",Oe=0,K=0,li=11398):li=R>_e?10245:24033:19==Ai?li=13668:19>Ai?15==Ai?(u=Ie.charCodeAt(me)-48,X+=String.fromCharCode(u),li=22566):15>Ai?13==Ai?(uo="",li=20228):Ai>13&&(co[27]=new kn(en),li=18788):17==Ai?li=ye?15588:13348:17>Ai?(ve=X.charCodeAt(Ie)-154,u+=String.fromCharCode(ve),li=10406):(Zo=-ce,li=1254):22==Ai?li=KAi?20==Ai?(ne=new RegExp(to),Wn=Yn,sn+="ntr",ko[15]=po,Tn+="^",po=aa,te=255&ct,e(14,2,-1),rt=aa,cn+="\x00\x00\x00\x00\x00\x00\x00",Tn=Tn.split("").reverse().join(""),Yn=ct>>8,cn+="\x00\x00\x00\x00\x00\x00\x00",Fn=Do,ct=Tn,oe=255&Yn,sn+="ie",Yn=w.pop(),sn+="sBy",cn+="\x00\x00\x00\x00",ye.push(oe,te),li=Ye[Yn]?19876:23203):Ai>20&&(li=M?9250:19077):24==Ai?(He=0===ao[15],li=23940):24>Ai?(Oe=!Ce[st],li=6529):(At[53]=0,li=11456)}();break;case 9:!function(){12==Ai?li=Ie?12642:19651:12>Ai?5==Ai?(ee=0|ce,ce=0>Uo,rn=Nn,io=16384>ee,Nn=ce,Zn=64>rn,li=io?20002:9538):5>Ai?2==Ai?(z=[1],ha=z,li=6273):2>Ai?0==Ai?(xe=Pe,Pe=Eo,xn=Pe,li=we?17408:23654):Ai>0&&(L=127&re,re>>=7,li=re?2564:6145):3==Ai?li=me?7393:3397:Ai>3&&(jo=J[55],De=J[55],le=jo.length,De[le]=Ue,li=19491):8==Ai?($n=!1,li=W[5]?17985:21795):8>Ai?6==Ai?(w.push(228859,391846842,2,0),e(14,2,-1),Fe=w.pop(),de=typeof ve[xo]===Fe,li=677):Ai>6&&(Ye=oo,li=21056):10==Ai?li=u?2244:16485:10>Ai?(Io=vo[0]===re,li=13699):(G=10,li=9441):19==Ai?(me=Ie,li=me?8707:7425):19>Ai?15==Ai?(eo++,li=15428):15>Ai?13==Ai?(X+="loc",ge=new RegExp(dn,xo),X=X.split("").reverse().join(""),de=new RegExp(X),X=Me.split(ge),ge=X[u](),X=ge+"",ge=de[qe](X),li=ge?10821:17924):Ai>13&&(m=Jo,li=19492):17==Ai?(tn=0,li=6340):17>Ai?(ma++,li=9443):(Ke=void 0,He=Vi,_e=Wi,ae=void 0,an=void 0,Ge=0|He,He=void 0,Bo=0|_e,_e=Gi,F=0>Ge,No=0>Bo,Ko=F,ce=0|_e,_e=0>ce,gn=Qi,ln=_e,Zo=No,li=ln?12608:16768):22==Ai?(m=V in P,li=m?15493:6563):22>Ai?20==Ai?(I=po[vo],U=I[cr],li=U?24800:2658):Ai>20&&(li=T8192,li=vo?7781:26180):24>Ai?(ee=F[or](W[27],oe),li=5216):(y="id",uo=Jo[y],li=20228)}();break;case 10:!function(){12==Ai?li=YAi?5==Ai?(oe=te,te=Ye[oe],li=te?99:13318):5>Ai?2==Ai?(ae=io,Ke=1,li=15491):2>Ai?0==Ai?(M=$[29],T=M.length,M=$[29],M.push(W),li=10756):Ai>0&&(Me=Ee[ge],u=Me[X],en[ge]=u[me](0,8),li=9989):3==Ai?(H=0,li=20258):Ai>3&&(li=10560):8==Ai?(we=Ae,wo=we,li=14080):8>Ai?6==Ai?(pe+="eyup",li=Me[55]?23173:1093):Ai>6&&(qn=-Rn,li=5701):10==Ai?(Qe++,li=11875):10>Ai?li=11266:(Ln++,li=24e3):19==Ai?(H=De[55],ne=De[55],_=H.length,ne[_]=$,li=21539):19>Ai?15==Ai?(Ee=Io,li=Fe?21538:20994):15>Ai?13==Ai?(En="\u0402\u0401\u03fb\u0400\u0406\u03f7\u0404\u03db\u03f6",li=15875):Ai>13&&(Ce=void 0,W=L[st],ie=0,li=22786):17==Ai?(oe=[0],Oa=oe,li=19813):17>Ai?(T=3,li=21026):li=VAi?20==Ai?(We=$o[xe],Ae=5===We[5],li=Ae?11267:3488):Ai>20&&(pe=214^Ee.charCodeAt(eo),bn+=String.fromCharCode(pe),li=15652):24==Ai?(ge="w",ge+="orkb",ge+="ench",li=Ee[ge]?10565:162):24>Ai?(Ye=Ye.concat(T),B=y,R=z[29],Y=B,W=R,R=he,_=Ye,g=_.slice(0,Ko),_=g[0]<<8,li=W.indexOf?22720:12004):(Ve=we[Vo],Do=3*cn,ko=Do+ce,Do=Ve[ko],li=Do?10820:3744)}();break;case 11:!function(){12==Ai?(eo="b",eo+="ut",eo+="ton",Ie=q[eo]<=4,li=18117):12>Ai?5==Ai?(Xe=Co.charCodeAt(Oe)-705,zo+=String.fromCharCode(Xe),li=22848):5>Ai?2==Ai?(ze=Q,li=ze?11360:11620):2>Ai?0==Ai?(V=T[55],m=T[55],Se=V.length,m[Se]=B,li=11010):Ai>0&&(u[28]=1,qe=ve[Ne](),ho=qe,li=ho?26084:14081):3==Ai?(y=0,Se=0,li=2373):Ai>3&&(H=0,li=6915):8==Ai?(_=[R],K=_,li=24322):8>Ai?6==Ai?li=en[Me]?19969:3681:Ai>6&&(ee=io,io=16384>oe,hn=F,li=io?3361:5792):10==Ai?(Ye=Ye.split("").reverse().join(""),M+="t",Te+="irtn",jo+="ipa",Te+="Ete",Lo+="h",Xn="El",$e=M,M=Z/$,jo+="d|ipod",An+="ptJSON",ne=po,Te+="g",po=0|M,M=new RegExp(jo,de),Xn+="em",mt+="inJS",Xn+="ent",jo=0,li=14468):10>Ai?li=7746:(g=N,li=6690):19==Ai?li=FAi?15==Ai?(U=y[Io],li=24646):15>Ai?13==Ai?li=ve13&&(ao=Ve,li=6946):17==Ai?(W=D[29],$=W.length,W=D[29],W.push(jo),li=18849):17>Ai?(M=Y[g],Y=I,g=M%4,li=11524):(be=0===r,li=be?9957:3233):22==Ai?(y=Mt,u=Tn,li=y[59]?6177:23041):22>Ai?20==Ai?(Be=M,M=Se[De],_n=0|se,se=0|mo,mo=Le-Be,Be=vn,vn=Ue,je=0>_n,fo=w.pop(),ot=Se[$e],$e=Be,ye=128>se,Fo=mo,w.push(5045067,447933301826,2,1),mo=0|$e,li=ye?19236:15971):Ai>20&&(li=SoAi?(z=B[vo],T=y,Y=B,V=Qe,P=z,z=void 0,li=T[43]?22820:6562):(_=ye,U=_>>24,H=255&U,U=_>>16,Be=255&_,je=255&U,U=_>>8,_=255&U,Et.push(H,je,_,Be),ao=Et,_=ao,sa=_,li=22529)}();break;case 12:!function(){12==Ai?li=So?2212:3364:12>Ai?5==Ai?(Lo=N[ie],li=16900):5>Ai?2==Ai?(B=376^Z.charCodeAt(ke),Y+=String.fromCharCode(B),li=12928):2>Ai?0==Ai?(Ta.push(1),Ta=Ta.concat(ie),li=17957):Ai>0&&(Ie="w",eo=[],eo.push(0,0,1,2),fe=eo,Ie+="hic",Ie+="h",dn=fe[q[Ie]],li=6947):3==Ai?(M=[ie],$=M,li=804):Ai>3&&(Ae=We,li=Ae?22624:6917):8==Ai?(Z=9,$=1,li=2370):8>Ai?6==Ai?(So=Ee[56],So.unshift(),li=17893):Ai>6&&(li=4547):10==Ai?li=Me?14:5797:10>Ai?(u=2+ki,Ye[u]=y[ki],li=10405):(it+="t",vo+="eAnaly",vo+="s",gt+="meout",it+="a",m+="ct",yn=Pi[25],li=23782):19==Ai?(m=void 0,G=$[st],W=0,li=18464):19>Ai?15==Ai?(Yo=[Je+64*Eo],oo=Yo,li=9731):15>Ai?13==Ai?(Ke[_e]=new RegExp(ae[_e]),li=10401):Ai>13&&(_e=[Ke],he=_e,li=5859):17==Ai?(ze=Q[55],un=Q[55],Ro=ze.length,un[Ro]=Wn,li=20256):17>Ai?(Ee=be[Qo]===!1,li=Ee?2656:13412):(M+=4,li=1126):22==Ai?(yo=qo.charCodeAt(uo)-536,be+=String.fromCharCode(yo),li=26117):22>Ai?20==Ai?li=1316:Ai>20&&(ko=Do[Hn]!=Ae[ce],li=19649):24==Ai?(Pn++,li=25604):24>Ai?(so=He,li=so?7681:9414):(u=z+Jt,re=q.split(Jo),q=re,re=u[za](0,8),u=B(re,2),y.push(u),mr=y,y=yr%q.length,u=q[y],Dn=mr,y=u%4,Qa=y,y=Dn,u=Qa,q=y.length/2,re=Se[Ut](q),li=9443)}();break;case 13:!function(){12==Ai?(B=Mt,z=R+1,R=B[14],B=Mt,li=R?2725:18021):12>Ai?5==Ai?(en=!be[Io],li=19489):5>Ai?2==Ai?(N="",Z="\u03e4\u03e5\u03ef\u03f0\u03eb\u03ee\u03f5",Q=0,ze=0,Lo="\u01f1\u01fe\u01fe\u01fa\u01fc\u01f0\u0201\u01fa\u0202",un="s",li=10880):2>Ai?0==Ai?(co=16===s,li=17441):Ai>0&&(Je=0===cn,li=12772):3==Ai?li=so?20867:4896:Ai>3&&(T=5,Se=void 0,R=B,Y=[],V=137,P=6,m=V,V=0,li=9733):8==Ai?(fr+=4,li=13410):8>Ai?6==Ai?(jr=Er,li=516):Ai>6&&(li=YAi?li=tt?9892:2627:($n=!0,li=16864):19==Ai?(ko[5]=1,te="",oe=0,Tn="\u0362\u0365\u035e\u0383\u0389\u037a\u0387\u038b\u0376\u0381",li=25248):19>Ai?15==Ai?(Nn=-rn,li=5412):15>Ai?13==Ai?li=ye13&&(we=xe%128,ue=[],Ze=xe-we,go=64*Pe,fn=we+128,we=Ze/128,Ze=63&we,we=Ze+go,ue.push(fn,we),wo=ue,li=18785):17==Ai?(re=Po,li=re?15013:23906):17>Ai?li=gAi?20==Ai?(qo=-1,li=16064):Ai>20&&(li=qn?7492:16452):24==Ai?(K=251,li=13476):24>Ai?li=vose,li=Q?17440:4420)}();break;case 14:!function(){12==Ai?(oo=Pe,li=oo?17443:416):12>Ai?5==Ai?(T=[0],Mr=T,li=18913):5>Ai?2==Ai?(q++,li=16416):2>Ai?0==Ai?(T=Se,P=T[R],m=Oe,li=P?24325:17987):Ai>0&&(Dn.push(1),Dn=Dn.concat(y),li=10532):3==Ai?(ao=ao.concat(ln),ye=_e,ao.push(Ge),li=so?18724:25794):Ai>3&&(I=H,K=K.concat(I),I=void 0,H=D,D=0|H,H=128>D,li=H?10913:6624):8==Ai?(y=Ja,u=Mt,B=Tn,li=u[60]?3078:6434):8>Ai?6==Ai?(fe++,li=7616):Ai>6&&(en=To,li=7617):10==Ai?(N=Z,li=4517):10>Ai?(en=0,li=21601):(oe=0,li=13057):19==Ai?(D=Mt,Ye=[y],y=Yo,F=F.concat(Kn),ye=Tn,P=D[44],F=F.concat(oe),D=P,je=F,P=je,li=B[4]?15618:26276):19>Ai?15==Ai?(Ee=de,pe=q.type===Re,Re=Ie,li=me?1412:19586):15>Ai?13==Ai?(Ce=void 0,li=21027):Ai>13&&(li=9795):17==Ai?(We=[xe],wo=We,li=6242):17>Ai?(Ge++,li=11462):(Xe++,li=13796):22==Ai?(Ra.push(0),li=10433):22>Ai?20==Ai?li=xe>=0?23170:6272:Ai>20&&(y=154&u[ca],q=br+y,br=65535&q,li=17792):24==Ai?(V=u[Ln],P=V[Wn],li=P?2596:3651):24>Ai?(ko[11]=oe,te="M",te+="axN",te+="GP",te+="Log",oe=Ye[te],li=oe?22244:2080):(E[P]=+new Se[Me]-E[P],li=22725)}();break;case 15:!function(){12==Ai?($n=Je,li=$n?6147:515):12>Ai?5==Ai?(X="\u0329\u032a\u0317\u0319\u0321\u030a\u0328\u0317\u0319\u031b\u0302\u031f\u0323\u031f\u032a",de="ti",Fe="t",de+="m",qe="",Qe=0,Fe+="imi",li=18432):5>Ai?2==Ai?($n=F[cn],ro=$n[2],$o=ce[48],tn=ro%7,Je=$o[tn],$o=Je^$n[0],tn=Je^$n[3],Pe=Je^$n[1],$n=0===Cn,li=$n?11397:8484):2>Ai?0==Ai?li=vo0&&(xo=q[55],Fe=q[55],u=xo.length,Fe[u]=ve,li=2722):3==Ai?li=No?9284:13728:Ai>3&&(V=re[48],P=Co,m=0,Oe=T[11],K=Oe%7,Oe=V[K],V=Oe^T[6],li=19171):8==Ai?(P=[R],z=P,li=25920):8>Ai?6==Ai?(Je=void 0,li=15072):Ai>6&&(ze=Q,li=ze?6276:16133):10==Ai?(e(14,2,-1),T=w.pop(),m=T,li=P[m]?25734:2787):10>Ai?(re.push(B),li=y?19201:11969):(Y[0]=2,li=17729):19==Ai?(Re=En,pn=Jo[48],Ie=Jo[49],li=20192):19>Ai?15==Ai?(L=G[Qn],li=L?25760:19747):15>Ai?13==Ai?li=Xe13&&(I=Wo,U=Ao,li=M?3557:8261):17==Ai?(eo=702^Qe.charCodeAt(ho),me+=String.fromCharCode(eo),li=4609):17>Ai?(Oo=re,li=Oo?11618:8420):(y="i",Re=yo[48],pn=yo[61],y+="sTru",Ie=0,Qo=[],li=14882):22==Ai?(mo=bo,li=14693):22>Ai?20==Ai?(W=I,g+="o",g+="d",M=new RegExp(ie,de),ie=new RegExp(J,de),_=new RegExp(g,de),$.push(U,ie,G,L,_,M),L=$,$=W[gt](L[0]),li=$?3264:12836):Ai>20&&(po=0,li=20740):24==Ai?li=B?25890:1061:24>Ai?(T=3===y[5],li=T?4771:10690):(ho=qe[xo],li=14081)}();break;case 16:!function(){12==Ai?(q[55]=[],li=17154):12>Ai?5==Ai?(Ce=ke.charCodeAt(R)-148,B+=String.fromCharCode(Ce),li=2400):5>Ai?2==Ai?(L=128|L,li=6145):2>Ai?0==Ai?li=B?14529:4546:Ai>0&&(g=P.slice(0,M),li=Y?2528:25058):3==Ai?(Q=4,li=3649):Ai>3&&(Fe+="ackT",Me=0,X=new ge,Fe+="raceLi",Fe+="mit",qe=ge[de],ge[Fe]=qe,de="\x86\x87tv~",li=17092):8==Ai?(g=ne+1,se=P,ne=se[29],I=g,g=ne,li=g.indexOf?16002:24611):8>Ai?6==Ai?(en=[],Me="i",me=eo,ge=0,kn[2]=0,Me+="d",X=Me,li=19873):Ai>6&&(ne=H===on,li=8965):10==Ai?($=T+1,Ue=$,L=Ue,T=L,$=0|T,T=128>$,li=T?12577:2048):10>Ai?(y=6+ki,Ye[y]=yt[ki],li=13378):(Q=bo.indexOf(le),L=Q,li=1092):19==Ai?(V++,li=18756):19>Ai?15==Ai?li=25988:15>Ai?13==Ai?(G+="g",u=0,g=W,W=jo,jo=u,li=W?19234:17152):Ai>13&&(on=ne%128,Be=[],je=ne-on,ye=on+128,on=je/128,je=127&on,Be.push(ye,je),D=Be,li=6629):17==Ai?(me[14]=X,li=10821):17>Ai?(ze=Lo,li=ze?10501:14338):(Ee[24]++,li=18628):22==Ai?(te.push(he),li=I?13091:11813):22>Ai?20==Ai?(T=P[za](0,m),z+=T,T=Math.pow(2,m),P=$a*T,m=0|P,$a=P-m,P=ze*T,ze=P-m,li=389):Ai>20&&(T={},T[M]=function(o){w.push(1777,47441514590,2,0),e(14,2,-1);var r=w.pop(),a=r,i=E[a],h=i[o];if(!h){var c=E[a],s="\u0258\u024b\u0268\u0260\u0251\u0266\u026b",d=0;c[o]=1;for(var p="";dAi?(ge=Ne.charCodeAt(yo)-489,be+=String.fromCharCode(ge),li=4196):(Ve=Ye,li=3201)}();break;case 17:!function(){12==Ai?(G=W[gt](L[1]),li=G?14020:22017):12>Ai?5==Ai?(Z=Y.charCodeAt(P)-220,Ce+=String.fromCharCode(Z),li=24193):5>Ai?2==Ai?(V="Sy",V+="m",m=u[Ln],K=m[Wn](B),m=K[uo](),V+="bo",V+="l(sr",V+="c",V+=")",K=m.indexOf(V),li=~K?13028:3651):2>Ai?0==Ai?(ye=0,Fo=0!==_[8],Ke=_[18],ao=-1,He=_[24]*_[7],so=D.length-He,He=Ke.length,Ke=0>=so,_e=_[14],li=Ke?8933:21888):Ai>0&&(li=ve3&&(u=3,li=18566):8==Ai?(_++,li=24097):8>Ai?6==Ai?li=18848:Ai>6&&(Ie++,li=18532):10==Ai?(Xo+="s",ie=ie.split("").reverse().join(""),L+="back",W=Z,Z=N,N=E[Z],po=N,N=window,M=$,li=po?8355:13764):10>Ai?(Io=22===kn[0],li=545):(Ke=128|Ke,li=15842):19==Ai?li=deAi?15==Ai?li=hoAi?13==Ai?(M=_,K=M.concat(K),V=K,li=17954):Ai>13&&(X+="nil",de="\u03af",li=4672):17==Ai?li=RAi?(Je=ue+1,Ae=Je,We=Ae,Je=lo^to[9],Ae=lo^to[1],we=lo^to[4],ue=0===Pe.length,li=ue?1410:14916):(ho[7]=1^X,Ne="\u022b\u0229\u0238\u020e\u0223\u0239\u0222\u0228\u0225\u0222\u022b\u020f\u0220\u0225\u0229\u0222\u0238\u021e\u0229\u022f\u0238",li=7398):22==Ai?(ge=0,li=8290):22>Ai?20==Ai?li=u20&&(Ae=[],li=9795):24==Ai?(mn|=L,mn|=te,T=P[$](W),mn|=m,m=P[$](et),L=m<<17,mn|=N,mn|=M,m=G,N=P[$](Te),G=P[$](g),W=N<<19,mn|=Xo,N=m<<15,m=G<<21,mn|=N,N=T<<16,mn|=N,mn|=L,mn|=De,T=P[$](Le),N=P[Ln],L=T<<22,mn|=W,T=P[Ao],Xo=N[$](se),mn|=An,N=P[ie],G=P[Gn],li=N?7780:22597):24>Ai?li=Vr?21187:22181:(gi=Be,li=gi?21698:14436)}();break;case 18:!function(){12==Ai?(Rr=Ye,y=Rr,u=y,li=Bt[19]?6656:25698):12>Ai?5==Ai?(z=B[49],li=z?323:6849):5>Ai?2==Ai?(_e=He,He=an,an=Ke,li=Ge?4352:8417):2>Ai?0==Ai?(I=[bo+64*ot],Wo=I,li=13666):Ai>0&&(Kn=Je,li=Kn?16389:19168):3==Ai?li=fe3&&(X="n",u="n",u+="oitc",u+="nuf",u=u.split("").reverse().join(""),X+="iaG",X+="etaer",X+="c",X=X.split("").reverse().join(""),pe=typeof Ei[25][X]===u,li=15396):8==Ai?(Po++,li=2720):8>Ai?6==Ai?(W=!Z[Io],li=4869):Ai>6&&(m=Oe,li=m?224:23040):10==Ai?(Ve=F,ko=Do[ee]!=ht[ce],li=ko?19649:21892):10>Ai?li=9986:(T=R,li=5314):19==Ai?(vo=574^Ie.charCodeAt(fe),Co+=String.fromCharCode(vo),li=6596):19>Ai?15==Ai?(R=P,li=3650):15>Ai?13==Ai?(Q=0,U=0,he=ut,li=14818):Ai>13&&(ue=Je-Pe[9],no=Ae-Pe[1],Eo=we-Pe[4],_o=xe-Pe[0],Pe[9]=Je,Pe[1]=Ae,Pe[4]=we,Pe[0]=xe,Je=[wo],wo=void 0,Pe=ue,xe=0|Pe,Pe=0>xe,Ae=Pe,li=Ae?5605:24740):17==Ai?(Dn.push(0,0,0,0),li=22723):17>Ai?($=P[vo],L=$[cr],li=L?24289:18563):(Y=967^m.charCodeAt(P),V+=String.fromCharCode(Y),li=12352):22==Ai?(Vo=Ve,li=Vo?23844:13568):22>Ai?20==Ai?(Ao=W.charCodeAt(ne)-333,H+=String.fromCharCode(Ao),li=24132):Ai>20&&(Dn.push(0),li=230):24==Ai?li=q?18816:13349:24>Ai?(ne++,li=6405):li=fe[39]?2592:18981}();break;case 19:!function(){12==Ai?($=0,li=6816):12>Ai?5==Ai?li=xe>=0?20804:416:5>Ai?2==Ai?(I=[g],_=I,li=13860):2>Ai?0==Ai?(J=_[I]===U[I],li=J?4258:14980):Ai>0&&(ne++,li=14562):3==Ai?(q=Mt,P=Tn,L=Mt,M.push(0,0,0),W=0|L[18],_=Se,Se=Xa,g=L[70]|Jo,I=g,xr.push(W),W=P[Ba],li=5601):Ai>3&&(li=10498):8==Ai?li=dnAi?6==Ai?li=22948:Ai>6&&(W=P[ie],N=W[$],li=22597):10==Ai?(yo=+new uo[Ne]-Jo[12],Ne=yo%7,be[1]=yo,uo=pn[Ne],be[0]=Re^uo,Ie.push(be),Ne=Jo[49],uo=Ne.length,Ne=uo>1024,li=Ne?10338:15009):10>Ai?(Qo=90^y.charCodeAt(yo),Ne+=String.fromCharCode(Qo),li=17504):(L=Ce[pe],Ce=L[zo](qe),li=Ce[co]?19232:24774):19==Ai?(y=B,K=void 0,N=u,w.push(182470,42101746003,2,1),Ce=Oe,e(14,2,-1),Z=w.pop(),$=Z,li=N[43]?5924:7268):19>Ai?15==Ai?(W=10,li=3875):15>Ai?13==Ai?li=7939:Ai>13&&(be=Po,y="di",Re=0,y+="s",y+="con",en="",Or=r,Ln=p,kn=s,pn="ya",Ie="\u010e\u010c\u011b\xed\u0113\u0116\u0108\u011b\xed\u0119\u010c\u0118\u011c\u010c\u0115\u010a\u0120\xeb\u0108\u011b\u0108",y+="nect",Io="f",Qo=0,Ee=ei,Io+="requ",pn+="rrA2",li=21157):17==Ai?(T=9,V=1,li=8769):17>Ai?(ba=window,Nt=r,ur=void 0,Jo=void 0,ei=O,li=Nt?11490:13829):(D=ee,li=Z?15525:10660):22==Ai?(xe=Ae,Ae=64>xe,li=Ae?11713:14756):22>Ai?20==Ai?(g=ao,R=g,_=B-1,B=_,_=R.length/2,g=B-Zo,B=Y[Ut](_),Y=Tn,li=3553):Ai>20&&(li=MeAi?(Qe=504^Ee.charCodeAt(Xe),qe+=String.fromCharCode(Qe),li=24259):(g.push(0),li=19905)}();break;case 20:!function(){12==Ai?(te=[ne],D=te,li=16e3):12>Ai?5==Ai?(Ce=Se,Z=gr,Z[2]=-1,ie=Ce,Q=ie[jo],Ro=void 0!==ie[I],Z[43]=void 0,Z[16]=0,ze=void 0!==ie[Xo],Lo=!!ie[Io]<<3,Z[59]=0,Z[46]=0,Z[65]=0,Z[68]=0,un=!!ie[$e]<<4,D=ze<<2,Z[21]=0,Z[71]=0,Z[60]=0,li=Q?12480:8995):5>Ai?2==Ai?(de[8]=Jo,li=6182):2>Ai?0==Ai?(U=K%128,J=K-U,le=U+128,U=J/128,J=127&U,U=[],U.push(le,J),_=U,li=21632):Ai>0&&(Qo[0]=64|Qo[0],li=8869):3==Ai?(Ie=0|ge[66],ge[66]=Ie+1,li=14624):Ai>3&&(me=0|ge[11],ge[11]=me+1,li=26308):8==Ai?(De[55]=[],li=7938):8>Ai?6==Ai?(B=127&y,y>>=7,li=y?25955:9700):Ai>6&&(li=U?11972:20064):10==Ai?(ho=Qe,li=15744):10>Ai?(ie=M,_*=ie,ie=1===_,li=ie?4610:18435):(P=254,li=25889):19==Ai?(ln=Ko>=0,li=2210):19>Ai?15==Ai?(Ke=_e.length,He=0!==Ke,li=He?20961:8610):15>Ai?13==Ai?li=un?10658:15554:Ai>13&&(li=13922):17==Ai?(Me=[],bn=Me,li=26017):17>Ai?li=DoAi?20==Ai?(J++,li=7585):Ai>20&&(R=0,li=20673):24==Ai?(u=0|ge[37],ge[37]=u+1,li=4705):24>Ai?($e=M,li=22049):(wo=[],ro=sn%128,$o=ro+128,tn=sn-ro,ro=tn/128,tn=127&ro,wo.push($o,tn),Cn=wo,li=21923)}();break;case 21:!function(){12==Ai?(P++,li=9473):12>Ai?5==Ai?(g="O",ze=Te,$e+="rmDa",Te="t",g+="ff",$e+="taEve",Wn=0,li=18053):5>Ai?2==Ai?(Re=y,y=Re.split(be),be=y[7],Re=pn[be],kn=y[3],Me=y[4],me=y[1],ge=y[6],X=y[5],u=y[0],de=y[10],ve=y[2],xo=y[9],Fe=y[8],li=en[u]?513:18630):2>Ai?0==Ai?(Ge+="j.",Ge+="zjk.taea",Ge+="p",so=so.split("").reverse().join(""),Ge+="p",Ge+=".",Ge+="com",_=!!~Ve.indexOf(so)<<21,je=!!~Ve.indexOf(Uo)<<22,He=!!~Ve.indexOf(Ge)<<23,so=!!~Ve.indexOf(Be)<<24,ye|=_,_=!!~Ve.indexOf(H)<<5,ye|=je,ye|=He,ye|=so,ye|=_,li=25956):Ai>0&&(Be=127&H,H>>=7,li=H?8326:2308):3==Ai?(ie=9,W=1,li=26019):Ai>3&&(li=eo?22596:26371):8==Ai?li=Ie[55]?11616:23712:8>Ai?6==Ai?(ie=L,L=ie,Zr=Zr.concat(L),li=7331):Ai>6&&(li=we<_o.length?161:10721):10==Ai?(W=-Ue,li=12869):10>Ai?(Dn.push(1),Dn=Dn.concat(tt),li=15008):(Re=y[Qo]+be,Ee[67]=Ee[67]+Re,li=1569):19==Ai?(R=B[29],T=R.length,R=B[29],R.push(V),li=15109):19>Ai?15==Ai?(pe="cr",pe+="eat",pe+="e",pe+="An",u="fu",pe+="alyser",u+="n",u+="cti",u+="on",X=typeof Ei[25][pe]===u,li=25346):15>Ai?13==Ai?(Y=254,li=6274):Ai>13&&(oo=Ze^$o[6],go=Ze^$o[10],fn=Ze^$o[11],we=oo-go,oo=Ze^$o[8],no=oo-fn,li=3075):17==Ai?(Ue=0>bo,le=0>$,Te=L,li=M?10020:2115):17>Ai?(m++,li=24357):(Ho="d",yn="\u02ed\u02f9\u02f8\u02f8\u02ef\u02ed\u02fe",R="va",R+="l",V=0,Ho+="est",R+="ue",li=2273):22==Ai?(ae=Ge,li=17056):22>Ai?20==Ai?(J=void 0,le=256,D=305,H=[],se=I,ne=0,li=15937):Ai>20&&(I=[],U=g%128,J=g-U,D=J/128,J=127&D,D=U+128,I.push(D,J),_=I,li=13860):24==Ai?(Dn.push(0),li=26242):24>Ai?(ge=u,u=ge,li=u?18787:15427):(je=[],je.push(0,0,0,0,0),F=je,_=F,li=22080)}();break;case 22:!function(){12==Ai?(de++,li=14470):12>Ai?5==Ai?(M=1,li=5474):5>Ai?2==Ai?(Te=U.charCodeAt(g)-865,Q+=String.fromCharCode(Te),li=2307):2>Ai?0==Ai?(g.push(1),g=g.concat(y),li=19905):Ai>0&&(li=vn?20836:13090):3==Ai?li=Q?6597:14661:Ai>3&&(T=N,li=16512):8==Ai?(N=K,li=N?16384:5733):8>Ai?6==Ai?(yo=me,y=be,li=ve.indexOf?22273:20193):Ai>6&&(Ee[18]=1,li=22594):10==Ai?(L=y[Ln],G=L[Un](Z,$),li=G?24677:24996):10>Ai?li=u?12449:22113:(Q++,li=20064):19==Ai?(De=D,e(14,2,-1),mn|=Go,Go=w.pop(),D=L,L=P[ze],ne=D<<2,D=De<<3,w.push(1657996,31954123016,3112245006687,3,1),De=!![][T]<<18,li=L?6913:12292):19>Ai?15==Ai?li=otAi?13==Ai?(Q=2,li=3649):Ai>13&&(no=ue%128,Eo=[],_o=no+128,Ze=ue-no,no=Ze/128,Ze=127&no,Eo.push(_o,Ze),Ae=Eo,li=8516):17==Ai?(H=1===_,li=H?801:22661):17>Ai?li=MeAi?20==Ai?(oe=0|hn,li=Uo?24673:12801):Ai>20&&(Dn.push(0),li=4448):24==Ai?(ao=[],He=64*oe,ee=rn%128,io=rn-ee,Uo=ee+128,ee=io/128,io=63&ee,ee=io+He,ao.push(Uo,ee),No=ao,li=6949):24>Ai?(_=z,Y[51]=[],g=[],I=Y,U=[],J=void 0,le=[],D=M,H=[],g[0]=0,g[1]=0,se=[],ne=0,te=se,he=0,vn=[],mo=[],on=void 0,Be=D.length<=1,je=void 0,li=Be?16386:548):(Ie=uo,li=Ie?19622:19748)}();break;case 23:!function(){12==Ai?(rr[1]=1,La=rr,ua=1,li=3651):12>Ai?5==Ai?li=R?17635:1347:5>Ai?2==Ai?(ee=_e,Ge=Ge.concat(hn),_e=64>Zo,li=_e?23139:17444):2>Ai?0==Ai?(q=65535&kt,T=q,q=B[29],R=q,Ka=Se,q=255&T,Se=Ka,V=Se,P=T>>8,T=V,li=R.indexOf?20837:9446):Ai>0&&(Jn[9]=Jn[9]^re,Jn[1]=Jn[1]^re,li=20739):3==Ai?li=V?6497:15685:Ai>3&&(je[11]=Ge,Ke=ee,Ge=ae,ae=0|Zo,ce=0|hn,ln=[_e],_e=64>Ke,Zo=-1===Ge,ee=16384>ae,oe=0>ce,li=_e?11941:21633):8==Ai?(H=jo[55],se=H,li=se.indexOf?8257:4452):8>Ai?6==Ai?(U=Q>G,li=U?9891:9378):Ai>6&&(ae=ce<>so,ce=ae+ee,ae=ye[F]^ce,ee=255&ae,Be.push(ee),li=12068):10==Ai?(Z=0,li=2368):10>Ai?(To=0,In="zeWURhDQZoAbrw_F4km9tlOI5ysBHYE0JC67KS8avqz1gdGpNX3uTnL2VMiPcfj$",qo=[],En="",qo.push(In),In="OnlSegCJXqkRd9UsrtoD57fhyviG0Qc2IWTaP_KNmMLZA18FEzVu3BYjzp4bHw6$",qo.push(In),In=w.pop(),Ne="jGi8LrT1_SpIE7930DOtezvhgzamMZbuwQUBRdYnJlKN4sc6XPoHWCVk52FfqAy$",uo=w.pop(),qo.push(Ne),Ne=qo[In],li=18502):(U=0,li=19616):19==Ai?(Ne="\u025d\u0258\u025e\u024c\u0251\u024e\u0257\u024d",uo=kn,be="",yo=0,y=In,Ee=At,Me=En,li=Ee[18]?22594:10):19>Ai?15==Ai?(N=197^Se.charCodeAt(K),fe+=String.fromCharCode(N),li=8357):15>Ai?13==Ai?(m=P[R],m[V](Y,K,T),li=385):Ai>13&&(ae=-1,li=19072):17==Ai?(Do=Do.concat(Fi),li=13093):17>Ai?(m=Y[Ln],$=m[Un](Z,B),m=!$,li=m?5637:18850):(T=[z],re=T,li=14437):22==Ai?(ge++,li=2114):22>Ai?20==Ai?(z=B[60],li=21153):Ai>20&&(ko[25]=oe,li=4163):24==Ai?(Y=new RegExp(Ce,Wt),K+="p",K+="ty",V+="n|\\r)",P=K,m=new RegExp(V,Wt),V=y[Oo](m,Zt),m=new RegExp(R,Wt),R=V[Oo](m,Jo),V=R.split(Y),R=V[0],li=R?3650:15940):24>Ai?(ee++,li=24675):(ze=M[73],N[uo]=Q,N=e[Mo],li=N?4480:5633)}();break;case 24:!function(){12==Ai?li=25925:12>Ai?5==Ai?(D=void 0,H=M,ne=0|H,H=128>ne,li=H?12932:11458):5>Ai?2==Ai?(fo=ye%128,ee=ye-fo,Ve=[],ko=fo+128,fo=ee/128,ee=127&fo,Ve.push(ko,ee),cn=Ve,li=15556):2>Ai?0==Ai?(_=I%128,g=I-_,H=[],se=g/128,g=_+128,_=127&se,H.push(g,_),J=H,li=19045):Ai>0&&(li=dnlo,li=xe?12e3:5378):Ai>3&&(u=z[za](0,8),T=B(u,2),y.push(T),z=z[za](8),li=22787):8==Ai?(Jo="",Qn="\u01dc\u01c7\u01d2\u01db\u01cb",To=+r===r,In=void 0,qo="c",En="t",Ne="",w.push(178,1985441575893,2,0),uo=0,qo+="on",En+="x",be="c",e(14,2,-1),En+="et",qo+="s",be+="harA",En+="no",At=w.pop(),li=1028):8>Ai?6==Ai?(Wn++,li=2531):Ai>6&&(I="",Dn="y",mn="\u024c\u0277\u0253\u0243\u0254\u025f",Ro=0,Dn+="reu",li=11907):10==Ai?li=1315:10>Ai?(N[po]=T,$=N[po],$[uo]=T,li=21027):(go=Ze,We=go,li=6372):19==Ai?(y=uo,li=yo?1190:2529):19>Ai?15==Ai?(ge="In",ge+="ter",ge+="secti",ge+="onO",ge+="bserve",ge+="r",u=pe.indexOf(ge),Ee=~u,li=5445):15>Ai?13==Ai?(te=0,li=3586):Ai>13&&(ya=-1,li=6501):17==Ai?(Ln++,li=21792):17>Ai?(ge=void 0,li=7876):(Ue=0,li=21571):22==Ai?(N=786^V.charCodeAt(yn),B+=String.fromCharCode(N),li=5920):22>Ai?20==Ai?(se=0===_[15],li=13537):Ai>20&&(Bo=ae[an],Ko=I[55],ce=Ko[No],Ko=Bo[F](ce),li=Ko?20995:17505):24==Ai?(Rn=[],qn=Sn%128,Bn=qn+128,Hn=Sn-qn,qn=Hn/128,Hn=127&qn,Rn.push(Bn,Hn),go=Rn,li=13953):24>Ai?li=3717:($=Z[yo],Z=$[qo],$=Z[uo],Z=$[Dt](L),$=new RegExp(pt,Wt),L=Z[Oo]($,Jo),Z=new RegExp(ct),$=Z[Co](L),li=$?17573:18593)}();break;case 25:!function(){12==Ai?(ie++,li=10624):12>Ai?5==Ai?(Z=Ce[qo],li=Z?10948:15969):5>Ai?2==Ai?(Pn=548^Jn.charCodeAt(qe),Ho+=String.fromCharCode(Pn),li=15682):2>Ai?0==Ai?(L=$,bo=L,li=12513):Ai>0&&(li=Q3&&(y=528^Ne.charCodeAt(pe),ve+=String.fromCharCode(y),li=16962):8==Ai?(Ft=nr.charCodeAt(Ve)-256,Et+=String.fromCharCode(Ft),li=3745):8>Ai?6==Ai?(g=W[gt](L[5]),li=g?10819:6401):Ai>6&&(De=0,li=3110):10==Ai?(V++,li=24642):10>Ai?(M=-mo,li=21510):(F++,li=19812):19==Ai?(ue=no,no=-1===ue,li=no?25121:16932):19>Ai?15==Ai?(ue=0,li=17088):15>Ai?13==Ai?(Vn+="Pro",bn=de,de=Ln,li=10374):Ai>13&&(li=23778):17==Ai?(De=V,li=7334):17>Ai?(dn=754^qe.charCodeAt(ho),Me+=String.fromCharCode(dn),li=19648):($e=[se],U=$e,li=1509):22==Ai?(m=!0,li=10979):22>Ai?20==Ai?li=Fe?24069:20546:Ai>20&&($+="gk",li=1571):24==Ai?(ve=Ne[Qe],li=12931):24>Ai?(mn=De<<0,li=L?12610:20164):(P++,li=25154)}()}}();break;case 5:!function(){switch(mi){case 0:!function(){12==Ai?(R=u,li=R?15653:3332):12>Ai?5==Ai?(Q="",W+="tMa",m+="o",I+="oCer",T=T.split("").reverse().join(""),Le="gl",g+="enCa",D+="rat",D+="Sdap",Gn=An,et+="iTr",D=D.split("").reverse().join(""),L+="akM",L+="ap",Te+="B",m+="T",An=G,G=P[ze],W+="tche",Go+="e",et+="ev",g+="nvas",$e+="n",et+="reSecnamro",$e+="t",I+="uceS",De+="LDocumen",m=m.split("").reverse().join(""),I+="si",I=I.split("").reverse().join(""),se+="tries",Le+="obal",et+="freP",W+="dCSSR",te=!!Jo[D]<<9,un+="ment",W+="u",Le+="This",et=et.split("").reverse().join(""),li=G?22147:4226):5>Ai?2==Ai?(ro=tn+1,ko=ro,wo=ko,le.push(sn),ko=Cn-fo,sn=void 0,ro=ko,ko=0|ro,ro=16384>ko,li=ro?25218:6560):2>Ai?0==Ai?(Bo=_e,li=Bo?11938:4419):Ai>0&&(be=19===r,co=0===r,li=co?420:17441):3==Ai?(co=28===s,li=25217):Ai>3&&(Se=Ro,R=z[Rt],Y=z[Ln],V=B,B=Se.concat(T),li=V?1280:13669):8==Ai?li=I?15877:8323:8>Ai?6==Ai?(Tn+="uf",Do.push(rt,po),li=Ye[lo]?16579:25730):Ai>6&&(oe=ae[rn]===He,li=oe?18947:9728):10==Ai?(M=W[_e],I=void 0,J=M,M=0|J,J=16384>M,li=J?5892:12066):10>Ai?li=mAi?15==Ai?(Vo=D[ye],cn=Vo-ee,ee=Vo,Vo=void 0,Do=cn,cn=0|Do,Do=16384>cn,li=Do?17536:5190):15>Ai?13==Ai?(ne++,li=2179):Ai>13&&(fe=736^me.charCodeAt(de),Po+=String.fromCharCode(fe),li=24066):17==Ai?(Gn=Q.charCodeAt(Le)-492,An+=String.fromCharCode(Gn),li=9282):17>Ai?(Je=Pe,oo=void 0,to=ro,xe=void 0,We=void 0,Yo=0|to,to=void 0,Mn=tn,Ae=$o,lo=0|Mn,Mn=0|Je,Je=0>lo,we=0>Mn,ue=Je,no=0|Ae,Ae=16384>Yo,Eo=0>no,li=ue?23554:4803):(Pe++,li=17574):22==Ai?(Ro[H](e),li=9824):22>Ai?20==Ai?(To++,li=18502):Ai>20&&(ae=[je],D=ae,li=13507):24==Ai?(P=u,m=z,K=B,N=1,Ce=K[qo],li=Ce?4355:11937):24>Ai?(So=1,pe=3>Vn,li=pe?13542:19042):(Q[55]=[],li=4100)}();break;case 1:!function(){12==Ai?(m++,li=15394):12>Ai?5==Ai?(fe=726^bn.charCodeAt(Jn),de+=String.fromCharCode(fe),li=19040):5>Ai?2==Ai?li=gAi?0==Ai?(_=256-_,li=19526):Ai>0&&(B=ke[68],li=25890):3==Ai?(N=256-N,li=4804):Ai>3&&(li=uAi?6==Ai?(U=I%128,J=I-U,D=[],jo=U+128,U=J/128,J=127&U,D.push(jo,J),H=D,li=21984):Ai>6&&(L=[Te+64*De],ne=L,li=19013):10==Ai?(K=532^V.charCodeAt(m),P+=String.fromCharCode(K),li=18112):10>Ai?(Ta.push(1),Ta=Ta.concat(R),li=24001):(R=120,L=R,R=void 0,G=[],W=0,ie=P,M=K,li=15873):19==Ai?(Dn.push(1),Dn=Dn.concat(T),li=8581):19>Ai?15==Ai?(Ie++,li=10853):15>Ai?13==Ai?(Dn.push(0),li=17027):Ai>13&&(u++,li=8704):17==Ai?(Ne=void 0,li=25665):17>Ai?(ho+="rentNo",u=Pn[qe],ge+="tX",On+="Name",qe="bo",Vn=uo[56],Oo=q[55],dn+="ap",ho+="de",Xe=Oo,Oo=ho,li=u?3232:19041):li=ZAi?20==Ai?(ho=qe.charCodeAt(u)-500,de+=String.fromCharCode(ho),li=25827):Ai>20&&(B=[1],Ja=B,li=3329):24==Ai?(de=u,eo=1,li=20098):24>Ai?(ee=io,hn=1,li=19076):li=21733}();break;case 2:!function(){12==Ai?(Dn.push(0,0),li=10724):12>Ai?5==Ai?(Ce=z[Ln],L=Ce[Un]($,K),Ce=!L,li=Ce?12518:19169):5>Ai?2==Ai?(y=255&V,u=tr,B=Mt,li=z?19558:22084):2>Ai?0==Ai?(ko=sn,le=le.concat(ko),ko=void 0,sn=wo,wo=0|sn,sn=128>wo,li=sn?16163:20677):Ai>0&&(Me[55]=[],li=23173):3==Ai?(Ze=void 0,go=lo,fn=0|go,go=128>fn,li=go?259:18721):Ai>3&&(ye--,li=21603):8==Ai?(Ue=on,li=Ue?14789:4421):8>Ai?6==Ai?($e++,li=21953):Ai>6&&(oe=ee,ee=-1===oe,li=ee?19107:8196):10==Ai?(vo=106^Ho.charCodeAt(Co),ho+=String.fromCharCode(vo),li=21856):10>Ai?(H=ne,J[69]=H,jo=J,li=jo[55]?8932:20737):(D=te,ne=jo,jo=D,Ao=-1===ne,li=Ao?22176:8708):19==Ai?(Q=ze,li=Q?13827:7652):19>Ai?15==Ai?(q=Y[pe],It=ln,B=It,R=q[U],q=B,_=g+1,g=q.slice(),q=void 0===R,g.push(0,0,0),li=1601):15>Ai?13==Ai?(Qn="ta",Qn+="r",Qn+="get",qo=Nt[Qn],li=qo?260:13857):Ai>13&&(wo=1,li=6208):17==Ai?(w.push(15079436,68518042511,2,0),N=L,L=N<<11,e(14,2,-1),N=w.pop(),G=Q<<10,mn|=G,mn|=L,w.push(1045,16012965632,2,1),L=mn,e(14,2,-1),G=L>>16,Q=w.pop(),I=L>>24,mn=!![][N]<<0,N=!![][Q]<<1,Q=P[$](m),m=255&G,G=255&I,I=Q<<2,mn|=N,N=L>>8,mn|=I,Q=255&L,L=P[$](Lo),I=P[ze],Go=255&N,N=P[Pt],li=I?10785:18210):17>Ai?(R="sh",R+="ift",W[R](),li=4482):(wo[12]=go,go=Ze,Ze=xe,wo[9]=we,xe=0|go,we=fn,li=xn?12960:26373):22==Ai?(mn|=m,m=N,N=Xo<<24,li=T?10371:5381):22>Ai?20==Ai?(fe="=e",vo="\u0111\u015d\u0144\u0141\u010a",Mo=d,yn=void 0,ke="",w.push(1304474813024,1,1),zo=0,Un="_u",zn="\u02cb\u02cb\u0285\u0287\u028e\u0297\u02ca\u0285\u0288\u028d\u029d\u0291\u028a\u02ca\u0287\u028b\u0289\u02cb\u0281\u0296\u0296\u028b\u0296\u02db\u0292\u02d9",z="=k",T=0,Se="f",R="",z+="c",Y="o",fe+="&",V=p,P="&",li=2403):Ai>20&&(li=$?1092:15938):24==Ai?(Oe=0,$=void 0,L=Ce[st],li=6627):24>Ai?(D=le,li=D?16771:9888):(Ge=17===Ko,li=Ge?5473:196)}();break;case 3:!function(){12==Ai?(Dn.push(0),li=15457):12>Ai?5==Ai?li=pn?21922:18851:5>Ai?2==Ai?(U++,li=4323):2>Ai?0==Ai?(Te++,li=8609):Ai>0&&(li=uo3&&(N=e[Mo](0,12),li=5764):8==Ai?(X=0,li=1091):8>Ai?6==Ai?(or=2^ee.charCodeAt(Tt),xe+=String.fromCharCode(or),li=546):Ai>6&&(pn[2]=en.join(Po),li=22563):10==Ai?(ee=oe,F=ae-Qt,oe=F/Kt.length,F=oe*ee,ae=Qt+F,F=oe*ce,Qt+=F,F=Kt[at](0,ee), ce=F+te,F=Kt[at](ee),Kt=ce+F,F=ae[la](2),ce=F[at](2),F=Qt[la](2),ee=F[at](2),F=ce.split(_),oe=ee.split(_),ee=0,Ve=F[or],li=Ve?9987:23108):10>Ai?(ho[15]=pe,y=uo,me=u,li=1216):(z=[255],ha=z,li=6273):19==Ai?(y=Ga,li=22787):19>Ai?15==Ai?(vn=he[Ao]===ne,li=vn?25638:11331):15>Ai?13==Ai?(L++,li=1153):Ai>13&&(B=re,Ct=B,li=5829):17==Ai?li=mnAi?(Dn.push(0),li=17793):(he=ne.charCodeAt(De)-945,D+=String.fromCharCode(he),li=14502):22==Ai?(uo=be.type===Ne,y+="sted",li=uo?24672:25957):22>Ai?20==Ai?li=18212:Ai>20&&(y=0|J,_=T,T=16384>y,li=R?12930:17572):24==Ai?li=G[st]?9283:15844:24>Ai?(g.push(0),li=5184):(Zn++,li=20067)}();break;case 4:!function(){12==Ai?(U=ie[vo],mn=U[cr],li=mn?5731:26081):12>Ai?5==Ai?(Y=[],Y.push(255,0),V=Y,Yr=V,li=22625):5>Ai?2==Ai?(ie[63]=new Te[Me],li=5600):2>Ai?0==Ai?(te[55]=[],li=11619):Ai>0&&(jn=J,li=22532):3==Ai?li=u?3269:23072:Ai>3&&(T++,li=4770):8==Ai?li=fo?16614:13440:8>Ai?6==Ai?(he=127&I,I>>=7,li=I?25602:23044):Ai>6&&(pe=0,u="~ox|ixN~otmiMor~xnnro",de="",ve="fu",li=13408):10==Ai?(ye=[0],Yo=ye,li=10368):10>Ai?(M+="enT",se+="en",ie+="et",L=W,ie+="uo",W=Se[se],se=Se[vn],M+="op",Le=Se[M],M=W[Ue],li=Le?19105:22018):(Je=0===$o,li=Je?9409:15460):19==Ai?(L=-mo,li=24641):19>Ai?15==Ai?(Oe=Y[Ln],K=Oe[Un](P,V),li=K?18179:1829):15>Ai?13==Ai?(So=Ne[Ee]===yo,li=So?8291:15714):Ai>13&&(li=QoAi?(u++,li=4133):(We=xe%128,Ae=xe-We,we=Ae/128,Ae=We+128,We=[],ue=127&we,We.push(Ae,ue),wo=We,li=6242):22==Ai?(H=2===_,li=H?14369:19173):22>Ai?20==Ai?(he=Di,Fo=yi,Ke=Oi,He=void 0,so=void 0,_e=0|Ke,Ke=0|he,he=ji,ae=0|Fo,Fo=void 0,an=0>Ke,Ge=0|he,he=0>_e,Bo=0>ae,F=an,No=Bo,Ko=he,li=F?24928:11970):Ai>20&&(lo=[Yo+64*Je],We=lo,li=26179):24==Ai?(W=L,L=le,ie=q,q=te,U=U.concat(bo),D=64>ie,De=64>W,li=L?7840:225):24>Ai?(J=_+1,Ue=Te[J],U=qt.indexOf(Ue,1),li=5222):(H=te+1,I=H,D=I,I=J-M,H=void 0,ne=I,I=0|ne,ne=16384>I,li=ne?13989:7936)}();break;case 5:!function(){12==Ai?($=$[ut](0,H),li=67):12>Ai?5==Ai?(So="b",u=0,de="",qe="\u0267\u0257\u0266\u0263\u0260\u0260\u0240\u0259\u025a\u0268",So+="o",li=2850):5>Ai?2==Ai?(Oo=-1,li=22881):2>Ai?0==Ai?(Ae=lo,li=to?21637:18626):Ai>0&&(vn+="0-9\\.]*)",bo=new RegExp(vn),jn=new RegExp(J),$e.push(Le,ne,H,jn,bo),J=$e,$e=te,H=$e,bo=$e,li=18757):3==Ai?li=Rt3&&(we=[],ue=xe%128,no=ue+128,Eo=xe-ue,ue=Eo/128,Eo=63&ue,ue=64*Pe,Ze=Eo+ue,we.push(no,Ze),wo=we,li=9536):8==Ai?(K++,li=22788):8>Ai?6==Ai?(K=64,Oe=K,li=18755):Ai>6&&(fo=cn,cn=0|fo,fo=128>cn,li=fo?24165:4899):10==Ai?(ki++,li=17760):10>Ai?(_e=3,li=16):li=DAi?15==Ai?(Ra.push(1),Ra=Ra.concat(Z),li=2533):15>Ai?13==Ai?(T=$,J=J.concat(T),li=1157):Ai>13&&(tn++,li=6340):17==Ai?($=1,li=17058):17>Ai?(Vn++,li=23557):(g.push(1),g=g.concat(Z),li=2081):22==Ai?(qe=1,de=3>Fe,li=de?22658:6723):22>Ai?20==Ai?li=17411:Ai>20&&(ie=Wt,Ye="g",Zt=_t,Wt=Ye,cn+="\x00",sn+="tE",Tn+="an[\\{)\\(\\*",tt+="ei",Tn+=".noit",Ye=ro+ue,_t=0,tt+="l",cn+="\x00",li=2054):24==Ai?li=T?5509:16577:24>Ai?(lr=vr[vt]===Hn,li=lr?17540:7203):(R=z,li=R?2340:19552)}();break;case 6:!function(){12==Ai?(xo=721^ve.charCodeAt(u),X+=String.fromCharCode(xo),li=14373):12>Ai?5==Ai?($o=Je,Fi=$o,li=Fi?18148:13093):5>Ai?2==Ai?(po=Q.charCodeAt(W)-148,$+=String.fromCharCode(po),li=3394):2>Ai?0==Ai?(to=_o,li=6337):Ai>0&&(P=M,li=P?25315:19106):3==Ai?(Dn.push(1),Dn=Dn.concat(u),li=2437):Ai>3&&(pe=X,li=pe?2594:8865):8==Ai?(le=U,U=-1===le,li=U?4388:19491):8>Ai?6==Ai?(ze=g,L+="edBo",L+="dySiz",L+="e",g=L,li=ze?9857:5313):Ai>6&&(D--,li=19777):10==Ai?(ee=Ve,li=ee?23236:16933):10>Ai?($=z,ie=M,L=ie,W=$[29],ie=W,W=L,M=W,li=ie.indexOf?12354:12483):(Wn=+new oe[Me]+po,po=oe[xo],rt=po[ve](),ne=Wn+rt,li=11428):19==Ai?(R=251,li=25089):19>Ai?15==Ai?(q=Y[Un],li=u?16898:10882):15>Ai?13==Ai?(io=[],Uo=64*rn,Nn=ee%128,Zn=ee-Nn,Ve=Nn+128,Nn=Zn/128,Zn=63&Nn,Nn=Zn+Uo,io.push(Ve,Nn),ln=io,li=2788):Ai>13&&(L=K,G=155,W=G,G=Ma,ie=[],M=void 0,_=0,li=15074):17==Ai?(ae[15]=4,ao=ye,li=11653):17>Ai?(me++,li=7398):(mn|=ne,ne=Go,Go=L,L=ne<<4,mn|=D,mn|=L,li=Go?21568:13793):22==Ai?(P=Se,m=P[R],li=m?10278:7456):22>Ai?20==Ai?(ro=wo%128,$o=[],tn=wo-ro,Je=ro+128,ro=tn/128,tn=127&ro,$o.push(Je,tn),ko=$o,li=3522):Ai>20&&(Q++,li=1828):24==Ai?(Ko=_e,li=3556):24>Ai?(it+="llicsO",vo+="er",P+="cne",li=13061):(u="\u0322\u0321\u0322",de=0,ve="",Fe="r\\",qe="g",Qe="",bn="\xaa\xb6\xb3\xb3\xb0\xb5\xa8u\xb1\xba",Fe+="|n\\|",dn=0,Fe+="n\\",li=23073)}();break;case 7:!function(){12==Ai?(M=po[yo],po=M[qo],M=po[uo],po=M[Dt](Q),M=new RegExp(pt,Wt),Q=po[Oo](M,Jo),po=new RegExp(ct),M=po[Co](Q),li=M?11872:15524):12>Ai?5==Ai?(_e=1,li=14499):5>Ai?2==Ai?(eo=155^u.charCodeAt(ve),me+=String.fromCharCode(eo),li=19682):2>Ai?0==Ai?(R++,li=17956):Ai>0&&(X=[],xo=X,li=13508):3==Ai?(B=T.charCodeAt(Ot),z=255&B,_r.push(z),li=14725):Ai>3&&(M=Ce[vo],Q=M[Qe],M=yn.indexOf(Q),li=~M?14016:14112):8==Ai?(me++,li=21987):8>Ai?6==Ai?li=M[72]?16486:5824:Ai>6&&(Nn=rn,li=5412):10==Ai?(On=yo[X]+bn,fe=On+yo[ve],On=fe+bn,me+=On,yo=yo[Oo],li=17986):10>Ai?(D=m<<2,m=Q[T],T=L,li=m?19492:14628):li=Io?25860:11456:19==Ai?(X=ve,ve=Ie[u]/2,u=Ie[fe]+ve,ve=0|u,li=X?3426:23013):19>Ai?15==Ai?(lo=-Mn,li=22657):15>Ai?13==Ai?(Ie+="own",To=0,li=3841):Ai>13&&(L=M,li=L?4325:14112):17==Ai?(Oe=K,li=Oe?23684:24837):17>Ai?(On=yo,li=1477):(N=0,li=17506):22==Ai?(Oo=512^Po.charCodeAt(Ho),vo+=String.fromCharCode(Oo),li=3):22>Ai?20==Ai?li=q?12482:22980:Ai>20&&(R=127&B,B>>=7,li=B?5765:4773):24==Ai?(y=0,li=22209):24>Ai?(J=I[1],D=B[48],H=J%7,ne=D[H],D=ne^I[0],I=void 0,H=B,ne=D,te=H[29],he=void 0,mo=0,on=ne,Be=te,li=Be.indexOf?20769:22882):(Po=954^Xe.charCodeAt(vo),Co+=String.fromCharCode(Po),li=10244)}();break;case 8:!function(){12==Ai?li=deAi?5==Ai?(mn|=L,li=G?25157:21664):5>Ai?2==Ai?(Uo=ce[io]===oe,li=Uo?2372:15491):2>Ai?0==Ai?(lo=1===We[5],li=2657):Ai>0&&(pe=y[be]+de,u=pe+y[yo],pe=u+de,Ee+=pe,y=y[Re],li=1216):3==Ai?(Y=R,rt=Y[eo](0,128),li=195):Ai>3&&(oe=0,li=13632):8==Ai?(mn="U",mn+="A_Op",mn+="t.LogV",mn+="al",J=Dn.indexOf(mn),Ro=J>0,li=19621):8>Ai?6==Ai?li=ne6&&(Gn=993^Wo.charCodeAt(jo),T+=String.fromCharCode(Gn),li=7236):10==Ai?(ze=e[Mo],li=14338):li=10>Ai?1700:SoAi?15==Ai?li=11939:15>Ai?13==Ai?(Z=ie,li=2368):Ai>13&&(bo=je,se=128>mo,ye=fo,li=ot?25250:12833):17==Ai?(xe=We,ue=ue.concat(xe),ue=ue.concat(we),ue=ue.concat(Ae),ue=ue.concat(oo),Je=ue,li=15072):17>Ai?(ho=Qe,Qe=ge[vo]+Mo,Po=0|Qe,li=ho?10626:15744):(de++,li=3520):22==Ai?(J=jQuery[ze],et=J[Ro],J=et.charCodeAt(0),Ue=et[eo](2),et=49===J,J=parseFloat(Ue),li=et?20898:17157):22>Ai?20==Ai?(I=64*ot,Fo=bo%128,Ke=Fo+128,ao=bo-Fo,Fo=ao/128,ao=63&Fo,Fo=ao+I,I=[],I.push(Ke,Fo),Wo=I,li=13666):Ai>20&&(T=[],Se=void 0,R=B,Y=2,V=0,P=6,li=4356):24==Ai?(Oe=16===Y,li=23684):24>Ai?(_o=[],li=8770):(M=po[yo],po=M[qo],M=po[uo],po=M[Dt](Q),M=new RegExp(pt,Wt),Q=po[Oo](M,Jo),po=new RegExp(ct),M=po[Co](Q),li=M?5828:17604)}();break;case 9:!function(){12==Ai?li=mo?3619:20803:12>Ai?5==Ai?li=PAi?2==Ai?(mo=Ue,on=W,li=Te?26082:21506):2>Ai?0==Ai?(Y=R,li=Y?20997:8230):Ai>0&&(G=I[29],L=G.length,G=I[29],G.push(U),li=11936):3==Ai?(xo="",Fe="st",qe=0,ge[Me]=100,li=290):Ai>3&&(B=y[vo],T=void 0,R="p",Y=y,V=u,P=B,R+="lug",R+="i",R+="n",R+="s",B=R,li=V[43]?14945:6179):8==Ai?(ko[10]=te,te=Ye[Ae],li=te?14532:3778):8>Ai?6==Ai?(so=ao[ye],F=so^ae,ae=F,so=255&F,je.push(so),li=1059):Ai>6&&(li=UeAi?(re="\u03c2\u03d1\u03c4\u03c0\u03d3\u03c4\u03a0\u03cd\u03c0\u03cb\u03d8\u03d2\u03c4\u03d1",Xe="",fe=0,Co="fu",li=3652):li=teAi?15==Ai?(bt=4*bt,u=[256-bt],et=u,li=11776):15>Ai?13==Ai?(z=T[Ce],li=z?23202:7909):Ai>13&&(li=btAi?(X="",u=0,ve="\u02b3\u02be\u02b5\u02a8",li=8704):(w.push(31717550896,3472685862920,187932400,3,0),m=P[Pt],G=m[qo],e(14,2,-1),m=w.pop(),N=G[$](m),li=21221):22==Ai?(Ce=L,li=Ce?16930:11746):22>Ai?20==Ai?(oe=Vo,ko=oe.concat(ko),Oa=ko,li=19813):Ai>20&&(tn=128|tn,li=1252):24==Ai?li=25344:24>Ai?(co++,li=5153):(_=[0],g=[],I=[0],g.push(I,_),_=g,$r=_,li=25184)}();break;case 10:!function(){12==Ai?(u=[255],Mr=u,li=18913):12>Ai?5==Ai?(ge=Ee,li=ge?5316:10848):5>Ai?2==Ai?li=SeAi?0==Ai?li=_e0&&(li=Re3&&(M=Ue,li=3557):8==Ai?li=XeAi?6==Ai?(eo=540^Ee.charCodeAt(qe),Fe+=String.fromCharCode(eo),li=11554):Ai>6&&(X="",u=0,ve="\u0180\u019e\u0193\u0183\u019f",li=4133):10==Ai?(pe[71]=252,u=void 0,li=15809):10>Ai?(Ee="",Me+="ody",X="\u0137\u0140\u013d\u0139\u0142\u0148\u012c",u="\u034c\u0359\u034e\u0363",ve=[],Re+="cum",li=21987):(Q=N,li=L?9507:17477):19==Ai?(Ho="",li=1573):19>Ai?15==Ai?li=$?12385:15841:15>Ai?13==Ai?(Oe=Y[Ln],Ce=Oe[Un](N,V),Oe=!Ce,li=Oe?6529:23812):Ai>13&&(N=M[8],Q=e[Mo],li=Q?26021:26340):17==Ai?(We=Ze,li=6372):17>Ai?(R=y.slice(6),y=Z[6],li=y?11045:23301):li=irAi?20==Ai?(xe=lo,We=64>xe,Mn=64>oo,lo=Eo,we=64>lo,li=Mn?2310:2082):Ai>20&&(li=No?14881:11777):24==Ai?(Me=X[xo]+"",u=Me,li=8931):24>Ai?(on=0,li=3424):(D=ye.length>7,li=D?9925:7366)}();break;case 11:!function(){12==Ai?(Ye=P[he],jn=Ye[qo],Go=jn[$](Oo),li=18629):12>Ai?5==Ai?(ft=[],lt=Do%128,Kt=lt+128,ut=Do-lt,lt=ut/128,ut=127<,ft.push(Kt,ut),ee=ft,li=16896):5>Ai?2==Ai?(u=be[ge]+de,ge=be[pe]+X,ve[16]=u^Re,pe=Me,ve[3]=ge^Re,Me=Ee[xo],ve[5]=pe^Re,li=Me?12803:14853):2>Ai?0==Ai?(Pe=Ye>0,li=12740):Ai>0&&(U=-1,li=19170):3==Ai?li=5216:Ai>3&&(ko[25]=oe,li=4163):8==Ai?(Dn.push(1),Dn=Dn.concat(R),li=12416):8>Ai?6==Ai?(ke=dt,Se=ya,R=-1===Se,V=ke,P=V.slice(),P.push(0,0,0),li=R?356:11010):Ai>6&&(M=I,U=U.concat(M),li=16484):10==Ai?li=HAi?(Qe=q[me]+Co,li=12420):(te=0,li=19460):19==Ai?(R=P[Ba],P=Oa,li=D?5347:10946):19>Ai?15==Ai?(y=Jo,z=Tn,T=Dn,Se=z[xo],z=y,Y=T.slice(),V=T.length,li=2369):15>Ai?13==Ai?(T=y!==pa,li=T?6214:5761):Ai>13&&(bo=Ao,Ao=64>L,wn=W,W=Be-bo,bo=M,li=De?20129:19494):17==Ai?(Po++,li=23746):17>Ai?(qe++,li=7619):(P=0,m=R===B,li=m?18949:17185):22==Ai?(tn=to.indexOf(oo),Je=tn,li=4706):22>Ai?20==Ai?(m=R.indexOf(T),Q=m,li=14435):Ai>20&&(li=Wn10,li=8262):24>Ai?(We=[Ae+64*we],xe=We,li=23971):(Ne="fo",Ne+="cu",Ne+="sin",uo=be.type===Ne,li=24672)}();break;case 12:!function(){12==Ai?(Ne=y[yo],li=6821):12>Ai?5==Ai?(Dn.push(1),Dn=Dn.concat(T),li=16069):5>Ai?2==Ai?(y=T,li=y?3617:11808):2>Ai?0==Ai?(ci++,li=2369):Ai>0&&(li=5251):3==Ai?(Dn.push(0),li=22016):Ai>3&&(li=DeAi?6==Ai?li=10435:Ai>6&&(W=[ie+64*$e],jo=W,li=2563):10==Ai?li=DoAi?(I=1,li=15840):(ae=2===D[15],li=ae?11396:4165):19==Ai?(N=P[Ao],L="el",L+="aco",L+="L",L=L.split("").reverse().join(""),T=N[$](L),li=23648):19>Ai?15==Ai?(V++,li=23782):15>Ai?13==Ai?(K=R>255,li=K?19104:12001):Ai>13&&(Ot++,li=20896):17==Ai?(ve[11]=y,ve[13]=be[Ee],Ee=Ie[Re],Re=ho[X],me=yo,ve[1]=Jo^Re,Qe+="y",ve[17]=uo^Re,X=Ee[So],li=yo[47]?10533:9318):17>Ai?(he=ao,li=7843):(Jn=X,y=Ee,li=y[14]?1253:11747):22==Ai?(we++,li=7844):22>Ai?20==Ai?li=B?11651:517:Ai>20&&(mo++,li=25189):24==Ai?(Dn.push(0),li=7238):24>Ai?(Me++,li=22116):(Ao=-1,li=17025)}();break;case 13:!function(){12==Ai?(_=256-_,li=24962):12>Ai?5==Ai?(Ie=X.charCodeAt(yo)-714,u+=String.fromCharCode(Ie),li=21921):5>Ai?2==Ai?(Mo=new RegExp(fe),ke=Mo[Co](vo),li=4800):2>Ai?0==Ai?(u++,li=4579):Ai>0&&(re=Ir,Se=L,L=re,W=Tn,M=L.slice(),li=q?1186:4513):3==Ai?(y=0,So=0,ge="",X="",u="pa",de="id",ve=0,xo=void 0,Fe=0,u+="geX",qe="cl",ho="\u02c6\u02c1\u02c2\u02cb\u02d1\u02c6\u02c3\u02c6\u02c2\u02cf",Qe="pa",bn=de,qe+="a",Qe+="re",de=be,dn=void 0,q=[],qe+="ssN",eo="",Pn=0,Vn=0,li=de?14371:5729):Ai>3&&(B=N,Ce=B.concat(Ce),Na=Ce,li=9953):8==Ai?(_="",U=D[Un](g[qo],"name"),H="",Be=0,je="\xa9\xac\xac\x8e\xad\xbc\xab\xa0\x8e\xa1\xa4\xbc\xad\xba",ye=0,ao=void 0,He="]",so="]",He+='"',He+="moc",ae="l",so+="n",Ge=0,F=0,ce="l",so+="iam_g",ln=']"',He+=".na",ee="",oe="]",Uo=U,Ve="s",ln+="mo",Vo="q",nt=0,cn="]",at="\u01ad\u01bd\u01ac\u01b7\u01ae\u01aa\u0185\u01ad\u01ac\u01bd\u01f4\u01e3\u01fc\u01a4\u01bc\u01b3\u01e8\u01e8\u01e8\u01f0\u01bd\u01b1\u01b3\u01fc\u0183",li=11462):8>Ai?6==Ai?li=oe6&&(fe="",zo="",st="",zn+="tooth",V="c",P="y",li=22788):10==Ai?(D=5===_[15],li=18880):10>Ai?(te=0,li=8485):(w.push(62850517797,66371638833,3300911541,25239194928,4,0),Q=Z[L],Z=M,L=Ce,Ce=Q,li=Ce?2530:17537):19==Ai?(T++,li=21796):19>Ai?15==Ai?(M=I,Fo=Fo.concat(M),li=14438):15>Ai?13==Ai?(Ae[5]=1,oo=xe,li=1314):Ai>13&&(li=yo?22947:7363):17==Ai?li=ua?17442:1826:17>Ai?(ko[24]=oe,oe="\u034d\u0369\u036e\u034d\u0354\u0344\u0377\u036e\u034c\u036f\u0367",li=23558):(_=z[29],R=_.length,_=z[29],_.push(B),li=12708):22==Ai?(u=void 0,R=[],V=ke[6],P=void 0,m=void 0,K=void 0,Er=[],li=V?22245:22560):22>Ai?20==Ai?li=7555:Ai>20&&(On+="form",be="",Ln="i",Qe+="i",Vn+="u",Jn+="s",zo="ap",Jn+="netx",re+="lace",Ho+="dnar",st=fe,Ee+="etEl",fe="\u0346\u0357\u0345\u0345\u035f\u0340\u0353",Un="",zn="",B="",li=1796):24==Ai?(X="",u="he",Ho=Ie[Xe]/2,li=5762):24>Ai?(Z=void 0,M=e+Jo,_=[],g=23,I=new RegExp(pt,Wt),U=2648,J=g,g=M[Oo](I,Jo),li=J?6278:17984):(Q=e[Mo](0,18),li=26340)}();break;case 14:!function(){12==Ai?(mt+="Bridge",jo=Xn,N+="ctaMtik",Xn=An,De+="le",G+="mt",Lo=Lo.split("").reverse().join(""),W+="r",An=ze,G=G.split("").reverse().join(""),De+="s",Te=Te.split("").reverse().join(""),W+="Co",ze=po*$,P+="hstart",$=Lo,N+="bew",Lo=Z-ze,W+="nnecti",Z=po,N=N.split("").reverse().join(""),po=P,W+="on",P=Te,ze=Z>>8,Te=Z>>24,Gn=Z>>16,he=W,W=N,N=Lo,Lo=255&Te,Te=255&Z,Z=N>>24,Wo=255&ze,ze=255&Gn,Q.push(Lo,ze,Wo,Te),ze=N>>16,Lo=255&N,Te=255&ze,ze=255&Z,ie=Q,Z=ie,ie=N>>8,N=255&ie,mo.push(ze,Te,N,Lo),Le=mo,N=Le,ie=Z.concat(N),D=ie,gr[48]=D,e(14,2,-1),N=w.pop(),Z=N,N=Ao[Z],li=N?25376:14656):12>Ai?5==Ai?(m=9,W=1,li=4640):5>Ai?2==Ai?(g=0,I=P,li=window[I]?4294:16997):2>Ai?0==Ai?(me="",u="\xf3\xfe\xf2\xfc\xf3\xef",ve=0,li=23713):Ai>0&&(fe=On,li=fe?10469:8384):3==Ai?(K=T[m]===Oe[m],li=K?17060:11971):Ai>3&&(li=noAi?6==Ai?(M[8]=new N[Me],M[73]=new N[Me],li=14661):Ai>6&&(on=[mo],he=on,li=2498):10==Ai?li=caAi?(Ce=z[Ln],$=Ce[Se](N),li=$?5189:20611):(Ue++,li=7461):19==Ai?li=Ge?9472:20035:19>Ai?15==Ai?(le=U[co](Fe),li=le?23621:14593):15>Ai?13==Ai?(Z[41]=0,N=void 0,li=19106):Ai>13&&(Ue=on[Te],li=4421):17==Ai?li=IoAi?(N="\u0167\u0165\u0168\u0163\u0166\u016f\u0176\u016b\u0164\u016e\u0178\u0165\u0163\u016e\u0176\u0163\u017a\u0162\u0165\u0164\u016f\u0176\u0163\u017a\u0165\u016e\u0176\u0163\u017a\u016b\u016e",Z=0,$="",li=18469):(Z=T,$=u,L=Ce,G=1,W=L[qo],li=W?1763:12864):22==Ai?(Be=void 0,je=D,ye=[],ao=1,so=0,ae=30,F=7,ce=ae,li=15779):22>Ai?20==Ai?(Ge=ae[11],Bo=I[48],F=Co,_e=0,No=Ge%7,Ge=Bo[No],Bo=Ge^ae[6],li=21093):Ai>20&&(li=Oe?18913:5572):24==Ai?(to=We,li=to?7460:21056):24>Ai?(io=-oe,li=21188):li=te[55]?16388:8545}();break;case 15:!function(){12==Ai?(Ko=an^Ke[10],ce=an^Ke[5],gn=an^Ke[16],Bo=gn-ce,ce=an^Ke[3],_e=ce-Ko,li=3492):12>Ai?5==Ai?(Ae=-xe,li=23140):5>Ai?2==Ai?li=W?18881:22114:2>Ai?0==Ai?(y=[253],pr=y,li=8644):Ai>0&&($e=0|Fo,li=vn?26146:24101):3==Ai?(Ue=se,bo=M,M=0|ye,li=fo?9893:24834):Ai>3&&(ee=ln,li=4836):8==Ai?(M=ie[yo],ie=M[qo],M=ie[uo],ie=M[Dt](Q),M=new RegExp(pt,Wt),Q=ie[Oo](M,Jo),ie=new RegExp(ct),M=ie[Co](Q),li=M?12673:1217):8>Ai?6==Ai?(H=D,T=H,li=21605):Ai>6&&(Dn.push(1),Dn=Dn.concat(y),li=22628):10==Ai?(T=t,N="Lo",N+="gV",Ce=void 0,Z="",$="s",L="ca",Xo="g",$+="cri",G="se",$+="pt",L+="ll",W=0,Xo+="et",ie="la",po="\u018d\u017a\u019d\u0195\u0184\u018f\u019a\u01a1",ie+="V",M=0,Q="\u0107\xf9\u0108",_=document[zo]($),$="",An=0,li=3104):10>Ai?(D=U>I,li=D?17824:7556):li=P?23842:23904:19==Ai?(D=$[29],M=D.length,D=$[29],D.push(I),li=7424):19>Ai?15==Ai?(ge="c",u="yd",u+="ob",u=u.split("").reverse().join(""),qe=Pn[u],ge+="l",ge+="ie",ge+="ntLeft",X=qe[ge],li=1091):15>Ai?13==Ai?(Y.length=128,li=16867):Ai>13&&(li=Ke?19072:15076):17==Ai?li=Re?5568:25665:17>Ai?(m=0>N,li=m?3109:4804):(U=U.concat(_n),L=on,Ue=Wo,Wo=Le-je,_n=se,li=$e?21536:24196):22==Ai?(u=X,li=u?17029:21666):22>Ai?20==Ai?(X=u,qe+="y",li=ho?24032:23587):Ai>20&&(Ye+="sw",Xo=N,Lo+="rep",po+="ript",Lo+="or",po+="En",li=5283):24==Ai?(Rn=[Sn],go=Rn,li=13953):24>Ai?(Ta.push(0),li=7394):(V=void 0,li=17954)}();break;case 16:!function(){12==Ai?(P=L[67],ie=[],M=0,_=0,g=void 0,I=P.length,P=void 0,U=Jo+I,J=I/20,I=0|J,J=U+L[67],U=J,J=_,_=U.length,Ue=I,I=Ue,li=J?8197:13890):12>Ai?5==Ai?(L=m,li=L?16708:19844):5>Ai?2==Ai?(Dn.push(0),li=10851):2>Ai?0==Ai?(g.push(0),li=7522):Ai>0&&(Dn.push(0),li=4166):3==Ai?(Dn.push(0),li=2086):Ai>3&&(_e=[so],Bo=_e,li=6176):8==Ai?(ao=mo%128,He=mo-ao,ar=[],so=He/128,He=127&so,so=ao+128,ar.push(so,He),I=ar,li=11424):8>Ai?6==Ai?li=P[An]?5760:2565:Ai>6&&(q=bn.charCodeAt(Pn)-528,xo+=String.fromCharCode(q),li=24964):10==Ai?(to=0,li=13025):10>Ai?li=VAi?15==Ai?(Ue=J,J=I,li=6692):15>Ai?13==Ai?(Jo=void 0,li=5793):Ai>13&&(Me=0,li=6435):17==Ai?(Me=0,li=2405):17>Ai?(N.push(Y,m,aa),ke=N,m=ke.join(Jo),ke=m.length-4,B=m[ut](ke),ke=B+z,re=ke,li=9954):(Oe="on",Oe+="foc",Oe+="us",Oe+="i",Oe+="n",P=Oe,li=97):22==Ai?(Xe=Po.charCodeAt(eo)-353,X+=String.fromCharCode(Xe),li=13472):22>Ai?20==Ai?(R=[1],Fa=R,li=21219):Ai>20&&(m=Oe,T=$a-ze,Oe=T/_t.length,T=Oe*m,$a=ze+T,T=Oe*P,ze+=T,T=_t[za](0,m),P=T+Go,T=_t[za](m),_t=P+T,T=$a[Xt](2),P=T[za](2),T=ze[Xt](2),m=T[za](2),T=P.split(y),Oe=m.split(y),m=0,K=T[zt],li=K?7169:8900):24==Ai?(Z++,li=4128):24>Ai?(ve[2]=ve[2]^Re,ve[13]=ve[13]^Re,li=20546):(uo++,li=1125)}();break;case 17:!function(){12==Ai?(L=0,G=6,W=void 0,ie=247,M=[],_=K,li=1153):12>Ai?5==Ai?(u=z.length>7,li=u?4868:15876):5>Ai?2==Ai?(eo=X+1,ve=qe===eo,li=19685):2>Ai?0==Ai?(me=void 0,li=17893):Ai>0&&(li=yn3&&(jo++,li=14755):8==Ai?(Ao=De,Be=1,li=10657):8>Ai?6==Ai?(Ne="\u0350\u0359\u035a\u0348",y="",Re="",me=0,So="",pe=0,u=0,de=0,ve="",li=4579):Ai>6&&(Le=0,li=18084):10==Ai?(_=on,vn=_.concat(vn),li=D?5856:772):10>Ai?(De++,li=15363):li=610:19==Ai?(xe--,li=20932):19>Ai?15==Ai?(M[71]=0,un=Lo[D](),H=un,li=H?20771:5891):15>Ai?13==Ai?(q=614^de.charCodeAt(Qe),dn+=String.fromCharCode(q),li=10564):Ai>13&&(H=Le,Le=ne[2],li=Le?14914:8260):17==Ai?li=V?23201:12419:17>Ai?(ee=1===ye[5],li=23236):(fe[39]=[],li=2592):22==Ai?li=y?23297:26016:22>Ai?20==Ai?(Ko=Ge,li=24352):Ai>20&&(ko[11]=oe,te="Ma",te+="x",te+="GP",te+="Log",oe=Ye[te],li=oe?4453:5281):24==Ai?(Pe=[tn],$o=Pe,li=14981):24>Ai?(vn=bo,li=14597):(ee=sn,F=ee,_o=F,F=_o,ce=F,F=ce>>8,ee=ce>>16,oe=ce>>24,Ve=255&ce,ce=255&ee,ee=255&F,F=255&oe,We.push(F,ce,ee,Ve),Ze=We,F=Ze,ce=si.concat(F),_=ce,li=22080)}();break;case 18:!function(){12==Ai?li=Le?18084:7717:12>Ai?5==Ai?(lo[0]=oo,wo=qn,oo=[$o],$o=64>wo,lo=Sn,we=no,li=lo?18085:7715):5>Ai?2==Ai?(Le=H[Ao]===ne,li=Le?20768:15649):2>Ai?0==Ai?(ue=_o,ro=ue,li=13443):Ai>0&&(ue=-1!==oo,li=ue?3746:20005):3==Ai?(u=0,li=21284):Ai>3&&(Sn=Bn+1,Rn=Sn,Ze=Rn,li=18501):8==Ai?(Ye=[0],fo=[],ye=[0],fo.push(Ye,ye),Ye=fo,B=Ye,li=1733):8>Ai?6==Ai?(ft=[Do],ee=ft,li=16896):Ai>6&&(T=u[60],li=17120):10==Ai?(Me=[],bn=Me,li=26017):10>Ai?(po=M,_*=po,po=1===_,li=po?10275:14115):(Tn=0,li=1248):19==Ai?(he=D[te]===U,li=he?11366:15043):19>Ai?15==Ai?(F=ee%128,Ko=ee-F,ce=[],gn=Ko/128,Ko=64*_e,Zo=63&gn,gn=Zo+Ko,Ko=F+128,ce.push(Ko,gn),an=ce,li=2628):15>Ai?13==Ai?(Ze=_o,to=Ze,li=6337):Ai>13&&(Yo=Ve,li=10368):17==Ai?(Ra.push(0),li=11749):17>Ai?(Ae=_o^ee[9],nn=void 0,li=xe?22849:292):(L=g,li=q?18080:24801):22==Ai?(Oo="c",Xe="\xb3\xa0\xbb\xb6\xa1\xbc\xba\xbb",Oo+="reat",fe=0,Co="",Oo+="eGain",li=22528):22>Ai?20==Ai?li=xo20&&(Q[55]=[],li=23652):24==Ai?(L=P[Gn],Xo="g",W=L[qo],Xo+="etC",Xo+="apa",Xo+="bili",Xo+="ties",G=W[$](Xo),li=21664):24>Ai?li=ir?6501:15108:(u[28]=253,li=26018)}();break;case 19:!function(){12==Ai?(V=P,P=V,li=17956):12>Ai?5==Ai?li=24357:5>Ai?2==Ai?li=K[st]?11521:22305:2>Ai?0==Ai?(se=on[L],li=14820):Ai>0&&(X="n",X+="s",Ei[67]=X,li=7876):3==Ai?(pe="Au",pe+="dioC",pe+="o",pe+="n",pe+="t",pe+="ex",pe+="t",X=me[pe],li=X?4293:15393):Ai>3&&(K="o",K+="n",P=K+R,li=97):8==Ai?($o+="ot;",ce=$o,li=6369):8>Ai?6==Ai?(ee=[Ye],Cn=ee,li=14944):Ai>6&&(Mo.unshift(),li=26180):10==Ai?li=IeAi?(y=T.length,w.push(97245,1042279178,22359220006,3,1),u=ta,q=jr,ke=y,y=Mt,mt=u,u=[y[68]<<1|y[36]<<4],y=mt,B=0|ke,Dr=u,u=16384>B,ke=Mt,li=u?20033:3779):(Ao++,li=13506):19==Ai?(go.push(nn),li=_o?11330:13858):19>Ai?15==Ai?(re=fe.indexOf(Oo),Po=-1!==re,li=17828):15>Ai?13==Ai?(Fe=Fe.split("").reverse().join(""),u=new RegExp(ve),ve=new RegExp(Fe,qe),de+="et",de=de.split("").reverse().join(""),Fe=X.split(ve),ve=Fe[Qe](),Fe=ve+"",ve=u[de](Fe),li=ve?7488:16897):Ai>13&&(li=SeAi?li=g?21027:7940:(_=J,U=_.concat(U),le.push(U),le.push(vn),$r=le,li=25184):22==Ai?(Go=I.charCodeAt(et)-452,jo+=String.fromCharCode(Go),li=13602):22>Ai?20==Ai?li=_e20&&(D++,li=19521):24==Ai?li=moAi?(Do=[cn],Ve=Do,li=192):(ro++,li=23558)}();break;case 20:!function(){12==Ai?(K=P[R],_=K[0],g=K[1],I=K[2],K=0,li=25795):12>Ai?5==Ai?(R=128|R,li=4773):5>Ai?2==Ai?(P=0,N=void 0,Ce=m[st],li=18885):2>Ai?0==Ai?(Le=-1,li=6944):Ai>0&&(we=128|we,li=3270):3==Ai?(tn=127&ko,ko>>=7,li=ko?21797:1252):Ai>3&&(Io=X,li=Io?9764:545):8==Ai?(yn=Ho.charCodeAt(R)-665,Y+=String.fromCharCode(yn),li=17123):8>Ai?6==Ai?(xo[65]=1,li=15684):Ai>6&&(g=Ro[0],li=6341):10==Ai?(T=[],Se=z%128,R=Se+128,Y=z-Se,Se=Y/128,Y=127&Se,T.push(R,Y),re=T,li=14437):10>Ai?(J=jQuery[Dn],li=25606):(to=xe%128,Yo=xe-to,Mn=to+128,to=Yo/128,Yo=64*_o,Eo=[],Ze=63&to,to=Ze+Yo,Eo.push(Mn,to),Ae=Eo,li=578):19==Ai?(Qe+="od",li=14470):19>Ai?15==Ai?(po=Z[vo],M=po[cr],li=M?11778:24896):15>Ai?13==Ai?li=G?24710:20259:Ai>13&&(tn=$o,sn=tn,li=69):17==Ai?li=WnAi?(ge[24]++,li=21666):(g=_%128,I=_-g,U=[],D=I/128,I=127&D,D=g+128,U.push(D,I),jo=U,li=11394):22==Ai?(yo="cl",li=16128):22>Ai?20==Ai?(en={},kn=be[Ln],pn=Co,Qo={},Qo[st]=function(){Ri=1},Ee=Qo,w.push(17,379509300148,20922418665,469507692,4,1),Qo=kn[Jn](en,Ie,Ee),be[So](pn,Qo,Qo),e(14,2,-1),en=w.pop(),be[en](pn,Qo,Qo),li=10917):Ai>20&&(De=bo[Q]===le,li=De?20738:21701):24==Ai?(K=908^V.charCodeAt(Y),m+=String.fromCharCode(K),li=6787):24>Ai?(M=ne,li=L?8803:6755):li=Ln?15968:386}();break;case 21:!function(){12==Ai?(Te=ze,ze=-1===Te,li=ze?24261:8739):12>Ai?5==Ai?li=Qo?6660:22563:5>Ai?2==Ai?(rn=z,z=+new M[Me]-B[12],W=R,li=B[1]?23907:352):2>Ai?0==Ai?(Fe=de,li=Fe?24994:19776):Ai>0&&(jn=Wo[ne],li=6371):3==Ai?(G=$%128,W=$-G,ie=[],po=G+128,G=W/128,W=127&G,ie.push(po,W),Z=ie,li=24065):Ai>3&&(z.push(R),li=B?25637:7554):8==Ai?li=en[ge]?6374:1286:8>Ai?6==Ai?(So+="sted",yo=Ne,Ne=y[So]===!1,li=Ne?24704:19681):Ai>6&&(so=ye,_=so,ln=ln.concat(_),li=22852):10==Ai?(y=Ri,ur=y,li=11392):10>Ai?(se=fo,li=Ue?6433:25986):(io=[Ke+64*No],so=io,li=21216):19==Ai?(pn++,li=16548):19>Ai?15==Ai?($=g,li=$?15364:2501):15>Ai?13==Ai?(te=I,he=void 0,mo=0|te,te=128>mo,li=te?7621:9216):Ai>13&&(Po=re,li=Po?23200:14657):17==Ai?(lo=-Ae,li=96):17>Ai?(ge[18]=1,li=20548):(y=P[vo],u=void 0,z=P,R=B,K=V,N=y,li=R[43]?10688:5827):22==Ai?(_=W[gt](L[4]),li=_?8294:6948):22>Ai?20==Ai?li=Re20&&(Vr=1,u=GrAi?(Q=Z,g=void 0,Ro=void 0,ze=void 0,Lo=void 0,un=M[fe](L[Ee]),li=Q[55]?4100:25605):li=20197}();break;case 22:!function(){12==Ai?(T.push(R),li=u?8928:22755):12>Ai?5==Ai?(y=Ct,u=y.concat(q),Ye=Ye.concat(u),y=ke+u.length,u=y,y=u>>8,q=255&y,li=14082):5>Ai?2==Ai?(we=oo,li=9760):2>Ai?0==Ai?(Go=1,mn|=Go,li=7873):Ai>0&&(F=F.concat(D),y=B,B=re,F=F.concat(Kn),Z=y[1],W=re,li=Z?18597:12035):3==Ai?(W=H,H=$.indexOf(W),ne=-1!==H,li=ne?12453:67):Ai>3&&(Le++,li=1378):8==Ai?li=window[Ct]?10725:23843:8>Ai?6==Ai?(P=!m[st],li=11873):Ai>6&&(li=SeAi?(D=ye[at](0,8),H=R(D,2),_.push(H),ye=ye[at](8),li=13060):(Fo.push(0),li=6373):19==Ai?li=FeAi?15==Ai?li=Y?22851:7298:15>Ai?13==Ai?(K=6===Y,li=K?3072:5282):Ai>13&&(X=u,li=X?25797:7488):17==Ai?(eo=Ie,li=eo?2434:6947):17>Ai?(Me++,li=17092):(ee=No^te[13],No=Zo,Zo=ln,ln=0|No,No=0>ln,oe=ao,io=ee-je[13],je[13]=ee,ee=No,hn=io,li=ce.indexOf?24257:17474):22==Ai?(fo=W[oo]+Ye[R],Ve=fo+le,Ye[R]=255&Ve,li=9761):22>Ai?20==Ai?(D=4===_[15],li=15745):Ai>20&&(li=19778):24==Ai?(je=Be[te]===on,li=je?4192:24676):24>Ai?(se=Q[55],Te=se.length,se=Q[55],se[Te]=D,li=8739):(En+="c",qo+="o",w.push(392,31636268903,2,1),En=En.split("").reverse().join(""),qo+="le",Qn=Ne,e(14,2,-1),Ne=En,En=qo,qo=w.pop(),be+="t",uo=qo,w.push(6137361,1,0),qo=At,e(14,2,-1),At=be,be=w.pop(),Dt=be,w.push(228859,391846796,2,0),e(14,2,-1),be=w.pop(),yo=be,li=To?11328:15426)}();break;case 23:!function(){12==Ai?(no=ue,Eo=1,li=5220):12>Ai?5==Ai?li=QnAi?2==Ai?(u=8+ki,Ye[u]=y[ki],li=6338):2>Ai?0==Ai?(Ao=he.indexOf(ne),jo=Ao,li=11333):Ai>0&&(bo=_n,li=2276):3==Ai?(q=I.charCodeAt(ot),P=255&q,qr.push(P),li=10434):Ai>3&&(fe++,li=3652):8==Ai?(so=0,li=21888):8>Ai?6==Ai?(uo=698^En.charCodeAt(Qn),Ne+=String.fromCharCode(uo),li=11491):Ai>6&&(z=B,li=23202):10==Ai?li=W?10916:8930:10>Ai?(be=19===s,li=3233):(De=[W+64*D],te=De,li=24709):19==Ai?(g=M,M=g,_=M,M=_>>24,g=255&_,I=_>>8,U=255&M,M=255&I,I=_>>16,_=255&I,ie.push(U,_,M,g),P=ie,ie=P,xr=xr.concat(ie),li=22179):19>Ai?15==Ai?(B++,li=21092):15>Ai?13==Ai?(Re++,li=19712):Ai>13&&(Ne=0,li=16736):17==Ai?(no=qt.charCodeAt(_t)-236,to+=String.fromCharCode(no),li=19524):17>Ai?(no++,li=6496):(H=3===_,li=H?22081:22852):22==Ai?(Dn.push(1),Dn=Dn.concat(xa),li=2086):22>Ai?20==Ai?(m=T<<4,T=I,G=T<<6,mn|=m,T=N,m=T<<10,T=P[$](Xo),N=T<<12,mn|=_,T=P[Ao],li=T?18658:8353):Ai>20&&(Er.push(V),V=[],$=ke,L=void 0,li=$[52]?22692:8512):24==Ai?(y=[255],Lt=y,li=22884):24>Ai?(u=Dr,li=y?7520:3362):(Y=5===T[15],li=Y?24805:22209)}();break;case 24:!function(){12==Ai?li=XeAi?5==Ai?li=WeAi?2==Ai?li=G?6306:17731:2>Ai?0==Ai?(Re=oi,en=ei,Re=+Re,kn=en[35],pn=en[0],en=0===Re,Qo=2===Re,Ee=s,Me=1===Re,me="po",me+="p",ge=me,li=en?19:10628):Ai>0&&(Le=void 0,te=0,he=jo[55],vn=he,he=D[fe](le[Ee]),mo=D[fe](le[Xe]),wn=he,he=mo,wn+=Jo,he+=Jo,mo=he,on=wn,li=vn.indexOf?15430:20704):3==Ai?(g=An,li=g?6404:25282):Ai>3&&(ie=W,li=ie?4515:19715):8==Ai?(Le=ne,li=Le?25922:384):8>Ai?6==Ai?(Ae=1===to[5],li=22624):Ai>6&&(y=B.split(Jo),B=te[55],D=ye+Jt,H=Jo+e,on=H[Oo](so,Et),H=y,y=B,B=Nr%H.length,on=on[Oo](ne,kn),ne=H[B],B=ne%4,H=on.length,wr=B,B=D[at](0,8),D=H%60,ne=wr,Be=H/60,H=R(B,2),_.push(H),B=0|Be,ao=_,li=D?16101:21092):10==Ai?(R=254,li=25089):10>Ai?(ge++,li=19873):(V=353^R.charCodeAt(Y),K+=String.fromCharCode(V),li=8513):19==Ai?li=3>ce?25924:16067:19>Ai?15==Ai?(Q=ze,li=Q?24708:2404):15>Ai?13==Ai?li=Mo13&&(B=T+1,Xr=B,fa=q,q=Mt,Se=Xr,B=fa,T=Se,li=q[60]?12546:8963):17==Ai?li=Io?22946:15809:17>Ai?(J=et,li=J?2593:10246):(H=128|H,li=19744):22==Ai?(D=void 0,li=6310):22>Ai?20==Ai?(xo=X.charCodeAt(de)-716,ve+=String.fromCharCode(xo),li=19973):Ai>20&&(li=20165):24==Ai?(T=253,li=21026):24>Ai?(P=m,li=17987):(go=[],li=4230)}();break;case 25:!function(){12==Ai?(ye--,li=4326):12>Ai?5==Ai?(X=me,li=X?453:25216):5>Ai?2==Ai?(y=nr,u=Tn,B=Mt,B=N,z=Mt,T=z[59],li=y?8450:195):2>Ai?0==Ai?(Co=Pn[ho],u=Co[fe],li=26403):Ai>0&&(Oe=Y[Ln],N=Oe[Se](P),li=N?13637:1696):3==Ai?(X="\u032d\u0336\u032b\u033d\u033d\u0318\u032b\u0337\u032f",xo=void 0,Fe=kn,qe="",Me+="I",ho=[],Qe="\u02dc\u02cd\u02d3\u02d1\u02c4",bn="",dn=0,Me=Me.split("").reverse().join(""),q=In,eo=0,Pn="to",Vn=0,li=ge[18]?20548:15):Ai>3&&(Ko=-1,li=4675):8==Ai?(Ln=Po,yn+="ER_DEKSAM",yn+="NU",pe=u,be+="lu",Me=Me.split("").reverse().join(""),X=kn,kn=re,Vn+="perty",Ie=Ie.split("").reverse().join(""),u=On,Jn=Vn,Vn=zo,Mo+="e",li=23972):8>Ai?6==Ai?(ao=[ye],ye=Nn,He=hn,ee=64>ye,li=ae.indexOf?7297:16960):Ai>6&&(yo=ve.charCodeAt(Po)-667,Jn+=String.fromCharCode(yo),li=17765):10==Ai?(W=ye[61],li=W?16612:14048):10>Ai?(V.push(P),li=ke?11012:20581):(ae++,li=25059):19==Ai?(J=I,le=void 0,D=[],H=8,se=0,ne=19,li=5379):19>Ai?15==Ai?(H=[_],on=H,li=10789):15>Ai?13==Ai?(Ze.push(go),li=lo?9572:3360):Ai>13&&(Y="",V=Va[m]+1,li=9473):17==Ai?(kt=dt.charCodeAt(ne)-531,se+=String.fromCharCode(kt),li=1636):17>Ai?(H++,li=6915):(re=W.charCodeAt(jo),M=255&re,L.push(M),li=4645):22==Ai?(bo=-_n,li=2276):22>Ai?20==Ai?(N="g",Ro[2]=2,Lo=e[Mo](2,10),N+="e",N+="tInf",N+="o",ze[N](Lo),li=19459):Ai>20&&(I=[W+64*g],H=I,li=6786):24==Ai?li=20706:24>Ai?li=3525:(go++,li=11714)}()}}();break;case 6:!function(){switch(mi){case 0:!function(){12==Ai?(q=Tn,R=q,q=R[xo],R=65535&Ge,Y=Tn,M=[nt],g=Y[Da],U=q[ve](),q=R,R=Y[pe],D=Y[Ln],H=!g,Uo=M,M=Y[X],ne=U*_,_=255&q,U=q>>8,q=Uo,Be=255&U,He.push(Be,_),li=H?20931:1507):12>Ai?5==Ai?(ue=-we,li=1441):5>Ai?2==Ai?li=_tAi?0==Ai?(Kn=wo-ro,oo=16*W[11],to=Kn>=oo,li=to?7235:16864):Ai>0&&(To="\u0238\u0229\u023d\u023b\u022d",In="",qo=0,li=3106):3==Ai?(z=[255],ti=z,li=18657):Ai>3&&(Wn++,li=18053):8==Ai?(Oe=_t.length-1,li=22021):8>Ai?6==Ai?li=ne?17187:16547:Ai>6&&(On+="tar",On+="t",Fe="c",Jn="\u0246\u0245\u0257\u0241\u0268\u0245\u0250\u0241\u024a\u0247\u025d",Oo="+",Xe="",bn+="iTtes",eo+="nect",bn=bn.split("").reverse().join(""),fe=0,de+="v",Co=0,li=5698):10==Ai?(Dn=new String,Dn[uo]=T,Dn[I]=T,window[UA_Opt[Z]]=Dn,li=21027):10>Ai?(ko[3]=te,w.push(403872822,25336884479,2,0),e(14,2,-1),te=w.pop(),oe=Ye[te],li=oe?24004:7905):(Fn=127&ee,ee>>=7,li=ee?8289:23718):19==Ai?li=feAi?15==Ai?(Me++,li=9856):15>Ai?13==Ai?(te=0,li=99):Ai>13&&(Ye={},li=6149):17==Ai?(yo[31]++,li=22595):17>Ai?(T=se,J=J.concat(T),J.push(le),li=le?25921:1157):(Me=22===be,X=0===be,li=pe?19140:23107):22==Ai?(er+="nt",so=so.split("").reverse().join(""),Ao=[],Yo+="sour",jt=[],Rt=Ht,Ht=[],Ma=Je,Je=ei,sn+="string",Ia=eo,w.push(470134139,14982613639,12215088532,3,0),we=void 0,Ba=er,er=void 0,za=eo,Yo+="ce",Va=zt,zt=Jt,Jt=xe,xe=0,Da=ie,ie=0,ue=Lt,Lt=void 0,li=tt?6725:5477):22>Ai?20==Ai?(wo=ee[ye],ro=le[51],$o=void 0,Je=le,Pe=fo,oo=ro,ro=ko,to=wo,ro[1]++,wo=0,xe=4===to[5],li=xe?14405:6208):Ai>20&&(L=Le,Le=De,De=le,li=Ao?2341:19714):24==Ai?li=10593:24>Ai?li=roAi?5==Ai?li=197:5>Ai?2==Ai?li=y?11745:24965:2>Ai?0==Ai?li=ke0&&(vt=0,li=22146):3==Ai?(Ao=bo,li=wn?5889:20801):Ai>3&&(Wo=se,se=wn,_n=64>$,U=U.concat(mo),mo=0|$e,$e=M,M=Ue,li=_n?17857:22817):8==Ai?(R=[0],Fa=R,li=21219):8>Ai?6==Ai?(u[Qn]++,pe=Jo,en=pe,li=19872):Ai>6&&(D="e",D+="lb",D+="isiv",D=D.split("").reverse().join(""),ye=y===D,li=ye?21537:3776):10==Ai?(m=T,li=7456):10>Ai?(re=ho.charCodeAt(Vn)-605,X+=String.fromCharCode(re),li=7552):(re+="re",Ho+="avi",re+="s",Ho+="g",Xe+="r",re+="u",Ho+="ator",Po=Jn[Xe],Xe=Jn[Ho],re=re.split("").reverse().join(""),fe=Po[re],Po=Xe[Oo],re=Po.indexOf(Co),Po=-1!==re,li=Po?17828:26144):19==Ai?(De=$,li=14340):19>Ai?15==Ai?li=TAi?13==Ai?(D=I,K=K.concat(D),M=J,U++,li=23778):Ai>13&&(H=127&M,M>>=7,li=M?10274:22752):17==Ai?(To=y,co=In.type,y=co===Ie,Re=co===X,Ln=co===yo,yo=co===Ee,pn=co===En,En=co===uo,Io+="rt",uo=co===Jo,A=co,Jo=co===Io,li=uo?14757:15425):17>Ai?(Dn.push(0),li=10532):(y=Tn,u=y,y=oa,B=Jo,z=Mt,li=y?10403:12389):22==Ai?(me++,li=10372):22>Ai?20==Ai?(z=R,R=z,z=R.length>255,li=z?5442:25984):Ai>20&&(J[55]=[],li=547):24==Ai?(Ce=z[Ln],Z=Ce[Un](N,K),li=Z?1792:9669):24>Ai?(Ke=0>Ge,ce=void 0,li=Ko?23748:24773):(jo=Ao,D=1,li=11331)}();break;case 2:!function(){12==Ai?li=ooAi?5==Ai?(ko=[],li=674):5>Ai?2==Ai?(io=-Zo,li=5664):2>Ai?0==Ai?(oe=Ye[te], li=oe?11492:9601):Ai>0&&(jo=J,H=void 0,se=void 0,ne=0,Ao=void 0,li=jo[55]?1797:256):3==Ai?li=jo?8389:449:Ai>3&&(li=y[21]?12613:20195):8==Ai?(u=ho,li=u?18625:18628):8>Ai?6==Ai?(ke[60]=1,Se=[1],Sa=Se,li=3648):Ai>6&&(li=T?3205:24258):10==Ai?li=Y?8706:19968:10>Ai?li=M?23169:3169:(Uo=F,_e=Uo,li=3521):19==Ai?(Ce=_,li=9635):19>Ai?15==Ai?(Be=vn.indexOf(on),se=Be,li=9952):15>Ai?13==Ai?(oe=ce>Cn,li=oe?25762:17603):Ai>13&&(an=1===ae[15],li=an?20933:11653):17==Ai?(pe=X,li=pe?21760:1637):17>Ai?(g=J,U=-1===g,li=U?12929:4130):li=uo>To?18659:12:22==Ai?(Me="",X="\u01ef\u01f0\u01dd\u01df\u01e7\u01d0\u01ee\u01dd\u01df\u01e1\u01c8\u01e5\u01e9\u01e5\u01f0",de="",xo=0,Fe="\x90\x97\x82\x80\x88\xb7\x91\x82\x80\x86\xaf\x8a\x8e\x8a\x97",li=21061):22>Ai?20==Ai?li=Y20&&(ye--,li=16162):24==Ai?(Vt=Vt.concat(g),y=U,li=M?16453:4482):24>Ai?(In=window[y],li=130):li=ioAi?5==Ai?(I=U,_=ke-m,U=_/qt.length,_=U*I,ke=m+_,_=U*g,m+=_,_=qt[Ia](0,I),g=_+Yn,_=qt[Ia](I),qt=g+_,_=ke[Aa](2),g=_[Ia](2),_=m[Aa](2),I=_[Ia](2),_=g.split(Se),U=I.split(Se),I=0,J=_[_a],li=J?11906:25985):5>Ai?2==Ai?(Jo="",Io=0,Ee="\u0190\u0192\u0188\u018e\u0198\u0188\u018d",li=17861):2>Ai?0==Ai?(Jo=En,To=kn,Ne="",uo="\u0239\u0230\u023c\u022a\u022c",be=In,yo=At,li=yo[61]?18916:2278):Ai>0&&(ra=1,R=M3&&(So+="d",So+="y",u=Ee[So],X=u[de],li=4320):8==Ai?(Q=5,li=3649):8>Ai?6==Ai?(Dn.push(1),Dn=Dn.concat(m),li=22115):Ai>6&&(Dn.push(0),li=22628):10==Ai?li=peAi?(yo[47]=[],li=10533):(H=te,ne=1,li=15043):19==Ai?(Dn.push(1),Dn=Dn.concat(z),li=230):19>Ai?15==Ai?(no=wo[48],Eo=Ae[0],_o=Co,lo=0,Ze=Eo%7,Eo=no[Ze],no=Eo^Ae[3],li=17633):15>Ai?13==Ai?(U=1===B,li=U?20261:8608):Ai>13&&(R=Ft,M=Mt,li=y?11973:22976):17==Ai?(ro=wo%128,Je=[],Pe=wo-ro,We=Pe/128,Pe=ro+128,ro=127&We,Je.push(Pe,ro),to=Je,li=23682):17>Ai?(y=M[72],B=255&y.length,z=void 0,_=y,g=y.length>>8,y=0,I=[],U=255&g,_+=Jo,li=675):(ae=_.charCodeAt(ce)-605,je+=String.fromCharCode(ae),li=15552):22==Ai?(ln=void 0,Zo=No,ee=void 0,rn=ao,oe=Zo,io=rn[29],hn=0,Uo=io,li=Uo.indexOf?21696:4322):22>Ai?20==Ai?(Co=0,li=6307):Ai>20&&(li=So?16549:23557):24==Ai?(y=[255],pr=y,li=8644):24>Ai?(ee=xe[29],lo=fo,we=0===lo.length,li=we?20099:7810):(re=Jo,li=9954)}();break;case 4:!function(){12==Ai?(ho[14]=dn^X,be=Ee,be+="",li=me?9345:6852):12>Ai?5==Ai?(y=co===be,li=7648):5>Ai?2==Ai?(ue=5===Ae[5],li=ue?15462:1314):2>Ai?0==Ai?(q=void 0,T=53493,Se=0,R=T,T=[],Y=B,li=7877):Ai>0&&(M=ie%128,_=[],g=ie-M,I=g/128,g=127&I,I=M+128,_.push(I,g),$=_,li=804):3==Ai?(Fo=Ue,li=736):Ai>3&&(nn=127&_o,_o>>=7,li=_o?160:20069):8==Ai?(Be=128|Be,li=2308):8>Ai?6==Ai?(M=0,I=U,U=g[Oo](/"/g,Jo),li=I?15840:9605):Ai>6&&(li=9701):10==Ai?li=XAi?(ge=Qe,Fe=co,li=3490):li=ynAi?15==Ai?(u++,li=21028):15>Ai?13==Ai?(Kn=Je,li=Kn?7747:21700):Ai>13&&(li=deAi?(pe=uo[56],pe.unshift(),li=25665):(y=[u],da=y,li=19202):22==Ai?(I=po[vo],U=I[cr],li=U?21088:98):22>Ai?20==Ai?(P++,li=5413):Ai>20&&(Xo=W.charCodeAt(g)-614,ze+=String.fromCharCode(Xo),li=2817):24==Ai?(Er=Er.concat(Q),J=L,$=J,L=u,u=-1===L,li=u?1317:11936):24>Ai?li=15520:(T=P[m](),N=255&T,Dn.push(N),li=6661)}();break;case 5:!function(){12==Ai?(V=[0],ii=V,li=14976):12>Ai?5==Ai?(_e=[],No=Ke%128,Zo=No+128,io=Ke-No,No=io/128,io=127&No,_e.push(Zo,io),he=_e,li=5859):5>Ai?2==Ai?(y=255,li=19908):2>Ai?0==Ai?(W=document[me],W[Vn](_),li=10788):Ai>0&&(uo=y,y=yo,uo+="",yo=uo,li=Ne.indexOf?14689:14784):3==Ai?(jt=Rt.charCodeAt(Ao)-513,Lt+=String.fromCharCode(jt),li=11877):Ai>3&&(g=H,M=1,li=21248):8==Ai?(R=0|!!y[K],Y=z<<0,z=R<<1,P|=Y,P|=z,z=[P],Pt=z,li=9924):8>Ai?6==Ai?(y=re,Z=Mt,W=y[17],le=D,ee=Ye,li=le?22144:7683):Ai>6&&(ke=$,Se=De,li=5795):10==Ai?(Ie++,li=7360):10>Ai?(bt=2*bt,li=23680):(De++,li=1698):19==Ai?(me=0,X="\u032a\u0328\u0339\u030f\u0322\u0338\u0323\u0329\u0324\u0323\u032a\u030e\u0321\u0324\u0328\u0323\u0339\u031f\u0328\u032e\u0339",u="",li=2148):19>Ai?15==Ai?(ye=3,li=7651):15>Ai?13==Ai?(g=po.charCodeAt(M)-302,Z+=String.fromCharCode(g),li=22050):Ai>13&&(De++,li=4485):17==Ai?(xe++,li=17699):17>Ai?(m=!0,li=10979):(An=!po[Io],li=3845):22==Ai?(D=se.length-1,li=19777):22>Ai?20==Ai?(T=Y,li=T?18433:21059):Ai>20&&(fo=[se+64*Ue],Ao=fo,li=10755):24==Ai?($e=[q+64*Ue],he=$e,li=12674):24>Ai?(Ve.push(Fn),li=ee?12320:3554):(Pa=void 0,li=18050)}();break;case 6:!function(){if(12==Ai)li=_?10562:5377;else if(12>Ai)if(5==Ai)ee=Vn,vi="",li=2371;else if(5>Ai)if(2==Ai){Io=co,Ee="",pe=0,ge="\xdb\xca\xcc\xce\xe1\xca\xdd\xca\xd8\xc8\xd9\xc2\xdb\xdf\xee\xc5\xca\xc9\xc7\xce\xcf",u=0,de=0,w.push(27,0xf8bb9cfab4,4085502972863,7913636905,204403201775,5,0),ve=To;try{for(var o=2;void 0!==o;){var n=1&o,t=o>>1,r=1&t;switch(n){case 0:!function(){0==r?(xo=pe[Fe],o=1):r>0&&(xo="r",xo+="e",xo+="llac",xo=xo.split("").reverse().join(""),Fe=xo,pe=e[Fe],xo=pe,o=xo?0:1)}();break;case 1:!function(){de=xo,o=void 0}()}}}catch(a){}xo=pn,Fe=kn,qe=void 0,ho=pe+Jo,li=4643}else 2>Ai?0==Ai?(ke++,li=12516):Ai>0&&(g=0,li=3203):3==Ai?(Ae.push(we),li=xe?14788:8226):Ai>3&&(Dn=window[I]+Jo,mn=Dn.indexOf(UA_Opt[Z]),Ro=mn>0,li=Ro?19621:8453);else 8==Ai?(vn=164^De.charCodeAt(Ue),bo+=String.fromCharCode(vn),li=11717):8>Ai?6==Ai?(fe=ei,Co=fe[56],vo=ba,Mo=fe[47],ke=+new vo[Me]-fe[12],li=Mo?24868:26180):Ai>6&&(li=7941):10==Ai?(M=U,g=0|M,M=128>g,li=M?2660:22180):10>Ai?(so=4===ao[15],li=7681):li=GeAi?15==Ai?(go=128|go,li=14117):15>Ai?13==Ai?(I+=dt,li=3235):Ai>13&&(me=0===be,li=Me?9314:18438):17==Ai?(Ie=q[X]>864e4,li=Ie?4740:26308):17>Ai?(Ve=Fn,ao=Ve,li=6946):(y=pn[xo],li=en[me]?7971:4288):22==Ai?(V=Y[Se],P=V^R,R=P,V=255&P,T.push(V),li=17600):22>Ai?20==Ai?(D=te[55],mo=te[55],g=D.length,mo[g]=he,li=25798):Ai>20&&(y[0]=254,li=16516):24==Ai?(Z[41]=0,N=void 0,li=19106):24>Ai?(W++,li=15873):(M=g,g=M,M=g,g=R,U=g[29],D=U,U=M,li=D.indexOf?22819:11621)}();break;case 7:!function(){12==Ai?(G=Ce,li=G?4644:14660):12>Ai?5==Ai?(Qe+="dden",me="",A=r,Ho=Ho.split("").reverse().join(""),dn=4===r,li=1793):5>Ai?2==Ai?(yo[61]=[],li=18916):2>Ai?0==Ai?(z=Tn,R=k,li=Y?3234:9537):Ai>0&&(li=rn?12450:18048):3==Ai?(Y=253,li=6274):Ai>3&&(li=ye>=0?20486:5699):8==Ai?(me=Ie[X]>10,li=5925):8>Ai?6==Ai?(Qo[0]=128|Qo[0],li=1286):Ai>6&&(li=meAi?(m=0,li=15394):(le[51]=[],Ye=0,fo=[],ye=y,ce=[],ee=[],Ve=void 0,cn=void 0,Do=[],ko=[],Cn=void 0,sn=[],wo=le,ro=ee,ko[2]=0,ko[1]=0,$o=Z,ko[0]=0,tn=[],Je=$o.length<=1,li=Je?26116:9440):19==Ai?(Pe=wo,Je=Je.concat(Pe),wo=void 0,Pe=Eo,xe=0|Pe,Pe=0>xe,Ae=Pe,li=Ae?12064:22659):19>Ai?15==Ai?(kn[3]=0,pn[3]=Ee.length+Jo,li=1505):15>Ai?13==Ai?(pe=y,li=19042):Ai>13&&(on++,li=3424):17==Ai?(Ao=0,li=15939):17>Ai?(Ra.push(1),Ra=Ra.concat(fo),li=4834):(ao=[mo],I=ao,li=11424):22==Ai?li=qeAi?20==Ai?(eo=bn.charCodeAt(de)-71,ve+=String.fromCharCode(eo),li=20097):Ai>20&&(P=Y.charCodeAt(V),m=255&P,R.push(m),li=19972):li=24==Ai?lo?16385:9570:24>Ai?VAi?(Y=m,li=Y?18018:19136):(Eo=[oo+64*Yo],to=Eo,li=21508)}()}}();break;case 7:y=Ye.slice(12);var ki=0;u=y,li=10693;break;case 8:de=de.split("").reverse().join(""),qe=q[Ho],vo+="e",q=Po[Qe],Qe=qe+Oo,X+="esy",vo+="Oscil",Ei[70]=Qe+q,vo+="lato",qe=Ei[25],X+="lanAe",X+="tae",X+="rc",vo+="r",Qe=qe[vo](),Qe.type=xo,xo=Ei[25],X=X.split("").reverse().join("");var Si=xo[X]();Qe[dn](Si),Qe[On](0),X=Ei[25];var xi=X[ho]();X=xi[re],X[de]=0,X=Ei[25];var wi=X[u](4096,1,1);Si[Fe](wi),X=Ei[25],u=X[Vn],wi[ve](xi),xi[eo](u),wi[Xe]=function(){var o="o";o+="na",o+="udiopr",o+="oc",o+="e",o+="s",o+="s",wi[o]=null,e(16,Si,xi,wi)},X=function(){for(var e="\u0298\u0299\u0296\u0282\u0293\u029e\u0298\u0287\u0285\u0298\u0294\u0292\u0284\u0284",o="",n=0;nDo,ni=[],Ye+="a",hi=Oo,Ye+="p",ko=[],Ut=void 0,Zt="\u0210",Cn=pt,pt=wt,wt=void 0,It=void 0,Cr=0,Sr=[],xr=[],wr=void 0,li=4193;break;case 22:return ur;case 23:var ki=0;y=255&u,$t.push(q,y),gr=$t,y=gr,li=17760;break;case 24:ye=Z[Ye];var Fi=0;ee=5===ye[5],li=ee?6466:11841;break;case 25:ye=ee.length-1;var Fi=0;li=4326}}}catch(qi){if(Or>=0||Or[0]>=0)return e(0,Or,Ca,qi);26!==r&&(Nt="e",Nt+="g",Nt+="as",w.push(205023536,1,1),e(14,2,-1),Nt+="sem",ur=w.pop(),Nt=Nt.split("").reverse().join(""),e(26,encodeURIComponent(qi[Nt]),encodeURIComponent(qi[ur]),b,A))}}function o(e,o){function n(e){for(var o=1;void 0!==o;){var r=3&o,a=o>>2,i=3&a;switch(r){case 0:!function(){0==i?o=c0&&(c++,o=0)}();break;case 1:var h="\u0175\u0170\u0154\u0175\u0173\u016a\u016f\u0168",c=0,s="o";s+="bjec";var d="";o=0;break;case 2:var p=h.charCodeAt(c)-257;d+=String.fromCharCode(p),o=4;break;case 3:var v=d;s+="t";var u=s;for(var g in e){var l=e[g],C=l[v],f=C===t;if(f){var m=e[g];e[g]=m[v]();break}var b=typeof e[g]===u;b&&n(e[g])}o=void 0}}}for(var r=2;void 0!==r;){var a=7&r,i=r>>3,h=7&i;switch(a){case 0:!function(){1==h?(n(e),r=6):1>h?r=s>6,h=63&i;switch(a){case 0:!function(){12==h?r=n?20:25:12>h?5==h?(Q[B]=t,r=128):5>h?2==h?r=void 0:2>h?0==h?r=je0&&(r=H3&&(z++,r=1216):8==h?(N=7.1>=Z,r=576):8>h?6==h?(window[D]=t,re=1,r=192):h>6&&(p=d[ve],r=27):10==h?(j++,r=1600):10>h?(ee=N,r=23):(be=jQuery[Le],r=11):19==h?r=zh?15==h?r=Mh?13==h?(Re++,r=1344):h>13&&(M++,r=960):17==h?(ae++,r=1536):17>h?(I=we[w],r=4):(ue++,r=1280):22==h?(je++,r=0):22>h?20==h?r=ue20&&(r=Re<_e.length?8:704):24==h?r=aeh?(H++,r=64):r=j0;r=m?36:22;break;case 6:var b="m";b+="ar",b+="ap",b=b.split("").reverse().join(""),l=jQuery[b];var A="pa";A+="ram",jQuery[A]=o,r=31;break;case 7:var k=V.charCodeAt(z)-127;B+=String.fromCharCode(k),r=256;break;case 8:var S=_e.charCodeAt(Re)-416;Le+=String.fromCharCode(S),r=832;break;case 9:var x="",w="",j=0,O="\u0305\u030d",y="^EAQFM";r=1600;break;case 10:var E="nf",R="",_="jq";_+="ue";var L="\u034c\u034a\u035d\u034c\u034b\u034d";E=E.split("").reverse().join(""),_+="ry";var T=jQuery[E],M=0;r=960;break;case 11:var I=be;r=I?9:4;break;case 12:var P=ne;r=P?2:16;break;case 13:var D=ie;r=window[D]?5:192;break;case 14:var N=Z>=4;r=N?512:576;break;case 15:var U=867^O.charCodeAt(j);x+=String.fromCharCode(U),r=640;break;case 16:e[n]=t;var B="",z=0,V="\xf3\xee\xd2\xf3\xf1\xe8\xed\xe6",Q=e[n];r=1216;break;case 17:var W="",G="\u035e\u035c\u036b",F={},q="s",H=0,X="d";r=64;break;case 18:var J="p";J+="ara",J+="m",u=jQuery[J],r=3;break;case 19:var K=T[_],Y=K.charCodeAt(0),$=K[R](2),Z=parseFloat($),ee=49===Y;r=ee?14:23;break;case 20:var oe="yt";oe+="re",oe+="po",oe+="r",oe+="Pe",oe+="nifed",oe=oe.split("").reverse().join("");var ne=Object[oe];r=ne?24:12;break;case 21:var te="\xeb\xe9\xf8\xd9\xc5",re=0,ae=0,ie="";r=1536;break;case 22:var he="la";he+="V",he+="goL.",he+="tp",he+="O_AU",he=he.split("").reverse().join("");var ce=g.indexOf(he);m=ce>0,r=36;break;case 23:var se=ee;r=se?6:31;break;case 24:var de="g";de+="etOw",de+="n",de+="Prope",de+="r",de+="t",de+="yD",de+="escriptor",ne=Object[de],r=12;break;case 25:return;case 26:var pe="\u010a\u0106\u0107\u010f\u0100\u010e\u011c\u011b\u0108\u010b\u0105\u010c",ve="",ue=0;r=1280;break;case 27:var ge=p;r=ge?17:21;break;case 28:var le="l",Ce="t",fe="va";le+="aV",fe+="lue",Ce+="oSt",fe+="Of",le+="go";var me="j";me+="Q",le+="L",Ce+="r",me+="uery",le=le.split("").reverse().join("");var be=window[me];Ce+="ing",r=be?37:11;break;case 29:var Ae=G.charCodeAt(H)-759;W+=String.fromCharCode(Ae),r=1472;break;case 30:var ke=831^L.charCodeAt(M);R+=String.fromCharCode(ke),r=896;break;case 31:var Se=new String;Se[Ce]=t,Se[fe]=t,window[UA_Opt[le]]=Se,r=128;break;case 32:X+="efi",q+="et",F[W]=t,X+="n",X+="eP",X+="rop",F[q]=function(){};var xe=F;X+="erty",Object[X](e,n,xe),r=128;break;case 33:var we=jQuery[x],je=0;r=0;break;case 34:var Oe=361^pe.charCodeAt(ue);ve+=String.fromCharCode(Oe),r=1152;break;case 35:var ye=52^y.charCodeAt(je);w+=String.fromCharCode(ye),r=1408;break;case 36:var Ee=m;r=Ee?384:192;break;case 37:var Re=0,_e="\u0206\u020e",Le="";r=1344}}}function t(){var o="f";o+="ro",o+="mCom",o+="pat",o+="ibilit",o+="y",E[o]=1;var n=e(1,E);return n}function r(e){for(var o=1;void 0!==o;){var n=7&o,t=o>>3,r=7&t;switch(n){case 0:!function(){2==r?o=0:2>r?0==r?o=c?3:24:r>0&&(o=void 0):3==r?o=8:r>3&&(c=c[p],o=16)}();break;case 1:var a="p",i=C,h=s(e),c=d(h);a+="ar",a+="ent",a+="Node";var p=a;o=16;break;case 2:return 1;case 3:var v=c===i;o=v?2:32}}}function a(){for(var e=9;void 0!==e;){var o=15&e,n=e>>4,t=15&n;switch(o){case 0:!function(){7==t?e=Ft?3==t?e=vt?1==t?e=176:1>t?(M++,e=144):(F++,e=112):5==t?(z+="eElem",N+="_In",N+="putId",P+="Child",z+="ent",x=document[z](L),x.type=V,x.name=Q,x[B]=N,O[P](x),e=14):5>t?e=x?14:12:(N+="A",e=112):11==t?e=Tt?e=9==t?Mt?It?(I++,e=128):14==t?(m++,e=33):t>14&&(v++,e=48)}();break;case 1:!function(){2==t?e=mt?0==t?(x=E,e=17):t>0&&(l++,e=160):3==t?e=128:t>3&&(T++,e=176)}();break;case 2:var r=595^A.charCodeAt(m);k+=String.fromCharCode(r),e=224;break;case 3:var a=U.charCodeAt(T)-979;L+=String.fromCharCode(a),e=65;break;case 4:var i=w;e=i?7:64;break;case 5:var h=D.charCodeAt(F)-924;V+=String.fromCharCode(h),e=32;break;case 6:var c=u.charCodeAt(v)-439;p+=String.fromCharCode(c),e=240;break;case 7:var s="ge",d="u",p="",v=0;d+="a",s+="tEl";var u="\u0220\u0225\u0227\u022c\u022b",g=d,l=0;e=48;break;case 8:var m=0,b=x[j]("name"),A="\u0226\u0232",k="";e=33;break;case 9:var S="ge";S+="tA";var x=f,w=!x;S+="t",S+="tribu",S+="te";var j=S,O=C;e=w?4:8;break;case 10:var y=G.charCodeAt(I)-700;B+=String.fromCharCode(y),e=192;break;case 11:var E=q[l],R=E[j]("name"),_=R===g;e=_?1:17;break;case 12:var L="",T=0,M=0,I=0,P="a";P+="ppe";var D="\u0404\u0405\u0400\u0400\u0401\u040a";P+="nd";var N="U",U="\u043c\u0441\u0443\u0448\u0447",B="",z="cr",V="",Q="",W="\u032c\u0338",G="\u0325\u0320";z+="eat";var F=0;e=144;break;case 13:l=0,s+="ements",s+="ByTagN",s+="ame";var q=O[s](p);e=160;break;case 14:return f=x,x;case 15:var H=857^W.charCodeAt(M);Q+=String.fromCharCode(H),e=0}}}function i(){var o=a(),n="e";n+="u",n+="la",n+="v",n=n.split("").reverse().join(""),delete o[n];var t="eu";t+="l",t+="a",t+="v",t=t.split("").reverse().join(""),o[t]=e(1,E)}function h(e){for(var o=1;void 0!==o;){var n=1&o,t=o>>1,a=1&t;switch(n){case 0:!function(){0==a?o=void 0:a>0&&(m=1,i(),o=0)}();break;case 1:var h=r(e);o=h?2:0}}}function c(e){for(var o=1;void 0!==o;){var n=3&o,t=o>>2,a=3&t;switch(n){case 0:!function(){1==a?(i(),o=8):1>a?(h=r(e),o=2):o=void 0}();break;case 1:var h=1!==m;o=h?0:2;break;case 2:var c=h;o=c?4:8}}}function s(e){for(var o=2;void 0!==o;){var n=7&o,t=o>>3,r=7&t;switch(n){case 0:!function(){1==r?o=ir?(i++,o=8):(c=window[h],o=3)}();break;case 1:var a="\u01d0\u01c3\u01d0\u01db\u01c1",i=0,h="";o=8;break;case 2:var c=e;o=c?3:1;break;case 3:var s=c;return s;case 4:var d=437^a.charCodeAt(i);h+=String.fromCharCode(d),o=0}}}function d(e){for(var o=3;void 0!==o;){var n=7&o,t=o>>3,r=7&t;switch(n){case 0:!function(){2==r?o=dr?0==r?(d++,o=16):r>0&&(o=h3&&(g=e[i],o=2)}();break;case 1:var a="\u02b5\u02b4\u02a5\u0287\u02ae\u02a7\u02af\u02a7\u02b0\u02b6",i="",h=0;o=8;break;case 2:var c=g;return c;case 3:var s="",d=0,p="\xee\xdb\xec\xe1\xdf\xee";o=16;break;case 4:var v=p.charCodeAt(d)-122;s+=String.fromCharCode(v),o=0;break;case 5:var u=a.charCodeAt(h)-578;i+=String.fromCharCode(u),o=24;break;case 6:var g=e[s];o=g?2:1}}}for(var p=2;void 0!==p;){var v=7&p,u=p>>3,g=7&u;switch(v){case 0:!function(){y={},p=3}();break;case 1:var l=0,C,f,m,b=0,A="",k="\x00\b \n \f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xaf\xb0\xb1\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xbb\xbc\xbd\xbe\xbf\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf\xd0\xd1\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xdb\xdc\xdd\xde\xdf\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff".split(""),S=new RegExp("0+$"),x={};b=11,e(27),p=void 0;break;case 2:var w=[];w.unshift([]);var j="__acjs_awsc_140",O=[],y=window.UA_Opt;p=y?3:0;break;case 3:window.UA_Opt=y;var E=window.UA_Opt;p=E.loadTime?4:1;break;case 4:var R=new Date;E.loadTime=+R,p=1}}}(); globalMy.asyncFunc(); !function(){function e(b,k,o,t,n){var d,v,h,l,u,f,C,p,g,m,w,S,A,j,$,M,y,T,B,I,P,_,E,L,V,N,O,R,x,D,H,G,U,F,W,z,X,Q,q,K,J,Y,Z,ee,ae,re,ce,se,be,ke,ie,oe,te,ne,de,ve,he,le,ue,fe,Ce,pe,ge,me,we,Se,Ae,je,$e,Me,ye,Te,Be,Ie,Pe,_e,Ee,Le,Ve,Ne,Oe,Re,xe,De,He,Ge,Ue,Fe,We,ze,Xe,Qe,qe,Ke,Je,Ye,Ze,ea,aa,ra,ca,sa,ba,ka,ia,oa,ta,na,da,va,ha,la,ua,fa,Ca,pa,ga,ma,wa,Sa,Aa,ja,$a,Ma,ya,Ta,Ba,Ia,Pa,_a,Ea,La;Sa=this,Aa=-1,ja=0;try{function Va(e,a){for(var r=2;void 0!==r;){var c,s,b=3&r>>2;switch(3&r){case 0:!function(){switch(b){case 0:r=t>2;switch(3&e){case 0:!function(){switch(c){case 0:e=void 0;break}}();break;case 1:var s="ed";s+="oNtn",s+="era",s=(s+="p").split("").reverse().join("");var b=Ka[s];e=b?2:0;break;case 2:var k="re";k+="mov",k+="eChi",b[k+="ld"](Ka),e=0;break}}}for(var Oa=16450;void 0!==Oa;){var Ra,xa=Oa>>5,Da=31&xa,Ha,Ga=31&xa>>5;switch(31&Oa){case 0:!function(){switch(Da){case 0:!function(){switch(Ga){case 0:ne=he[oa],de=e,je="\u03ae\u03a1\u03af\u03b1\u03a9\u03a1",Ee="",Ke=0,Oa=19074;break;case 1:f=h[K]===u,Oa=f?3366:19906;break;case 2:f=void 0,d=h,M=void 0,p="h",p+="ome",p+="-",p+="userna",p=e(4,2,v=p+="me"),Oa=15617;break;case 3:Oa=(g=(v=g)<64)?4259:419;break;case 4:Oa=p25,P++,E=re instanceof Boolean,Oa=(E=(N=(ze=ma+E)*ze)>=(ta=4*(ze=ma*E)))?10528:2692;break;case 13:Oa=1120;break;case 14:Oa=(pe=re)?10305:9410;break;case 15:Oa=p-156)?1154:6785;break;case 5:Oa=DTa,e(4,1,P=ce,V=I),Oa=Ta?2241:18081;break;case 7:h=B,f=1,Oa=15619;break;case 8:v=w[M]-f,v=255&(g=(S=(g=255&v)>>(v=d))+(v=g<<(A=8-v))),Oa=4418;break;case 9:l=u,u=typeof C[B]!==l,w="\xd4\xc6\xd1\xc5\xa0\xcf\xc2\xc1\xc2\xcb\xd1\xc6\xbe\xc9\xd0",h="",f=0,Oa=18912;break;case 10:m<<=1,j=L-210,S=(v=$-(p=$%128))/(g=j-33),v=[],Oa=7811;break;case 17:j=P[u=j],Oa=j?17985:20933;break;case 18:ee=void 0,Oa=15650;break;case 19:Oa=l-68)?20901:12896;break;case 8:Oa=12352;break;case 9:Oa=($=0===C)?9540:15589;break;case 10:Oa=S=(Ta=N*N))?16674:14341;break;case 16:D=void 0,G=13,W=I,R=Z,Z=void 0,ce=R,ce+=Fe,R=[],V=0,P="tAedoCrahc",Oa=3521;break;case 17:ke=void 0,B=113,Oa=(l=(u=0|(l=D))<128)?1632:17828;break;case 18:Oa=ee",Oa=9219;break;case 21:M=-d,Oa=13474;break}}();break;case 5:!function(){switch(Ga){case 0:Oa=Ve?9728:20098;break;case 1:g=-v,Oa=2180;break;case 2:j=H[C],C=y+j,Y[be](C),Oa=11393;break;case 3:Oa=(d=($=d)<64)?99:16448;break;case 4:T=A[p]===S,Oa=T?11875:11302;break;case 5:$=d,Oa=12898;break;case 6:y=B[te](l),Ce=y,Oa=11460;break;case 7:De=X[_e],Ae="s",Ae+="e",Ae+="t",De[Ae+="Item"](te,Q),Oa=4453;break;case 8:l=C[0],y=l[He],(l=C[0])[je](m),Oa=22116;break;case 9:v=d[12],f=v[He],(v=d[12])[je](M),Oa=13664;break;case 10:Oa=h?13985:5184;break;case 11:Oa=(d=-1===(u=d))?10531:8545;break;case 12:v=-p,Oa=20707;break;case 13:ee++,Oa=18528;break;case 14:I[je](1),I=I[U](h),Oa=6501;break;case 15:ze=ma+ze,Y=be/1e3,ze*=O=(ma=Ta*Ta)+(O=E*E),ma=ta*Ta,O=N*E,Oa=8833;break;case 16:w=-1,Oa=22084;break;case 17:u=Fe,ze=(N=(O=Y instanceof Object)*O)+(ta=(E=2>E)*E),ta=2*(N=O*E),Oa=12355;break;case 18:$=f,Oa=3459;break;case 19:f=S=[v+64*p],Oa=12385;break;case 20:Se++,Oa=1190;break;case 21:h=l&(f=(h=395)-268),Oa=(l>>=7)?21572:13824;break}}();break;case 6:!function(){switch(Ga){case 0:f=v=[p],Oa=7649;break;case 1:oe=ie,Oa=12896;break;case 2:H=(R=(y=(m=R<<7)|(R=y<<6))|(m=H<<3))|(m=B<<2),m=j<<1,Oa=6497;break;case 3:Oa=(ze=ma>=ze)?6501:13600;break;case 4:T=S/A,S=[],x=g+(A=$-33),g=63&T,Oa=(ta=O>=(E-=Ta))?16992:8481;break;case 5:ie=_e,ma&=18,Ta=19,ze=(E<<=23)*E,ze+=ta=(O=!Ae)*O,Oa=13378;break;case 6:y=P=C=l+1,P=void 0,C=y,y=113,Oa=(C=(j=0|C)<128)?21093:13604;break;case 7:l=p=[d+64*f],Oa=12643;break;case 8:v[A](T),Oa=3107;break;case 9:u|=128,Oa=17539;break;case 10:Oa=13921;break;case 11:l+=Fe,y=j[12],u=void 0,h=0,f=l,Oa=(d=y)[te]?13761:20866;break;case 12:l=f,f=void 0,d=113,Oa=($=(M=0|($=l))<128)?9700:4643;break;case 13:u+=Fe,l=B[12],w=void 0,h=0,f=u,Oa=($=l)[te]?5382:7297;break;case 14:Oa=(C=m=y=C)?7301:10469;break;case 15:Z=0,m=Ke,D=ea,G=Ee,Oa=5122;break;case 16:Xe=X,(Me=Te)[0]=3,ee=Me[23],Oe=0,Oa=14501;break;case 17:p=p[Ce](y),w=y,y=0,Oa=20546;break;case 18:Oa=(ma=N>=(ta=2*ma))?9571:11940;break;case 19:_=C=w,C=void 0,l=[],f=(u=(j=_)>>24)&(w=68+(_=187)),u=j>>16,w=68+_,Oa=5474;break;case 20:l=C[12],K=l[He],(l=C[12])[je](y),Oa=14436;break;case 21:S=p&v,v=255&(p=u>>8),C=u&(p=68+C),d[je](g,S,v,C),C=j=d,l=l[U](C),Oa=613;break}}();break;case 7:!function(){switch(Ga){case 0:Oa=B0)?18464:16513;break;case 3:ee=Fe,J=0,U=He,L="\u0193\u0162\u0185\u0184\u019a\u0177\u017e\u019b\u0178\u0191\u0199\u0160\u0194\u01a6\u01a5\u019e\u015c\u0196\u0179\u019c\u0192\u0182\u0158\u015e\u0161\u0181\u0164\u0187\u0174\u017c\u0198\u015d\u017d\u0171\u01a2\u0175\u019d\u016e\u0173\u015f\u01a3\u0183\u0195\u019f\u0163\u016f\u017b\u017f\u0180\u018f\u0176\u0165\u0190\u0166\u0172\u01a7\u0186\u01a4\u017a\u01a1\u0197\u018e\u0170\u01a0\u016a",Z="",I=0,Oa=480;break;case 4:O=!Aa,Ta=(E=(Ta=Ta<=5)*Ta)>(N=(O|=2)<<30),p=d=p,Oa=5601;break;case 5:L[U]=D,L=$e[J],m=L[U],L=$e[J],D=L[U],L=D[11],Oa=L?11425:6816;break;case 6:q+=1,Oa=1376;break;case 7:ee++,Oa=21156;break;case 8:R[L](W,G),Oa=12961;break;case 9:V[1]=Y,Oa=13312;break;case 10:ue=re=ue=(pe=(ue=Xe+U)+L)+J,fe[1]=ue,re=$e[Te],Oa=re?6178:11458;break;case 11:$=new h[de],d=$[va](),$=(d=0|($=d/1e3))-w[1],d=$>(M=60*(d=300)),Oa=355;break;case 12:z=2*ee,H=(be=2*ee)+2,be=L[G](z,H),z=(C=(z=4*m)+(H=ee%4))%3,Oa=18755;break;case 13:l=I&(B=(l=395)-268),Oa=(I>>=7)?3361:642;break;case 14:ne=he[me],de=ne[_e],a.push(2528,90024551645,176820552,3,0),e(10,2,-1),ne=a.pop(),ye=ne[te](de),Oa=~ye?5664:8;break;case 15:Oa=Ve0)?9827:1476;break;case 17:U=fe[23],L=U[re],U=L[1],L=$e[J],m=$e[J],D=m[U],Oa=D?5344:12576;break;case 18:j=f[te](h),u=j,Oa=12674;break;case 19:C=void 0,f=w,$=[],d=6,M=5,p=0,v=je,Oa=4096;break;case 20:Oa=(v=(p=v)<64)?19717:21637;break;case 21:I[je](0),Oa=(ze=(ta=(N=22)*N)>-13)?16805:21702;break}}();break;case 8:!function(){switch(Ga){case 0:Oa=U?195:8326;break;case 1:Oa=(H=Y<16384)?6177:11777;break;case 2:Oa=(u=-1===(y=u))?10242:13573;break;case 3:v=p[f]===M,Oa=v?18435:15906;break;case 4:Oa=g?69:643;break;case 5:Oa=ge?18016:9347;break;case 6:Oa=ge>0?8864:1539;break;case 7:R=void 0,Oa=15425;break;case 8:y=(m=C<<6)|(C=y<<3),I[je](1),I=I[U](y),m=void 0,C=m=0,m=void 0,y=m=0,Oa=3074;break;case 9:h=g,Oa=6688;break;case 10:U[w]=!0,I="se",I+="t",I+="Requ",I+="estHeade",Oa=U[m=I+="r"]?14880:9281;break;case 11:M++,Oa=1410;break;case 12:w=d[te]($),h=w,Oa=5793;break;case 13:Oa=(l=m=B=l)?7525:12834;break;case 14:D=y=C,Oa=6690;break;case 15:Oa=(X=4===k)?11845:3587;break;case 16:Oa=($=-1===(_=$))?15715:17986;break;case 17:f=void 0,$=w,d=[],p=M=148,M=0,v=je,Oa=3525;break;case 18:je=Ee,Oa=(Ee=ne)[He]?18848:8;break;case 19:u=P[h],j=u[y],Oa=13698;break;case 20:M=l[12],h=M[He],(M=l[12])[je](f),Oa=20897;break;case 21:D=void 0,B=255&(l=(C=V)>>8),V=C&(l=98+(V=157)),(y=[])[je](B,V),Oa=11617;break}}();break;case 9:!function(){switch(Ga){case 0:ke|=128,Oa=16417;break;case 1:L=[],Oa=6148;break;case 2:w=l,h=1,Oa=17670;break;case 3:Oa=g>0,D=(m=D|(R=m&(W=z-170)))<<0,L[5]=L[5]|D,I[je](1),I=I[U](m),Oa=17953;break;case 19:h=m,m=void 0,f=ee,d=($=Fe+e)[Ge](H,_),H=new f[Re](R),d=d[Ge](H,j),R=new f[Re](we,Xe),d=d[Ge](R,Fe),Oa=17826;break;case 20:oe=Se,Oa=12896;break;case 21:ze=N>=(ze=Ta-(ta=ma*ma)),h[je](u),Oa=ze?22117:20067;break}}();break;case 10:!function(){switch(Ga){case 0:G={},Oa=13955;break;case 1:Oa=8577;break;case 2:Ve=void 0,Oa=15556;break;case 3:Oa=ke?2310:15364;break;case 4:g++,Oa=11876;break;case 5:pe=fe[23],U=pe[He],re=1===U,Oa=14336;break;case 6:Oa=v?19749:97;break;case 7:Oa=(Ce=-1===(q=Ce))?12900:8708;break;case 8:N=(ze=ze<=7)*ze,_=void 0,j=C,N+=Ta=(ta=!ua)*ta,ze*=ta,Oa=225;break;case 9:Oa=ce>=16)*ze,y=void 0,q=D,D=C,Oa=19905;break;case 2:e(10,2,-1),we=a.pop(),ue=we,we="\u02be",pe="",J=0,Oa=6625;break;case 3:G=q,Oa=21634;break;case 4:w=(u=l-(B=l%128))/(Le=15+ke),(u=[])[je](Le=B+128,B=127&w),Oa=17542;break;case 5:Oa=m?15553:14532;break;case 6:C=z=y,I=I[q](C),Oa=13472;break;case 7:ze=E>=(ta=O-(Ta=N*N)),W=m=0,m=void 0,R=m=0,Oa=12739;break;case 8:R++,Oa=18981;break;case 9:oe="s",oe+="erv",oe+="ic",oe+="eUrl",pe[19]=ue[oe],oe="s",oe+="ite",oe+="I",Oa=7776;break;case 10:f=void 0,$=w,M=[],d=p=(d=138)-25,p=0,v=je,Oa=9760;break;case 11:I=m=I,m=void 0,V=I,C=0,l=0,Oa=18914;break;case 12:h=S[te](g),p=h,Oa=2177;break;case 13:f=w=f,w=void 0,M=f,p=(d=u)[0],v=void 0,g=0,S=M,Oa=16770;break;case 14:w=0,Oa=7650;break;case 15:qe=[],We=0,Ze="it",ra=Ze+="em",Ze=Q,pa=je,Oa=18757;break;case 16:L++,Oa=18019;break;case 17:Oa=A=(ta=Ta-(ta*=ta)),Q+=String.fromCharCode(_e),Oa=N?5696:10275;break;case 12:I[je](1),I=I[U](R),m=void 0,R=ee,C=I,I=[],y=4,j=(H=Z)[ce](2,y),Oa=2593;break;case 13:Oa=ue[he]?13733:3461;break;case 14:$=d,C=C[U]($),$=($="thgieHliava").split("").reverse().join(""),d=j[$],Oa=d?3684:13475;break;case 15:S=x,E=(O=31<>24)&(v=68+(P=187)),p=h>>16,Oa=20674;break;case 5:ne=X[Ae](de),Ae="(",Ae+="?:^|",de=(Ae+=" )")+Q,Ae="(",Ae+="?:(?",Ae+=":=([",Ae+="^;]*))",Ae+="|;",Oa=8354;break;case 6:Oa=2080;break;case 7:a.push(21,2958730215324,2,0),e(10,2,-1),J=a.pop(),pe[9]=ue[J],J='P"P?M\x0eo\x03o\rl\x0fd',U="",L=0,Z=0,Oa=4132;break;case 8:y=P,tr=tr[U](y),P=void 0,y=C,C=0,j=typeof y[me][f]!==l,Oa=j?18754:17475;break;case 9:V=D=C,D=void 0,C=G,G=V,q=C[0],Ce=void 0,ke=0,Oa=1056;break;case 10:h=373,f=y[ke],d=f^u,u=(v=(f=u*ke)%(p=h-117))+l,h=d&(f=h-118),j[Le](h),Oa=14657;break;case 11:R=255&(W=D>>8),Z=D&(W=98+Z),(G=[])[je](R,Z),Z=L=G,Oa=11395;break;case 12:X="g",X+="nirt",X=(X+="s").split("").reverse().join(""),te=typeof le[Q]!==X,Oa=te?2565:2533;break;case 13:d=P[u],p=d[f],d="ge",d+="t",d+="Sele",d+="ctio",d+="n",j=p[y](d),Oa=6593;break;case 14:Oa=(Pe=ve)?11266:19713;break;case 15:Oa=(Ce=-1===(q=Ce))?21697:17925;break;case 16:u++,Oa=5283;break;case 17:G[V[1]]=V[3],G[V[5]]=V[7],Oa=13955;break;case 18:M++,Oa=65;break;case 19:Be=!1,Oa=16675;break;case 20:h=d+$,$=je,Oa=20710;break;case 21:S=$[v],Oa=(A=(S+=A=M-1)>=p)?14915:12805;break}}();break;case 15:!function(){switch(Ga){case 0:Oa=I(N=(ma|=7)<<30),Oa=13793;break;case 2:ge++,Oa=2341;break;case 3:ce=L[Z],(V=[])[1]=ce,P=J[ce],ce=m+P,V[5]=ce+I,ce=(P=(ce=m+P)+D)+G,Oa=5124;break;case 4:Re+=1,Oa=20832;break;case 5:Oa=4737;break;case 6:j=y=j,y=void 0,l=C,C=j,B=l[0],u=void 0,w=0,Oa=15874;break;case 7:Z++,Oa=20801;break;case 8:M=d[v],g="es",g+="ra",g=(g+="p").split("").reverse().join(""),S=M[g],p=S(p),M="^(",Oa=8321;break;case 9:fe=Q.charCodeAt(Ve),re=fe^we,we=fe,K+=String.fromCharCode(re),Oa=14468;break;case 10:C++,Oa=19621;break;case 11:f=[h],O=(Ta=(ma=!De)*ma)>=(ze=(ta=ma*(ze=5))-(ze*=ze)),Oa=6;break;case 12:Oa=(p=u)?8192:16389;break;case 13:u[w](h),Oa=l?32:3683;break;case 14:l[je](C),C=0,y="\u0212\u021b\u0209\u0235\u020d\u0214\u022a\u0208\u0215\u020a\u021f\u0208\u020e\u0203",u="",h=0,Oa=7840;break;case 15:h=[],f=je,Oa=576;break;case 16:Se++,Oa=6562;break;case 17:Oa=(le=3===b)?3744:18467;break;case 18:x=S+T,A[je](F,x),f=A,Oa=17829;break;case 19:j++,Oa=12517;break;case 20:f=d,w=w[U](f),f=l[oa],d=(d="rerrefer").split("").reverse().join(""),M=f[d],f=M[te]($),Oa=(d=-1!==f)?15622:13571;break;case 21:Oa=f?384:11489;break}}();break;case 17:!function(){switch(Ga){case 0:Oa=(M=(d=M)<64)?7360:3554;break;case 1:he=_e[7],ne=_e[8],de=_e[9],ye=_e[10],je=_e[11],He=_e[12],Ee=_e[13],Ke=_e[14],Oa=6432;break;case 2:f++,Oa=14629;break;case 3:d=j[0],f=d[He],(d=j[0])[je](R),Oa=2210;break;case 4:L="",Z=0,I=0,Oa=5218;break;case 5:ne=he[oa],de=e,je="W",je+="V.Ev",je+="ent",je+=".APP.B",je+="ackg",je+="round",Oa=10433;break;case 6:u=h,tr=tr[U](u),u=j[Ce]($e),h=void 0,M=2,p=0,v=u,u=0,Oa=20673;break;case 7:B=y[16],Oa=16512;break;case 8:X=_e=ge,Oa=(ma=(N=(ze=ge===S)*ze)>(ze=(Ta=6|(ze<<=27))<<30))?10502:6209;break;case 9:Oa=13891;break;case 10:W=V[U](ba),P=2!=W[Z],Oa=P?15429:15618;break;case 11:V=R[ce],P=V[0]===W[1],Oa=P?19459:21920;break;case 12:Oa=13796;break;case 13:h=j[12],y=h[He],(h=j[12])[je](l),Oa=13633;break;case 14:I="\u029a\u02f5\u029b\u02ef\u028a\u02e4\u0290\u02bd\u02e9\u0290\u02e0\u0285",D="",G=0,W=0,Oa=15457;break;case 15:je=_e,Ee=(ne=Q)[9],ne=0,Oa=7651;break;case 16:Oa=d-129)?18917:10533;break;case 18:oe+="r",oe+="Id",pe[18]=ue[oe],oe="le",oe=(oe+="dom").split("").reverse().join(""),pe[12]=ue[oe],oe="t",oe+="rac",Oa=10787;break;case 19:Oa=16646;break;case 20:Xe++,Oa=11362;break;case 21:Oa=(u=j)?20770:20484;break}}();break;case 18:!function(){switch(Ga){case 0:d=C&(p=(d=395)-268),Oa=(C>>=7)?15680:8579;break;case 1:Oa=S?14435:2529;break;case 2:L=$e[J],m=L[U],(L=m[11])[I](fe[11]),Oa=15809;break;case 3:$=l-(j=$),j=void 0,d=$,$=161,Oa=(v=d=(p=0|d)<0)?12448:5123;break;case 4:Oa=G?13312:14753;break;case 5:ge++,Oa=8449;break;case 6:l=p[te](M),$=l,Oa=4673;break;case 7:d=v,Oa=15813;break;case 8:u=void 0,h=y,y=(w=Ke+(y=w))+Pa,w=void 0,y=e(4,2,f=y),y=w=y,Oa=16385;break;case 9:h=Le[_a],Oa=4419;break;case 10:l=M[te](d),f=l,Oa=19590;break;case 11:je[He](Ee,de,!0),Oa=(ta=(Ta=(ta=(N|=22)*N)+(Ta=(E=!ce)*E))>=(E*=N))?0:21987;break;case 12:w=(w+="27").split("").reverse().join(""),M=w,w=f[Ie](l),p=w[0],w="s",w+="p",w+="an",Oa=6563;break;case 13:I=J.charCodeAt(Z)-952,L+=String.fromCharCode(I),Oa=18596;break;case 14:h++,Oa=7840;break;case 15:p=d[y]===f,Oa=p?16483:21570;break;case 16:Oa=(h=1===C)?17664:19684;break;case 17:V=0,q=0,l=0,B=He,Oa=19649;break;case 18:G=0,W=0,Oa=13728;break;case 19:m=(_=m=C=_)[U](I),I=m[He],_=void 0,Oa=(C=(I=0|(C=I))<16384)?17473:5410;break;case 20:y=h=w,Oa=1378;break;case 21:f++,Oa=8800;break}}();break;case 19:!function(){switch(Ga){case 0:d=$[u]===f,Oa=d?1285:16832;break;case 1:ke=Le=[u],Oa=(ma=(ma=(E=te===A)*E)>-126)?11461:6306;break;case 2:Z[z=4+ee]=K[ee],Oa=19714;break;case 3:f=h,$=1,Oa=18469;break;case 4:V<<=1,u=G>=27)*O)+(ma=(ta=!Ue)*ta),I=U=G,U=void 0,Oa=3524;break;case 5:Oa=(le=17===b)?9860:9605;break;case 6:J="u",J+="s-",J+="east-",J+="wum.a",J+="libaba.c",J+="om",pe[U]=J,J="de",J+="-",J+="loc",J+="al",Oa=12515;break;case 7:I=m=l,m=void 0,_=ee,j=I,I=[],l=4,u=(C=Z)[ce](2,l),C=u[0]<<8,Oa=7810;break;case 8:B=y,y=void 0,w=B,Oa=(u=l)[12]?5731:12867;break;case 9:ee=Me[1],Oa=3552;break;case 10:S=v[te]($),Oa=(A=-1!==S)?7237:7744;break;case 11:G=D,Oa=13955;break;case 12:Oa=he?10851:1027;break;case 13:C++,Oa=1123;break;case 14:Pe=S,g.push(A,T,x,F,ae,se,ve,Pe),S=g,g=0,Oa=1664;break;case 15:Oa=(Pe=se)?7844:610;break;case 16:I[je](0),Oa=18726;break;case 17:Oa=w=N)?8547:1056;break;case 5:Se=X[3],Te=Se[Re],Se=2===Te[0],Oa=Se?7171:8834;break;case 6:L=[],Oa=11425;break;case 7:Oa=h>24)&(v=68+(C=187)),p=u>>16,v=68+C,Oa=21696;break;case 7:d=l[f=d],Oa=(M=d)?9409:5441;break;case 8:Oa=(N=N>=ta)?4096:19553;break;case 9:H++,Oa=8581;break;case 10:Oa=(le=4===b)?10692:5760;break;case 11:Re=void 0,Oa=(ma=(N=(ta=Ce!==U)*ta)>(ma=(ze=1|(E^=16))<<31))?4706:16736;break;case 12:M=-d,Oa=544;break;case 13:f++,Oa=15714;break;case 14:M=$,$=d[He],Oa=(p=f)?352:15424;break;case 15:w=[],h=[],f=0,Oa=5377;break;case 16:Oa=y?18468:9252;break;case 17:w=(w="LMTHrenni").split("").reverse().join(""),v[M=w]=d,w=[],d=[],S=0,A=g,Oa=6436;break;case 18:V=0,Oa=7812;break;case 19:$=l-(f=$),f=void 0,d=$,$=161,v=d=(p=0|d)<0,Oa=19011;break;case 20:w=u[C]<<7,$=u[f=C+1],$=w+(f=$<<6),f=u[w=C+2],w=f<<5,Oa=2501;break;case 21:Oa=T>=7)?12962:481;break;case 4:C=void 0,f=h,Oa=(l=w)[12]?21827:8516;break;case 5:Oa=(ce=2===L)?19843:16581;break;case 6:C=void 0,j=113,Oa=(y=(l=0|(y=Y))<128)?20643:4131;break;case 7:g=v=g,v=void 0,A=g,T=(S=f)[0],x=void 0,F=0,Oa=1570;break;case 8:p=(f=u-(h=u%128))/(d=15+l),(f=[])[je](d=h+128,h=127&p),Oa=3460;break;case 9:C|=u=d<<2,u="\u01bf\u01cd\u01a2\u01da\u01a3",d="",p=0,v=0,Oa=11874;break;case 10:Ke++,Oa=19074;break;case 11:j=_[3]-G[15],Oa=6208;break;case 12:I++,Oa=480;break;case 13:A=g,T=1,Oa=14788;break;case 14:v=ae[te](F),T=v,Oa=17955;break;case 15:pe=2===re[14],Oa=pe?19969:4099;break;case 16:q[Ce](ke),Oa=C?3586:7714;break;case 17:be+=1,L+=1,Oa=20612;break;case 18:p=-1,Oa=2177;break;case 19:u=I&(w=(u=395)-268),Oa=(I>>=7)?18787:15648;break;case 20:S=-1,Oa=4100;break;case 21:J=Fe,Oa=20581;break}}();break;case 2:!function(){switch(Ga){case 0:Oa=M0)?2437:4610;break;case 21:$[v](g),Oa=O?4292:18598;break}}();break;case 3:!function(){switch(Ga){case 0:p=109,Oa=19749;break;case 1:x=(A=v-(S=v%128))/(T=$-33),A=[],F=S+(T=$-33),S=63&x,Oa=21090;break;case 2:x=(A=g-(S=g%128))/(T=15+v),(A=[])[je](T=S+128,S=127&x),Oa=15907;break;case 3:u=void 0,Oa=15426;break;case 4:T=232,x=M[S],F=(x=(F=x>>v)+(se=x<<(ae=8-v)))+g,x=23+T,Oa=19522;break;case 5:f=u[M],Oa=10530;break;case 6:j=_[me],u=j[_e],j=" L",j+="i",j+="n",j+="ux",j+=" ",j+="a",j+="rmv8",j+="l Linux armv7l ",j+="Linux aarch64",w=(j+=" iPhone iPad")[te](u),Oa=16643;break;case 7:h=[],p=0,v=M,g="\u03ab\u03a6\u038c\u03a7\u03a7\u039c\u03a9\u037a\u0398\u03aa\u039c",S="",A=0,Oa=17760;break;case 8:v[12]=[],Oa=11780;break;case 9:Oa=S>=3)*ma)>=(Ta=(ze=ma*(O^=7))-(E=O*O)))?15488:5795;break}}();break;case 4:!function(){switch(Ga){case 0:d=-$,Oa=3232;break;case 1:Oa=(ma=Ta>=N)?226:16004;break;case 2:Oa=(p=-1===(h=p))?16801:3233;break;case 3:W=251^U.charCodeAt(G),D+=String.fromCharCode(W),Oa=8737;break;case 4:u=P[h],j=u[y],Oa=22048;break;case 5:T=g.charCodeAt(A)-823,S+=String.fromCharCode(T),Oa=8514;break;case 6:Oa=(w=-1===(l=w))?16931:22117;break;case 7:l=0,Oa=17700;break;case 8:M+="\\d+?",M+=")\\",M+="|",g=new d[Re](M),M=p[Ye](g),Oa=(g=M)?11331:3298;break;case 9:E=ze+ta,ta=ma*ma,ta+=ze=O*O,ta*=E,ze=Ta*ma,ze+=E=N*O,Oa=1377;break;case 10:f=634^y.charCodeAt(h),u+=String.fromCharCode(f),Oa=14912;break;case 11:Oa=18693;break;case 12:h++,Oa=33;break;case 13:_=w[M],Oa=7648;break;case 14:Be=944^Se.charCodeAt(Xe),Te+=String.fromCharCode(Be),Oa=21024;break;case 15:I[je](0),Oa=6661;break;case 16:R=ce[Te],V=R[U],R=V[9],V=R[He],Oa=(R=V>0)?9349:20864;break;case 17:ta=(ma=ma<22)*ma,ta+=E=(Ta=19==Ta)*Ta,N=ma*Ta,f=u[0],N*=2,Oa=5476;break;case 18:v=0,Oa=7362;break;case 19:L=243^oe.charCodeAt(U),J+=String.fromCharCode(L),Oa=11555;break;case 20:N=K instanceof String,N*=N,pe[10]=ue[U],Oa=(N=N>-76)?10337:4326;break;case 21:Qe=Oe.charCodeAt(Je)-389,K+=String.fromCharCode(Qe),Oa=4451;break}}();break;case 5:!function(){switch(Ga){case 0:C|=d=(u=p)<<6,u="\u0297\u02ae\u02ae\u02b4\u02b1\u02b6\u02ad\u0289\u02bd\u02ac\u02b1\u02b7\u028b\u02b7\u02b6\u02bc\u02ad\u02c0\u02bc",d="",p=0,Oa=2082;break;case 1:Oa=v<$[_a]?21667:19652;break;case 2:X=(X="tnemelEcrs").split("").reverse().join(""),Q=le[X],Oa=1573;break;case 3:j=P=y=h+1,P=void 0,y=j,j=113,y=(u=0|y)<128,Oa=10881;break;case 4:x=S[12],g=x[He],(x=S[12])[je](A),Oa=12675;break;case 5:d=h&f,f=255&(h=l>>8),u=l&(h=68+u),w[je]($,d,f,u),l=V=w,V=void 0,w=[],h=(u=B)>>24,f=68+(B=187),Oa=322;break;case 6:F=246^A.charCodeAt(x),T+=String.fromCharCode(F),Oa=10437;break;case 7:fe=z[oe]<3,Oa=fe?291:18913;break;case 8:w[12]=[],Oa=12835;break;case 9:Oa=L=(ta=2*ze),w=255&(u=j>>8),C=j&(u=98+(C=157)),Oa=12610;break;case 1:h=Fe,Oa=290;break;case 2:u=H&(h=(u=395)-268),Oa=(H>>=7)?18659:16672;break;case 3:ae=0|(We=31*ae),We=Pe[S](qe),ae+=We,qe+=se,Oa=12644;break;case 4:Oa=(S=h)[te]?12640:16705;break;case 5:j=P[h],Oa=j?21604:6276;break;case 6:Oa=W?20577:12802;break;case 7:w=void 0,h=B,$=[],d=207+(f=8),f=7,M=3,p=d,Oa=16800;break;case 8:L++,Oa=(O=(ma=(E|=2)*E)>-142)?14656:160;break;case 9:H=2*R,B=(l=2*R)+2,l=C[G](H,B),H=(u=(H=4*y)+(B=R%4))%5,Oa=4385;break;case 10:(Pe=[]).push(ve,se=[]),qe=Pe,h[F](qe),Oa=1572;break;case 11:h=-1,Oa=384;break;case 12:l=f,Oa=13568;break;case 13:g=u[v=d+1],h=ke[l](Le,g),Oa=4419;break;case 14:u=-1,Oa=5733;break;case 15:ce++,Oa=5221;break;case 16:Ta=(ze=(E=9>>E)*E)>-1,M=($=w-(f=w%128))/(d=15+u),$=[],Oa=15587;break;case 17:Oa=C?17441:20612;break;case 18:j=Xe,Oa=10754;break;case 19:A=472,T=d[v]^g,A=T&(x=A-217),p[S](A),g=A,Oa=1318;break;case 20:d=(f=w-(h=w%128))/($=15+u),(f=[])[je]($=h+128,h=127&d),l=f,Oa=18820;break;case 21:S++,Oa=21893;break}}();break;case 8:!function(){switch(Ga){case 0:G[je](ce,V,R,m),m=U=G,U="\x98\x94\x95\x98\x9a\x8f",D="",G=0,Oa=13315;break;case 1:g=v,S=1,Oa=9220;break;case 2:d=-$,Oa=16481;break;case 3:I[je](0),Oa=4163;break;case 4:x=f,Oa=(F=S)[te]?21088:21730;break;case 5:Oa=f<256?14469:21856;break;case 6:d=P[h],u=d[y],Oa=15490;break;case 7:Oa=l?9539:14819;break;case 8:Oa=ge-120)?17762:5696;break;case 14:p=d,w=w[U](p),Oa=13572;break;case 15:Oa=(p=M=p)?13637:19811;break;case 16:Me=Te.charCodeAt(Ca)-509,Be+=String.fromCharCode(Me),Oa=2370;break;case 17:D=I[U=D](m),I=z=D,(z=[]).push(0,0),m=z,z=(z=[])[U](m),Oa=16480;break;case 18:g=h[S](),A=-g,h[v](11),v=h[S](),h=-v,v=d[aa],d="m",d+="i",Oa=11334;break;case 19:Oa=6246;break;case 20:Oa=(T=-1===(g=T))?70:7201;break;case 21:Oa=(A=$<10)?18881:4097;break}}();break;case 9:!function(){switch(Ga){case 0:U=pe[Te],(L=U[I[4]])[9]=[],U=I[4]+ya,pe[U]=!1,Oa=5472;break;case 1:Oa=T(E=(Ta|=5)<<29))?11366:21731;break;case 4:j[12]=[],Oa=387;break;case 5:M=0|(d=M),w[je](M),Oa=M?10850:13572;break;case 6:ze=ta>=E,j=(C=I)[ce](),l=C[He],C=void 0,u=(l=0|(u=l))<16384,Oa=ze?19873:6789;break;case 7:K=z=K=U,ee=0,Oa=1601;break;case 8:y=C=y,C=void 0,j=_,_=y,q=j[0],Ce=void 0,ke=0,Oa=132;break;case 9:h=new C[B],u=w in h,Oa=7238;break;case 10:h=u&w,f=(u=l>>16)&(w=68+y),w=255&(u=l>>8),y=l&(u=68+y),B[je](h,f,w,y),W=B,Oa=13411;break;case 11:w=void 0,f=113,Oa=(h=($=0|(h=B))<128)?9381:11521;break;case 12:Oa=P[y]?20994:6145;break;case 13:y=P=y,P=void 0,j=C,C=y,l=j[0],u=void 0,h=0,Oa=12291;break;case 14:ke++,Oa=17477;break;case 15:P=u,Oa=11300;break;case 16:h=0,Oa=33;break;case 17:fe=654^K.charCodeAt(Ve),we+=String.fromCharCode(fe),Oa=19842;break;case 18:f=w,$=1,Oa=12419;break;case 19:S="\u0382\u03cd\u03ce\u03df\u03d0\u039e\u03cd\u03ca\u03c7\u03d2\u03db\u0383\u039c\u03d8\u03d1\u03d0\u03ca\u0393\u03cd\u03d7\u03c4\u03db\u0384\u039e\u0389\u038c\u03ce\u03c6\u0385\u039e\u03d8\u03d1\u03d0\u03ca\u0393\u03d8\u03df\u03d3\u03d7\u03d2\u03c7\u0384\u039e\u0398\u03cf\u03cb\u03d1\u03ca\u0385",A="",T=0,Oa=1345;break;case 20:Oa=Z=(ma=ze*ze))?2304:15426;break;case 2:ze=ze<=12,l+=u[y],Oa=(ze=(O=ze*ze)>-46)?11745:2081;break;case 3:Oa=3394;break;case 4:Oa=f>16,m=(R=m|(C=R&(H=z-170)))<<16,L[5]=L[5]|m,Oa=12672;break;case 7:m=931,Oa=10785;break;case 8:u=y=u,y=void 0,h=C,C=u,u=h[0],f=void 0,d=0,Oa=19009;break;case 9:Oa=(T=v)[te]?10722:18561;break;case 10:l=m=0,m=void 0,B=m=0,m=void 0,u=m=0,m=void 0,w=m=0,m=void 0,m=0,Oa=19744;break;case 11:m=(D=m=V=D=y)[U](I),I=m[He],D=void 0,V=I,Oa=450;break;case 12:I[je](1),I=I[U](V),Oa=14500;break;case 13:ce=182^I.charCodeAt(R),W+=String.fromCharCode(ce),Oa=16833;break;case 14:me=Q.charCodeAt(ge)-882,te+=String.fromCharCode(me),Oa=2560;break;case 15:te+="ga",me=te+="tor",a.push(146931,111967759,2,1),e(10,2,-1),te=a.pop(),_e=te,te="\xb9\xbe\xb4\xb5\xa8\x9f\xb6",Fe="",oa=0,Oa=1187;break;case 16:M++,Oa=13443;break;case 17:D=ke=[Ce],Oa=21153;break;case 18:Oa=He>=13,ze=te!==d,S=255&g,ta=11>ta,M[v](S),d=S,Oa=9444;break;case 2:j=0,Oa=612;break;case 3:h=j[12],y=h[He],(h=j[12])[je](l),Oa=22083;break;case 4:P=C,Oa=13923;break;case 5:h=M[te](d),f=h,Oa=22147;break;case 6:j=-1,Oa=11843;break;case 7:Oa=4544;break;case 8:Oa=p=(ma=2*Ta))?6273:256;break;case 14:y=u,a.push(30060302596,1,0),e(10,2,-1),u=a.pop(),h=u,u=(u="epytotorp").split("").reverse().join(""),f=u,Oa=12609;break;case 15:L=pe[Te],(G=L[I[4]])[10]=[],J[14]=0,Oa=289;break;case 16:ge[ea]=Ie,ge[va](ba,2,15),ge[je]=la,ge[ea]=ha,ge[va](ba,4,45),ge=Q[da](),Oa=ge?8736:14566;break;case 17:f=v,Oa=21923;break;case 18:f=l-($=f),$=void 0,d=f,f=161,v=d=(p=0|d)<0,Oa=4388;break;case 19:f=u[w=y+5],f=h+(w=f<<2),h=u[w=y+6],h=f+(w=h<<1),Oa=16037;break;case 20:d=w[12],l=d[He],(d=w[12])[je](f),Oa=2661;break;case 21:ma=ta>=ma,Q=k,te=new(X=ia)[Be](Q),ua=ie=te,Oa=ma?10241:22147;break}}();break;case 13:!function(){switch(Ga){case 0:f=h[y]===u,Oa=f?261:17574;break;case 1:G++,Oa=14885;break;case 2:m=void 0,C=ee,u=void 0,w=C=L,C=1,l=(h=l=K)[4],h=void 0,Oa=421;break;case 3:ea=ye,ye="\u0113\u010c",Ie="",na=0,Oa=14624;break;case 4:d=u,p=1,Oa=17957;break;case 5:Oa=(h=0===y)?15491:7556;break;case 6:P=R.charCodeAt(V)-165,ce+=String.fromCharCode(P),Oa=12320;break;case 7:x=S+(T=64*p),A[je](F,x),f=A,Oa=12385;break;case 8:I[je](1),I=I[U](l),Oa=13989;break;case 9:j=0,Oa=4325;break;case 10:Oa=y-107,h=v[He],(v=u[0])[je](y),Oa=ze?3233:11779;break;case 17:p=[],v=0,g=Ce,S=$e,S=Y,Oa=4708;break;case 18:Ve=void 0,Oa=15556;break;case 19:Oa=u?9889:1347;break;case 20:l=C=h,C=void 0,h=w,w=l,f=h[0],d=void 0,M=0,Oa=10403;break;case 21:ta=(ma=(Ta=(ze^=0)+(O=O>=25))*Ta)>=(ze=3*(ta=ze*O)),m=void 0,Oa=34;break}}();break;case 14:!function(){switch(Ga){case 0:ze=(ma=(Ta=te===ea)*Ta)>(Ta=(O=43|(Ta=19))<<26),h=B[0],u=h[He],Oa=15363;break;case 1:Oa=$?22147:16869;break;case 2:be=D[ce],H=be[V](),be=H[P](),H=be[Y](2),W+=H,Oa=13792;break;case 3:P=P.split("").reverse().join(""),P=Y=P,be=je,Oa=19041;break;case 4:T=0,Oa=17507;break;case 5:ae=F[S]===x,Oa=ae?5156:18819;break;case 6:C|=j=(u=j)<<10,a.push(75832,40203886195,3066472047677,3,1),e(10,2,-1),j=a.pop(),j=P[u=j],Oa=12452;break;case 7:j+=u[C],Oa=4770;break;case 8:g=16,p=(S=240&(A=(S=p<>M),S=h[d]^p,A=239+g,Oa=7813;break;case 9:I[je](0),Oa=4548;break;case 10:Oa=Z?37:16865;break;case 11:ve=S,S={},Pe=(Pe="LMXSM").split("").reverse().join(""),S[ie]=Pe,Pe=[],qe="\u0188\u018e\u0193\u0188\u0187\u016d\u0169\u017f\u018a\u0188\u017f\u01aa\u019e\u01b0\u01a8\u01a0\u01a9\u01af\u0169\u0171\u0169\u016b",We="",Ze=0,Oa=3395;break;case 12:ne=Ue,Ue="m",Ue=(Ue+="u").split("").reverse().join(""),de=Ue,Oa=ne?13440:20678;break;case 13:y=d[te](f),u=y,Oa=13985;break;case 14:Oa=R-20)?4097:22115;break;case 19:Ta=(Ta=O+ma)>=(ma=ta*ze),C=0,Ce=q[aa],q=Ce[fa](),D=(Ce=D-C)+1,Oa=3715;break;case 20:p=(f=u-(h=u%128))/(d=15+l),(f=[])[je](d=h+128,h=127&p),Oa=21890;break;case 21:$=u-(f=u%128),d=j-33,E=(ze=(Ta=me===we)+(ta=ta<=10))*ze,O=Ta*ta,Oa=4676;break}}();break;case 15:!function(){switch(Ga){case 0:I[m](G),Oa=ee?581:5632;break;case 1:w++,Oa=17666;break;case 2:g=-1,Oa=14435;break;case 3:Ze=Pe[se]+x,We+=Ze,Ze=qe[ae](Fe),We+=Ze,g[ve](We),Oa=5282;break;case 4:v=p,Oa=20704;break;case 5:d=void 0,g=p,S=(v=u)[0],A=void 0,T=0,x=g,F=S,Oa=Ta?12353:20741;break;case 6:Oa=J1)?11361:19462;break;case 15:Oa=(ca=+b===b)?17956:19;break;case 16:p=f.charCodeAt(M),v=p^d,d=p,$+=String.fromCharCode(v),Oa=16737;break;case 17:T=d[p],Oa=(x=(T+=x=g-1)>=S)?21091:8384;break;case 18:Je=0,Oa=1090;break;case 19:oe=Re,Oa=12896;break;case 20:j=p=g,Oa=13638;break;case 21:y++,Oa=11491;break}}();break;case 17:!function(){switch(Ga){case 0:u=M[te](d),f=u,Oa=15396;break;case 1:Oa=Ee-52,H=y[ga](),j=H[na](Fe),H=void 0,Oa=8485;break;case 3:Oa=(ta=ze>=O)?16611:17700;break;case 4:w[je](B),Oa=(Ta=O>ze)?6656:4;break;case 5:j[12]=[],Oa=11456;break;case 6:ua=void 0,Oa=2688;break;case 7:j=_,C=C[U](j),Oa=(_=w)?13441:7648;break;case 8:G++,Oa=13315;break;case 9:Oa=7234;break;case 10:G=Z.charCodeAt(D),W=G^m,m=G,I+=String.fromCharCode(W),Oa=11524;break;case 11:D=0,G=1,f=0,_a=He,Oa=14629;break;case 12:j++,Oa=4325;break;case 13:Oa=(P=m=C=P)?14372:15489;break;case 14:Oa=(P=m=C=P)?21540:2083;break;case 15:h++,Oa=(Ta=(Ta=(N=N<=8)*N)>-217)?18084:227;break;case 16:A=-1,Oa=11715;break;case 17:m=void 0,D=m=0,m=void 0,W=m=0,m=void 0,m=0,Oa=11360;break;case 18:f|=128,Oa=12608;break;case 19:A+=Fe,v=S[12],T=void 0,x=0,F=A,Oa=(ae=v)[te]?14369:15685;break;case 20:$=l-(d=$),d=void 0,p=$,$=161,g=p=(v=0|p)<0,Oa=4352;break;case 21:P=h=[u],Oa=8640;break}}();break;case 18:!function(){switch(Ga){case 0:W=I[0]<200,Oa=W?8357:16674;break;case 1:Oa=ee<2?2656:14916;break;case 2:Oa=y?:2",xe="",Se=0,Oa=20002;break;case 7:e(10,2,-1),l=a.pop(),w=C[l],C="p",C+="oTne",C=(C+="ercs").split("").reverse().join(""),l=_[C],Oa=l?2403:3299;break;case 8:Oa=(Ta=ta>=ze)?17730:17413;break;case 9:l=m,m=void 0,u=m=0,m=void 0,f=L,d=(h=ee)[me],Oa=18723;break;case 10:e(8,fe,re),Oa=fe[14]?9410:4546;break;case 11:Oa=17954;break;case 12:Be=!0,Oa=(Ta=(N=(ta=12!=ta)*ta)>-128)?16675:17056;break;case 13:l=Fe,Oa=3621;break;case 14:h=0,Oa=18534;break;case 15:P=!!p,Oa=13923;break;case 16:p=h,v=1,Ta=(ma=!ye)*ma,Ta+=ta=(E=4>E)*E,ma*=E,Oa=10563;break;case 17:d=P[u],p=d[f],d=(d="tratSnoitcennoCeruces").split("").reverse().join(""),j=p[y](d),Oa=20933;break;case 18:p=C,Oa=(v=u)[te]?5633:5317;break;case 19:j=1,Oa=(w=C<_)?20481:17605;break;case 20:w=M=[d],Oa=9666;break;case 21:E=E>7,O=(E*=E)>(N=(Ta=14|(ta=!v))<<28),d=l-(f=d),Oa=4516;break}}();break;case 19:!function(){switch(Ga){case 0:qe="HV]HI7+AJHAjfph`kq+0+5",Ze="",ra=0,Oa=1669;break;case 1:j=l-(_=j),O=(O=(ta=!0)*ta)>-140,_=void 0,w=j,j=161,Oa=16963;break;case 2:u=$[te](f),w=u,Oa=22084;break;case 3:M++,Oa=15778;break;case 4:q=B[te](l),Ce=q,Oa=7488;break;case 5:de[He](ye,ne,!0),Oa=512;break;case 6:qe="MS",qe+="X",qe+="ML2.",qe+="D",qe+="OMDoc",qe+="u",qe+="ment.4.0",ra="0",ra+=".3.t",Oa=21571;break;case 7:se++,Oa=20485;break;case 8:u=I&(w=(u=395)-268),Oa=(I>>=7)?19875:10691;break;case 9:ae=(x=A-(T=A%128))/(F=15+g),(x=[])[je](F=T+128,T=127&ae),Oa=20613;break;case 10:Oa=Be?16576:11492;break;case 11:Oa=(v=M<$)?6243:3425;break;case 12:Oa=353;break;case 13:C=w,Oa=5252;break;case 14:Aa=b,X=void 0,Q=ia,te=73,ge=(ge="/").split("").reverse().join(""),me=ge,ge="\u0329\u032b\u0324\u033c\u032b\u0339\u0365\u0378\u032e\u0365\u032d\u032f\u033e\u0309\u0325\u0324\u033e\u032f\u0332\u033e\u0365\u0329\u0338\u032f\u032b\u033e\u032f\u030f\u0326\u032f\u0327\u032f\u0324\u033e\u0365\u0322\u032f\u0323\u032d\u0322\u033e\u0365\u033d\u0323\u032e\u033e\u0322\u0365\u0339\u033e\u0333\u0326\u032f\u0365\u032e\u0323\u0339\u033a\u0326\u032b\u0333\u0365\u0323\u0324\u0326\u0323\u0324\u032f\u0365\u033e\u032f\u0332\u033e\u0308\u032b\u0339\u032f\u0326\u0323\u0324\u032f\u0365\u032b\u0326\u033a\u0322\u032b\u0328\u032f\u033e\u0323\u0329\u0365\u032c\u0323\u0326\u0326\u0319\u033e\u0333\u0326\u032f\u0365\u0369\u032c\u037c\u037a\u0365\u0369\u037a\u037c\u0373\u0365\u032c\u0323\u0326\u0326\u0318\u032f\u0329\u033e\u0365\u032c\u0325\u0324\u033e\u0365\u037b\u037b\u033a\u033e\u036a\u0324\u0325\u0367\u0338\u032f\u032b\u0326\u0367\u032c\u0325\u0324\u033e\u0367\u037b\u0378\u0379\u0365\u0309\u033d\u0327\u036a\u032c\u0320\u0325\u0338\u032e\u0328\u032b\u0324\u0321\u036a\u032d\u0326\u0333\u033a\u0322\u0339\u036a\u033c\u032f\u0332\u033e\u036a\u033b\u033f\u0323\u0330\u0366\u036a\udb77\udd49\u0365\u032c\u0323\u0326\u0326\u031e\u032f\u0332\u033e\u0365\u0338\u032d\u0328\u032b\u0362\u037b\u037a\u0378\u0366\u036a\u0378\u037a\u037e\u0366\u036a\u037a\u0366\u036a\u037a\u0364\u037d\u0363\u0365\u037b\u0372\u033a\u033e\u036a\u030b\u0338\u0323\u032b\u0326\u0365\u033e\u0325\u030e\u032b\u033e\u032b\u031f\u0318\u0306",_e="",Oa=17505;break;case 15:l=h,h=Fe,Oa=(f=l)?5189:18789;break;case 16:I=m=I,m=void 0,R=I,H=0,C=0,Oa=9414;break;case 17:Z++,Oa=2340;break;case 18:Oa=V=(ta=(Ta=ma+O)*Ta),Y=(be=0|Y)-W[1],be=Y>(H=60*(be=300)),Oa=E?5541:21603;break;case 9:g=255&(S=(A=S>>g)+(g=S<<(T=8-g))),O=ta>=(ze=2*(ma=E*Ta)),Oa=21569;break;case 10:Oa=y?22049:21089;break;case 11:f=0,Oa=18817;break;case 12:d=(f=w-(h=w%128))/($=15+u),(f=[])[je]($=h+128,h=127&d),Oa=12513;break;case 13:U=z&I,L[je](m,U),z=ee=L,ee=0,Oa=20642;break;case 14:I[0]=202,D=R,Oa=16674;break;case 15:W=1===L,R="\u010b\u0106\u010e\u0111\u010a\u0109",ce="",V=0,Oa=7299;break;case 16:G=$,Oa=4769;break;case 17:M[g](S),Oa=22053;break;case 18:Ta=va!==ce,ze=(Ta*=Ta)>-171,g=w[v=M+1],$=B[u](h,g),Oa=ze?11936:2338;break;case 19:f=0,Oa=(E=(ze=(ma=Ce!==T)*ma)>=(O=(Ta=ma*(O|=18))-(E=O*O)))?8481:14368;break;case 20:Oa=(p=-1===(j=p))?8613:1604;break;case 21:d=$,Oa=16481;break}}();break;case 21:!function(){switch(Ga){case 0:T=d[S],x=255&(T=(x=T>>p)+(F=T<=Ta)?11267:9701;break;case 2:R++,Oa=19937;break;case 3:m=void 0,l=L,u=(B=K)[24],Oa=u?5187:17568;break;case 4:ie=void 0,X=ia,Q=Ma,te=t,me=o,_e=k,De=357,Ae=void 0,he=0,Oa=15904;break;case 5:Oa=Z-26)?15457:18849;break;case 16:F=S[0],T=F[He],(F=S[0])[je](A),Oa=7683;break;case 17:Oa=(ma=O>=(ze=ta-(E=ze*ze)))?4610:17408;break;case 18:C=h,Oa=16802;break;case 19:h=(h="DIdliub").split("").reverse().join(""),Oa=(h=(f=h)in y)?1317:14816;break;case 20:_=j,Oa=15395;break;case 21:u=j,O=(ta=29<=ze,(v=[])[je](g=p+128,p=127&S),f=v,Oa=ze?4482:13952;break;case 5:x=0,F=null,ae=Te,se=He,Oa=1540;break;case 6:Oa=(X=13===k)?20708:19;break;case 7:C[je](V),Oa=21600;break;case 8:f=(u=j-(l=j%128))/(h=15+y),(u=[])[je](h=l+128,l=127&f),P=u,Oa=13857;break;case 9:j=0,Oa=1633;break;case 10:g=u.charCodeAt(p)-584,d+=String.fromCharCode(g),Oa=7842;break;case 11:z=(H=C)[U](z),K=z,Oa=15654;break;case 12:S%=v,Oa=18049;break;case 13:ze*=ta=(N=ma*ma)+(ta=Ta*Ta),ta=(ma=(N=E*ma)+(ta=O*Ta))*ma,Oa=2178;break;case 14:m=fe[D],D=0,D=J,J+=1,D=fe[G=D],G=I>>2,W=3&I,Oa=1636;break;case 15:Oa=(y=u)?8832:9378;break;case 16:Ma=r,ka=s,ua=void 0,ia=window,ca=void 0,Oa=(le=b)?21155:10275;break;case 17:J++,Oa=6625;break;case 18:xe=0,Se=0,Oa=6562;break;case 19:T=F&x,p[A](T),Oa=21729;break;case 20:Oa=y=ta)?18018:642;break;case 3:Oa=V>8),C=y&(l=98+(C=157)),(j=[])[je](u,C),Oa=13409;break;case 6:S=466,A=f[p],v=T=A^v,S=T&(A=S-211),d[g](S),Oa=3205;break;case 7:se=ve>S,Oa=16e3;break;case 8:l=M=[$+64*f],Oa=546;break;case 9:T++,Oa=1313;break;case 10:g=F[te](x),A=g,Oa=7491;break;case 11:P=u,Oa=14881;break;case 12:Pe++,Oa=7715;break;case 13:I[je](1),I=I[U](C),Oa=3200;break;case 14:f+=Fe,l=w[12],$=void 0,d=0,M=f,Oa=(p=l)[te]?6720:3139;break;case 15:Oa=(d=u)?7459:4194;break;case 16:Oa=u?11585:19491;break;case 17:p=d=v=S+1,d=void 0,v=p,p=113,v=(g=0|v)<128,Oa=10402;break;case 18:v=d[j](p),g=255&v,f[l](g),Oa=7232;break;case 19:U+="xpress",U+=".",U+="com",pe[J]=U,J="la",J+="c",J=(J+="ol").split("").reverse().join(""),U="moc.sserpxeila.muw",Oa=17796;break;case 20:T=-1,Oa=17955;break;case 21:C=G,V[je](1,1,1,1),G=Fe,y=[],q=String,Ce="ed",Ce+="oC",Ce+="rahC",Ce+="morf",Oa=1412;break}}();break;case 5:!function(){switch(Ga){case 0:T=A[M]===S,Oa=T?21026:18880;break;case 1:l[je](C),C=0,y="\u0167\u0177\u0186\u017d\u0184\u0188\u0159\u0182\u017b\u017d\u0182\u0179\u0161\u017d\u0182\u0183\u0186\u016a\u0179\u0186\u0187\u017d\u0183\u0182",u="",h=0,Oa=14693;break;case 2:H=R=f+1,R=void 0,H=_=H,_=113,Oa=(H=(j=0|H)<128)?19587:14980;break;case 3:p=0,Oa=2277;break;case 4:ge=558,Oa=19492;break;case 5:v++,Oa=18597;break;case 6:ee=Sa,Oe=ia,K=Ma,Je=o,fe=96,z=(Qe=k)[23],pe=z[Je],Oa=13602;break;case 7:ee=z+=ee=K,Oa=(K=Qe)[6]?15554:9348;break;case 8:ye=de+(Ae+="|$)"),Ae=new X[Re](ye),De=ne[Ye](Ae),Oa=(Ae=De)?5125:5312;break;case 9:y=B[1],Oa=8832;break;case 10:Oa=v?21699:14405;break;case 11:R=490,L[10]=200,W[0]=R-290,Oa=6337;break;case 12:I="\u0296\u02a5\u02a5\u02a1\u029e\u0298\u0296\u02a9\u029e\u02a4\u02a3\u0264\u02ad\u0262\u02ac\u02ac\u02ac\u0262\u029b\u02a4\u02a7\u02a2\u0262\u02aa\u02a7\u02a1\u029a\u02a3\u0298\u02a4\u0299\u029a\u0299\u0270\u0255\u0298\u029d\u0296\u02a7\u02a8\u029a\u02a9\u0272\u028a\u0289\u027b\u0262\u026d",G="",W=0,Oa=17536;break;case 13:Oa=(M=(d=M)<64)?1124:10626;break;case 14:_=V[Te],(C=_[P])[9]=[],Oa=9701;break;case 15:Oa=v>0)===(T=(S=2*W)>>0))?1059:15428;break;case 19:Oa=S-75,v=S[He],(S=M[0])[je](p),Oa=E?18722:17956;break;case 18:A=u.charCodeAt(S),T=A^g,g=A,p+=String.fromCharCode(T),Oa=8738;break;case 19:Oa=te>8),P=h&(p=68+P),M[je](g,S,v,P),P=u=M,Oa=16;break;case 21:$|=128,Oa=7458;break}}();break;case 7:!function(){switch(Ga){case 0:V=(I=V)[U](m),Z=Z[U](V),I=[],m=void 0,C=m=0,m=void 0,Oa=10309;break;case 1:Oa=(p=-1===(f=p))?9376:13664;break;case 2:Oa=g?20805:9697;break;case 3:Oa=(A=g)?10661:15494;break;case 4:I++,Oa=5218;break;case 5:I[je](1),I=I[U](P),Oa=8676;break;case 6:u++,Oa=12801;break;case 7:Oa=8801;break;case 8:l=void 0,h=w,Oa=(u=B)[12]?4226:11872;break;case 9:Oa=y>16)&(f=68+B),f=255&(h=u>>8),B=u&(h=68+B),w[je]($,d,f,B),Oa=3588;break;case 1:H=void 0,be=e(4,2,_=be),Oa=(be=H=be)?9602:611;break;case 2:Ca++,Oa=3206;break;case 3:w=u=w,u=void 0,$=[],d=(f=w)>>24,M=68+(w=187),Oa=5539;break;case 4:Ta=(ma=(O^=23)+(ta=!Ca))*ma,h[p](v),Oa=(Ta=Ta>=(N=3*(ma=O*ta)))?3681:12866;break;case 5:L=[],Z=ue[8],I=Z[0],L[1]=I,L[5]=ue[19],Z=L[5],I=(I="/w").split("").reverse().join(""),m=I+U,Oa=8770;break;case 6:ze=ze<19,ze*=ze,N=26|(Ta|=8),$=f=d,I=I[q]($),O=N<<28,Oa=4166;break;case 7:H=ce[P](V),_=255&H,R[be](_),Oa=15970;break;case 8:A++,Oa=17760;break;case 9:v++,Oa=15522;break;case 10:Oa=u>8,Oa=13508;break;case 6:p=M[l]===d,Oa=p?13377:5540;break;case 7:ge=Q[De](me),Q[Re]=60,Q[Ge]=327+te,(_e=Q[Ue])[he]=ne,ge[de]=ye,ge[je]=He,ge[Ke](125,1,62,20),ge[je]=Ee,Oa=16769;break;case 8:y+=Fe,K=C[12],j=void 0,l=0,u=y,Oa=(h=K)[te]?2242:5253;break;case 9:l+=Fe,y=j[12],u=void 0,h=0,f=l,Oa=(d=y)[te]?10240:4579;break;case 10:d="s",d+="erif",w.push($,M,d),$=w,w=(w="illmmmmmmmmmm").split("").reverse().join(""),d=w,w="xp",Oa=12864;break;case 11:M=R,Oa=(p=f)[te]?5600:15459;break;case 12:z=void 0,oe=Ve,ue=11,pe=Fe,J=He,U=aa,L=fa,Z=ga,Oa=19076;break;case 13:me=ie.charCodeAt(ge),_e=me^te,te=me,Q+=String.fromCharCode(_e),Oa=17922;break;case 14:Ta=10,E=(ze|=4)*ze,g=v,p=p[U](g),E+=N=Ta*Ta,O=ze*Ta,Oa=19654;break;case 15:Oa=f(N=(ma=3|(ze=!aa))<<30),w=u=f,Oa=21059;break;case 19:Xe=251^Ye.charCodeAt(Te),Se+=String.fromCharCode(Xe),Oa=7429;break;case 20:I[je](0),Oa=1094;break;case 21:Oa=h?13668:10720;break}}();break;case 12:!function(){switch(Ga){case 0:u=B,w=1,Oa=20614;break;case 1:Oa=M>16)&(R=68+D),R=255&(W=I>>8),D=I&(W=68+D),G[je](ce,V,R,D),Oa=4736;break;case 2:Oa=Je=(ta=N-Ta),d=A,g=A&(S=g-256),M[v](g),Oa=N?20644:7749;break;case 15:w+=M[0],Oa=98;break;case 16:m=U+(D=L=G),e(4,1,D=J,L=m),Oa=Ta?6789:12737;break;case 17:y=f=[h],Oa=19845;break;case 18:Oa=p>=7)?4485:3109;break;case 12:j=f=[w],Oa=21794;break;case 13:Le=43,h=C[l]-j,f=(d=(f=255&h)>>(h=ke))+(h=f<<(p=8-h)),h=212+Le,Oa=21925;break;case 14:O=!_,ta=(O*=O)>-109,g=M+v,p[je](S,g),l=p,Oa=ta?546:3424;break;case 15:A=g,Oa=(S=f)[12]?11430:10693;break;case 16:d=1,Oa=20066;break;case 17:pe[16]=J,Oa=oe?13667:7616;break;case 18:Oa=l0)?9632:9701;break;case 5:S=A,A="\u0346\u0311\u0315\u030f\u0314\u035b\u034c\u0340\u030d\u030f\u030e\u030f\u0313\u0310\u0301\u0303\u0305\u035b\u0342\u035e\u030d\u030d\u030d\u030d\u030d\u030d\u030d\u030d\u030d\u030d\u030c\u030c\u0309\u035c\u034f\u0313\u0310\u0301\u030e\u035e\u035c\u0313\u0310\u0301\u030e\u0340\u0313\u0314\u0319\u030c\u0305\u035d\u0342\u0306\u030f\u030e\u0314\u034d\u0313\u0309\u031a\u0305\u035a\u0340\u0357\u0352\u0310\u0318\u035b\u0340\u0306\u030f\u030e\u0314\u034d\u0306\u0301\u030d\u0309\u030c\u0319\u035a\u0340\u0346\u0311\u0315\u030f\u0314\u035b",T="",x=0,Oa=6373;break;case 6:l=$,Oa=21669;break;case 7:C=B=[l],Oa=9669;break;case 8:J=J.split("").reverse().join(""),U=(U="moc.sserpxeila.muw-ur").split("").reverse().join(""),pe[J]=U,J=(J="ed").split("").reverse().join(""),U="d",U+="e-wu",U+="m.alie",Oa=19586;break;case 9:C=P[u](),Oa=1186;break;case 10:C=(H=(C=(H=(C=Q+j)+(j=H-115))+ea)+85)+K,H=Y[Ve](_),H=(_=C+H)+fe,Oa=15;break;case 11:d=f,M=1,Oa=12482;break;case 12:G=729,Oa=20577;break;case 13:u[12]=[],Oa=(Ta=(N=(ta=Oe!==Me)*ta)>-207)?2181:19682;break;case 14:Ve=ia,fe=Ma,re=t,E=(Ta=Ne!==H)+(N=da instanceof String),E*=E,ta=Ta*N,Oa=6182;break;case 15:h=C,Oa=(f=B)[te]?20130:16614;break;case 16:C=S-T,_=A-x,u[g](T),Oa=18850;break;case 17:ge++,Oa=7300;break;case 18:Oa=W?18628:19779;break;case 19:Xe=Q,Q="\x86\xf2\x86\xf6\xcc\xe3\xcc\xad\xce\xa4\xd7\xf9\x98\xf4\x9d\xe4\x91\xff\xd1\xb2\xdd\xb0\x9f\xfa\x88\xfa\x95\xe7\xd8\xae\x93",K="",we=0,Ve=0,Oa=9284;break;case 20:u="c",u+="op",u+="yWith",C=!![][u+="in"]<<0,u=(u="sedulcni").split("").reverse().join(""),C|=d=!![][u]<<1,a.push(149042489,1,2),e(10,2,-1),u=a.pop(),d=P[y](u),Oa=9249;break;case 21:A=-1,Oa=1122;break}}();break;case 17:!function(){switch(Ga){case 0:C=l,l="tf",l+="e",l+="L",l=(l+="neercs").split("").reverse().join(""),f=_[l],Oa=f?8387:4642;break;case 1:ae=A,Oa=(se=T)[te]?12292:10308;break;case 2:R=ce,Oa=W?14977:5153;break;case 3:g++,Oa=1605;break;case 4:f=0,Oa=8387;break;case 5:z=0,L=1,y=0,Oa=2625;break;case 6:D=(I=D)[U](m),Z=Z[U](D),I=[],m=void 0,V=m=0,m=void 0,Oa=15941;break;case 7:Oa=3424;break;case 8:S++,Oa=10336;break;case 9:Z++,Oa=4132;break;case 10:I[je](1),I=I[U](C),Oa=1094;break;case 11:$=f,C=C[U]($),Oa=(f=u)?5217:10530;break;case 12:I[je](0),Oa=7685;break;case 13:Oa=(y=m=j=y)?12293:9665;break;case 14:Ta&=15,de[He](ye,ne,!0),Oa=(E=(N=Ta*Ta)>-148)?14560:19492;break;case 15:f++,Oa=10468;break;case 16:Oa=M?1316:15620;break;case 17:W=l,Oa=641;break;case 18:W=isNaN(m),Oa=W?21666:4228;break;case 19:Oa=Se7)*Ta,v=M,g=1,ze=(O=Ta*(ta^=23))-(ze=ta*ta),Oa=7460;break;case 21:l=(Ce=C-(q=C%128))/(ke=15+V),(Ce=[])[je](ke=q+128,q=127&l),Oa=8673;break}}();break;case 18:!function(){switch(Ga){case 0:H++,Oa=12577;break;case 1:Oa=$?19590:22019;break;case 2:m=void 0,R=m=0,m=void 0,H=m=0,C=(m=l<<6)|(_=C<<5),Oa=4160;break;case 3:w=M,Oa=(E=(ma=(ta=(N=S instanceof String)+(O=0<=O))*ta)>=(E=3*(Ta=N*O)))?21056:512;break;case 4:Oa=10464;break;case 5:Oa=A>24,$=68+(H=187),Oa=3269;break;case 21:ee=Me,Oa=10434;break}}();break;case 19:!function(){switch(Ga){case 0:se=void 0,Pe=0,Oa=7715;break;case 1:Oa=9316;break;case 2:S=F[te](x),A=S,Oa=11715;break;case 3:X=function(){e(3)},ie[De](X,100),Oa=9797;break;case 4:ua=Re,Oa=13922;break;case 5:D=L.charCodeAt(m)-272,I+=String.fromCharCode(D),Oa=514;break;case 6:w[12]=[],Oa=14466;break;case 7:d=0,Oa=22081;break;case 8:Oa=S?10276:9825;break;case 9:V++,Oa=(O=(Ta=(ta>>=10)*ta)>-100)?8773:2533;break;case 10:d=void 0,v=Fe,g=(p=l)[f],Oa=g?19456:4609;break;case 11:Oa=v>=7)?20035:21733;break}}();break;case 21:!function(){switch(Ga){case 0:l=d[te](f),u=l,Oa=13668;break;case 1:E=Ba instanceof Boolean,V=B=l,Ta=(O=E*E)+(ma=(N=!de)*N),N*=E,Oa=1153;break;case 2:ke=[],l=je,Oa=22146;break;case 3:p=-1,Oa=21121;break;case 4:Oa=11462;break;case 5:Oa=f(ue=60*(oe=300)),Oa=8483;break;case 9:Oa=v>24)&(f=68+(u=187)),h=l>>16,f=68+u,Oa=5281;break;case 12:f=C,Oa=(d=l)[te]?1058:11490;break;case 13:Oa=G>24,z=(H=m|(z=H&(C=z-170)))<<24,L[5]=L[5]|z,I[je](1),I=I[U](H),Oa=19077;break;case 15:(h=B[0])[je](C),Oa=ze?10818:16578;break;case 16:Oa=($=d)?21025:10625;break;case 17:Oa=2243;break;case 18:$=f,d=1,Oa=15906;break;case 19:G=!0,Oa=4672;break;case 20:l=f,C=C[U](l),l="wi",f=j[l+="dth"],Oa=f?12480:4547;break;case 21:z=void 0,m=[],Y=255&(G=(I=L)>>8),L=I&(G=98+(L=157)),Oa=453;break}}();break;case 1:!function(){switch(Ga){case 0:I=W,Oa=G?3075:17025;break;case 1:y=g-A,W=S-T,u[v](A),Oa=15428;break;case 2:I[je](0),Oa=1188;break;case 3:p++,Oa=8577;break;case 4:d=(h=l-(u=l%128))/(f=15+j),(h=[])[je](f=u+128,u=127&d),Oa=18434;break;case 5:Oa=L=(Ta=2*ta),R[14]=0,ce=void 0,Oa=ze?5412:9218;break;case 8:ma*=E=(N=ze*ze)+(E=O*O),E=(N=ta*ze)+(E=Ta*O),E*=E,Oa=228;break;case 9:y=Fe,Oa=15968;break;case 10:ca=void 0,Oa=1154;break;case 11:Oa=te23)+(N=ue instanceof Number),ta*=ta,N=4*(ma=O*N),Oa=17637;break;case 9:d++,Oa=5504;break;case 10:ae=F[S]===x,Oa=ae?16996:8389;break;case 11:g=2===M[He],Oa=3298;break;case 12:Oa=(ma=ze>=ta)?5187:1249;break;case 13:pe=L,Oa=ue[19]?5442:14497;break;case 14:Oa=ge>f)^h[M],g=255&v,$[p](g),Oa=6371;break;case 13:Oa=(W=m=y=W)?12290:6181;break;case 14:Oa=(g=-1===(v=g))?17602:18722;break;case 15:f=0,Oa=10468;break;case 16:u=y,h=1,Oa=21570;break;case 17:Oa=T-16,he=Ge+="out",Ge="a",Ge+="ppN",Ge+="ame",Oa=4707;break;case 20:C=2*P,h=(u=2*P)+2,u=y[G](C,h),h=0===(C=(f=(C=4*j)+(h=P%4))%5),Oa=21957;break;case 21:Oa=H?13312:10;break}}();break;case 4:!function(){switch(Ga){case 0:I[je](0),Oa=14500;break;case 1:Oa=(u=-1===(l=u))?22021:6336;break;case 2:Z=495,Oa=14404;break;case 3:Oa=x?17955:20610;break;case 4:Oa=C?19584:9698;break;case 5:te++,Oa=19650;break;case 6:Oa=_-63)?8421:19040;break;case 19:R=f=[j],Oa=(E=(ma=(E|=25)*E)>-111)?14597:5411;break;case 20:re=fe[5],Oa=re?5440:14336;break;case 21:Oa=oe=(ma=(ta=Ta+O)*ta),I+="pe",I+="n",a.push(1865306,1,0),e(10,2,-1),m=a.pop(),Oa=8291;break;case 1:Oa=12931;break;case 2:Oa=$>=7)?10916:10756;break;case 12:_=980^V.charCodeAt(H),be+=String.fromCharCode(_),Oa=9217;break;case 13:d=0,Oa=3684;break;case 14:G=W+I,D[je](G),Oa=er[21]?9731:2468;break;case 15:S=g[na](Me),A="\x85\x9e\x9f\x90\x82",T="",x=0,Oa=9478;break;case 16:T=g,x=1,Oa=3618;break;case 17:y=G[ce](2,C),G=y[0]<<8,C=G|y[1],G=C[ga](),y=G[na](Fe),G=void 0,C=y,y=1,Oa=5635;break;case 18:Oa=A<3?2466:19683;break;case 19:C+=8,Oa=20033;break;case 20:C=u=[l],Oa=16802;break;case 21:S=502,A=M^$[v],A=(T=A>>p)^$[v],S=A&(T=S-247),d[g](S),Oa=19840;break}}();break;case 6:!function(){switch(Ga){case 0:Z=Qe.charCodeAt(U),I=Z^J,J=Z,pe+=String.fromCharCode(I),Oa=19682;break;case 1:J=!0,Oa=11366;break;case 2:u=I&(w=(u=395)-268),Oa=(I>>=7)?9408:17539;break;case 3:M+=Fe,f=d[12],p=void 0,v=0,g=M,Oa=(S=f)[te]?4675:21988;break;case 4:y+=8,Oa=1283;break;case 5:V=ce[Te],(P=V[U])[11]=[],Oa=16513;break;case 6:F=S[0],T=F[He],(F=S[0])[je](A),Oa=3557;break;case 7:S=9,Oa=(Ta=(E=(O=8)*O)>(ze=(ta=2|(N=9<>8),y=l&(u=98+(y=157)),(B=[])[je](w,y),W=B,Oa=5380;break;case 11:Oa=(B=1===H)?1445:15840;break;case 12:A=(g=p-(v=p%128))/(S=15+d),(g=[])[je](S=v+128,v=127&A),Oa=1314;break;case 13:f=void 0,p=M,Oa=(d=u)[12]?8484:1506;break;case 14:$=-1,Oa=640;break;case 15:B++,Oa=16836;break;case 16:Oa=(j=w>0)?15776:16036;break;case 17:re=void 0,re=$e,ue=oe,pe=fe,J=0,L=0,Z=He,I=je,Oa=17056;break;case 18:Oa=h?6273:21702;break;case 19:Oa=(le=13===b)?16868:5761;break;case 20:te=ie.charCodeAt(Q)-647,X+=String.fromCharCode(te),Oa=15651;break;case 21:Oa=(C=(I=0|C)<16384)?5350:2628;break}}();break;case 9:!function(){switch(Ga){case 0:z=Ve+z,Oa=18053;break;case 1:y=W,W=void 0,B=[],u=(l=y)>>24,w=68+(y=187),Oa=E?10561:12704;break;case 2:p=P[u],g=p[f],p=(p="esolc").split("").reverse().join(""),d=g[y](p),Oa=19938;break;case 3:_=0,Oa=6275;break;case 4:D=y=q=C+D,D*=53,C=V[Ba](D,53),V=C[He],y=[],q=void 0,D=0|(Ce=D),Oa=5;break;case 5:g=236,S=f[p]-d,T=(A=(T=S&(A=19+g))>>(S=M))+(S=T<<(x=8-S)),S=19+g,Oa=21509;break;case 6:ne+="ul",je=ne+="e",he[ye](je,de,Fe),he=Ge[Ue],ne="5h",ne=(ne+="mu").split("").reverse().join(""),Oa=18432;break;case 7:u=P[h],d=u[y](Ye),Oa=4194;break;case 8:Oa=oe?292:17923;break;case 9:v=p[_a],Oa=14884;break;case 10:p=h[12],u=p[He],(p=h[12])[je](f),Oa=8545;break;case 11:U++,Oa=14400;break;case 12:O=(N=(ta=x!==Re)*ta)>-142,j=R.charCodeAt(y)-846,C+=String.fromCharCode(j),Oa=O?22017:6240;break;case 13:_=Ce,Oa=(Ta=(ta=(E=!B)*E)>-179)?6692:4161;break;case 14:ne=he[oa],de=e,je="p",je+="au",Ee=je+="se",Oa=(je=ne)[He]?11840:0;break;case 15:Q++,Oa=16416;break;case 16:Me=Be,Be=0,Oa=(ee=Xe)?22082:10434;break;case 17:u=l=B=h+1,l=void 0,B=u,u=113,Oa=(B=(w=0|B)<128)?10882:20705;break;case 18:p=[],v="co",v+="o",v+="k",v+="ieEnab",g=d[v+="led"],Oa=g?14630:1350;break;case 19:je[He](Ee,de,!0),Oa=14627;break;case 20:T=435,x=M[p],T=(F=(x=(F=x>>g)+(se=x<<(ae=8-g)))+S)&(x=T-180),v[A](T),Oa=6402;break;case 21:Ve[Q]=$e,$e=void 0,oe=re,re=Ne,ue=z,pe=[],a.push(1100690582,1,1),e(10,2,-1),Oa=11270;break}}();break;case 10:!function(){switch(Ga){case 0:Oa=Q?3682:9797;break;case 1:w=[],f=je,Oa=17029;break;case 2:V=l,Oa=226;break;case 3:Oa=Ze-148,d=(h=L-z)/Le[_a],L=z+(h=d*p),Oa=11842;break;case 5:f=u,d=1,Oa=13954;break;case 6:T=0,Oa=7205;break;case 7:Oa=(A=-1===(g=A))?21797:1536;break;case 8:X=ie[Q],ie="W",ie+="V.",ie+="Ev",ie+="e",ie+="n",ie+="t.",ie+="APP.Backgro",Q=X===(ie+="und"),Oa=13410;break;case 9:q+=1,G+=1,Oa=14819;break;case 10:Oa=(Ta=Ta>=(N=2*ma))?12417:11649;break;case 11:g=v,Oa=12613;break;case 12:Oa=f?15969:13316;break;case 13:h=j[l](Le,p),Le=f+h,h=je,Oa=3076;break;case 14:Oa=l=p[A],Oa=F?18563:8421;break;case 6:d++,Oa=16928;break;case 7:L=(L="gnp.raelc").split("").reverse().join(""),m=U[Ge](I,L),U="=t",U=(U+="x?").split("").reverse().join(""),U=(L=m+U)+re,Oa=13;break;case 8:A++,Oa=18595;break;case 9:C=l=j,Oa=11330;break;case 10:y=C=B+1,C=void 0,y=j=y,j=113,Oa=(y=(l=0|y)<128)?4229:12614;break;case 11:V=L[be]===Y,Oa=V?1699:7204;break;case 12:f=l,C=C[U](f),l="t",l+="hg",l=(l+="ieh").split("").reverse().join(""),f=j[l],Oa=f?8481:20097;break;case 13:pe[11]=oe,Oa=10337;break;case 14:m=0,Oa=(Ta=(E=(O=(ma=!h)+(ta=S===te))*O)>=(N=2*(Ta=ma*ta)))?7555:14497;break;case 15:d=j[12],_=d[He],(d=j[12])[je](f),Oa=17986;break;case 16:u=void 0,w=l,f=[],d=12+(h=166),h=8,M=d,d=0,Oa=4261;break;case 17:l=C,C=void 0,Oa=(B=(l=0|(B=l))<16384)?9413:13920;break;case 18:u|=128,Oa=15648;break;case 19:f=void 0,Oa=15494;break;case 20:f=$,C=C[U](f),Oa=(f=w)?4611:12932;break;case 21:l++,Oa=14659;break}}();break;case 12:!function(){switch(Ga){case 0:q+=Fe,y=j[12],Ce=void 0,ke=0,l=q,Oa=(B=y)[te]?6304:1440;break;case 1:l++,Oa=18914;break;case 2:Oa=5188;break;case 3:Oa=(h=$)?290:1249;break;case 4:x=T[v]===A,Oa=x?1281:9220;break;case 5:h=l.charCodeAt(w)-17,u+=String.fromCharCode(h),Oa=11364;break;case 6:j=P[u],Oa=j?6757:3104;break;case 7:Oa=(_=m)?19552:10723;break;case 8:h[f](d),Oa=C?7398:19617;break;case 9:Te=Re.charCodeAt(Se)-803,Ye+=String.fromCharCode(Te),Oa=20640;break;case 10:E=(ta=14==ta)*ta,E+=ze=(N=23>>N)*N,ma=ta*N,y=h=[u],Oa=12612;break;case 11:g=-v,Oa=3072;break;case 12:g=v=g,v=void 0,A=g,T=(S=f)[0],x=void 0,F=0,ae=A,Oa=6433;break;case 13:j[12]=[],Oa=5604;break;case 14:f=-1,Oa=15396;break;case 15:j++,Oa=8453;break;case 16:C|=j=(u=j)<<11,Oa=15909;break;case 17:Oa=l?4291:1283;break;case 18:S++,Oa=(E=(O=(N=Ca!==Ce)*N)>-89)?5728:226;break;case 19:m=U,Oa=16674;break;case 20:Ue[3]=[],Ue[9]=[],he=Ge,ne=e,de=(de="nwodesuom").split("").reverse().join(""),ye=de,de=he,Oa=3456;break;case 21:K=ee+z[He],ee=void 0,L=[],m=255&(I=(z=7)>>8),I=98+(U=157),Oa=13953;break}}();break;case 13:!function(){switch(Ga){case 0:x=(A=v-(S=v%128))/(T=f-33),F=S+(T=f-33),x=(S=63&x)+(T=64*p),(A=[])[je](F,x),Oa=17827;break;case 1:g=(p=$-(M=$%128))/(v=C-33),p=[],S=M+(v=C-33),M=63&g,v=64*f,Oa=14818;break;case 2:K=ee,Oa=7330;break;case 3:g=(p=f-(d=f%128))/(v=j-33),p=[],S=d+(v=j-33),d=63&g,Oa=19780;break;case 4:C|=j=u<<3,j="D",j+="OMTo",j+="ke",u=j+="nList",Oa=(ze=O>=ta)?6531:11841;break;case 5:p=d&M,v=(d=f>>16)&(M=68+w),M=255&(d=f>>8),w=f&(d=68+w),Oa=8419;break;case 6:v=f[la](w),w=(w="elyts").split("").reverse().join(""),w=v[g=w],a.push(177910,701102746,2,1),e(10,2,-1),S=a.pop(),w[S]=M,Oa=17409;break;case 7:C=u=[B],Oa=18080;break;case 8:Oa=p8,p=x[te](T),S=p,E>>=15,Oa=(ze=(ze=ta*ta)>(N=(E|=106)<<25))?4100:10852;break;case 2:Oa=g>ta)*ta,$=[f],ma=(ze=2*(ta*=ma=5==ma))-(ma*=ma),Oa=12803;break;case 12:u=void 0,f=void 0,$=h=l,$=void 0,d="tr",d+="ackn",d=e(17,2,M=d+="ick"),Oa=484;break;case 13:Oa=S?8292:2404;break;case 14:l=1,Oa=(u=q<8)?4704:9761;break;case 15:d=h,M=1,Oa=8608;break;case 16:Oa=($=3===C)?5444:2053;break;case 17:Oa=U=ma)?10372:677;break;case 13:Oa=2273;break;case 14:Oa=(d=$<_)?16899:20549;break;case 15:Oa=18084;break;case 16:f=0|(d=31*f),d=j[P]($),f+=d,$+=H,Oa=9475;break;case 17:Ve=Ne[0],Oa=15556;break;case 18:$=l-(f=$),l=void 0,f=$,$=161,M=f=(d=0|f)<0,Oa=12773;break;case 19:f=-1,Oa=19488;break;case 20:Oa=v?1250:11296;break;case 21:f=-1,Oa=19590;break}}();break;case 17:!function(){switch(Ga){case 0:Oa=(f=h=5)*Ta)>-52)?10342:9350;break;case 16:N=(E=!ce)*E,h=B[12],l=h[He],ma|=14,h=B[12],Ta=2*(O=E*ma),Oa=21792;break;case 17:Oa=(T=-1===(v=T))?9443:13414;break;case 18:d=(f=w-(h=w%128))/($=15+u),(f=[])[je]($=h+128,h=127&d),l=f,Oa=1698;break;case 19:ke=j[12],y=ke[He],(ke=j[12])[je](q),Oa=8513;break;case 20:ba=383^ye.charCodeAt(na),Ie+=String.fromCharCode(ba),Oa=20741;break;case 21:I[je](0),Oa=8676;break}}();break;case 18:!function(){switch(Ga){case 0:v++,Oa=(Ta=(ze=(ma=fe!==Ye)*ma)>(ma=(N=4|(ma=12!=ma))<<29))?5570:15590;break;case 1:m=K[Ve](kr[2]),D=I+m,I="&",m=D+(I+="xt="),I=K[Ve](kr[7]),D=m+I,Oa=kr[21]?20548:6211;break;case 2:ae=u[p],se=ae[v](0),ve=se[g](),Oa=(se=ve>24)&(R=68+(D=187)),Oa=1474;break;case 3:Oa=12673;break;case 4:ne=Ge,Ge="D",Ge+="a",Oa=N?3490:7300;break;case 5:w+=Fe,B=u[12],h=void 0,f=0,$=w,Oa=(d=B)[te]?15682:356;break;case 6:h=0,Oa=1028;break;case 7:ta*=N,Oa=(Ta=Ta>=(ta*=2))?17667:3492;break;case 8:Oa=h?22084:16544;break;case 9:J[14]=1,L=pe[Te],G=L[I[4]],L=G[11],G=null,W=D,R=L,L=0,Oa=21028;break;case 10:(Q=Ae)[Ae=1]=te,Q=new X[de],X=Q[va](),X=0|(De=X/(Q=643+De)),me=(Q=ye+me)+_e,Oa=12548;break;case 11:v=p,g=1,Oa=11302;break;case 12:W=880,Oa=100;break;case 13:Oa=(P=C=P)?19778:17059;break;case 14:u=d,Oa=10372;break;case 15:u=(l=Ce-(ke=Ce%128))/(B=15+V),(l=[])[je](B=ke+128,ke=127&u),D=l,Oa=21153;break;case 16:u=B=u,B=void 0,w=l,l=u,h=w[0],f=void 0,$=0,d=l,M=h,Oa=18497;break;case 17:Oa=L>=18),a.push(42,297603987705,2,1),E=E>=(ta=N-(ma=ta*ta)),Oa=18756;break;case 2:u=y,N=(E=E<21)*E,h=1,ze=E*(O=!ve),ze-=O*=O,Oa=16421;break;case 3:_=H="AA",Oa=8642;break;case 4:I[je](0),Oa=3200;break;case 5:P=void 0,Oa=17408;break;case 6:h=f,p=p[U](h),Oa=(h=m=p)?14496:2144;break;case 7:we=ia,Ne=o,z=k,$e=222,oe=X,ue=1===(re=Ma)[14],Oa=ue?1216:15393;break;case 8:h=j[0],l=h[He],(h=j[0])[je](P),Oa=16484;break;case 9:K=!0,Oa=2530;break;case 10:V=void 0,B=[],w=255&(u=(l=C)>>8),C=l&(u=98+(C=157)),Oa=16964;break;case 11:Oa=M-118)?8385:14720;break;case 17:Oa=(w=(u=w)<64)?17794:21953;break;case 18:u=!!Fe[p]<<9,C|=u,u="\u0251\u023e\u0257\u0239\u024d\u0228\u025a\u021f\u0269\u020c\u0262\u0216",p="",g=0,S=0,Oa=9313;break;case 19:j=P[y](u),C|=u=j<<6,j="se",u=P[j+="lf"],j="or",j+="ig",Oa=5349;break;case 20:ie="\u02c3\u02b6\u02be\u02b9\u02b7\u02c8",X="",Q=0,Oa=18051;break;case 21:w=l=h,I=I[q](w),Oa=20547;break}}();break}}();break;case 4:!function(){switch(Da){case 0:!function(){switch(Ga){case 0:Oa=22146;break;case 1:Oa=h-64)?5318:16546;break;case 3:Oa=(g=(p=(f=2*L)>>0)===(v=(d=2*z)>>0))?21123:18564;break;case 4:Oa=(S=-1===(p=S))?8804:4320;break;case 5:E=(ta=(E=ve!==ue)*E)>-47,V[2]=ce+W,(ce=ue[23])[R](V),Oa=E?18017:11744;break;case 6:m[10]=L,Oa=fe[11]?2624:15809;break;case 7:V[12]=[],Oa=17765;break;case 8:oe=ue[J],J="c",U=J+="n",Oa=oe?21731:12484;break;case 9:v++,Oa=7362;break;case 10:K=void 0,we=0,Oa=14850;break;case 11:_=u[He]-8,C=0,j=0,Oa=13636;break;case 12:Ta=(E=21-116)?10497:14470;break;case 13:h=void 0,Oa=15969;break;case 14:Oa=T?13797:10373;break;case 15:Ce=-1,Oa=2310;break;case 16:l=f=[w],Oa=6149;break;case 17:Ta=Ta>=(ma=2*(O*=ta)),S+=String.fromCharCode(se),Oa=Ta?15748:2051;break;case 18:Q="\u03e4\u03d7\u03e5\u03e7\u03df\u03d7",te="",ge=0,Oa=2341;break;case 19:f=void 0,$=w,M=[],p=(d=210)-98,v=46+d,d=0,g=je,Oa=2212;break;case 20:C=(j=u)<<0,j="Re",j+="flec",j+="t",u=P[y](j),C|=j=u<<1,Oa=5345;break;case 21:Oa=g?16835:11526;break}}();break;case 1:!function(){switch(Ga){case 0:$=f=d,I=I[q]($),Oa=19684;break;case 1:I[je](0),Oa=227;break;case 2:L=oe.charCodeAt(U)-711,J+=String.fromCharCode(L),Oa=16482;break;case 3:Oa=p>=29,ta=(Ta=13)*Ta,ze=(O=15<=O)*O,I[0]=202,E=ta+ze,Oa=19040;break;case 8:S=0,Oa=5728;break;case 9:u=void 0,Oa=15426;break;case 10:v=T=[A],Oa=14690;break;case 11:Oa=(P=m=C=P)?5346:22051;break;case 12:R=919,Oa=5313;break;case 13:P=H[0],Oa=17408;break;case 14:I[je](1),I=I[U](P),Oa=6661;break;case 15:Oa=(f=-1===(u=f))?11556:16995;break;case 16:Oa=2467;break;case 17:Me=z,Oa=4706;break;case 18:w=y[na](ba),f=2!=w[He],Oa=f?3169:11488;break;case 19:_e=ie.charCodeAt(me),Fe=_e^ge,ge=_e,te+=String.fromCharCode(Fe),Oa=9445;break;case 20:De=Fe,Fe=(Fe="noisrev").split("").reverse().join(""),Ae=Fe,Fe="um",Re=Fe+="x",Oa=le?3488:3168;break;case 21:I[je](1),I=I[U](P),Oa=1188;break}}();break;case 2:!function(){switch(Ga){case 0:q++,Oa=5506;break;case 1:z=void 0,L=[],m=255&(I=(U=K)>>8),K=U&(I=98+(K=157)),Oa=1697;break;case 2:E=(N<<=18)*N,R=739,Ta=(ta=2*(ze=N*(ma=!va)))-(O=ma*ma),Oa=15621;break;case 3:Oa=Q(Ta=N<<31))?17444:9891;break;case 8:A=u.charCodeAt(S),T=A^g,g=A,p+=String.fromCharCode(T),Oa=16419;break;case 9:f=B&($=(f=395)-268),Oa=(B>>=7)?18977:12608;break;case 10:x=-1,Oa=10497;break;case 11:w++,Oa=18048;break;case 12:Z++,Oa=2720;break;case 13:l=C,C=_[aa],_=j[He]/2,u=C[Ne](_),_=0,a.push(226232357,1,2),e(10,2,-1),C=a.pop(),Oa=8739;break;case 14:K=H=K,H=void 0,C=m,m=K,y=C[0],j=void 0,l=0,u=m,Oa=(h=y)[te]?7269:8386;break;case 15:q=ke,Oa=5536;break;case 16:C=P=l+1,P=void 0,C=y=C,y=113,Oa=(C=(j=0|C)<128)?14374:8258;break;case 17:A=383,Oa=(O=(ta=(Ta=!we)*Ta)>-44)?12546:5793;break;case 18:R=void 0,l=255&(j=(C=H)>>8),H=C&(j=98+(H=157)),(y=[])[je](l,H),Oa=485;break;case 19:N>>=4,j=H[C=L+5],N=(ze=N*N)>-125,j=y+(C=j<<2),C=L+6,Oa=5572;break;case 20:I[je](1),I=I[U](P),Oa=4163;break;case 21:u=P[h],j=u[y],Oa=6276;break}}();break;case 4:!function(){switch(Ga){case 0:l=_,Oa=(B=q)[te]?13764:2434;break;case 1:h=e(12,d),P=!!h,Oa=13923;break;case 2:Oa=(g=(v=g)<64)?19616:6657;break;case 3:u=H=w,I=I[q](u),Oa=8544;break;case 4:m=isNaN(D),Oa=m?14596:10755;break;case 5:l=C,j[je](1,1,1,1),C=Fe,u=[],w=String,f=String[ke],$=C[Ba],d=C[te],Oa=11428;break;case 6:Oa=(u=j)?20960:7202;break;case 7:Oa=ge>16)&(R=68+m),R=255&(W=D>>8),m=D&(W=68+m),Oa=257;break;case 6:_=d=[f+64*w],N=(E=(ta=ta<=26)+(O=Aa!==q))*E,E=4*(ma=ta*O),Oa=3332;break;case 7:J="a",J=(J+="es").split("").reverse().join(""),U="s",U+="g-",U+="w",U+="um.a",U+="l",U+="ibaba.com",pe[J]=U,J="la",Oa=15652;break;case 8:D=0,G=ce,q=U,Oa=5152;break;case 9:W=w,E=(ta=(Ta=18)*Ta)>=(N=(O=Ta*(ma^=23))-(E=ma*ma)),Oa=1315;break;case 10:I[je](0),Oa=16676;break;case 11:M=Le,p=[],v=[],g=0,Oa=11876;break;case 12:Oa=j?16548:16771;break;case 13:f=1,Oa=2276;break;case 14:m=void 0,V=ee,l=I,I=[],B=4,u=(C=Z)[ce](2,B),C=u[0]<<8,Oa=9796;break;case 15:S++,Oa=6821;break;case 16:d=P[u],p=d[f],d="mo",d+="zAut",d+="o",ze=(O=(ta=Ke instanceof Number)*ta)>-227,Oa=18885;break;case 17:f=y.charCodeAt(h)-276,u+=String.fromCharCode(f),Oa=16901;break;case 18:Z++,Oa=9859;break;case 19:Oa=(ta=E>=N)?13696:452;break;case 20:p++,Oa=13891;break;case 21:p=d[l]===f,Oa=p?18853:21859;break}}();break;case 6:!function(){switch(Ga){case 0:v++,Oa=11874;break;case 1:w=u=h,I=I[q](w),Oa=14625;break;case 2:Oa=5667;break;case 3:z=void 0,C=be,y=[],j=4,ke=2,l=0,u=je,Oa=21924;break;case 4:p++,Oa=21539;break;case 5:y=413,l=55&D[C],V=(B=V+l)&(l=65122+y),Oa=10752;break;case 6:$=j,C=C[U]($),a.push(43089253399,550782461,2,2),e(10,2,-1),j=a.pop(),$=_[j],Oa=$?3648:11906;break;case 7:Z[z=0+ee]=K[ee],Oa=7392;break;case 8:Ce=y,ke=1,Oa=12356;break;case 9:Oa=h?1155:8869;break;case 10:pe=1,U=fe[23],L=U[Z],Oa=(U=re=15)*Ta,Ta*=ta=ta>9,N=(Ta*=2)-(ta*=ta),Oa=19620;break;case 13:ta=ta>=O,w=255&u,_=j&(u=68+_),l[je](f,$,w,_),m=_=C=l,Oa=ta?2436:16674;break;case 14:ua=void 0,Oa=2245;break;case 15:K=Ve,Oa=21985;break;case 16:g=v,Oa=2180;break;case 17:d=f,ta=26,Ta=!Ue,ze=Me===Aa,O=ue instanceof Boolean,ma=(N=ta*ta)+(ma=Ta*Ta),Oa=8227;break;case 18:R=I.charCodeAt(W),ce=R^G,G=R,D+=String.fromCharCode(ce),Oa=10435;break;case 19:$=f=d,I=I[q]($),Oa=15010;break;case 20:_++,Oa=6275;break;case 21:Oa=(he=Ae=he=ne)?18884:5312;break}}();break;case 7:!function(){switch(Ga){case 0:Oa=(E=ma>=E)?14787:1185;break;case 1:C|=p=(u=p)<<10,u="B",u+="u",u+="dge",u+="tServic",u+="e",Oa=6277;break;case 2:l=f,Oa=22112;break;case 3:J=ga,U=Ba,Oa=5314;break;case 4:u=l,h=1,Oa=3523;break;case 5:u=void 0,w=l,h=[],f=0,d=1,M=0,p=je,Oa=15778;break;case 6:w=0|(f=31*w),f=u[P](h),w+=f,h+=l,Oa=22112;break;case 7:$++,Oa=2211;break;case 8:ne=he[Re],ye=ne[Ae],ne="\xf3\xdd\xec\xc2\xf2",je="",He=0,Ee=0,Oa=1569;break;case 9:ma=E*E,ma+=O=Ta*Ta,O=(N=ze*ze)+(O=ta*ta),O*=ma,ma=E*ze,Oa=20518;break;case 10:Oa=f=E)?1379:4322;break;case 4:d=h-(f=h%128),p=15+C,O=(N=(Ta=28)+(ze=2>=ze))*N,E=Ta*ze,Oa=5477;break;case 5:m=(W=m=y=W)[U](I),I=m[He],W=void 0,Oa=(y=(I=0|(y=I))<16384)?4224:18721;break;case 6:Ke=Ee[ne],ea=Ke[0]===je,Oa=ea?8259:12705;break;case 7:p=192,v=u[h],g=v^d,d=(p=(v=d*h)%(S=64+p))+f,p=255&g,w[M](p),Oa=9318;break;case 8:y=void 0,f=w,$=[],d=2,M=1,p=0,v=je,Oa=21539;break;case 9:T++,Oa=7205;break;case 10:I=D,D="\u035f\u0328\u0307",G="",W=0,R=0,Oa=19937;break;case 11:D++,Oa=8197;break;case 12:te=(Q=te+ba)+X,e(4,1,Q=me,X=te),ua=ie=void 0,Oa=19715;break;case 13:Oa=(l=m=w)?8609:12869;break;case 14:I=64,Oa=10755;break;case 15:d=-1,Oa=1316;break;case 16:p=P[u=p],Oa=p?4130:1252;break;case 17:C=l+1,l=void 0,u=C=u=C,C=113,u=(w=0|u)<128,Oa=6756;break;case 18:d=w[M],Oa=10501;break;case 19:Me=new ie[de],ee=Me-Te[15],Me=ee>Te[13],Oa=Me?2113:10849;break;case 20:E=qe!==Re,g=f[p]-d,S=255&g,g=M,ta=(ze=E*E)+(ta=(Ta=!L)*Ta),Oa=9857;break;case 21:d=v,Oa=(O=(ze=(ma=ma>23)*ma)>(ma=(ta=28|(E=be===Ca))<<28))?15813:20928;break}}();break;case 9:!function(){switch(Ga){case 0:Ve=void 0,Oa=15556;break;case 1:Oa=(d=-1===(f=d))?1061:19493;break;case 2:Oa=Z=ze)?18880:6182;break;case 8:p+=Fe,M=d[12],v=void 0,g=0,S=p,Oa=(A=M)[te]?6469:12518;break;case 9:U+="m.ali",U+="express",U+=".com",pe[J]=U,J=(J="gqxx").split("").reverse().join(""),U="\u011e\u0116\u0112\u010d\xd7\u0121\u011e\u010e\u0121\u0112\xd7\u010c\u0117",L="",Oa=2309;break;case 10:y=Fe,Oa=7586;break;case 11:$=w[12],u=$[He],($=w[12])[je](h),Oa=16995;break;case 12:l=e(4,2,u),Oa=(B=!(l=B=l))?7712:16512;break;case 13:f=(u=j-(l=j%128))/(h=15+y),(u=[])[je](h=l+128,l=127&f),Oa=15681;break;case 14:p=P[d],u=p[y],Oa=12800;break;case 15:J+="za",J+="d",J+="a",U="u",U+="ml",U+="azad",U+="a",U+=".alibaba",Oa=12486;break;case 16:K=void 0,z=28,m=(L=I)[ce](),Y=L[He],L=void 0,Y=0|(H=Y),Oa=1280;break;case 17:Oa=l<$[He]?4358:18691;break;case 18:Oa=y=E)?14658:21603;break;case 7:Oa=l=ma)?13858:1445;break;case 13:Oa=19525;break;case 14:J=Fe,Oa=17890;break;case 15:ae=F[g]===x,Oa=ae?13345:14788;break;case 16:x.push(ae,F,se),S[Te]=x,S[ge]=function(e,a){var r="G";r+="etV",r+="e",r+="rsionI",r+="nfo";var c=e.GetVersionInfo(),s="pa",b;return s+="rse",s+="Floa",s+="t",Ja.parseFloat(c)},x=S,S={},F="A",F+="dobe",F+=" SV",Oa=15908;break;case 17:V=D[na](we),P=9!=V[He],Oa=P?320:17856;break;case 18:e(10,2,-1),Y=a.pop(),m=L[Y],Oa=E?16674:6400;break;case 19:g=d+(v=64*w),p[je](S,g),_=p,Oa=1379;break;case 20:Oa=Z?4480:18081;break;case 21:R=Ba,Oa=8482;break}}();break;case 11:!function(){switch(Ga){case 0:B=0,Oa=16836;break;case 1:$=g=[p+64*d],Oa=20835;break;case 2:g=513,Oa=8292;break;case 3:j[12]=[],Oa=9570;break;case 4:se++,Oa=14789;break;case 5:w=f[He],f=u[0],ma=ta>=N,f[je](l),Oa=ma?22114:68;break;case 6:De++,Oa=9794;break;case 7:C=void 0,y=be,j=[],l=244,u=ke=37,ke=0,Le=je,Oa=10628;break;case 8:h++,Oa=19523;break;case 9:v++,Oa=9219;break;case 10:se=We,Oa=12644;break;case 11:S=v,v=0,A=He,T=ie,x=Fe,F=Ae,ae=(ae="emanelif").split("").reverse().join(""),se=ae,Oa=20706;break;case 12:Oa=9893;break;case 13:Oa=(u=-1===(l=u))?8867:16484;break;case 14:Oa=20611;break;case 15:y=Fe,Oa=10820;break;case 16:Oa=19558;break;case 17:I[je](0),Oa=128;break;case 18:Oa=L=(O=3*(E=N*ze)),Oa=67;break;case 13:p++,Oa=18882;break;case 14:S=g[u]===v,Oa=S?4513:17957;break;case 15:T++,Oa=6786;break;case 16:ee=z[aa],z=L[He]/2,Y=ee[Ne](z),ee=0,Oa=18528;break;case 17:U=U.split("").reverse().join(""),pe[J]=U,J="y|pny:}\x7fr",U="",L=0,Oa=18788;break;case 18:Oa=(l=m=B=l)?4740:3652;break;case 19:Oa=d?19588:10917;break;case 20:Oa=S0,I="\x90",W="",R=0,Oa=11457;break;case 3:L++,Oa=18788;break;case 4:f=void 0,p=d,d=161,g=p=(v=0|p)<0,Oa=O?2690:21826;break;case 5:l++,Oa=(ma=(E=(ma=(O=Q!==R)*O)+(E=(Ta=!Le)*Ta))>=(ma=O*Ta))?19520:19620;break;case 6:L++,Oa=16612;break;case 7:f=S=[g],Oa=10342;break;case 8:Oa=(x=-1===(T=x))?6339:3557;break;case 9:v="\u03c3\u03ce\u03d1",S="",A=0,Oa=5698;break;case 10:S=$[p],A=S^d,d=(T=(S=d*p)%256)+v,S=255&A,M[g](S),Oa=3142;break;case 11:V++,Oa=3202;break;case 12:B[12]=[],Oa=13504;break;case 13:y++,Oa=15683;break;case 14:f=0,Oa=19812;break;case 15:Oa=x?21796:11397;break;case 16:Oa=(N=N>=E)?21762:290;break;case 17:f=(w=u-(Le=u%128))/(h=15+B),(w=[])[je](h=Le+128,Le=127&f),Oa=6307;break;case 18:C=j,Oa=11330;break;case 19:Oa=ge?13666:10852;break;case 20:d=f[B]===h,Oa=d?386:20614;break;case 21:Oa=l0)?9601:289;break;case 2:C|=p,u="pe",u+="rf",u+="orm",d=u+="ance",u="ti",u+="meO",u+="rigi",Oa=2692;break;case 3:G=[],W=(D=m)>>24,R=68+(m=187),Oa=(ma=E>=(ma=O*ta))?5284:292;break;case 4:m=void 0,y=m=0,m=void 0,j=m=0,m=void 0,m=0,Oa=9793;break;case 5:y=H[C],y=j+(C=y<<1),C=L+7,Oa=N?2208:8869;break;case 6:m=void 0,_=(_=e(2))[He]+_,C=_[He]/20,j=0|C,C=void 0,l=j,u=_,w=0,f=j=0,Oa=20898;break;case 7:W=B=l,Oa=641;break;case 8:Oa=(v=(p=v)<64)?18470:4102;break;case 9:e(4,1,V=P,R=Y),e(8,W,G[Be]),Oa=13730;break;case 10:Aa=b,ie=void 0,X=ia,Q=t,te=o,ge=k,me="l",me+="ocal",Oa=17731;break;case 11:N=(N=(O=U!==ya)*O)>-248,A=v.charCodeAt(S)-179,g+=String.fromCharCode(A),Oa=N?3653:1120;break;case 12:C=u=[B],Oa=14592;break;case 13:q=B[te](l),Ce=q,Oa=15808;break;case 14:g++,Oa=(ma=(O=(ma=18)*ma)>-166)?2531:20710;break;case 15:v=f[d](p,A),p=g+v,v=je,Oa=18594;break;case 16:Oa=B-126,ne="c",ne+="ook",de=Ae[ne+="ie"],Oa=1025;break;case 19:Oa=Re=Ta)*Ta)>-128)?11424:9314;break;case 21:re=$e+Ne,Ne=void 0,z=Ve,Ve=3,$e=Fe,oe=He,ue=aa,pe=fa,Oa=3300;break}}();break;case 15:!function(){switch(Ga){case 0:Oa=($=f=d=$=d)?3459:2048;break;case 1:M=w[f],$=p=M^$,M=255&p,h[d](M),Oa=13956;break;case 2:Oa=P[u]?9730:1186;break;case 3:Oa=P[y=u]?1477:14848;break;case 4:xe=a.pop(),ga=xe,a.push(3725285504,1,0),e(10,2,-1),xe=a.pop(),Ba=xe,xe="s",xe+="ub",xe+="s",xe+="tring",Oa=20769;break;case 5:l+=Fe,y=j[12],u=void 0,h=0,f=l,Oa=(d=y)[te]?2660:3330;break;case 6:S++,Oa=19618;break;case 7:v=p,Oa=1700;break;case 8:m=void 0,P=ee,y=I,I=[],j=4,l=(C=Z)[ce](2,j),C=l[0]<<8,Oa=3077;break;case 9:f=p=[M],Oa=21923;break;case 10:Oa=18980;break;case 11:Oa=11427;break;case 12:L=Fe+(pe=107%(L=737+pe)),Oa=16034;break;case 13:m=pe[J]-245,A=v,S=(v=y-W)/p[_a],y=W+(v=S*A),Oa=15779;break;case 15:F+="G",S[ie]=F,F="\u031d\u0338\u0333\u033e\u0339\u0372\u030f\u030a\u031b\u031f\u0328\u0330",ae="",se=0,Oa=20485;break;case 16:y=f=h,ze=(ta=v!==X)*ta,N=ga instanceof Boolean,Oa=(ze=ze>(N=(O=452|N)<<24))?7366:1411;break;case 17:Oa=(le=10===b)?12704:3137;break;case 18:Ta=21>>Ta,O|=5,ma=(ze=4!=ze)*ze,ma+=N=(ta=!Pa)*ta,L=C,Oa=6180;break;case 19:Oa=d?16640:14725;break;case 20:Oa=L=(ta=4*O))?19972:22084;break;case 5:f++,Oa=5377;break;case 6:F="\u023d\u0250\u024c\u0257\u023b\u0257\u024c\u0264\u0250\u025d\u0219\u023d\u0250\u024c\u0257\u023b\u0257\u024c\u0264\u0250\u025d\u0213\u025f\u0258\u0214\u020b\u022c\u024e\u025f\u0254\u0261\u0250\u0243\u020b\u022e\u025a\u0259\u025f\u025d\u025a\u0257\u020b\u0213\u021e\u021d\u0218\u024d\u0254\u025f\u0214",ae="",se=0,Oa=17476;break;case 7:Oa=ke?11460:20129;break;case 8:e(10,2,-1),J=a.pop(),J=L=J,Oa=3749;break;case 9:B=C|u[1],C=B[ga](),u=C[na](Fe),C=void 0,B=u,w=(u=0)%B[He],u=B[w],B=u%4,Oa=14565;break;case 10:C=void 0,l=y,Oa=(j=P)[12]?11456:5665;break;case 11:u=j,w=1,Oa=15747;break;case 12:j[_](y,C),Oa=12420;break;case 13:Oa=d?7588:2145;break;case 14:ee=J=Z,K=11+fe,fe=(fe="!").split("").reverse().join(""),z=K+fe,K=void 0,fe=ee,Oa=13762;break;case 15:l=4===C[14],Oa=l?18657:10754;break;case 16:B[je](w,C),m=(V=m=C=V=B)[U](I),I=m[He],V=void 0,C=(I=0|(C=I))<16384,Oa=4227;break;case 17:Oa=(me=1===ge)?7328:20869;break;case 18:M=[],p=[],v=0,Oa=14373;break;case 19:S=p-(g=p%128),O=(Ta=!Aa)*Ta,A=$-33,E=Ta*(ma=fa===Y),Ta=ma*ma,Oa=4288;break;case 20:h=void 0,d=113,Oa=(f=(p=0|(f=C))<128)?7747:5381;break;case 21:Oa=(w=-1===(u=w))?449:10818;break}}();break;case 19:!function(){switch(Ga){case 0:j=l-(_=j),_=void 0,f=j,j=161,Oa=(d=f=($=0|f)<0)?129:14467;break;case 1:R=(I=W<<4)|(W=m>>4),ce=(W=(I=15&m)<<2)|(I=D>>6),I=63&D,Oa=18978;break;case 2:Ta=Ta<=28,N=7,y=d[te](f),ma=R===p,O=l===Oe,ze=Ta*Ta,u=y,ta=N*N,Oa=9345;break;case 3:$=l-(j=d),j=void 0,d=$,$=161,v=d=(p=0|d)<0,Oa=11652;break;case 4:Oa=v>16,ma=2*(Ta=O*(ta^=10)),Oa=20965;break;case 10:te=251,Oa=(ta=(Ta=(E=(N>>=7)+(ta=14==ta))*E)>=(ta=2*(E=N*ta)))?13666:18051;break;case 11:Oa=g<256?5762:5445;break;case 12:ke=C[0],q=ke[He],(ke=C[0])[je](G),Oa=8708;break;case 13:v=65^d.charCodeAt(p),M+=String.fromCharCode(v),Oa=2693;break;case 14:Oa=Re=Ta,Z=Z[U](z),ee=D[He]+V[He],K=ee+W[He],ee=K+_[He],K=ee+R[He],ee=K+P[He],Oa=ze?21891:1345;break;case 20:q++,Oa=17636;break;case 21:H=m=y+1,m=void 0,H=K=H,K=113,Oa=(H=(C=0|H)<128)?326:20774;break}}();break;case 20:!function(){switch(Ga){case 0:f=v[te](p),d=f,Oa=1316;break;case 1:ce=m[Z](E=(ta=6|(E=$e===d))<<29))?13925:15873;break;case 6:C=P[u](),Oa=4677;break;case 7:Oa=V<2?11908:10371;break;case 8:I[je](0),Oa=7809;break;case 9:Aa=b,ie=void 0,X=ia,Q=o,Oa=(ge=1===(te=k))?18018:15555;break;case 10:l=I,I=[],B=4,u=y[ce](2,B),Oa=ze?9764:10849;break;case 11:H=R[W]+Z[V],_=H+G,Z[V]=255&_,Oa=9634;break;case 12:Oa=($=f)?19457:5765;break;case 13:f++,Oa=5794;break;case 14:M=($=j-(f=j%128))/(d=15+_),($=[])[je](d=f+128,f=127&M),R=$,Oa=14597;break;case 15:V=ce[Te],(P=V[U])[9]=[],Oa=20864;break;case 16:x="PD",x+="F.Pd",x+="fCtrl",T.push(F,x),S[Te]=T,S[ge]=function(e){for(var a,r="\u01f3\u01d1\u01c0\u01e2\u01d1\u01c6\u01c7\u01dd\u01db\u01da\u01c7",c="",s=0;s<"\u01f3\u01d1\u01c0\u01e2\u01d1\u01c6\u01c7\u01dd\u01db\u01da\u01c7".length;s++){var b=436^"\u01f3\u01d1\u01c0\u01e2\u01d1\u01c6\u01c7\u01dd\u01db\u01da\u01c7".charCodeAt(s);c+=String.fromCharCode(b)}var k=e[c](),i="sp";i+="lit";for(var o="split",t="\u018c",n="",d=0,v=0;v<"\u018c".length;v++){v||(d=416);var h="\u018c".charCodeAt(v),l=h^d;d=h,n+=String.fromCharCode(l)}var u,f="=";a=(a=k.split(n))[0].split("=");var C="pa";return C+="rs",C+="e",C+="Floa",C+="t",a=Ja.parseFloat(a[1])},T=S,S={},x="r",Oa=8294;break;case 17:$=($="ennazeC$2 sgnidgniW$edocinU snaS adicuL$NEERCSKLIS$cihtoG dracwohS$TEL NWOTECNIRP$AMITPO$rehtaeH$TM inodoB$cihtoG IU SM$TM mineveL$thgirB adicuL$IUlausiV$SIVEN$cihtoG nuglaM$dnaH yeldarB$CTI tpircS naidrawdE$TB enozamA$onoM eladnA$nuSmiSN$UiLgniM$iTiaK$gnoSgnaF$onitalaP$ELITSORUE$irubnohT$afireS$BS-iaKFD$ORP NOLSAC EBODA$TEL devargnE ymedacA$eedawaleeL$auqitnA kooB$TB dM edraGtnavA$aloirbaG$salosnoC$kcalB lairA$TB xEklB 127siwS$RINEVA$lobmyS IU eogeS$warDeniL SM$irbilaC$BtxE-SCSKH_UiLgniM$stnoF llamS$ATALOSNOCNI$TT CTIdMrialB$arutuF$nodneralC$orP noiniM$TB dM cihtoGknaB$ocanoM$llewkcoR$BtxE-UiLgniM$dnomaraG$eueN acitevleH$ANITPIRCS$ohcniMP SM$ieHgnehJ tfosorciM$TB kB edraGtnavA$ruhgiU tfosorciM$cihtoG retteL$worraN lairA$ieHmiS$MAHTOG$ORP ONRA$avisroC epytonoM$UiLgniMP$NID$retirwepyT snaS adicuL$todiD$AKASO$snaS lliG$elytS dlO namkooB$onoM snaS areV maertstiB$ttelraM$BtxE-UiLgniMP$ayajiV$fireS snaS ecnerefeR SM$BtxE-nuSmiS$CS itieH$TB dM arutuF$ORP DAIRYM$htaM airbmaC$CT itieH$BF ycnegA$neaflyS$yrutneC$ieHaY tfosorciM$ohcniM SM$cihtoG yrutneC$TB 222otaccatS$snaS adicuL$dednetxE A RCO$reliewhcsnetteaH$ytlaicepS ecnerefeR SM$ORP NAJART$lanimreT$kooltuO SM$SM edocinU lairA$FebodAWZ$artxE TM").split("").reverse().join(""),v=$,$=($="$").split("").reverse().join(""),g=v[na]($),$=Fe,v=0,Oa=19777;break;case 18:I=Ba,Oa=12832;break;case 19:B=Ee,Oa=3522;break;case 20:u=y,h=1,Oa=13732;break;case 21:Oa=($=u)?17669:16549;break}}();break;case 21:!function(){switch(Ga){case 0:l=d[te](f),u=l,Oa=19877;break;case 1:Oa=(v=(p=v)<64)?1380:1248;break;case 2:$=0,Oa=(Ta=(Ta=(ma&=26)*ma)>(E=(N=4|(ma=H===d))<<29))?18947:21826;break;case 3:w=p,Oa=9666;break;case 4:Oa=C<_?8837:2214;break;case 5:j=C=j=l%4,C=P[aa],P=y[He]/2,l=C[Ne](P),P=0,Oa=10528;break;case 6:Oa=Pe>24,Oa=9828;break;case 7:C=f=[h],Oa=13344;break;case 8:Oa=D-130)?4548:20099;break;case 13:Oa=Oe?5157:8705;break;case 14:K=we=Ve=(fe=(Ve=Xe+Ne)+z)+re,Oa=1541;break;case 15:oe=ue[ne],Oa=oe?19526:3237;break;case 16:C|=d=(u=p)<<15,u=(u="seluRSSCdehctaMteg").split("").reverse().join(""),d=P[y](u),C|=u=d<<16,u="P",u+="er",Oa=3364;break;case 17:aa=86^sa.charCodeAt(Se),xe+=String.fromCharCode(aa),E=(Ta=20)*Ta,Ta=159|(ta=ta<=8),Oa=(Ta=E>(Ta<<=24))?3238:2338;break;case 18:T=g+(A=64*d),S[je](x,T),$=S,Oa=20835;break;case 19:R=C,C=new D[Re](R),j=y="}",V=V[Ge](C,j),C=V[He],q=0|(y=C/53),y=C%53,Oa=3712;break;case 20:Oa=se(ma=(E|=51)<<26),f=M[He],Oa=21605;break;case 2:Oa=p<$[_a]?1409:19105;break;case 3:C[y](j),Oa=I?16550:12897;break;case 4:oe=pe[He]-ue,ue=pe[Ia](oe),$e=Ne+(oe=z=ue),e(4,1,oe=re,z=$e),Oa=21956;break;case 5:K=Te.charCodeAt(Oe),Je=K^ee,ee=K,Me+=String.fromCharCode(Je),Oa=3236;break;case 6:I[je](0),Oa=13729;break;case 7:Oa=T=ze)?16485:20865;break;case 17:m=oe[U],D=m[L](),m=D[Z](),D=m[I](2),pe+=D,Oa=12832;break;case 18:h++,Oa=18534;break;case 19:l=C=w=f+1,C=void 0,w=l,l=113,Oa=(w=(h=0|w)<128)?7173:4612;break;case 20:Oa=(R=ce)?2241:4517;break;case 21:C|=u=(j=u)<<5,j="\u020c\u0216\u0236\u0200\u0206\u0210\u0217\u0200\u0226\u020a\u020b\u0211\u0200\u021d\u0211",u="",d=0,Oa=8293;break}}();break;case 2:!function(){switch(Ga){case 0:g=-v,Oa=13346;break;case 1:w=l[0],B=w[He],(w=l[0])[je](C),Oa=10595;break;case 2:Oa=(ta=ta>=Ta)?9478:2720;break;case 3:Z=Qe[pe],I=Z[U](ie),Oa=(Z=I==J)?19553:6532;break;case 4:$=w[0],h=$[He],($=w[0])[je](l),Oa=6245;break;case 5:f=l[C],Oa=18789;break;case 6:d=l-(f=d),f=void 0,p=d,d=161,g=p=(v=0|p)<0,Oa=258;break;case 7:v=v[Ia](0,S),Oa=7744;break;case 8:ta=(ze=pa!==z)*ze,Aa=b,ie=void 0,ma=(E=ze*(ma=Ke!==ne))-(ma*=ma),Oa=21889;break;case 9:Oa=(d=p===v)?12422:22020;break;case 10:l=ee,B=L,w=(u=K)[18],Oa=w?8418:12771;break;case 11:d=void 0,M=f,p=[],v=2,g=180,S=0,A=je,Oa=21893;break;case 12:I[je](1),I=I[U](C),Oa=7809;break;case 13:v=g,p=p[U](v),v="eg",v+="a",v+="ugna",v=(v+="l").split("").reverse().join(""),g=d[v],d=void 0,v=f,Oa=13669;break;case 14:x=(A=g-(S=g%128))/(T=15+p),(A=[])[je](T=S+128,S=127&x),Oa=1475;break;case 15:R=void 0,Oa=15425;break;case 16:x=se[T]!=w[A],Oa=x?17696:3136;break;case 17:Oa=ke-165)?1028:16674;break;case 5:Oa=ce=(N=(ta=ze*(O=f===ke))-(E=O*O)))?17027:10274;break;case 1:Oa=h-149,Oa=5285;break;case 7:I[je](1),I=I[U](C),Oa=20;break;case 8:m=j,Oa=12550;break;case 9:W[Je]=L,V=ce[Te],P=V[U],V=P[9],P=Qe,Y=W,be=V,V=0,Oa=6659;break;case 10:A=950,Oa=13797;break;case 11:T=-1,Oa=21796;break;case 12:Oa=f?5793:6147;break;case 13:Oa=F?2563:21984;break;case 14:h[f]=Ce[u](q,f),w[f]=h[f],Oa=5700;break;case 15:C++,Oa=4772;break;case 16:L=J[Z]<3,Oa=L?9218:10405;break;case 17:Oa=14534;break;case 18:x=e(13,T,F),ae="==",se=T[ie]+ae,ae=se+x,A[je](ae),Oa=16516;break;case 19:v=-p,Oa=20704;break;case 20:v=x,Oa=14690;break;case 21:T=(S=p-(g=p%128))/(A=$-33),S=[],x=g+(A=$-33),g=63&T,Oa=325;break}}();break;case 5:!function(){switch(Ga){case 0:qe=h[Pe],We=qe[0]===ve,Oa=We?22177:12418;break;case 1:m=0,be=0,C=0,y=He,Oa=14564;break;case 2:g=$[M](v,T),v=S+g,g=je,Oa=14534;break;case 3:oe=Fe,Oa=19526;break;case 4:p=je,Oa=7462;break;case 5:u+="Att",u+="ribute",u+="Nam",u+="es",p=!(!d||!d[u])<<13,Oa=N?2500:14595;break;case 6:u=B[q]===l,Oa=u?16677:21092;break;case 7:pe[J]=L,J="d",J+="a",J+="ily",U=(U="ten.ababila.bewdimu").split("").reverse().join(""),pe[J]=U,J="e",Oa=389;break;case 8:R=402,I[0]=R-201,D=he,Oa=16674;break;case 9:w=d=[$],Oa=21056;break;case 10:Oa=12772;break;case 11:Ta=O>=(ma=(Ta=ze+(N=E*ma))*Ta),(w=[])[je](h=u+128,u=127&f),Oa=38;break;case 12:Oa=$?19488:19971;break;case 13:L+=8,Oa=14437;break;case 14:Oa=Oe>16)&($=68+H),$=255&(f=_>>8),H=_&(f=68+H),Oa=15557;break;case 4:Oa=($=fma)*ma,Ta=2*(ma*=N),Oa=2117;break;case 11:q=l=ke,Oa=5536;break;case 12:x=T,F=1,Oa=9346;break;case 13:C=(m=h<<6)|(l=C<<3),m=L[5]>>8,C=(m=C|(l=255&m))<<8,L[5]=L[5]|C,I[je](1),Oa=12741;break;case 14:Oa=T?12546:17508;break;case 15:j[je](d,M,$,H),Oa=(R=m=H=R=j)?1253:21701;break;case 16:V="re",V+="a",V+="dySta",P=4===L[V+="te"],Oa=P?357:16674;break;case 17:Oa=15844;break;case 18:g=v=S=T+1,v=void 0,S=g,g=113,S=(A=0|S)<128,Oa=6629;break;case 19:ua=void 0,Oa=516;break;case 20:Oa=(f=u)?6560:17604;break;case 21:I[je](0),Oa=6787;break}}();break;case 7:!function(){switch(Ga){case 0:Oa=D?10785:7521;break;case 1:I[je](1),I=I[U](R),Oa=6787;break;case 2:Oa=p=N)?12705:1442;break;case 18:g=0,Oa=1605;break;case 19:F=x[p]===T,Oa=F?14562:7365;break;case 20:l=195&_[j],C=65535&(u=C+l),Oa=19968;break;case 21:ke[l](B),Oa=D?4:9509;break}}();break;case 8:!function(){switch(Ga){case 0:j=y,l=1,Oa=17574;break;case 1:w=u,h=1,Oa=16832;break;case 2:Z=0,Oa=14529;break;case 3:j=0,Oa=8453;break;case 4:Oa=l?3621:13889;break;case 5:A=(g=p-(v=p%128))/(S=15+d),(g=[])[je](S=v+128,v=127&A),Oa=12390;break;case 6:h=w,f=1,Oa=1505;break;case 7:Te++,Oa=10374;break;case 8:Oa=j(y=60*(j=60*(y=48))))?11589:13348;break;case 13:y=C=y,C=void 0,j=P,P=y,l=j[0],u=void 0,h=0,Oa=20480;break;case 14:Oa=(R=m=H=R)?12294:9222;break;case 15:Oa=(N=E>=Ta)?7780:11558;break;case 16:K=Me.charCodeAt(Oe)-380,ee+=String.fromCharCode(K),Oa=14914;break;case 17:$=u[M],Oa=16549;break;case 18:Oa=m?13477:14437;break;case 19:j=g=[p+64*d],Oa=6340;break;case 20:na++,Oa=14624;break;case 21:C=P=l+1,P=void 0,C=y=C,y=113,Oa=(C=(j=0|C)<128)?7653:645;break}}();break;case 9:!function(){switch(Ga){case 0:f[p](v),Oa=6499;break;case 1:d=y[f],Oa=d?10529:21568;break;case 2:Oa=ge=M)?4422:5154;break;case 12:L=$e[oe]-237,p=g,d+=String.fromCharCode(S),Oa=ma?9538:5507;break;case 20:Ie="ge",Ie+="tTim",va=Ie+="e",Ie="c",Ie+="r",Ie+="eateE",Ie+="lement",Oa=17857;break;case 21:T=v[12],g=T[He],(T=v[12])[je](S),Oa=1536;break}}();break;case 10:!function(){switch(Ga){case 0:T=g+(A=64*d),S[je](x,T),j=S,Oa=6340;break;case 1:Oa=ce=(ta=3*E),v=d/p,(d=[])[je](p=f+128,f=127&v),Oa=E?5637:9472;break;case 6:m=(C=(H=(y=(H=(m=y<<7)|(y=H<<6))|(m=j<<5))|(m=C<<2))|(m=u<<1))|l,Oa=14339;break;case 7:I[je](1),I=I[U](l),Oa=7685;break;case 8:pe[20]=J,J=(J="YFelbane").split("").reverse().join(""),U=ue[J],Oa=U?6434:21954;break;case 9:(v=f[la](S))[M]=$,p[sa](v),f=Fe,$=0,M="\u011c\u0174\u011d\u0171\u0115\u015b\u0134\u0150\u0135\u0146",S="",A=0,T=0,Oa=6786;break;case 10:be[V](Y,P),Oa=1413;break;case 11:ze=(ta=(E=w===pa)+(N<<=28))*ta,O=E*N,O*=4,v[12]=[],Oa=(E=ze>=O)?16005:13732;break;case 12:Oa=B?18725:12929;break;case 13:S=g,Oa=v[12]?16005:11621;break;case 14:Oa=h=v)?12354:18049;break;case 13:J=0,Oa=8549;break;case 14:$=-1,Oa=16640;break;case 15:j=33,l=123&P[y],C=(u=C+l)&(l=65502+j),Oa=20675;break;case 16:Z++,Oa=14529;break;case 17:Oa=10310;break;case 18:y=2*W,h=(w=2*W)+2,w=l[G](y,h),y=(f=(y=4*B)+(h=W%4))%5,Oa=5537;break;case 19:C=y,l=l[U](C),C=0,y="Sc",y+="rip",y+="tEng",y+="ineB",y+="uildVersio",y+="n",Oa=3302;break;case 20:Oa=(De=2===ge)?2115:4453;break;case 21:Oa=S=N,je=Ee,ye+=String.fromCharCode(Ke),Oa=Ta?4644:3137;break;case 8:v=u[12],j=v[He],(v=u[12])[je](h),Oa=1604;break;case 9:S[12]=[],Oa=9510;break;case 10:g=p[Ge](M[0],Fe),T=S(g),g=T[he],f=g,Oa=15494;break;case 11:A=S[j]===g,Oa=A?16962:12833;break;case 12:p=d[y]===f,Oa=p?2723:16485;break;case 13:pe[13]=ue[he],Oa=9568;break;case 14:q=void 0,ke=113,Oa=(Ce=(l=0|(Ce=C))<128)?2118:4448;break;case 15:u=-1,Oa=7427;break;case 16:m=void 0,y=m=0,m=C<<4,I[je](1),I=I[U](m),m=V<<5,V=W<<4,Oa=14438;break;case 17:d=f,C=C[U](d),f=_[$],Oa=f?18817:11905;break;case 18:u=l,h=1,Oa=21859;break;case 19:Oa=(u=-1===(l=u))?10853:21765;break;case 20:_e=ne,Oa=5312;break;case 21:Le=f&h,y[u](Le),Oa=101;break}}();break;case 14:!function(){switch(Ga){case 0:m[je](Y,L),K=(z=K=L=z=m)[U](ee),ee=K[He],z=void 0,Oa=22085;break;case 1:C=P[y](),Oa=14848;break;case 2:f=$+w,$=u[w=C+3],$=f+(w=$<<4),f=u[w=C+4],f=$+(w=f<<3),Oa=8805;break;case 3:Oa=M<$[_a]?21152:36;break;case 4:h=v=[p],Oa=6688;break;case 5:ma=(Ta=E*E)+(ma=O*O),ma*=ta,E=(Ta=N*E)+(ta=ze*O),E*=E,Oa=17061;break;case 6:he=ie.charCodeAt(Re)-267,Q+=String.fromCharCode(he),Oa=4355;break;case 7:Oa=($=2===C)?14752:16867;break;case 8:Oa=ya1)),ta=Ta*Ta,R=y=C,Oa=16678;break;case 10:S[12]=[],Oa=11430;break;case 11:C=void 0,y=be,j=2,ke=6,l=[],u=0,Le=je,Oa=12801;break;case 12:I=I[U](m),m=void 0,Oa=(C=m=0)?18949:12449;break;case 13:Oa=_28,Y=V[J],O<<=25,be=Y[P],ma=(N=ze+O)*N,ta=ze*O,be[10]=[],Oa=7203;break;case 10:K=Fe,Oa=7330;break;case 11:f=void 0,$=w,M=[],v=33+(d=68),d=p=20,p=0,g=je,Oa=13541;break;case 12:Oa=M?12289:6144;break;case 13:x=g.charCodeAt(T),F=x^A,A=x,S+=String.fromCharCode(F),Oa=8709;break;case 14:B=y=B=u%4,y=W[aa],W=l[He]/2,u=y[Ne](W),W=0,Oa=8517;break;case 15:I[je](0),Oa=2240;break;case 16:f=-1,Oa=22147;break;case 17:Oa=me?19492:4258;break;case 18:Oa=v<$[_a]?21952:6466;break;case 19:v=T=[A],Oa=2528;break;case 20:M=f&($=68+C),$=255&(f=u>>8),f=68+C,Oa=(ta=E>=(Ta=ma-(ta*=ta)))?4230:13312;break;case 21:h=l[C],Oa=4129;break}}();break;case 16:!function(){switch(Ga){case 0:T=v,x=1,Oa=19554;break;case 1:ua=ie=K,ta=(ze=(Ta&=27)+(ma=!Ce))*ze,E=4*(ze=Ta*ma),Oa=6468;break;case 2:ca=void 0,Oa=1154;break;case 3:L=void 0,D=ue,G=11,W=Fe,R=He,ce=aa,V=fa,P=ga,Oa=21157;break;case 4:g=v,Oa=20578;break;case 5:y=d,Oa=19845;break;case 6:m=void 0,C=L,y=(P=ee)[me],j=P[oa],(l=[])[je](0),u=Fe,Oa=19458;break;case 7:W=(m=y<<7)|(y=W<<3),I[je](1),I=I[U](W),m=void 0,y=(W=L)[2],Oa=y?15968:9251;break;case 8:T++,Oa=21505;break;case 9:Oa=4741;break;case 10:y=h=[u],Oa=8486;break;case 11:Oa=Xe=(N=2*(E=N*ta)),Oa=1154;break;case 16:h++,Oa=14693;break;case 17:C=_=q+1,_=void 0,C=y=C,y=113,C=(j=0|C)<128,Oa=8290;break;case 18:I[je](1),I=I[U](C),Oa=2465;break;case 19:v=Fe,Oa=7684;break;case 20:l=void 0,w=B,h=[],$=f=22,f=0,d=je,Oa=5794;break;case 21:h=j[0],l=h[He],(h=j[0])[je](C),Oa=6336;break}}();break;case 17:!function(){switch(Ga){case 0:j=P[h],Oa=j?4225:22048;break;case 1:Oa=(X=Q)?15877:5701;break;case 2:h=y[u],f=255&(h=(f=h>>j)+(d=h<>8),K=L&(m=98+(K=157)),(I=[])[je](D,K),U=I,Oa=7489;break;case 5:Oa=u>24)&(h=68+(C=187)),u=y>>16,Oa=14406;break;case 16:q=[],Ce=je,Oa=20742;break;case 17:u++,Oa=11332;break;case 18:Oa=R-151,m=void 0,W=ee,y=Z,Oa=10884;break;case 4:V=e(4,2,P=V),Oa=(V=W=V)?10784:7424;break;case 5:Oa=(u=-1===(B=u))?1093:10595;break;case 6:d=P[u],p=d[f],j=p[y](Ge),Oa=3104;break;case 7:Oa=w?5733:14561;break;case 8:$=u[w=C+5],$=f+(w=$<<2),f=u[w=C+6],f=$+(w=f<<1),Oa=6338;break;case 9:l=0,w=0,h=0,f=He,Oa=11745;break;case 10:h=j[0],l=h[He],(h=j[0])[je](P),Oa=21765;break;case 11:U+="-lzd.",U+="a",U+="lib",U+="aba-inc.com",pe[J]=U,J=pe,U=pe="wu",pe="\u01c1\u01ab\u01d8\u01b7\u01d9",Oa=4640;break;case 12:$e=Ve,oe=fe,fe=re,oe[11]=fe[7],oe[6]=fe[8],fe[15]=new $e[de],re=void 0,ue=$e,(ue=fe)[23]=[],Oa=19686;break;case 13:ya++,Oa=8645;break;case 14:y=w=[u],Oa=17478;break;case 15:u=B[C]===l,Oa=u?4738:13952;break;case 16:I[je](0),Oa=12454;break;case 17:h=1,Oa=($=w<8)?1504:13318;break;case 18:I[je](1),I=I[U](l),Oa=2240;break;case 19:j=0,w=0,f=0,$=He,Oa=4770;break;case 20:P=l=[j],Oa=(N=(E=(N=I!==ha)*N)>(O=(Ta=21|(N=N<=7))<<27))?11300:9829;break;case 21:l=y=l,y=void 0,B=C,C=l,u=B[0],w=void 0,h=0,Oa=14368;break}}();break;case 20:!function(){switch(Ga){case 0:f=(u=j-(l=j%128))/(h=15+y),(u=[])[je](h=l+128,l=127&f),Oa=11394;break;case 1:Oa=ra>=7)?21698:7458;break;case 17:Oa=7329;break;case 18:z=void 0,m=L,K=(H=K)[2],H=void 0,y=K,Oa=(C=m)[12]?8546:4198;break;case 19:Oa=h?19877:12389;break;case 20:R=W[0],Oa=15425;break;case 21:M=d[Se](S[1]),f=M,Oa=18592;break}}();break;case 21:!function(){switch(Ga){case 0:Oa=3078;break;case 1:p=d[l]===f,Oa=p?4773:4581;break;case 2:j[_](y,C),Oa=9286;break;case 3:Oa=pe23))<<28,D=W[He]-G,Ta=Ta>N,G=W[Ia](D),Oa=16834;break;case 12:F=p[x=A+1],g=d[M](v,F),Oa=3426;break;case 13:m=void 0,(l=[])[je](255),Oa=(l=m=l)?13350:5378;break;case 14:Oa=(Ta=N>=ta)?19:9474;break;case 15:f=u[w=y+7],w=h+f,B[be](w),Oa=9505;break;case 16:Oa=(ze=ma>=E)?21924:14534;break;case 17:C=2*V,h=(w=2*V)+2,w=l[G](C,h),Oa=(h=0===(C=(f=(C=4*B)+(h=V%4))%5))?10592:16960;break;case 18:qe=ve,ve=Pe[T],Oa=(We=se)?10596:3110;break;case 19:Oa=(le=9===b)?5605:14658;break;case 20:Y=Ba,Oa=13792;break;case 21:v=444,g=w[d],S=g^M,M=(A=(g=M*d)%256)+h,v=S&(g=v-189),Oa=9506;break}}();break}}();break;case 6:!function(){switch(Da){case 0:!function(){switch(Ga){case 0:l=f,Oa=O?10658:19491;break;case 1:l=V,V=147,ma=(ta=y instanceof Number)*ta,ma+=E=(O&=12)*O,Ta=ta*O,Oa=1026;break;case 2:He=192,Oa=17638;break;case 3:z=re[oe]<3,Oa=z?12804:9344;break;case 4:T=(S=p-(g=p%128))/(A=$-33),S=[],x=g+(A=$-33),g=63&T,Oa=14370;break;case 5:T=v.charCodeAt(A),x=T^S,S=T,g+=String.fromCharCode(x),Oa=3172;break;case 6:Ye=Se,Se="\u03d4\u03d5\u03d3\u03df\u03d4\u03d5\u03e5\u03e2\u03f9\u03f3\u03df\u03dd\u03c0\u03df\u03de\u03d5\u03de\u03c4",Te="",Xe=0,Oa=11362;break;case 7:Ta=!w,E=na instanceof Number,ta=31-154,S[ge]=function(e,a){for(var r="\u01c2\u01f5\u01f7\u01d5\u01e8\u01e0",c="",s=0;s<"\u01c2\u01f5\u01f7\u01d5\u01e8\u01e0".length;s++){var b=400^"\u01c2\u01f5\u01f7\u01d5\u01e8\u01e0".charCodeAt(s);c+=String.fromCharCode(b)}for(var k="\xd2\xb3\x9e\xe4\xa5\x88\xd2\xf2\xaf\x85\xad\xf6\xc6\xeb\xd2\xfc\xa1\x8a\xa3",i="",o=0,t=0;t<"\xd2\xb3\x9e\xe4\xa5\x88\xd2\xf2\xaf\x85\xad\xf6\xc6\xeb\xd2\xfc\xa1\x8a\xa3".length;t++){t||(o=137);var n="\xd2\xb3\x9e\xe4\xa5\x88\xd2\xf2\xaf\x85\xad\xf6\xc6\xeb\xd2\xfc\xa1\x8a\xa3".charCodeAt(t),d=n^o;o=n,i+=String.fromCharCode(d)}var v=new Ja[c](i),h="g";h+="e",h+="tSVGV",h+="iewe",h+="rVersion";var l=e.getSVGViewerVersion(),u="re",f;u+="plac",u+="e";for(var C="\u035e\u034b",p="",g=0;g<"\u035e\u034b".length;g++){var m=890^"\u035e\u034b".charCodeAt(g);p+=String.fromCharCode(m)}return l.replace(v,p)},F=S,S={},ae="Wi",Oa=5699;break;case 15:d=f=S+1,f=void 0,d=v=d,v=113,d=(g=0|d)<128,Oa=13892;break;case 16:R=(I=R)[U](m),Z=Z[U](R),I=[],m=void 0,H=m=0,m=void 0,Oa=3716;break;case 17:le=16===b,a.push(1286158000584,1,1),e(10,2,-1),we=a.pop(),re=we,we=(we="liec").split("").reverse().join(""),Ne=we,we="ta",Oa=22052;break;case 18:Qe=Oe[oa],z=Qe[la](fe),Qe="\xfe\x97\xf3\x97\xf2\x9c",pe="",J=0,U=0,Oa=18533;break;case 19:Me=Ye[oa],ee=Me[X](Xe),Oa=ee?259:4706;break;case 20:X=ie,Oa=10502;break;case 21:G=(m=466)-234,m=z[I]&G,L=65535&(G=L+m),Oa=9221;break}}();break;case 1:!function(){switch(Ga){case 0:C=w,Oa=Ta?14592:132;break;case 1:he++,Oa=19781;break;case 2:Oa=g=(Ta=3*ta),($e={})[ie]=!0,$e[X]=!0,Oa=ta?21795:1154;break;case 7:B[je](l),Oa=3685;break;case 8:P=(I=P)[U](m),Z=Z[U](P),I=[],m=void 0,C=m=0,m=void 0,Oa=9890;break;case 9:h[v](1),v="z\x1fk&I'S;",g="",S=0,A=0,Oa=10339;break;case 10:L=z[ue],Z=L[pe](),L=Z[J](),Z=L[U](2),$e+=Z,Oa=5314;break;case 11:p++,Oa=8611;break;case 12:Oa=Oe-215)?13857:4675;break;case 15:$=h[_a],Oa=11936;break;case 16:f=void 0,d=u,p=7,v=1,g=[],S=0,A=je,Oa=19618;break;case 17:T++,Oa=17507;break;case 18:f=g=[p+64*d],Oa=(E=(Ta=(ma=Ca===Le)*ma)>(O=(ma=107|(ta>>=27))<<26))?11810:15715;break;case 19:Q=Re,Re=(Re="eulav").split("").reverse().join(""),he=Re,Oa=le?21542:13922;break;case 20:ta=ma+(N=Ta*ta),Oa=(ma=O>=(ta*=ta))?9824:19686;break;case 21:Re=void 0,Ye=ia,Se=o,Xe=(Te=k)[5],Oa=Xe?14849:11265;break}}();break;case 2:!function(){switch(Ga){case 0:x=S[12],g=x[He],O=te===me,x=S[12],ma=(O*=O)>-205,x[je](A),Oa=ma?7201:290;break;case 1:m=void 0,C=m=0,m=void 0,j=m=0,m=void 0,l=ee,Oa=19043;break;case 2:q=B=[l],Oa=14598;break;case 3:p++,Oa=13541;break;case 4:Oa=(ta=ze>O)?14981:17606;break;case 5:xe=Te,Xe=Te="C",Te="\u025c\u025c\u0272\u026a\u0267\u0270\u026c\u026b\u0240\u025e\u0269\u0269",Be="",Ca=0,Oa=3206;break;case 6:h=w=f,I=I[q](h),Oa=10470;break;case 7:u=!!(h=u),a.push(3329101570310,1,0),e(10,2,-1),h=a.pop(),f=h,h="A",h+="gCo",Oa=13606;break;case 8:I=void 0,G=113,Oa=(m=(Y=0|(m=ee))<128)?10565:20512;break;case 9:_++,Oa=13765;break;case 10:D=C,Oa=6690;break;case 11:g=v[d+="n"](A,h),h=f=g,f=void 0,d=h,h=161,v=0|d,Oa=166;break;case 12:$=f=M,I=I[q]($),Oa=8226;break;case 13:R=void 0,Oa=15425;break;case 14:d=u&(h=68+C),h=255&(u=y>>8),C=y&(u=68+C),j[je](f,d,h,C),C=P=j,l=l[U](C),Oa=(P=m=l)?8358:16997;break;case 15:G[3]=new re[L],R=G[1],ce=void 0,V=re,P=R,R=$e,Y=I,(H={})[m]=be=W,Oa=20545;break;case 16:g=d[0],p=g[He],(g=d[0])[je](M),Oa=16582;break;case 17:Oa=(y=m=l=y)?9314:21728;break;case 18:Oa=10277;break;case 19:pe[2]=oe,oe="d",oe+="Inoi",oe+="sse",oe=(oe+="s").split("").reverse().join(""),pe[24]=ue[oe],oe="u",oe+="se",Oa=18976;break;case 20:S%=v,Oa=2499;break;case 21:de=ye>=je,Oa=4326;break}}();break;case 3:!function(){switch(Ga){case 0:d++,Oa=10277;break;case 1:_=V[Te],C=_[P],O=(Ta=Te===Q)*Ta,Ta*=ze=0!==We,C[11]=[],ta=2*Ta,Oa=17410;break;case 2:C=void 0,j=113,Oa=(y=(l=0|(y=I))<128)?7682:8865;break;case 3:$=l,d=1,Oa=12933;break;case 4:C[12]=[],Oa=8546;break;case 5:Ae=842^ge.charCodeAt(De),_e+=String.fromCharCode(Ae),Oa=6500;break;case 6:Oa=F?18565:16516;break;case 7:S=$[d],Oa=(A=(S+=A=p-1)>=v)?20550:2499;break;case 8:x+="e",x+="ya",x+="lPl",x+="a",x=(x+="eR").split("").reverse().join(""),S[ie]=x,x=[],Oa=6724;break;case 9:h++,Oa=19558;break;case 10:d=f,p=p[U](d),f=void 0,h=new(d=h)[de],v="s",v+="etD",v+="ate",Oa=9254;break;case 11:pe[14]=J,Oa=22180;break;case 12:h=g,ta=ta>9,ma^=2,N=(O=(E=E>25)*E)+(ze=(Ta=27)*Ta),Oa=19075;break;case 13:v=g=v,g=void 0,A=v,T=(S=f)[0],x=void 0,F=0,Oa=5286;break;case 14:W=m|V,I[je](1),I=I[U](W),m=void 0,W=m=0,m=void 0,C=new(V=ee)[de],V=C[va](),C=void 0,Oa=1030;break;case 15:se=ae[g]===F,Oa=se?8451:13347;break;case 16:Oa=Ge[Ue=he]?20646:10789;break;case 17:Oa=A?5126:7363;break;case 18:Oa=h=(ma=Ta*O))?15521:9539;break;case 7:d=f=g,I=I[q](d),Oa=1254;break;case 8:J=150,Oa=195;break;case 9:Oa=we?2530:12901;break;case 10:Oa=Te=(Ta*=N))?20002:10852;break;case 4:Oa=(u=0===l)?7393:11494;break;case 5:ae=A,Oa=(se=T)[te]?5158:4545;break;case 6:f=void 0,Oa=15494;break;case 7:ye=Ie,Ie="sp",na=Ie+="lit",Ie="@",Ie=(Ie+="@").split("").reverse().join(""),ba=Ie,Oa=20773;break;case 8:I[je](1),I=I[U](P),Oa=12454;break;case 9:$=w[0],h=$[He],($=w[0])[je](B),Oa=17699;break;case 10:ta=(Ta=Ye instanceof Object)*Ta,aa=Ie.charCodeAt(Se),fa=aa^xe,N>>=17,xe=aa,Ta=(N|=1)<<31,Oa=2246;break;case 11:A+=Fe,g=S[12],T=void 0,x=0,F=A,Oa=(ae=g)[te]?2721:9411;break;case 12:m=void 0,C=L,y=void 0,j=P=ee,P=(P="tratshcuotno").split("").reverse().join(""),l=P in j[oa],P=(P="dapi|dopi|enohpi|diordna|elibom").split("").reverse().join(""),Oa=13478;break;case 13:u=(u="i").split("").reverse().join(""),h=new j[Re](P,u),Oa=(P=l)?3170:1218;break;case 14:Q++,Oa=3140;break;case 15:I=m=I,m=void 0,D=I,V=0,C=0,Oa=19621;break;case 16:Oa=11746;break;case 17:y++,Oa=10657;break;case 18:p=M[X](v),Oa=p?9795:18592;break;case 19:A=(g=p-(v=p%128))/(S=15+f),(g=[])[je](S=v+128,v=127&A),d=g,Oa=20992;break;case 20:he=Ge[Ue],ne=(ne="retsiger").split("").reverse().join(""),ye=ne,ne="u",ne+="mid",ne+="P",ne+="CMod",Oa=6435;break;case 21:p=M[h]===d,Oa=p?3680:18469;break}}();break;case 6:!function(){switch(Ga){case 0:pe[J]=L,U="sg",U+="ynuf",U+=".aliba",U+="ba.co",U+="m",pe[J="sg"]=U,Oa=7332;break;case 1:te=ie.charCodeAt(Q)-86,X+=String.fromCharCode(te),Oa=14502;break;case 2:E=ta>Ta,sa+=String.fromCharCode(fa),Oa=E?16896:19650;break;case 3:S={},a.push(6097014,1,1),e(10,2,-1),se=a.pop(),S[ie]=se,se=[],ve="n",ve+="pd",Oa=16518;break;case 4:v=new d[Re](g),g="e",S=v[g+="xec"](M),Oa=S?22149:18592;break;case 5:f=1,Oa=(d=w<8)?4290:9733;break;case 6:N=(E=11==E)+(ta<<=10),J=(J="gro.ppaila.funy.su").split("").reverse().join(""),U=J,Ta=N*N,N=E*ta,Oa=230;break;case 7:C=y,l=l[U](C),C=0,y="Sc",y+="ript",y+="Engine",y+="Maj",y+="orVers",u=y+="ion",Oa=2532;break;case 8:sa=xe,xe="_",xe+="ua",xe+="b_",Se=xe+="collina",a.push(2353449,1,2),e(10,2,-1),Oa=17606;break;case 9:Oa=C>0)===(x=(A=2*_)>>0))?16898:18850;break;case 15:u=l=w,l=void 0,w=B,B=u,h=w[0],f=void 0,$=0,d=B,Oa=1286;break;case 16:f=w=d=p+1,w=[],d=void 0,M=f,f=113,p=0|M,Oa=8454;break;case 17:xe=a.pop(),aa=xe,xe="ra",xe+="n",xe+="do",fa=xe+="m",a.push(18,4607251147932,2,1),e(10,2,-1),Oa=4580;break;case 18:_e=(ge=_e)[na](me),ge=_e[0],me=_e[1],De=_e[2],Ae=_e[3],Re=_e[4],Ge=_e[5],Ue=_e[6],Oa=1568;break;case 19:E=E>=O,v="ap",v+="p",v+="C",v+="odeNa",g=d[v+="me"],v=void 0,Oa=E?15842:13701;break;case 20:he[Re]=c,he[de]=c,Oa=13440;break;case 21:w=-1,Oa=6273;break}}();break;case 7:!function(){switch(Ga){case 0:ta=Ta>=(E=3*N),J=(J="su").split("").reverse().join(""),pe[J]=U,J="p",J+="pail",Oa=ta?2278:17890;break;case 1:Oa=(h=3===C)?13446:11909;break;case 2:J=(J+="a").split("").reverse().join(""),pe[J]=L,J=(J="ppailasu").split("").reverse().join(""),pe[J]=U,J=(J="ni").split("").reverse().join(""),Oa=15590;break;case 3:Oa=P[u=y]?6788:4677;break;case 4:Ue=de,Oa=12737;break;case 5:y=void 0,l=113,Oa=(j=(u=0|(j=I))<128)?10757:8225;break;case 6:Ee++,Oa=1569;break;case 7:Oa=576;break;case 8:w=void 0,h=B,$=[],d=(f=306)-148,f=5,M=0,p=je,Oa=11939;break;case 9:S[ie]=ae,ae=[],se="WM",se+="Pla",se+="yer.OC",se+="X",ve="M",ve+="ed",ve+="ia",Oa=11553;break;case 10:Oa=(u=2===l)?8422:20128;break;case 11:Oa=(u=1===l)?20096:10470;break;case 12:M=0,Oa=65;break;case 13:f=-1,Oa=96;break;case 14:ge=Fe,Oa=(ze=(N=(Ta=Ba===y)*Ta)>(E=(ma=6|(ta=ta<4))<<29))?8736:3297;break;case 15:U="\u03a5\u03b4\u03b6\u03ad\u03b7\u03af\u03ea\u03b4\u03a5\u03bd\u03b0\u03a9\u03ea\u03ad\u03aa",L="",Z=0,Oa=2720;break;case 16:B=0,Oa=20645;break;case 17:Ke=ne.charCodeAt(Ee),ea=Ke^He,He=Ke,je+=String.fromCharCode(ea),Oa=6374;break;case 18:ea=0^de.charCodeAt(Ke),Ee+=String.fromCharCode(ea),Oa=21734;break;case 19:J="yn",J+="uf.a",J+="liap",J+="p.or",L=J+="g",(pe={})[U]=L,Oa=6342;break;case 20:Oa=(g=(p=(d=2*G)>>0)===(v=(M=2*D)>>0))?21766:9285;break;case 21:Ke++,Oa=20037;break}}();break;case 8:!function(){switch(Ga){case 0:l=B+q,B=y[q=G+3],B=l+(q=B<<4),l=y[q=G+4],q=l<<3,Oa=6438;break;case 1:Oa=(M=h)[te]?5505:14913;break;case 2:Oa=(Ce=-1===(C=Ce))?324:9664;break;case 3:Oa=p=ze)?16932:13313;break;case 14:G=Ce=q,Oa=21634;break;case 15:M=M[Ia](0,f),Oa=13571;break;case 16:ta=La!==xe,P=y,Oa=(O=(ta*=ta)>-254)?8230:1060;break;case 17:l++,Oa=17700;break;case 18:d=f=p,I=I[q](d),Oa=11909;break;case 19:ze=je instanceof Boolean,Ta=ze*ze,l[12]=[],Oa=(ta=Ta>(ze=(E=104|(ze|=11))<<26))?19072:8484;break;case 20:ke=C&(l=(ke=395)-268),Oa=(C>>=7)?288:16417;break;case 21:G=d-p,D=M-v,y[$](p),Oa=9285;break}}();break;case 9:!function(){switch(Ga){case 0:g=-v,Oa=20578;break;case 1:v++,Oa=17860;break;case 2:q=y[G]<<7,B=y[l=G+1],B=q+(l=B<<6),l=y[q=G+2],q=l<<5,Oa=262;break;case 3:j=K,l=1,Oa=19906;break;case 4:l=B+q,B=y[q=G+7],q=l+B,C[be](q),Oa=4420;break;case 5:j=-1,Oa=7618;break;case 6:l=B+q,B=y[q=G+5],B=l+(q=B<<2),l=y[q=G+6],q=l<<1,Oa=4390;break;case 7:Oa=d=(N=ze-ta))?16390:2212;break;case 17:ve="W",ve+="PFe ",ve+="(",ve+="Silve",ve+="rligh",ve+="t)",S[ie]=ve,S[Te]=[d],S[ge]=function(e,a){for(var r="\u03ec",c="",s=0,b=0;b<"\u03ec".length;b++){b||(s=989);var k="\u03ec".charCodeAt(b),i=k^s;s=k,c+=String.fromCharCode(i)}for(var o=c,t="0",n="0",d="0",v="0",h="\u0102",l="",u=0,f=0;f<"\u0102".length;f++){f||(u=300);var C="\u0102".charCodeAt(f),p=C^u;u=C,l+=String.fromCharCode(p)}var g=l,m=g,w="Is",S,A,j,$;w+="V",w+="er",w+="sionSupp",w+="orted";for(var M="IsVersionSupported";;){var y,T,B,I=o+m+d+m+v,P;if(!e.IsVersionSupported(I))break;o+=1}for(o-=1;;){var _,E,L,V=o+m+d+m+v,N;if(!e.IsVersionSupported(V))break;d+=1}for(d-=1;;){var O,R,x,D=o+m+d+m+v,H;if(!e.IsVersionSupported(D))break;v+=1}return o+g+d+g+(v-=1)},Oa=11713;break;case 18:K=void 0,L=(z=L)[12],m=z[0],Oa=m?4134:2374;break;case 19:y=void 0,B=j,Oa=(l=C)[12]?19072:19718;break;case 20:u=(j=C-(y=C%128))/(l=15+K),(j=[])[je](l=y+128,y=127&u),Oa=8325;break;case 21:j=Fe,Oa=19750;break}}();break;case 10:!function(){switch(Ga){case 0:m=y=[C],Oa=12550;break;case 1:g=0,Oa=3398;break;case 2:K=z=[0],Oa=15654;break;case 3:v=g,p[je](v),v=void 0,S=(g=h)[me],g=S[_e],Oa=g?15523:7557;break;case 4:v%=M,Oa=5154;break;case 5:Oa=y>=7)?1537:21504;break;case 8:se=307^x.charCodeAt(ae),F+=String.fromCharCode(se),Oa=11590;break;case 9:ve=F.charCodeAt(se)-491,ae+=String.fromCharCode(ve),Oa=(N=(E=(ta^=17)*ta)>-125)?6470:7334;break;case 10:F="R",F+="eal",F+="Video",F+=".Re",F+="alVideo",F+="(tm) Ac",F+="tiv",F+="eX Control (3",F+="2-",Oa=10534;break;case 11:ae++,Oa=1125;break;case 12:h=(u=l-(B=l%128))/(w=15+j),(u=[])[je](w=B+128,B=127&h),Oa=2629;break;case 13:u=j[He],h=void 0,M=u,u=113,Oa=(M=(p=0|M)<128)?4549:12416;break;case 14:f++,Oa=18912;break;case 15:h=typeof C[me][f]!==l,M=typeof C[Be]!==l,Oa=h?17892:4289;break;case 16:d=w.charCodeAt(f)-93,h+=String.fromCharCode(d),Oa=14662;break}}();break}}();break;case 7:e(10,2,-1),m=a.pop();var Ua=I[m];Ya[rr]=function(r){e(16,er,Za,2,r),a.push(685243755,17741722378,2,0),e(10,2,-1);var c=a.pop();Ua[c](ar),Ya[rr]=void 0},Ua[sa](ar),Oa=6689;break;case 8:he=function(){e(0)},Ge[De](he,50),he=Ge;var Fa=Ue;c[X]=function(a){var r;return e(20,a,!0)},Ue="ge",Ue+="tS",c[Ue+="tatus"]=function(e){var a=e,r;return a=a?Fa[10]:Fa[10]>=200},Ue="ge",Ue+="tTok",c[Ue+="en"]=function(a){var r;return e(9,a)},c[Ae]=s[ge](),Ue=he[Re],Oa=Ue?13893:12737;break;case 9:fe=void 0;var Wa=Ve,za=z,Xa={};a.push(16931672,1,1),e(10,2,-1),re=a.pop(),Xa[re]=function(e){var a=0,r=0,c="le";c+="n",c+="gt",c+="h";var s="length",b="__";b+="u",b+="mjsonC",b+="all";var k="__umjsonCall",i="pu";i+="sh";for(var o="push";;){var t,n,d;if(r&&(a+=1),r=1,!(a=0||Aa[0]>=0)return e(14,Aa,0,a);if(15!==b){for(ka="|t\x82\x82pvt",ua="",ia=0;ia刷新
再来一次', _errorNetwork: '网络不给力,请点击刷新' }), window.__ali_nc = r; ================================================ FILE: work/boss.js ================================================ (function(){Array['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['j'] = Array['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['\u006a\u006f\u0069\u006e'];Array['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['p'] = Array['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['\u0070\u0075\u0073\u0068'];String['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['d'] = String['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074'];String['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['c'] = String['\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065']['\u0063\u0068\u0061\u0072\u0041\u0074'];var $ = String['\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065'];var os,od,k,U,E,Ev,Sr,t,Yx,yDv,EZ,QP,zo5,M,vJ,o,GB0,y1o,Y,s,y,H,Tb0,tRS,Wy7,T,J1r,HX,VuA,I7p,Ci,S$7,Epq,jW,ZCb,MMF,Qvf,qO8,pA,Q,pGK,Z,LR,iY2,z,XE,zS,Tj,jp,P,RQ,h,A,j_,F,XAR,iCQ,BA,Zm,Iy4,xv8,JT,J5,lc4,tu,OEs,QBY,As,ny,tA,ml,n,mV,nS7,pQ,x,Xh,yBr,QN,FK,Z$,qJe,MR3,ZH,MI,Yb,mx,N,Ie6,tty;function Y4P(){var WW=0,ykF=[5,2,24,7,10,1,18,12,25,22,14,19,6,27,3,16,9];while(!![]){switch(ykF[WW++]){case 1:m=m*l[7];break;case 2:for(var p=0;p<10;p++){l.p(p+6)}var urE=ykF.p;break;case 3:m=m-l[2];break;case 4:j=j.p(i);break;case 5:var i="jdt",j=1,l=[],m;break;case 6:m=m/l[4];break;case 7:j=j+1;var Cy=[8,21,20,26,23,11,13,17,4,15];break;case 8:var r=l[0];break;case 9:m=m*l[6];urE.apply(ykF,Cy);break;case 10:m=m+l[6];break;case 11:m=m/l[8];break;case 12:i=1;break;case 13:for(var u=0;u>3)}break;case 14:m=m+l[8];break;case 15:return q;case 16:i=j;break;case 17:m=m-l[2];break;case 18:if(l[6]-l[5]>0){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}break;case 19:var q="";break;case 20:j=[816,936,880,792,928,840,888,880];break;case 21:if(l[8]-l[5]>0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}break;case 22:m=m-l[6];break;case 23:m=m-l[2];break;case 24:m=l[4]+l[6];break;case 25:l[8]=m/l[4];break;case 26:l[4]=m-l[5];break;case 27:if(m-l[6]){m=m+l[3]}break;}}}var Ib2=E3l();function Gt(){function w9l(){var i="I7r",j=1,l=[],m="abcdefghijk";j=j+1;for(var p=m.length-1;p>=0;p--){l.p(m.c(p))}i=1;l=l.j("");var q="";if(m.c(5)>l.c(4)){m=m+"u"}i=j;var r=l+m;j=[1552,1824,1824];m=[];for(var u=0;u>4)}for(var p=m.length-1;p>=4;p--){m.p(r.c(p))}j=j.p(i);m=m.j("");m+="a";this[q]=[];m+="t";var v="OQ",B=1;m+="c";B=B+1;m+="a";v=1;l=r;var C="";r=m;v=B;if(m.c(5)>l.c(7)){m=m+"g"}B=[208,194,230];l+="h";for(var D=0;D>1)}B=B.p(v);this[C]=function(a){var i=false,j="O$n",l=1;l=l+1;j=1;var m="";j=l;l=[12416,14592,14592];for(var p=0;p>7)}l=l.p(j);for(var q=0,r=this[m].length;q>7)}a1=a1.p(a0);this[a2]=function(a){var i,j,l,m,p,q,r,u,v="239344";i=v.length;var B=[];for(var C=0;C=65536&&j<=1114111){B.p(j>>18&7|240);B.p(j>>12&63|128);B.p(j>>6&63|128);B.p(j&63|128)}else if(j>=2048&&j<=65535){B.p(j>>12&15|224);B.p(j>>6&63|128);B.p(j&63|128)}else if(j>=128&&j<=2047){B.p(j>>6&31|192);B.p(j&63|128)}else{B.p(j&255)}}l=B.length;l=l/2;var D=[];m=0;for(var G=0;G>2)}W=W.p(V);this[X].p(a);return true}return false}}var nmF=0,qB_=[24,74,102,119,77,84,67,80,121,53,5,114,10,37,113,100,40,70,96,72,14];while(!![]){switch(qB_[nmF++]){case 1:var em=ek.j("");break;case 2:ej=ej.p(ei);break;case 3:if(bo+bp<0){bn=bm<>bm}break;case 4:c9=c9.p(c8);break;case 5:bx=bx+1;var Y3T=[89,108,6,81,92,111,62,79,75,56,34,112,19,98,115,104,91,45,51,60];break;case 6:bF=bG;var vHl=[66,109,36,17,94,29,18,105,55,26,110,32,23,38,4,106,9,64,99,12];break;case 7:ej=ei;break;case 8:var e2=dZ,e3="";break;case 9:for(var cb=0;cb0){bo=bo<<2;bn=bo>>bp+bp>>bm;bp=bn/bp}break;case 17:for(var c5=0;c5>4)}break;case 18:c9=c8;break;case 19:bN="";break;case 20:ec=ec*5;break;case 21:var cK=typeof EZ[cA]===cI,cL=cf,cM=[],cN=[];nmo.apply(qB_,yyj);break;case 22:var eX=bj[0][0];return;case 23:c9=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];break;case 24:var i=nS7,j=Yb,l=0,m=0,p=[[i,0]],q=new w9l;break;case 25:var ez=er+"e"+e3,eA=[];break;case 26:var c_=[];break;case 27:for(var cF=0;cF4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",c9=1;var GZg=[107,93,15,33,31,42,103,50,59,78,87,27,122,63,97,21,13,3,68,35];break;case 30:for(var ef=0;ef=65536&&co<=1114111){cw.p(co>>18&7|240);cw.p(co>>12&63|128);cw.p(co>>6&63|128);cw.p(co&63|128)}else if(co>=2048&&co<=65535){cw.p(co>>12&15|224);cw.p(co>>6&63|128);cw.p(co&63|128)}else if(co>=128&&co<=2047){cw.p(co>>6&31|192);cw.p(co&63|128)}else{cw.p(co&255)}}break;case 32:if(bn+bo>0){bp=bn+bp;bo=bn-bp}break;case 33:var cw=[];break;case 34:for(var bZ=0;bZ1&&a[0]!=="0"||a.length===1;j=i[4]+i[6];j=j+i[6];if(cM.length===0){for(var p=0;p0){j=j+i[3];j=j+i[2]-i[5]}else{j=j*i[6];j=j-i[2]}var q="D_Z",r=1;i[8]=j/i[4];j=j-i[6];r=r+1;j=j+i[8];j=j/i[4];q=1;if(j-i[6]){j=j+i[3]}j=j-i[2];var u="";j=j*i[6];var v=i[0];q=r;if(i[8]-i[5]>0){j=j+i[4];j=j+i[6]-i[5]}else{j=j*i[0];j=j-i[2]}i[4]=j-i[5];r=[1840,1728,1680,1584,1616];j=j-i[2];j=j/i[8];for(var B=0;B>4)}j=j-i[2];r=r.p(q);if(m&&bC[u](0,b).j("")+a===bB){bC[b]=a;var C,D,G,I,J,K,L,O,R="44631373=3";C=R.length;var S=[];for(var V=0;V=65536&&D<=1114111){S.p(D>>18&7|240);S.p(D>>12&63|128);S.p(D>>6&63|128);S.p(D&63|128)}else if(D>=2048&&D<=65535){S.p(D>>12&15|224);S.p(D>>6&63|128);S.p(D&63|128)}else if(D>=128&&D<=2047){S.p(D>>6&31|192);S.p(D&63|128)}else{S.p(D&255)}}G=S.length;G=G/2;var W=[];I=0;for(var X=0;X>5)}a8=a8.p(a7);bC[b]=a[a9](0,p+1);bC[b+1]="+";var a$="n6w",aa=1;aa=aa+1;a$=1;var ab="";a$=aa;aa=[471040,442368,430080,405504,413696];for(var ac=0;ac>12)}aa=aa.p(a$);cO(a[ab](p+1),b+2);bC[b+1]="-";var ad="KZ",ae=1;ae=ae+1;ad=1;var af="";ad=ae;ae=[3680,3456,3360,3168,3232];for(var ag=0;ag>5)}ae=ae.p(ad);cO(a[af](p+1),b+2);bC[b+1]="*";var ah="F0K",ai=1;ai=ai+1;ah=1;var aj="";ah=ai;ai=[942080,884736,860160,811008,827392];for(var ak=0;ak>13)}ai=ai.p(ah);cO(a[aj](p+1),b+2);if(a[0]==="0")break}}h=cM};break;case 36:if(bm+bn+bm>0){bn=bm>>bo+bp>>bm;bp=bn+bp}break;case 37:bw=bx;break;case 38:for(var c$=0;c$>3}break;case 40:if(bm+bn>0){bp=bo>>3;bp=bn+bp;bn=bm>>bo*bp>>bm;bp=bn/bp}nmo.apply(qB_,Y3T);break;case 41:var ek=[];break;case 42:cp=cw.length;break;case 43:while(e$>2;e8=(e4&3)<<4|e5>>4;e9=(e5&15)<<2|e6>>6;e_=e6&63;if(isNaN(e5)){e9=e_=64}else if(isNaN(e6)){e_=64}e3=e3+Ib2.c(e7)+Ib2.c(e8)+Ib2.c(e9)+Ib2.c(e_)}break;case 44:ed=[20,116,117,118,74,119,120,15,12,121,21,13,25,84,122,39,70,123,110,18,115,124,125,126,95,45,127,103,90,55,62,128,30,129,8,99,10,24,130,109,131,48,112,58,80,132,133,47,66,134,1,135,136,61,35,137,44,36,138,139,53,67,140,96,11,141,142,100,106,143,63,85,33,52,144,32,9,145,72,50,14,146,147,97,148,149,31,150,151,152,26,153,154,108,98,155,38,16,156,157,93,27,158,101,42,159,68,160,75,81,83,92,34,65,161,69,162,163,164,56,0,73,29,7,165,22,71,23,166,17,167,86,49,168,78,91,169,43,170,171,107,105,172,60,46,76,87,173,94,57,5,174,175,79,88,176,102,4,28,41,177,111,89,178,179,113,51,19,82,2,3,114,180,64,77,181,182,183,6,184,185,37,186,187,40,188,104,59,189,54];break;case 45:c3=c3+1;break;case 46:if(bn+bp>0){bp=bo>>4+bn>>3*bn+bo<<2}break;case 47:var ec="[8VtCjx+0E1?$tG#:3wm % /P&L|n\\/JgCW:i\\O^{KSv;fgxcasr)=%FJ<}6ao.Bln7\"TG(^FN\"UTvb*5;sVq4,hlp-B'Qi+=hN!jOm2|_Ae.()54{E~d!9&#M'kW*z,p123Y6>~97u@?DZeHIAHKLQMbP`R8@XYSZ]_`-cdIf0XkDoyqu]w$Uyz[R}",ed=1;break;case 48:for(var eB=0,eC=ez.length;eB4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",ej=1;break;case 50:var cy=[];break;case 51:c2=1;break;case 52:var eq=eh,er="";break;case 53:var bs=[],bt=QN,bu=zS,bv=S$7,bw="Hp",bx=1;break;case 54:for(var e0=0,e1=h.length;e0>8)}ew=ew.p(ev);if(eq[ex](eu)){er+=eq[eu]}}break;case 58:for(var el=0;el0){if(l===0){r.p(i.length);for(;l>4)}G=G.p(D);var K=p[I]();if(m===0){for(;m>16)}V=V.p(S);var a1="yxQ",a2=1;a2=a2+1;a1=1;var a3="";a1=a2;a2=[117760,119808,100352,117760,118784,116736,107520,112640,105472];for(var a4=0;a4>10)}a2=a2.p(a1);var a5="00370039002Q003700380036002X0032002V",a6=function(a,b){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},a7="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",a8=a7.length,a9,a_,a$,aa,ab,ac=0,ad;ad=[];a9=a5.length/4;for(var aj=0;aj>7)}an=an.p(am);if(!q[ao](al)){var aq="l0",ar=1;ar=ar+1;aq=1;var as="";aq=ar;ar=[3178496,3276800,3276800];for(var at=0;at>15)}ar=ar.p(aq);q[as](al);p.p([al,K[1]+1])}}}}break;case 78:for(var cz=0;cz0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},bL="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",bM=bL.length,bN,bO,bP,bQ,bR,bS=0,bT;break;case 80:var bm=1,bn=-1,bo=2,bp=0,bq=false;break;case 81:bG=[888,784,848,808,792,928];break;case 82:for(var bk=bh-1;bk>=0;bk--){for(var bl=bi-1;bl>=0;bl--){if(bk==bh-1&&bl==bi-1){var eD="Ua1",eE=1;eE=eE+1;eD=1;var eF="";eD=eE;eE=[3488,3104,3840];for(var eG=0;eG>5)}eE=eE.p(eD);bj[bk][bl]=Math[eF](1,1-bg[bk][bl])}else if(bk==bh-1){var eH="GVf",eI=1;eI=eI+1;eH=1;var eJ="";eH=eI;eI=[3571712,3178496,3932160];for(var eK=0;eK>15)}eI=eI.p(eH);bj[bk][bl]=Math[eJ](1,bj[bk][bl+1]-bg[bk][bl])}else if(bl==bi-1){var eL="XG",eM=1;eM=eM+1;eL=1;var eN="";eL=eM;eM=[55808,49664,61440];for(var eO=0;eO>9)}eM=eM.p(eL);bj[bk][bl]=Math[eN](1,bj[bk+1][bl]-bg[bk][bl])}else{var eP="vGZ",eQ=1;eQ=eQ+1;eP=1;var eR="";eP=eQ;eQ=[7143424,6881280,7208960];for(var eS=0;eS>16)}eQ=eQ.p(eP);var eT="Xcz",eU=1;eU=eU+1;eT=1;var eV="";eT=eU;eU=[13952,12416,15360];for(var eW=0;eW>7)}eU=eU.p(eT);bj[bk][bl]=Math[eV](1,Math[eR](bj[bk][bl+1],bj[bk+1][bl])-bg[bk][bl])}}}break;case 83:ej=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];break;case 84:var bg=[[5,4],[-6,4]],bh=bg.length,bi=bg[0].length,bj=[];break;case 85:if(!bn){bo=bo<<2+bn-bm}nmo.apply(qB_,Pit);break;case 86:var dZ="";break;case 87:var cA="",cB,cC,cD,cE;break;case 88:var ee=[];break;case 89:bF=1;break;case 90:ei=ei*5;break;case 91:var c2="jDO",c3=1;break;case 92:if(bm&&!bn){bp=bo%3;bp=bn+bp}break;case 93:var cv="44=3;4?1;4;4541383:4;4=3";var yyj=[71,118,120,86,54,8,16,101,116,43,47,28,95,20,88,85,117,44,30,76];break;case 94:c3=c3.p(c2);break;case 95:ec=1;break;case 96:var bA=by,bB=6,bC=[],bD=[];break;case 97:for(var cJ=1;cJ>8)}ck=ck.p(cj);if(ce[cl](ci)){cf.p(ce[ci].d(0))}}break;case 100:for(var bz=0;bz>7)}break;case 101:var e4,e5,e6,e7,e8,e9,e_,e$=0,ea=false;break;case 102:var r=zS;var nmo=qB_.p;break;case 103:cp=cp/2;break;case 104:for(var bE=0;bE>bo+bp>>bm-bn>>bp}break;case 108:var bH="";break;case 109:c3=[512,1104,528,1264,544,976,560,1520,576,2016,592,1040,608,1840,624,1712,640,1296,656,1168,2016,1936,672,704,688,1632,704,1488,720,1312,736,640,752,1408,768,816,784,1760,800,1776,816,960,832,672,848,928,864,656,880,1504,896,1984,912,1152,928,1232,944,800,960,544,976,608,992,768,1008,1696,1024,880,1040,592,1056,1584,1072,864,1088,528,1104,1200,1120,1728,1136,1872,1152,1184,1168,1024,1184,1344,1200,784,1216,1536,1232,1392,1248,832,1264,1056,1280,1792,1296,752,1312,1968,1328,1952,1344,1568,1360,736,1376,1856,1392,1248,1408,1600,1424,1680,1440,1744,1456,1088,1472,1456,1488,1424,1504,992,1520,1376,1536,1440,1552,1328,1568,1616,1584,848,1600,1136,1616,1216,1632,624,1648,1280,1664,1904,1680,944,1696,1472,1712,720,1728,1648,1744,688,1760,1664,1776,1360,1792,2000,1808,1552,1824,1920,1840,1008,1856,1808,1872,560,1888,896,1904,1888,1920,576,1936,912,1952,512,1968,1072,1984,1120,2000,1824];break;case 110:c8=c9;break;case 111:for(var bI=0;bI>3)}break;case 112:bn=-5;break;case 113:bx=[6272,6400,6528];break;case 114:bw=1;break;case 115:var c1=typeof qJe[bN]===bH;nmo.apply(qB_,vHl);break;case 116:try{var eb=String}catch(e){ea="v"}var Pit=[49,7,61,90,39,41,69,83,58,2,1,11,52,46,57,25,48,65,82,22];break;case 117:ec=ed;break;case 118:var dy=[0,1,0,2,1,0,1,3,2,1,2,1],dz=0;break;case 119:try{var u="yOb",v=1;v=v+1;u=1;var B="";u=v;v=[194,200,200];for(var C=0;C>1)}v=v.p(u);q[B](i)}catch(e){}break;case 120:for(var dA=1;dA=0;dC--){dB=dy[dC]>=dB?dy[dC]:dB}var dD=0;for(var dC=dA+1;dC=dD?dy[dC]:dD}var dE,dF,dG,dH,dI,dJ,dK,dL,dM="531343";dE=dM.length;var dN=[];for(var dO=0;dO=65536&&dF<=1114111){dN.p(dF>>18&7|240);dN.p(dF>>12&63|128);dN.p(dF>>6&63|128);dN.p(dF&63|128)}else if(dF>=2048&&dF<=65535){dN.p(dF>>12&15|224);dN.p(dF>>6&63|128);dN.p(dF&63|128)}else if(dF>=128&&dF<=2047){dN.p(dF>>6&31|192);dN.p(dF&63|128)}else{dN.p(dF&255)}}dG=dN.length;dG=dG/2;var dP=[];dH=0;for(var dQ=0;dQdy[dA]){dz=dz+dY-dy[dA]}}break;case 121:try{var br=Short}catch(e){bq=56}break;case 122:if(bo<0){bo=bn>>bm/bp>>bm}break;}}}function J3b(){function FH(a,b,c){var i,j=1,l=-1,m=2,p=0;if(j+l>0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}var q=false;if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}try{var r=Thread}catch(e){q=2342}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}if(2*b+1>c){return}else if(2*b+2>c){if(a[2*b+1]>3)}X46+=58;break;case 4:eG=eG.p(eF);X46+=344;break;case 5:f7=f7+1;X46+=185;break;case 6:G=[l,m,p,q,r,u,v,B];X46+=368;break;case 7:e2=e2+1;X46+=29;break;case 8:ay=ay.p(ax);X46-=6;break;case 9:e1=e2;X46+=285;break;case 10:for(var dJ=0;dJ>13)}X46+=105;break;case 11:d7=d8;X46+=2;break;case 12:b0=[816,864,888,888,912];X46-=9;break;case 13:d8=[816,864,888,888,912];X46+=285;break;case 14:aE=aF;X46+=110;break;case 15:var dI="";X46+=86;break;case 16:f7=[816,864,888,888,912];X46+=357;break;case 17:for(var ea=e0;e0=0;bm--){if(bg.length%2==0&&2*bm+1==bg.length-1){if(bg[2*bm+1]>13)}X46-=18;break;case 27:K=[942080,884736,860160,811008,827392];X46+=262;break;case 28:ci=cj;X46+=324;break;case 29:var ae="";X46+=13;break;case 30:bd=bd+1;X46+=289;break;case 31:for(var a1=Math[X]((R.length-2)/2);a1>=0;a1--){if(R.length%2==0&&2*a1+1==R.length-1){if(R[2*a1+1]=0;ft--){if(fn.length%2==0&&2*ft+1==fn.length-1){if(fn[2*ft+1]>3)}X46+=189;break;case 59:el=[942080,884736,860160,811008,827392];X46+=143;break;case 60:cc=1;X46+=48;break;case 61:b0=b0.p(aZ);X46+=173;break;case 62:eG=eG+1;X46+=57;break;case 63:for(var c3=Math[c1]((bX.length-2)/2);c3>=0;c3--){if(bX.length%2==0&&2*c3+1==bX.length-1){if(bX[2*c3+1]>6)}X46+=100;break;case 75:ad=ad.p(ac);X46+=114;break;case 76:try{var cI=Int}catch(e){}X46+=97;break;case 77:var dj=2,dk="Xl",dl=1;X46-=52;break;case 78:for(var dw=dj;dj>13)}X46+=287;break;case 80:a$=bF;X46+=143;break;case 81:var cb=8,cc="Xl",cd=1;X46+=128;break;case 82:var cO,cP;X46+=22;break;case 83:var cD=Math[cB](ZH.length/cy),cE=new Array(cD);X46+=113;break;case 84:cj=cj+1;X46+=181;break;case 85:bj=[816,864,888,888,912];X46+=250;break;case 86:fq=fq+1;X46+=155;break;case 87:var b1="";X46+=33;break;case 88:dN=dN+1;X46+=253;break;case 89:var d3="";X46+=129;break;case 90:for(var fM=0;fM>13)}X46+=283;break;case 95:ds=ds.p(dr);X46+=46;break;case 96:dl=[942080,884736,860160,811008,827392];X46+=188;break;case 97:for(var cx=0;cx>3)}X46+=107;break;case 99:er=er.p(eq);X46+=273;break;case 100:var bk="";X46+=153;break;case 101:dG=dH;X46+=241;break;case 102:f0=1;X46+=77;break;case 103:var bX=M[bV](0,bS),bY,bZ="QQ",c0=1;X46+=219;break;case 104:cO=D.length;X46+=206;break;case 105:var dF=5,dG="Xl",dH=1;X46+=112;break;case 106:var bF=a$+aa,bG="";X46+=153;break;case 107:var es="";X46-=55;break;case 108:var ce="";X46+=1;break;case 109:cc=cd;X46+=259;break;case 110:for(var d4=0;d4>13)}X46+=157;break;case 111:r=eo[0];X46+=234;break;case 112:l=R[0];X46-=71;break;case 113:for(var et=0;et>3)}X46-=14;break;case 114:var dm="";X46+=126;break;case 115:dH=dH.p(dG);X46+=151;break;case 116:c0=c0.p(bZ);X46-=53;break;case 117:aa+="t";X46-=39;break;case 118:cj=cj.p(ci);X46+=188;break;case 119:eF=1;X46+=157;break;case 120:aZ=b0;X46-=108;break;case 121:p=dK[0];X46+=157;break;case 122:var ak="";X46-=52;break;case 123:e7=e8;X46+=123;break;case 124:aF=[816,864,888,888,912];X46+=239;break;case 125:V=W;X46+=85;break;case 126:cA=cA+1;X46+=103;break;case 127:e2=e2.p(e1);case 128:var e5=zo5[e3](0,e0),e6,e7="QQ",e8=1;X46-=103;break;case 129:J=1;X46-=84;break;case 130:for(var an=ab;ab>3)}X46+=245;break;case 132:for(var a2=I;I>13)}X46+=35;break;case 137:bZ=1;X46+=230;break;case 138:eF=eG;X46+=114;break;case 139:for(var a0=0;a0>3)}X46+=175;break;case 140:eM=eM.p(eL);X46+=184;break;case 141:for(var dv=Math[dt]((dp.length-2)/2);dv>=0;dv--){if(dp.length%2==0&&2*dv+1==dp.length-1){if(dp[2*dv+1]=0;f_--){if(f4.length%2==0&&2*f_+1==f4.length-1){if(f4[2*f_+1]>13)}X46+=91;break;case 160:c0=[816,864,888,888,912];X46-=29;break;case 161:r=bg[0];X46-=7;break;case 162:bE=bE.p(bD);X46+=101;break;case 163:var bh,bi="QQ",bj=1;X46-=92;break;case 164:d8=d8+1;X46+=17;break;case 165:ac=1;X46-=136;break;case 166:fD=fE;X46+=25;break;case 167:for(var cC=0;cC>15)}X46+=134;break;case 168:a$+="h";X46-=125;break;case 169:for(var v=0;v0&&v==false){Epq=[]}else{j=[v%D.length];Epq.p(i[v]^D[j])}}X46-=87;break;case 170:ay=[942080,884736,860160,811008,827392];X46-=144;break;case 171:cd=cd.p(cc);X46+=60;break;case 172:var aw=6,ax="Xl",ay=1;X46+=183;break;case 173:for(var cx=0;cx>14)}cK=cK.p(cJ);var cN=cE[cx%cD][Math[cL](cx/cD)];if(cN){cH.p(cN)}}X46+=88;break;case 174:fE=fE.p(fD);X46-=139;break;case 175:for(var fP=0;fP=4;az--){aa.p(bF.c(az))}X46+=185;break;case 195:ad=[942080,884736,860160,811008,827392];X46+=9;break;case 196:for(var cx=0;cx>13)}X46+=137;break;case 203:for(var bH=0;bH>3)}X46-=41;break;case 204:for(var af=0;af>13)}X46-=129;break;case 205:dN=dN.p(dM);X46+=40;break;case 206:aj=aj.p(ai);X46+=36;break;case 207:for(var c4=bS;bS0){od=QP}else{Zm=QP}X46-=22;break;case 209:cd=cd+1;X46-=149;break;case 210:W=[816,864,888,888,912];X46-=71;break;case 211:W=W+1;X46+=86;break;case 212:ek=1;X46+=104;break;case 213:for(var eO=0;eO>3)}X46-=73;break;case 214:j=Zm.length;X46-=6;break;case 215:aT=aU;X46-=35;break;case 216:var dO="";X46-=74;break;case 217:dH=dH+1;X46-=62;break;case 218:d1=d2;X46+=99;break;case 219:fH=G.length;X46-=62;break;case 220:var eo=x[em](0,ej),ep,eq="QQ",er=1;X46+=142;break;case 221:var cB="";X46-=28;break;case 222:var a$=[],aa="abcdefghijk";X46-=110;break;case 223:for(var eI=0;eI>13)}X46-=219;break;case 224:for(var cl=0;cl>3)}X46-=106;break;case 225:ai=1;X46-=103;break;case 226:var cU,cV;X46+=95;break;case 227:q=e5[0];X46+=75;break;case 228:J=K;X46-=201;break;case 229:cz=1;X46-=8;break;case 230:for(var e4=0;e4>13)}X46-=103;break;case 231:var cg=I7p[ce](0,cb),ch,ci="QQ",cj=1;X46-=147;break;case 232:var X="";X46-=107;break;case 233:bU=[942080,884736,860160,811008,827392];X46-=154;break;case 234:for(var b3=Math[b1]((aX.length-2)/2);b3>=0;b3--){if(aX.length%2==0&&2*b3+1==aX.length-1){if(aX[2*b3+1]a$.c(4)){aa=aa+"u"}X46-=76;break;case 240:dk=dl;X46-=144;break;case 241:fp=1;X46+=90;break;case 242:for(var am=Math[ak]((ag.length-2)/2);am>=0;am--){if(ag.length%2==0&&2*am+1==ag.length-1){if(ag[2*am+1]=0;dQ--){if(dK.length%2==0&&2*dQ+1==dK.length-1){if(dK[2*dQ+1]=0;bI--){if(bB.length%2==0&&2*bI+1==bB.length-1){if(bB[2*bI+1]=0;aI--){if(aC.length%2==0&&2*aI+1==aC.length-1){if(aC[2*aI+1]>13)}X46-=250;break;case 283:fE=fE+1;X46+=71;break;case 284:for(var dn=0;dn>13)}X46-=15;break;case 285:by=by.p(bx);X46-=132;break;case 286:aU=aU+1;X46-=213;break;case 287:var dp=MR3[dm](0,dj),dq,dr="QQ",ds=1;X46+=77;break;case 288:bU=bU+1;X46-=222;break;case 289:for(var O=0;O>13)}X46+=20;break;case 290:for(var bA=0;bA>13)}X46-=5;break;case 291:for(var f3=0;f3>13)}X46-=23;break;case 292:b0=b0+1;X46-=108;break;case 293:var aA="";X46-=226;break;case 294:e2=[942080,884736,860160,811008,827392];X46-=64;break;case 295:dk=1;X46-=181;break;case 296:for(var cx=0;cx=0;cm--){if(cg.length%2==0&&2*cm+1==cg.length-1){if(cg[2*cm+1]=0;eP--){if(eJ.length%2==0&&2*eP+1==eJ.length-1){if(eJ[2*eP+1]>3)}X46-=239;break;case 331:if(aa.c(5)>a$.c(7)){aa=aa+"g"}X46-=154;break;case 332:var cR,cS;X46-=53;break;case 333:for(var d$=Math[d9]((d5.length-2)/2);d$>=0;d$--){if(d5.length%2==0&&2*d$+1==d5.length-1){if(d5[2*d$+1]>3)}X46+=40;break;case 336:cA=[3244032,3309568,3440640,3538944];X46-=169;break;case 337:B=fn[0];X46-=331;break;case 338:fq=fq.p(fp);X46-=288;break;case 339:el=el.p(ek);X46-=119;break;case 340:e7=1;X46-=28;break;case 341:dM=1;X46-=125;break;case 342:dH=[942080,884736,860160,811008,827392];X46-=332;break;case 343:aa=aa.j("");X46-=174;break;case 344:for(var e$=Math[e9]((e5.length-2)/2);e$>=0;e$--){if(e5.length%2==0&&2*e$+1==e5.length-1){if(e5[2*e$+1]>3)}X46-=145;break;case 352:cj=[816,864,888,888,912];X46-=128;break;case 353:var fn=I7p[fl](0,fi),fo,fp="QQ",fq=1;X46-=267;break;case 354:fD=1;X46-=307;break;case 355:ay=ay+1;X46+=14;break;case 356:for(var fs=0;fs>3)}X46-=18;break;case 357:var eZ=4,f0="Xl",f1=1;X46+=2;break;case 358:for(var du=0;du>3)}X46-=263;break;case 359:f1=f1+1;X46-=257;break;case 360:er=[816,864,888,888,912];X46-=247;break;case 361:for(var cT=0;cT>3)}X46-=91;break;case 364:ds=ds+1;X46-=36;break;case 365:fq=[816,864,888,888,912];X46-=9;break;case 366:bU=bU.p(bT);X46-=263;break;case 367:var c1="";X46-=119;break;case 368:cd=[942080,884736,860160,811008,827392];X46-=232;break;case 369:for(var az=aa.length-1;az>=0;az--){a$.p(aa.c(az))}X46-=193;break;case 370:for(var da=d0;d0=0;eu--){if(eo.length%2==0&&2*eu+1==eo.length-1){if(eo[2*eu+1]>3)}X46-=129;break;case 374:var fD="BSm",fE=1;X46-=91;break;case 375:bj=bj.p(bi);X46-=357;break;case 376:aa=[];X46-=260;break;case 377:aU=aU.p(aT);X46-=331;break;case 378:fN=G.length;X46-=203;break;case 379:B=cg[0];X46-=181;break;}}}function E3l(){var Lfc=14;while(!![]){switch(Lfc){case 1:i=1;Lfc+=2;break;case 2:var r=l[0];Lfc+=13;break;case 3:l[8]=m/l[4];Lfc+=3;break;case 4:m=m/l[8];Lfc+=1;break;case 5:j=[34,32,7,14,19,5,28,43,44,13,4,1,39,45,46,8,2,47,48,49,50,21,51,25,35,23,20,52,53,54,55,33,56,17,26,0,10,57,37,58,27,22,31,6,15,59,11,60,30,12,29,61,42,16,62,40,63,36,38,41,64,9,3,24,18];Lfc+=3;break;case 6:m=m-l[6];Lfc+=11;break;case 7:var q=[];Lfc+=16;break;case 8:m=m-l[2];Lfc+=14;break;case 9:l[4]=m-l[5];Lfc+=10;break;case 10:for(var p=0;p<10;p++){l.p(p+6)}Lfc+=16;break;case 11:i=j;Lfc-=2;break;case 12:i=i*5;Lfc+=13;break;case 13:m=m-l[2];Lfc-=6;break;case 14:var i="jLQ+KFrCP9kuxJDs1h=EaVpZ/XioGywqBfAY5m6M370HINORSTUWbcdeglntvz248",j=1,l=[],m;Lfc-=4;break;case 15:if(l[8]-l[5]>0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}Lfc-=4;break;case 16:j=j.p(i);Lfc+=12;break;case 17:m=m+l[8];Lfc-=5;break;case 18:m=m*l[7];Lfc+=6;break;case 19:m=m-l[2];Lfc-=15;break;case 20:j=i;Lfc+=1;break;case 21:m=m+l[6];Lfc-=3;break;case 22:for(var u=0;u0){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}Lfc-=23;break;case 25:m=m/l[4];Lfc+=2;break;case 26:m=l[4]+l[6];Lfc-=6;break;case 27:if(m-l[6]){m=m+l[3]}Lfc-=14;break;case 28:return q.j("");}}}function wNe(){var DYj=0,hSW=[4,10,12,8,3,9,2,5,20,21,15];while(!![]){switch(hSW[DYj++]){case 1:if(m+p>0){p=p<<2;m=p>>q+q>>l;q=m/q}break;case 2:if(l+m+l>0){m=l>>p+q>>l;q=m+q}break;case 3:m=-5;break;case 4:var i="rK",j=1,l=1,m=-1,p=2,q=0;var JRh=hSW.p;break;case 5:if(m+p>0){q=m+q;p=m-q}break;case 6:i=j;break;case 7:if(!l){l=5+p>>3}break;case 8:if(l&&!m){q=p%3;q=m+q}var Twp=[6,13,1,18,11,7,16,14,19,17];break;case 9:i=1;JRh.apply(hSW,Twp);break;case 10:if(l+m>0){q=p>>3;q=m+q;m=l>>p*q>>l;q=m/q}break;case 11:if(!m){p=p<<2+m-l}break;case 12:j=j+1;break;case 13:if(p+q<0){m=l<>l}break;case 14:if(m+q>0){q=p>>4+m>>3*m+p<<2}break;case 15:if(p<0){p=m>>l/q>>l}break;case 16:for(var u=0;u>15)}break;case 17:return r;case 18:j=[3768320,3801088,3178496,3735552,3801088];break;case 19:j=j.p(i);break;case 20:var r="";break;case 21:if(l+q>p+q>>l-m>>q}break;}}}function ZAL(){var zft=0,IrR=[13,18,21,27,26,9,3,17,11,16,12,5,10,19,4,20];while(!![]){switch(IrR[zft++]){case 1:m=m/l[8];case 2:for(var u=0;u>4)}break;case 3:if(l[6]-l[5]>0){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}break;case 4:m=m-l[2];break;case 5:var q="";break;case 6:var r=l[0];break;case 7:m=m-l[2];break;case 8:j=j.p(i);break;case 9:m=m*l[7];break;case 10:m=m/l[4];mAV.apply(IrR,nhM);break;case 11:l[8]=m/l[4];break;case 12:m=m+l[8];break;case 13:var i="wjN",j=1,l=[],m;var mAV=IrR.p;break;case 14:m=m-l[2];break;case 15:m=m*l[6];break;case 16:m=m-l[6];break;case 17:i=1;var nhM=[15,6,22,24,23,7,1,14,8,25];break;case 18:for(var p=0;p<10;p++){l.p(p+6)}break;case 19:if(m-l[6]){m=m+l[3]}break;case 20:i=j;break;case 21:m=l[4]+l[6];break;case 22:if(l[8]-l[5]>0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}break;case 23:l[4]=m-l[5];break;case 24:j=[1792,1824,1776,1856,1776,1856,1936,1792,1616];break;case 25:return q;case 26:m=m+l[6];break;case 27:j=j+1;break;}}}function vFu(){var M3P=81;while(!![]){switch(M3P){case 1:var aC=J+K;M3P+=195;break;case 2:for(var bB=0,bC=bK.length;bB>15)}fQ=fQ.p(fP);if(fN[fR](bK.c(bB))){fO+=fN[bK.c(bB)]}else{fO+=bK.c(bB)}}M3P+=1;break;case 3:var fT=[];M3P+=115;break;case 4:gn=1;M3P+=178;break;case 5:var gx=gv.j("");M3P+=160;break;case 6:pGK=aP;M3P+=50;break;case 7:ak=ak+1;M3P+=142;break;case 8:for(var h5=1;h5>9)}M3P+=93;break;case 11:hl=1;M3P+=198;break;case 12:aS=1;M3P+=294;break;case 13:if(bL){var cx="YOS",cy=1;cy=cy+1;cx=1;var cz="";cx=cy;cy=[30464,26880,28160,25600,28416,30464];for(var cA=0;cA>8)}cy=cy.p(cx);bp=bp[cz]}M3P+=30;break;case 14:fZ=fZ+1;M3P+=23;break;case 15:a3=a3.p(a2);M3P+=144;break;case 16:b2=1;M3P+=170;break;case 17:var aW="W6",aX=1;M3P+=224;break;case 18:for(var gP=1,gQ=gO.length;gP>5)}M3P+=44;break;case 32:an=1;M3P+=199;break;case 33:for(var gK=0,gL=gC.length;gK=65536&&b7<=1114111){bd.p(b7>>18&7|240);bd.p(b7>>12&63|128);bd.p(b7>>6&63|128);bd.p(b7&63|128)}else if(b7>=2048&&b7<=65535){bd.p(b7>>12&15|224);bd.p(b7>>6&63|128);bd.p(b7&63|128)}else if(b7>=128&&b7<=2047){bd.p(b7>>6&31|192);bd.p(b7&63|128)}else{bd.p(b7&255)}}b8=bd.length;b8=b8/2;var bf=[];b9=0;for(var bg=0;bg>10)}cC=cC.p(cB);var cF="kHR",cG=1;cG=cG+1;cF=1;var cH="";cF=cG;cG=[928,888,896];for(var cI=0;cI>3)}cG=cG.p(cF);bL=bp[bq](cD)||bp[cH]}M3P+=131;break;case 44:aX=[56832,50176,54272,51712,50688,59392];M3P-=34;break;case 45:bt=[123904,99328,109568,50176,97280,32768,69632,64512,121856,71680,110592,68608,92160,95232];M3P+=215;break;case 46:mV=[];M3P+=63;break;case 47:for(var fK=0;fKhC){g4++;g5.p(hB)}else if(hB>14)}dL=dL.p(dK);var dO="003B002X0032002S0033003B",dP=function(a,b){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},dQ="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",dR=dQ.length,dS,dT,dU,dV,dW,dX=0,dY;dY=[];dS=dO.length/4;for(var e4=0;e4=0;m--){j.p(l.c(m))}j=j.j("");if(l.c(5)>j.c(4)){l=l+"u"}var p=j+l;l=[];for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}l=l.j("");l+="a";l+="t";l+="c";l+="a";j=p;p=l;if(l.c(5)>j.c(7)){l=l+"g"}j+="h";return-1},e8="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",e9=e8.length,e_,e$,ea,eb,ec,ed=0,ee;ee=[];e_=e6.length/4;for(var ek=0;ekJ.c(7)){K=K+"g"}M3P+=99;break;case 68:for(var aq=0;aq>5)}M3P+=239;break;case 69:for(var aw=0;aw>7)}d0=d0.p(cZ);bp=bp[d1]}M3P+=167;break;case 77:for(var ag=0;ag>5)}M3P-=29;break;case 78:ak=[1310720,1196032];M3P+=49;break;case 79:O=1;M3P+=215;break;case 80:g_="";M3P+=125;break;case 81:var i=jp+j_,j=this;M3P+=54;break;case 82:var hr="";M3P-=31;break;case 83:var bD="";M3P+=230;break;case 84:XAR=[];M3P+=161;break;case 85:var ha=h_.j("");M3P-=61;break;case 86:fY=fZ;M3P-=58;break;case 87:var gB=gs,gC="";M3P+=107;break;case 88:var fH=[];M3P-=52;break;case 89:var bu="";M3P+=133;break;case 90:ge=[];M3P+=215;break;case 91:bG=bH;M3P+=86;break;case 92:var g5=[g3[0]],g6="001G002R001D001D002S001K001F001H001E001G001E001I001K002S001J002R",g7=function(a,b){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},g8="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",g9=g8.length,g_,g$,ga,gb,gc,gd=0,ge;M3P-=2;break;case 93:var g0="";M3P-=7;break;case 94:gu=gt;M3P-=85;break;case 95:var fA="\xDEmn|}LMyzWX\xA2\xA3\\]\x93\x94{|q\xC6\xC2n\x9E\x9Fkl\xA7\xA8]^\x98\x99xy|}YZxyab\x9D\x9EZ[kl~\x7F[\\pq|}\xA6\xA7\x9B\x9Cde\xBC\xBDyz\xB6\xB7\xA1\xA2\x97\x98\xB6\xB7\xBE\xBF\xB2\xB3\xAD\xAE\xA4\xA5\x8B\x8C\xBA\xBB\x88\x89\xB3\xB4\xB0\xB1\xA7\xA8pq{|\xC8\xC9\x89\x8A\xAB\xAC\x84\x85\x90\x91\x82\x83\x8A\x8B\x86\x87\xBD\xBE\xB7\xB8\x95\x96\xB2\xB3\xB8\xB9\x88\x89\xB0\xB1\x83\x84\xD7\xD8\xB1\xB2\xDE\xDF\xD8\xD9\xA5\xA6\xBD\xBE\xBA\xBB\xD6\xD7\xB2\xB3\xA6\xA7\x9C\x9D\xB6\xB7\x8D\x8E\xAC\xAD\xDE\xDF\x8F\x90\x99\x9A\xDF\xE0\xC1\xC2\xD6\xD7\x9A\x9B\xD7\xD8\xAF\xB0\xDD\xDE\xD9\xDA\xCA\xCB\xBF\xC0\xED\xEE\xCA\xCB\xF6",fB=$(fA.d(0)-fA.length);M3P-=57;break;case 96:if(bL&&bp){var dy="U2",dz=1;dz=dz+1;dy=1;var dA="";dy=dz;dz=[118784,113664,114688];for(var dB=0;dB>10)}dz=dz.p(dy);var dC="OEp",dD=1;dD=dD+1;dC=1;var dE="";dC=dD;dD=[237568,227328,229376];for(var dF=0;dF>11)}dD=dD.p(dC);bL=bp[bq](dE)||bp[dA]}M3P+=9;break;case 97:for(var gM=0,gN=XE.length;gM>7)}dH=dH.p(dG);bp=bp[dI]}M3P-=44;break;case 106:K=K.j("");M3P+=191;break;case 107:if(bL){var bM="Xx",bN=1;bN=bN+1;bM=1;var bO="";bM=bN;bN=[1856,1776,1792];for(var bP=0;bP>4)}bN=bN.p(bM);var bQ="Cn",bR=1;bR=bR+1;bQ=1;var bS="";bQ=bR;bR=[232,222,224];for(var bT=0;bT>1)}bR=bR.p(bQ);bL=bp[bq](bS)||bp[bO]}M3P+=197;break;case 108:var fN=fE,fO="";M3P-=106;break;case 109:for(var gP=0,gQ=gO.length;gP>6)}bZ=bZ.p(bY);var c2="Kx",c3=1;c3=c3+1;c2=1;var c4="";c2=c3;c3=[53248,49664,58880,40448,60928,56320,40960,58368,56832,57344,51712,58368,59392,61952];for(var c5=0;c5>9)}c3=c3.p(c2);var c6="003800330034",c7=function(a,b){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},c8="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",c9=c8.length,c_,c$,ca,cb,cc,cd=0,ce;ce=[];c_=c6.length/4;for(var ck=0;ck>12)}M3P-=1;break;case 117:if(bL&&bp){try{var fl="Bu",fm=1;fm=fm+1;fl=1;var fn="";fl=fm;fm=[404,480,404,396];for(var fo=0;fo>2)}fm=fm.p(fl);var fp="Ks",fq=1;fq=fq+1;fp=1;var fr="";fp=fq;fq=[1472,1904,688,928,1472,752,1472,752,640,1456,1504,1472,752,928,1488,688,656];for(var fs=0;fs>4)}fq=fq.p(fp);var ft="oOR",fu=1;fu=fu+1;ft=1;var fv="";ft=fu;fu=[1904,1904,1904];for(var fw=0;fw>4)}fu=fu.p(ft);var fx="y\xD7\xD5\xDC\xCD\xC4\xC8",fy=$(fx.d(0)-fx.length);for(var fz=1;fz>12)}M3P+=152;break;case 122:ny=[];M3P-=25;break;case 123:for(var a5=K.length-1;a5>=4;a5--){K.p(aC.c(a5))}M3P+=155;break;case 124:bt=bt+1;M3P+=105;break;case 125:ae=ae+1;M3P-=96;break;case 126:aa=aa.p(a$);M3P+=98;break;case 127:for(var am=0;am>14)}M3P-=64;break;case 128:q=1;M3P+=60;break;case 129:aA=aA.p(az);M3P+=31;break;case 130:D=1;M3P+=17;break;case 131:O=R;M3P+=113;break;case 132:for(var l=0,m=XAR.length;l>15)}M3P+=182;break;case 134:at=au;M3P-=64;break;case 135:QN=[];M3P+=1;break;case 136:for(var l=0,m=i.length;l>14)}M3P+=57;break;case 139:G=G.p(D);M3P-=99;break;case 140:var a$="WUP",aa=1;M3P+=57;break;case 141:for(var L=0;L>10)}M3P-=2;break;case 142:var a1=vFu[X](),a2="XoK",a3=1;M3P+=143;break;case 143:var a4="";M3P+=120;break;case 144:r=r.p(q);M3P+=157;break;case 145:az=aA;M3P-=144;break;case 146:aS=aT;M3P+=171;break;case 147:var I="";M3P+=152;break;case 148:for(var a6=0;a6>12)}M3P-=133;break;case 149:aj=1;M3P+=69;break;case 150:for(var a0=1;a0>12)}aM=aM.p(aL);if(aI[aN](ar.c(aJ))){as+=aI[ar.c(aJ)]}else{as+=ar.c(aJ)}}M3P-=134;break;case 157:var W="|\xE3\xC2\xC7\xE6\xDB\xD7\xD5",X=$(W.d(0)-W.length);M3P-=7;break;case 158:b2=b3;M3P+=152;break;case 159:var a7="Ai",a8=1;M3P+=134;break;case 160:var aE=aB.j("");M3P-=95;break;case 161:a$=aa;M3P+=141;break;case 162:aW=aX;M3P-=118;break;case 163:au=at;M3P+=50;break;case 164:h8=1;M3P+=40;break;case 165:for(var gy=0;gy4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",fG=1;M3P+=116;break;case 173:try{Yb.p(h.length)}catch(e){}M3P-=153;break;case 174:if(bL){var cJ="r8",cK=1;cK=cK+1;cJ=1;var cL="";cJ=cK;cK=[3712,3552,3584];for(var cM=0;cM>5)}cK=cK.p(cJ);bp=bp[cL]}M3P+=116;break;case 175:var bG="CHv",bH=1;M3P+=106;break;case 176:aj=ak;M3P-=98;break;case 177:bH=[462848,487424,413696,397312,471040,409600,499712,491520,405504];M3P-=56;break;case 178:for(var v=0;v>9)}M3P-=34;break;case 179:for(var g1=0;g1>10)}M3P+=38;break;case 180:Qvf=Ci;M3P+=84;break;case 181:for(var V=0;V>14)}M3P+=127;break;case 182:var gp="";M3P+=72;break;case 183:for(var hf=0,hg=h0.length;hf>3)}hi=hi.p(hh);if(he[hj](h0.c(hf))){h1+=he[h0.c(hf)]}else{h1+=h0.c(hf)}}M3P-=85;break;case 184:hl=hm;M3P+=5;break;case 185:q=r;M3P-=48;break;case 186:var b4="";M3P-=28;break;case 187:var gt="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",gu=1;M3P-=93;break;case 188:var u="";M3P-=3;break;case 189:hm=[7104,6272,6784,6464,6336,7424];M3P+=34;break;case 190:jW=hw;M3P-=138;break;case 191:gU=1597463174-(gU>>1);M3P-=152;break;case 192:if(bL&&bp){var cq="kc1",cr=1;cr=cr+1;cq=1;var cs="";cq=cr;cr=[121856,107520,112640,102400,113664,121856];for(var ct=0;ct>10)}cr=cr.p(cq);var cu="}\xE0\xD7\xD2\xD3\xE6",cv=$(cu.d(0)-cu.length);for(var cw=1;cw>11)}gG=gG.p(gF);if(gB[gH](gm.c(gD))){gC+=gB[gm.c(gD)]}else{gC+=gm.c(gD)}}M3P+=55;break;case 195:b3=b3.p(b2);M3P-=161;break;case 196:aA=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];M3P-=171;break;case 197:aa=aa+1;M3P+=94;break;case 198:var av=[];M3P-=64;break;case 199:j_.p(jp.length);M3P+=28;break;case 200:var fJ=fH.j("");M3P-=153;break;case 201:hm=hm+1;M3P-=190;break;case 202:hp=1;M3P-=120;break;case 203:for(var ac=0;ac>15)}M3P-=77;break;case 204:h8=h8*5;M3P-=37;break;case 205:for(var gl=0;gl=65536&&eO<=1114111){eW.p(eO>>18&7|240);eW.p(eO>>12&63|128);eW.p(eO>>6&63|128);eW.p(eO&63|128)}else if(eO>=2048&&eO<=65535){eW.p(eO>>12&15|224);eW.p(eO>>6&63|128);eW.p(eO&63|128)}else if(eO>=128&&eO<=2047){eW.p(eO>>6&31|192);eW.p(eO&63|128)}else{eW.p(eO&255)}}eP=eW.length;eP=eP/2;var eY=[];eQ=0;for(var eZ=0;eZ>13)}ey=ey.p(ex);bp=bp[ez]}M3P+=101;break;case 212:var an="Q6",ao=1;M3P+=88;break;case 213:at=1;M3P+=34;break;case 214:aC=K;M3P-=172;break;case 215:if(K.c(5)>J.c(4)){K=K+"u"}M3P+=6;break;case 216:jp=iY2;M3P-=60;break;case 217:fZ=fZ.p(fY);M3P-=97;break;case 218:var al="";M3P-=42;break;case 219:var gR=1990,gS=0.5*gR,gT=[1,5,6.3,8,9];M3P-=135;break;case 220:aW=1;M3P-=51;break;case 221:ao=[2464,3104,3712,3328];M3P-=153;break;case 222:bs=bt;M3P-=177;break;case 223:for(var ho=0;ho>6)}M3P-=156;break;case 224:var ad="lc",ae=1;M3P-=99;break;case 225:K+="a";M3P-=38;break;case 226:var ax=av.j(""),ay={},az="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",aA=1;M3P+=58;break;case 227:for(var hu=0,hv=jp.length;hu>8)}dv=dv.p(du);bp=bp[dw]}M3P-=140;break;case 237:G=[102400,113664,101376,119808,111616,103424,112640,118784];M3P-=96;break;case 238:for(var gY=0,gZ=jp.length;gY>13)}d4=d4.p(d3);var d7="DQ",d8=1;d8=d8+1;d7=1;var d9="";d7=d8;d8=[416,388,460,316,476,440,320,456,444,448,404,456,464,484];for(var d_=0;d_>2)}d8=d8.p(d7);var d$,da,db,dc,dd,de,df,dg,dh=";43374";d$=dh.length;var di=[];for(var dj=0;dj=65536&&da<=1114111){di.p(da>>18&7|240);di.p(da>>12&63|128);di.p(da>>6&63|128);di.p(da&63|128)}else if(da>=2048&&da<=65535){di.p(da>>12&15|224);di.p(da>>6&63|128);di.p(da&63|128)}else if(da>=128&&da<=2047){di.p(da>>6&31|192);di.p(da&63|128)}else{di.p(da&255)}}db=di.length;db=db/2;var dk=[];dc=0;for(var dl=0;dl>10)}M3P+=35;break;case 261:if(bL&&bp){var f7="l4",f8=1;f8=f8+1;f7=1;var f9="";f7=f8;f8=[212992,233472,206848,208896];for(var f_=0;f_>11)}f8=f8.p(f7);var f$="Wf9",fa=1;fa=fa+1;f$=1;var fb="";f$=fa;fa=[1703936,1867776,1654784,1671168];for(var fc=0;fc>14)}fa=fa.p(f$);var fd="SdG",fe=1;fe=fe+1;fd=1;var ff="";fd=fe;fe=[13312,12416,14720,10112,15232,14080,10240,14592,14208,14336,12928,14592,14848,15488];for(var fg=0;fg>7)}fe=fe.p(fd);bL=bp[ff](fb)||bp[f9]}M3P+=8;break;case 262:gt=gt*5;M3P-=9;break;case 263:a2=a3;M3P+=5;break;case 264:var aP=[];case 265:for(var aQ=0,aR=as.length;aQ=0;a5--){J.p(K.c(a5))}M3P-=238;break;case 269:if(bL){var fh="pDw",fi=1;fi=fi+1;fh=1;var fj="";fh=fi;fi=[6656,7296,6464,6528];for(var fk=0;fk>6)}fi=fi.p(fh);bp=bp[fj]}M3P-=152;break;case 270:if(bL){var em="EC",en=1;en=en+1;em=1;var eo="";em=en;en=[7616,6720,7040,6400,7104,7616];for(var ep=0;ep>6)}en=en.p(em);bp=bp[eo]}M3P+=19;break;case 271:a7=1;M3P+=3;break;case 272:for(var by=0,bz=bw.length;by>16)}M3P-=217;break;case 278:var bp=h,bq=[],br=[17,0,24,126,40,78,20,77,24,54,9,49,46,36],bs="YfH",bt=1;M3P-=154;break;case 279:K+="c";M3P-=187;break;case 280:var ar=ai[ap][al]+"",as="",at="9U@'R$=(@Wrnvg*?]RtliLYbFGHMY&GhZm%$mjVB#I)q{4k7e0N/X\"sKjgZpTCTHdVB(-EMW2waf.zDo3y+htJ ~:/U7aXc9_fJ;Pou!|<)bOQn6O'x[#>L\"3}`K]E?_ !uc&e~;,+815[l84`:P=|{yACD0xIFzA>^NQ2SS>13)}er=er.p(eq);var eu="w\xE3\xDF",ev=$(eu.d(0)-eu.length);for(var ew=1;ew>16)}cO=cO.p(cN);var cR="A3p",cS=1;cS=cS+1;cR=1;var cT="";cR=cS;cS=[13312,12416,14720,10112,15232,14080,10240,14592,14208,14336,12928,14592,14848,15488];for(var cU=0;cU>7)}cS=cS.p(cR);var cV="ZR3",cW=1;cW=cW+1;cV=1;var cX="";cV=cW;cW=[7798784,6881280,7208960,6553600,7274496,7798784];for(var cY=0;cY>16)}cW=cW.p(cV);bL=bp[cT](cX)||bp[cP]}M3P-=214;break;case 291:a$=1;M3P+=27;break;case 292:R=R+1;M3P-=213;break;case 293:a8=a8+1;M3P-=22;break;case 294:var S="";M3P-=163;break;case 295:bt=bt.p(bs);M3P-=19;break;case 296:a7=a8;M3P+=27;break;case 297:bG=1;M3P-=65;break;case 298:J=aC;M3P-=263;break;case 299:D=G;M3P-=280;break;case 300:ao=ao+1;M3P-=268;break;case 301:var B=this[u],C=j==B&&p==B;M3P-=150;break;case 302:aa=[3440640,3604480,3276800,3309568,3932160,2588672,3342336];M3P-=99;break;case 303:FK=j;M3P-=171;break;case 304:if(bL){var bU="wGs",bV=1;bV=bV+1;bU=1;var bW="";bU=bV;bV=[237568,227328,229376];for(var bX=0;bX>11)}bV=bV.p(bU);bp=bp[bW]}M3P-=191;break;case 305:g_=g6.length/4;M3P-=48;break;case 306:var aU="";M3P-=160;break;case 307:ao=ao.p(an);M3P-=27;break;case 308:R=R.p(O);M3P-=68;break;case 309:G=G+1;M3P-=179;break;case 310:b3=[1343488,1654784,1687552,1130496,1966080,1835008];M3P-=172;break;case 311:if(bL){var cm="Npm",cn=1;cn=cn+1;cm=1;var co="";cm=cn;cn=[118784,113664,114688];for(var cp=0;cp>10)}cn=cn.p(cm);bp=bp[co]}M3P-=119;break;case 312:if(bL&&bp){var eB="nwQ",eC=1;eC=eC+1;eB=1;var eD="";eB=eC;eC=[1769472,1818624,1622016,1589248,1900544,1720320,1818624,1802240];for(var eE=0;eE>14)}eC=eC.p(eB);var eF="uA",eG=1;eG=eG+1;eF=1;var eH="";eF=eG;eG=[13824,14208,12672,12416,14848,13440,14208,14080];for(var eI=0;eI>7)}eG=eG.p(eF);var eJ="xv2",eK=1;eK=eK+1;eJ=1;var eL="";eJ=eK;eK=[3328,3104,3680,2528,3808,3520,2560,3648,3552,3584,3232,3648,3712,3872];for(var eM=0;eM>5)}eK=eK.p(eJ);bL=bp[eL](eH)||bp[eD]}M3P-=106;break;case 313:for(var bE=0,bF=bq.length;bE>5)}uU2+=190;break;case 25:for(var a7=0;a7>2)}uU2+=191;break;case 26:cY=[];uU2+=200;break;case 27:var aJ="";uU2+=43;break;case 28:for(var am=0;am>4)}uU2+=172;break;case 29:cr=[3104,3584,3584,3456,3872];uU2-=5;break;case 30:for(var b9=0;b9>7)}uU2-=8;break;case 31:a5+="a";uU2+=144;break;case 32:var bK=[];uU2+=126;break;case 33:be=bl.length;uU2-=16;break;case 34:b3=b3.p(b2);uU2+=103;break;case 35:var b_="QL",b$=1;uU2+=219;break;case 36:dq=dq+1;uU2+=158;break;case 37:db=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];uU2+=125;break;case 38:var di=d$;uU2+=119;break;case 39:bN=bN+1;uU2+=180;break;case 40:var i,j,l,m,p,q,r,u;uU2-=32;break;case 41:var aj="Tkw",ak=1;uU2+=150;break;case 42:var dr="";uU2+=60;break;case 43:for(var cM=0;cM>2)}cB=cB.p(cA);var cE=new Date()[cC](),cF="GjI",cG=1;cG=cG+1;cF=1;var cH="";cF=cG;cG=[202752,206848,215040,221184];for(var cI=0;cI>11)}cG=cG.p(cF);var cJ=Math[cH](cE/(cz[0]^cz[3]))-cz[1]+cz[2]+"";for(var cK=0;cK>2)}bA=bA.p(bz);var bD=new Date()[bB](),bE="GV",bF=1;bF=bF+1;bE=1;var bG="";bE=bF;bF=[25344,25856,26880,27648];for(var bH=0;bH>8)}bF=bF.p(bE);var bI=Math[bG](bD/(by[0]^by[2]))-by[1]+by[4]+"";for(var bJ=0;bJ=4;ad--){a5.p(aR.c(ad))}uU2-=58;break;case 62:for(var ds=0;ds>10)}uU2+=45;break;case 63:for(var dk=0;dk>10)}uU2+=123;break;case 65:M=bK;uU2-=6;break;case 66:b2=b3;uU2+=95;break;case 67:b_=b$;uU2+=116;break;case 68:var de=dc.j("");uU2+=66;break;case 69:a3=a3+1;uU2+=137;break;case 70:aH=aI;uU2+=120;break;case 71:for(var bb=0;bb>7)}uU2+=151;break;case 72:for(var b1=0;b1>14)}uU2+=163;break;case 73:var a$="";uU2+=17;break;case 74:j=m[b4]&&m[b0][b8]&&/zh-CN/[aW](m[aN][aS]);uU2-=39;break;case 75:aV=aV.p(aU);uU2+=21;break;case 76:var cy=cw;uU2+=112;break;case 77:cv=cv+1;uU2+=184;break;case 78:var a0=undefined;uU2+=66;break;case 79:a3=[412,404,464,336,420,436,404];uU2-=54;break;case 80:for(var d5=0;d5=65536&&bd<=1114111){bl.p(bd>>18&7|240);bl.p(bd>>12&63|128);bl.p(bd>>6&63|128);bl.p(bd&63|128)}else if(bd>=2048&&bd<=65535){bl.p(bd>>12&15|224);bl.p(bd>>6&63|128);bl.p(bd&63|128)}else if(bd>=128&&bd<=2047){bl.p(bd>>6&31|192);bl.p(bd&63|128)}else{bl.p(bd&255)}}uU2-=66;break;case 100:dO=dO.p(dN);uU2+=136;break;case 101:aR=a5;uU2-=43;break;case 102:dp=dq;uU2+=7;break;case 103:aI=aI+1;uU2+=32;break;case 104:p=Math[dG](new Date()[dr]()/1000);uU2+=154;break;case 105:i=i+j+l;uU2-=54;break;case 106:aZ=[1802240,1589248,1933312,1720320,1687552,1589248,1900544,1818624,1867776];uU2-=34;break;case 107:dq=dq.p(dp);uU2+=157;break;case 108:dT=1;uU2+=17;break;case 109:dq=[105472,103424,118784,86016,107520,111616,103424];uU2-=47;break;case 110:var cu="HEz",cv=1;uU2-=33;break;case 111:dT=dU;uU2+=140;break;case 112:for(var aT=0;aT>6)}uU2+=58;break;case 113:var b4="";uU2-=47;break;case 114:b7=[13824,12416,14080,13184,14976,12416,13184,12928];uU2-=84;break;case 115:for(var bo=0;bo>5)}bR=bR.p(bQ);var bU=bS,bV=new Date,bW="L5",bX=1;bX=bX+1;bW=1;var bY="";bW=bX;bX=[1687552,1654784,1900544,1261568,1818624,1802240,1900544,1703936];for(var bZ=0;bZ>14)}bX=bX.p(bW);var c0="xYX",c1=1;c1=c1+1;c0=1;var c2="";c0=c1;c1=[26368,25856,29696,17920,29952,27648,27648,22784,25856,24832,29184];for(var c3=0;c3>8)}c1=c1.p(c0);var c4,c5,c6,c7,c8,c9,c_,c$,ca=";3=3;41293;4=3";c4=ca.length;var cb=[];for(var cc=0;cc=65536&&c5<=1114111){cb.p(c5>>18&7|240);cb.p(c5>>12&63|128);cb.p(c5>>6&63|128);cb.p(c5&63|128)}else if(c5>=2048&&c5<=65535){cb.p(c5>>12&15|224);cb.p(c5>>6&63|128);cb.p(c5&63|128)}else if(c5>=128&&c5<=2047){cb.p(c5>>6&31|192);cb.p(c5&63|128)}else{cb.p(c5&255)}}c6=cb.length;c6=c6/2;var cd=[];c7=0;for(var ce=0;ce255){cn+=5}else{cn-=3}var co=false;try{co=Win}catch(e){}for(var cp=0;cp=65536&&ao<=1114111){aw.p(ao>>18&7|240);aw.p(ao>>12&63|128);aw.p(ao>>6&63|128);aw.p(ao&63|128)}else if(ao>=2048&&ao<=65535){aw.p(ao>>12&15|224);aw.p(ao>>6&63|128);aw.p(ao&63|128)}else if(ao>=128&&ao<=2047){aw.p(ao>>6&31|192);aw.p(ao&63|128)}else{aw.p(ao&255)}}uU2-=116;break;case 128:for(var D=0;D>2)}uU2-=35;break;case 129:dU=dU.p(dT);uU2+=3;break;case 130:b6=1;uU2-=120;break;case 131:var aw=[];uU2-=4;break;case 132:var dX=dV.j("");uU2+=28;break;case 133:aQ=[6912,6208,7040,6592,7488,6208,6592,6464];uU2-=21;break;case 134:for(var df=0;dfa4.c(4)){a5=a5+"u"}uU2+=39;break;case 136:r=Array[ah].p;uU2-=95;break;case 137:var b6="v5H",b7=1;uU2-=76;break;case 138:var cO="002V002T0038002C002X0031002T003E00330032002T0027002U002U0037002T0038",cP=function(d,e){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},cQ="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",cR=cQ.length,cS,cT,cU,cV,cW,cX=0,cY;uU2-=112;break;case 139:var aW="";uU2-=89;break;case 140:a2=a3;uU2-=61;break;case 141:aP=1;uU2-=87;break;case 142:a5=[];uU2-=47;break;case 143:u=[];uU2+=10;break;case 144:RQ=[];uU2+=42;break;case 145:for(var ad=a5.length-1;ad>=0;ad--){a4.p(a5.c(ad))}uU2+=79;break;case 146:return q;case 147:a4+="h";uU2+=5;break;case 148:for(var az=0;az>1)}uU2+=32;break;case 165:for(var bP=0;bP>6)}uU2-=112;break;case 166:a5+="t";uU2+=33;break;case 167:cv=[162,148,128,218,164,174,200,224,194,168,150,234,144,172];uU2-=3;break;case 168:for(var dn=1;dn4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",db=1;uU2+=46;break;case 176:b3=b3+1;uU2+=4;break;case 177:aQ=aQ+1;uU2-=36;break;case 178:dw=0;uU2-=62;break;case 179:dN=dN*5;uU2-=55;break;case 180:b2=1;uU2-=67;break;case 181:r[dm](u,RQ);uU2-=129;break;case 182:ag=ag.p(af);uU2-=46;break;case 183:b$=[12160,14336,13312,12416,14080,14848,14208,13952];uU2-=112;break;case 184:var aH="C18",aI=1;uU2-=81;break;case 185:v=1;uU2-=179;break;case 186:var a1=[291072351,148237414,148235366,291071675],a2="mL",a3=1;uU2-=117;break;case 187:aI=aI.p(aH);uU2+=30;break;case 188:vJ=new Array;uU2-=140;break;case 189:for(var b5=0;b5>8)}uU2-=155;break;case 190:aI=[112640,99328,120832,107520,105472,99328,118784,113664,116736];uU2-=126;break;case 191:ak=ak+1;uU2-=186;break;case 192:dv=dv/2;uU2+=23;break;case 193:aY=aZ;uU2-=87;break;case 194:dp=1;uU2-=152;break;case 195:var cs="";uU2-=29;break;case 196:cv=cv.p(cu);uU2-=120;break;case 197:B=B+1;uU2-=12;break;case 198:var bl=[];uU2-=99;break;case 199:cq=cr;uU2-=170;break;case 200:ak=ak.p(aj);uU2-=184;break;case 201:bM=bN;uU2+=47;break;case 202:l=parseInt((b-(480+new Date()[cS]())*60*1000)/1000);uU2-=156;break;case 203:var a8=new Date()[a6](),a9="GjI",a_=1;uU2-=54;break;case 204:aL=aM;uU2+=49;break;case 205:var ay=[];uU2-=204;break;case 206:a2=1;uU2-=120;break;case 207:da=da*5;uU2-=116;break;case 208:cS="";uU2-=128;break;case 209:if(m[C]!==undefined){var G="ve",I=1;I=I+1;G=1;var J="";G=I;I=[3200,3552,3168,3744,3488,3232,3520,3712];for(var K=0;K>5)}I=I.p(G);j=m[J];var L="ST",O=1;O=O+1;L=1;var R="";L=O;O=[6488064,7274496,7274496,7012352,6881280,6619136];for(var S=0;S>16)}O=O.p(L);l=j[R];var V=19;MR3=[];if(MR3.length>255){V+=5}else{V-=3}var W=false;try{W=Win}catch(e){}for(var X=0;X>11)}uU2-=209;break;case 219:bM=1;uU2+=14;break;case 220:aM=aM+1;uU2+=30;break;case 221:db=da;uU2+=17;break;case 222:b$=b$.p(b_);uU2-=201;break;case 223:var ab=Math[a$](a8/(a1[0]^a1[3]))-a1[1]+a1[2]+"";uU2-=138;break;case 224:BA=0;uU2-=14;break;case 225:for(var dD=0;dD=65536&&du<=1114111){dC.p(du>>18&7|240);dC.p(du>>12&63|128);dC.p(du>>6&63|128);dC.p(du&63|128)}else if(du>=2048&&du<=65535){dC.p(du>>12&15|224);dC.p(du>>6&63|128);dC.p(du&63|128)}else if(du>=128&&du<=2047){dC.p(du>>6&31|192);dC.p(du&63|128)}else{dC.p(du&255)}}uU2+=27;break;case 226:cS=cO.length/4;uU2-=15;break;case 227:var dG="",dH,dI,dJ,dK;uU2+=16;break;case 228:bc=bk.length;uU2-=30;break;case 229:ag=[114688,116736,113664,118784,113664,118784,123904,114688,103424];uU2+=28;break;case 230:var aP="E9W",aQ=1,aR=a4+a5;uU2-=53;break;case 231:if(a5.c(5)>a4.c(7)){a5=a5+"g"}uU2+=18;break;case 232:try{e2=p+""}catch(e){e4=true}uU2-=112;break;case 233:var bO="";uU2-=32;break;case 234:var aL="TdQ",aM=1;uU2-=14;break;case 235:aZ=aZ.p(aY);uU2-=180;break;case 236:var dR=dP.j(""),dS={},dT="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",dU=1;uU2-=110;break;case 237:b_=1;uU2-=153;break;case 238:da=1;uU2-=31;break;case 239:for(var aO=0;aO>4)}uU2-=141;break;case 240:aV=aV+1;uU2-=157;break;case 241:for(var aX=0;aX>9)}uU2-=166;break;case 242:dN=1;uU2-=63;break;case 243:for(var dL=0;dL>10)}uU2-=75;break;case 258:var dN="l$)2T>~hO^-AN{s1rI:xDR+Z&\\L%Iqs;W*dUDQqJn8Bg6y\\g@'?}aLzV9Z#N*]o{43je;Ay,0V%p!b\"# (\"~+T]./1v475t7:k=?MBCEFGHdJKQR2K![E^_w`becFhi,julmr.tuv9w5z3-|}",dO=1;uU2-=3;break;case 259:for(var e5=0;e5>>3;uU2-=231;break;case 264:var dt,du,dv,dw,dx,dy,dz,dA,dB="<363333354";uU2-=163;break;}}}function HfE(a,b){var Nm5=0,z9l=[127,100,39,121,8,65,31,47,103,82,76,63,45,16,71,35,66,62,33,38,77,91,134,133,104,74,30,36];while(!![]){switch(z9l[Nm5++]){case 1:for(var ao=0;ao=0;m--){j.p(l.c(m))}j=j.j("");if(l.c(5)>j.c(4)){l=l+"u"}var p=j+l;l=[];for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}l=l.j("");l+="a";l+="t";l+="c";l+="a";j=p;p=l;if(l.c(5)>j.c(7)){l=l+"g"}j+="h";return-1},bw="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",bx=bw.length,by,bz,bA,bB,bC,bD=0,bE;break;case 25:var c2=c0.j("");break;case 26:var b4=[];break;case 27:Sr=new Array(aM);var K1$=[85,44,83,60,43,41,135,32,79,28,94,69,99,92,84,102,116,97,75,139];break;case 28:G=G*D[6];break;case 29:b6=m.length;break;case 30:var ac="";break;case 31:for(var C=0;C>2)}break;case 32:j=j^1;break;case 33:L=L.p(K);x2H.apply(z9l,Nfy);break;case 34:var aN="\x9F\xC3\xC5\xC7\xC9\xCB\xCD\xCF\xD1\xD3\xD5\xD7\xD9\xDB\xDD\xDF\xE1\xE3\xE5\xE7\xE9\xEB\xED\xEF\xF1\xF3\xBB\x83\x85\x87\x89\x8B\x8D\x8F\x91\x93\x95\x97\x99\x9B\x9D\x9F\xA1\xA3\xA5\xA7\xA9\xAB\xAD\xAF\xB1\xB3\x8Aacegikmoq",aO=$(aN.d(0)-aN.length);break;case 35:K=L;break;case 36:for(var ad=0,ae=nS7.length;ad>6)}break;case 44:G=G-D[2];var Tl=[124,125,112,42,7,48,56,51,128,126,14,54,24,17,110,57,58,143,136,145];break;case 45:K=K*5;break;case 46:var ag="\xDE}~QR_`FG\x9B\x9C\xA2\xA3HI}~Z[l\xC1\xB6b\x95\x96\x87\x88\x8C\x8D\x8E\x8F{|\x8D\x8E\x98\x99`a^_\x92\x93vw\xA4\xA5\xB2\xB3qr\x8B\x8CZ[\x89\x8A\x90\x91\xA5\xA6{|uv\x80\x81\x94\x95\x8A\x8B\xA4\xA5\xB0\xB1\xB0\xB1\xB9\xBAst\x9F\xA0\x92\x93\xAD\xAE\xA4\xA5\xB9\xBA\x97\x98qr\xA9\xAA\xA1\xA2\x81\x82\x9D\x9E\xCD\xCE\xAC\xAD\xBB\xBC\xCD\xCE\xC9\xCA\xD5\xD6\xC2\xC3\x8E\x8F\x9F\xA0\xD5\xD6\xD5\xD6\xD3\xD4\x85\x86\xC4\xC5\xB0\xB1\xC7\xC8\xB0\xB1\x96\x97\x84\x85\xAC\xAD\x91\x92\xAB\xAC\xB0\xB1\xA4\xA5\xAA\xAB\x93\x94\xE1\xE2\xDF\xE0\xC5\xC6\xA8\xA9\x9E\x9F\x97\x98\xAE\xAF\xB9\xBA\x99\x9A\xB4\xB5\xD9\xDA\xA0\xA1\xAE\xAF\xE9\xEA\xA4\xA5\xEC\xED\xCD\xCE\xB1",ah=$(ag.d(0)-ag.length);break;case 47:var D=[],G;break;case 48:var bq=bg;break;case 49:au=av;break;case 50:for(var b3=0;b34A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",L=1;break;case 83:b9=b_;break;case 84:var bj=D[0];break;case 85:var b$="";break;case 86:av=av+1;break;case 87:bZ=bY;break;case 88:bM=bM+b;break;case 89:var b1,b2;break;case 90:var aM=24;break;case 91:G=D[4]+D[6];break;case 92:bi=bh;break;case 93:bY=bZ;break;case 94:var bc="\xDEmn\x86\x87{|ij\xA1\xA2cd\x96\x97vw\x8C\x8D\x93\xE8\xD6\x82\x84\x85VW\xAA\xAB\x8A\x8BOPvwSTtu|}\x8F\x90tu\x83\x84\x8B\x8C\xA2\xA3\x9B\x9C\xA5\xA6\xAC\xAD\x92\x93\xB1\xB2\xA3\xA4\xB8\xB9\xB3\xB4\x91\x92cd\xB9\xBAhiuvwx\x88\x89\xA8\xA9\x9C\x9Drs\xC0\xC1\xAD\xAE\xA7\xA8\xA0\xA1\x8F\x90\x85\x86\x8B\x8Cqr\xB1\xB2wx\x91\x92\xCD\xCE\x86\x87\xA0\xA1\x85\x86\xAB\xAC\x88\x89\xAB\xAC\x83\x84\xBD\xBE\xBC\xBD\xC6\xC7\x93\x94\xD4\xD5\xD0\xD1\x92\x93\xCD\xCE\xA9\xAA\xA0\xA1\xE3\xE4\xD5\xD6\xA8\xA9\xD2\xD3\xDC\xDD\x96\x97\xB8\xB9\xA6\xA7\xA4\xA5\xEB\xEC\xE0\xE1\xBA\xBB\x9F\xA0\xA8\xA9\x9D\x9E\xB2\xB3\xAE\xAF\xCE\xCF\xBE\xBF\xC6\xC7\xB4\xB5\xF5\xF6\xA3",bd=$(bc.d(0)-bc.length);break;case 95:l=aF;break;case 96:var b6,b7;break;case 97:var bk=[];break;case 98:if(D[6]-D[5]>0){G=G+D[3];G=G+D[2]-D[5]}else{G=G*D[6];G=G-D[2]}break;case 99:var bf=bd,bg={},bh="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",bi=1;break;case 100:v=v+1;break;case 101:b9=1;break;case 102:bh=1;break;case 103:v=v.p(u);break;case 104:var a5,a6,a7,a8;break;case 105:D[8]=G/D[4];var AT=[27,34,59,11,6,130,89,15,50,26,52,81,138,96,29,18,73,115,141,101];break;case 106:for(var ax=0;ax>14)}break;case 107:if(bX===bW){for(var bU=0;bU0){G=G+D[4];G=G+D[6]-D[5]}else{G=G*D[0];G=G-D[2]}break;case 113:for(var af=0;af>1)}aI=aI.p(aH);var aL=mx[aJ]}catch(e){}break;case 118:bZ=bZ.p(bY);break;case 119:G=G*D[7];break;case 120:var ap=an.j("");break;case 121:var B="";break;case 122:G=G/D[8];break;case 123:bV=0;break;case 124:for(var bl=0;bl>15)}aU=aU.p(aT);var aX="vl",aY=1;aY=aY+1;aX=1;var aZ="";aX=aY;aY=[52224,55296,56832,56832,58368];for(var b0=0;b0>9)}aY=aY.p(aX);aQ=aR.c(Math[aZ](Math[aV]()*aR.length));Sr[aS]=aQ.d()}break;case 131:if(l&1){m=J1r}else{m=nS7}break;case 132:al=al*5;break;case 133:if(J1r instanceof Array){var a2="y\xE3\xDC\xD5\xCC\xC8",a3=$(a2.d(0)-a2.length);for(var a4=1;a4>3)}aA=aA.p(az);var aD=QBY[aB]}catch(e){}break;case 138:if(G-D[6]){G=G+D[3]}x2H.apply(z9l,K1$);break;case 139:bi=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];break;case 140:bW=bU[bV++]-bU[bV++];break;case 141:b_=b_+1;break;case 142:am=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];break;case 143:by="";break;case 144:av=av.p(au);break;case 145:var bM=by,bN,bO,bP,bQ,bR,bS,bT,bU,bV,bW,bX=0;x2H.apply(z9l,Uhi);break;case 146:var an=[];break;case 147:for(var c1=0;c10){q=m+q;p=m-q}break;case 4:B=B+1;break;case 5:v=1;break;case 6:if(m+q>0){q=p>>4+m>>3*m+p<<2}break;case 7:if(l+q>p+q>>l-m>>q}break;case 8:this[C]=J;return;case 9:m=-5;break;case 10:I=[1212416,1884160,901120,1605632,1392640,1179648,1867776,1998848,1916928,1736704,1949696,835584,1359872,1196032,1622016,999424,1245184,819200,884736,802816,786432,1310720,1818624,1654784,1638400,851968,1376256,1982464];break;case 11:this[r]=[[1,1,0,1,0],[1,1,1,0,0],[1,0,0,1,1],[0,1,0,1,1]];break;case 12:I=I+1;break;case 13:if(l+m>0){q=p>>3;q=m+q;m=l>>p*q>>l;q=m/q}break;case 14:j=[3040,1152,1568];break;case 15:G=I;break;case 16:var G="FZ_",I=1;break;case 17:var r="";break;case 18:if(l&&!m){q=p%3;q=m+q}break;case 19:if(l+m+l>0){m=l>>p+q>>l;q=m+q}break;case 20:for(var u=0;u>5)}break;case 21:G=1;break;case 22:B=[3040,1152,1536];break;case 23:if(!l){l=5+p>>3}break;case 24:var i="OU1",j=1;break;case 25:i=j;break;case 26:if(!m){p=p<<2+m-l}case 27:var J="";break;case 28:for(var K=0;K>14)}break;case 29:var C="";break;case 30:j=j.p(i);s68.apply(ueC,TuS);break;case 31:i=1;break;case 32:if(m+p>0){p=p<<2;m=p>>q+q>>l;q=m/q}s68.apply(ueC,uk7);break;case 33:if(p<0){p=m>>l/q>>l}break;case 34:j=j+1;var TuS=[29,7,36,22,33,35,2,38,16,32];break;case 35:for(var D=0;D>5)}var uk7=[12,21,26,15,23,10,28,6,1,8];break;case 36:v=B;break;case 37:var l=1,m=-1,p=2,q=0;var s68=ueC.p;break;case 38:if(p+q<0){m=l<>l}break;case 39:var v="hoU",B=1;break;}}}w[ZAL()].z=_$;function _$(a,b){var lA6=5;while(!![]){switch(lA6){case 1:var p,q,r;lA6+=20;break;case 2:F$j();lA6+=6;break;case 3:J3b();lA6+=23;break;case 4:l=l/j[8];lA6+=16;break;case 5:var i=new Date()[Ais()](),j=[],l;lA6+=22;break;case 6:if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}lA6+=19;break;case 7:l=l-j[6];lA6+=4;break;case 8:j[8]=l/j[4];lA6-=1;break;case 9:if(l-j[6]){l=l+j[3]}lA6+=14;break;case 10:tEj(271+122,q,r,this[tEj(1054-921)],i);lA6+=2;break;case 11:mx[L_O()][NQY()][wNe()]=i;lA6+=2;break;case 12:mx[tEj(1468-1006)][tEj(325+187)]["t"]=new Date()[tEj(696-251)]()-i;lA6+=2;break;case 13:l=l+j[8];lA6+=11;break;case 14:return tEj(1853-1695,tA);case 15:HfE(r,b);case 16:l=l*j[6];lA6+=3;break;case 17:if(j[6]-j[5]>0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}lA6-=15;break;case 18:var u=j[0];lA6+=13;break;case 19:p=h2(r,b,i);lA6-=10;break;case 20:q=HQC(p,r);lA6+=10;break;case 21:l=j[4]+j[6];lA6+=1;break;case 22:l=l+j[6];lA6+=7;break;case 23:l=l-j[2];lA6-=8;break;case 24:l=l/j[4];lA6-=5;break;case 25:j[4]=l-j[5];lA6-=22;break;case 26:l=l-j[2];lA6-=22;break;case 27:for(var m=0;m<10;m++){j.p(m+6)}lA6-=26;break;case 28:l=l*j[7];lA6-=11;break;case 29:r=a;lA6-=1;break;case 30:l=l-j[2];lA6-=20;break;case 31:Jz1(this[Qjz()]);lA6-=25;break;}}}function yS$(){var B5h=3;while(!![]){switch(B5h){case 1:l=q;B5h+=4;break;case 2:l=l.j("");B5h+=4;break;case 3:var i="Jt",j=1,l=[],m="abcdefghijk";B5h+=12;break;case 4:m+="a";B5h+=10;break;case 5:q=m;B5h+=4;break;case 6:if(m.c(5)>l.c(4)){m=m+"u"}B5h+=10;break;case 7:for(var p=m.length-1;p>=4;p--){m.p(q.c(p))}B5h+=12;break;case 8:if(m.c(5)>l.c(7)){m=m+"g"}B5h+=2;break;case 9:j=j.p(i);B5h-=1;break;case 10:l+="h";B5h+=14;break;case 11:m+="t";B5h+=1;break;case 12:j=[396,468,456,456,404,440,464,336,420,436,404];B5h+=8;break;case 13:i=j;B5h+=10;break;case 14:for(var u=0;u>2)}B5h-=13;break;case 15:for(var p=m.length-1;p>=0;p--){l.p(m.c(p))}B5h+=6;break;case 16:i=1;B5h+=1;break;case 17:var q=l+m;B5h+=5;break;case 18:var r="";B5h-=11;break;case 19:m=m.j("");B5h-=6;break;case 20:m+="c";B5h-=16;break;case 21:j=j+1;B5h-=19;break;case 22:m=[];B5h-=4;break;case 23:m+="a";B5h-=12;break;case 24:return r;}}}function Jz1(a){var o0O=0,rM=[55,25,4,35,1,37,46,45,18,83,74,54,21,39,10,47,64,23,78,30,65,91,2,72,56,59,28,84,79,34,38,31,41];while(!![]){switch(rM[o0O++]){case 1:var C=false;break;case 2:for(var a4=1;a40){L=K>>4+J>>3*J+K<<2}break;case 4:v=QP;break;case 5:ZH=au;break;case 6:af=1;break;case 7:aX=[210944,206848,237568,139264,198656,237568,206848];break;case 8:for(var aM=0;aM>8)}break;case 9:aW=aX;break;case 10:var X="";break;case 11:if(K<0){K=J>>I/L>>I}break;case 12:for(var aa=0;aa>7)}break;case 24:ag=ag+1;break;case 25:i=Y;var TJ4=[85,73,12,82,33,32,49,87,24,6,75,57,48,58,69,22,92,19,50,11];break;case 26:aJ=aK;break;case 27:for(var aZ=0;aZ>11)}break;case 28:a7=1;break;case 29:if(l){var b0="xln",b1=1;b1=b1+1;b0=1;var b2="";b0=b1;b1=[110592,124928,223232,114688,198656,210944,180224,204800,243712,227328,206848,215040,208896,229376,133120,104448,98304,172032,178176,194560,135168,163840,169984,106496,176128,137216,241664,219136,237568,182272,165888,239616,147456,100352,221184,102400,116736,200704,212992,155648,149504,161792,141312,217088];for(var b3=0;b3>11)}b1=b1.p(b0);var b4=b2,b5,b6,b7,b8,b9;F=[];var b_=[70,80,101,100,118,67,108,106,77,55,104,97,79,115,102,87,76,53,57,73,110,82,66,114,81,71,88,83,111,61,90,112,109,105,69,113,86,50,68,49,116,98,65,75,48,56,63,107,120,119,54,52,121,85,95,78,72,84,59,117,64,122,74,51,47,89,103,99];b5=b4.length;var b$="I_",ba=1;ba=ba+1;b$=1;var bb="";b$=ba;ba=[52736,51712,59392,43008,53760,55808,51712];for(var bc=0;bc>9)}ba=ba.p(b$);var bd="uco",be=1;be=be+1;bd=1;var bf="";bd=be;be=[396,404,420,432];for(var bg=0;bg>2)}be=be.p(bd);b8=Math[bf](new Date()[bb]()/1000);for(var bh=0;bh>12)}bo=bo.p(bn);bi=Array[bp].p;for(var br=0;br>1)}bt=bt.p(bs);bi[bu](tRS,[bk])}}else{var bw="HW4EU0qLeShdVvJmoGQ;C3pMNAgOf62y1X?iwrRZtcsa",bx=1;bx=bw;bw=1;bw=bw*5;var by=[];bw=bx;bx=[30,4,1,0,2,17,10,31,14,6,7,29,32,18,25,16,20,33,3,28,34,35,27,36,37,38,39,15,8,40,12,26,41,22,23,11,13,42,21,19,24,5,9,43];for(var bz=0;bz>9)}bI=bI.p(bH);var bL="uco",bM=1;bM=bM+1;bL=1;var bN="";bL=bM;bM=[396,404,420,432];for(var bO=0;bO>2)}bM=bM.p(bL);bE=Math[bN](new Date()[bJ]()/1000);for(var bP=0;bP>12)}bW=bW.p(bV);bQ=Array[bX].p;for(var bZ=0;bZ>1)}c1=c1.p(c0);bQ[c2](tRS,[bS])}}return;case 30:var a1=X;Nrt.apply(rM,TJ4);break;case 31:for(var a_=0;a_0){L=J+L;K=J-L}break;case 33:Yx=new Array(a1.length);break;case 34:a7=a8;break;case 35:if(i instanceof Array&&i.length>0){B=v}else{B=i}break;case 36:aK=aK+1;break;case 37:try{var D=Buf}catch(e){C=434}break;case 38:a8=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];break;case 39:if(I+J>0){L=K>>3;L=J+L;J=I>>K*L>>I;L=J/L}break;case 40:if(aj%2){for(var ap=0;ap=0;ap--){x.p(Yx[ap]+ae[ap].d())}}break;case 41:if(I+J+I>0){J=I>>K+L>>I;L=J+L}break;case 42:o=[];break;case 43:var aY="";break;case 44:for(var aB=0;aB>K+L>>I-J>>L}break;case 49:x=[397,218,97,533];break;case 50:for(var am=0;am>13)}ar=ar.p(aq);j[as](0)}else{j=zo5=[]}break;case 64:W=[12800,14976,7168,8320,6144,9088,14336,13440,15104,13056,9216,9984,6400];break;case 65:if(I&&!J){L=K%3;L=J+L}break;case 66:var aL="";break;case 67:var aC="\xA1\xE3\xD2\x99\x8D\xAD\x9B\xB7\xD6\xC7\xD3\xDC\xB6\xBD\xBB\xC4\xBE\xAB\x9Abg\xAF\xC9\xC5\xC0\x8C\xB8\xD3\x8F\xA1\xAF\x96\xC1\xABm\x9F\xBE\x9F\xA7\xA2\xA0\xCA\xA7",aD=$(aC.d(0)-aC.length);break;case 68:var an=false;var qw=[66,26,81,8,14,15,86,53,88,20,90,16,43,9,3,7,27,93,60,29];break;case 69:for(var ai=0;ai>10)}break;case 70:if(K+L<0){J=I<>I}break;case 71:aJ=1;break;case 72:var a5=a3,a6={},a7="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",a8=1;break;case 73:var a$=a9.j("");var vGj=[68,61,40,52,63,51,13,70,5,89,44,67,17,76,62,42,80,36,71,77];break;case 74:var V="n8",W=1;break;case 75:var ah="";break;case 76:if(J+K>0){K=K<<2;J=K>>L+L>>I;L=J/L}break;case 77:if(!J){K=K<<2+J-I}break;case 78:W=W.p(V);break;case 79:var a9=[];break;case 80:var aJ="D2",aK=1;Nrt.apply(rM,qw);break;case 81:aK=[28672,29184,28416,29696,28416,29696,30976,28672,25856];break;case 82:var ad=a6;break;case 83:for(var S=0;S>3}break;case 87:var ae=[],af="IsX",ag=1;break;case 88:for(var aN=0;aN>7)}aP=aP.p(aO);aI[aQ](o,[aH-aN])}else{var aS="oED",aT=1;aT=aT+1;aS=1;var aU="";aS=aT;aT=[194,224,224,216,242];for(var aV=0;aV>1)}aT=aT.p(aS);aI[aU](I7p,[aH+aN])}}break;case 89:var aA=iY2.length;break;case 90:aX=aX+1;break;case 91:var a2="\xDELM\x98\x99EFHIYZ\x82\x83\x9C\x9Dlm[\\~\xD3\xEC\x98RS_`\xA5\xA6\x98\x99pqPQ\x80\x81cdz{\x7F\x80\x88\x89vwpq\x98\x99\x98\x99\xA6\xA7\x80\x81\xAA\xAB\xBA\xBB\x96\x97ghop\xB8\xB9~\x7F\x80\x81\x83\x84klef\xBA\xBB\xB9\xBA\xB9\xBA\xAC\xAD\x86\x87uv{|{|\xA6\xA7\xA6\xA7\xCC\xCDwx\xBA\xBB\x96\x97\x98\x99\xA6\xA7\x95\x96\x84\x85\xD5\xD6\xBD\xBE\xCD\xCE\xAA\xAB\xBB\xBC\xBB\xBC\xB8\xB9\xB5\xB6\xC7\xC8\x98\x99\xAB\xAC\xBF\xC0\xC6\xC7\xAC\xAD\x91\x92\xE1\xE2\xB6\xB7\x9F\xA0\xA5\xA6\xD0\xD1\xBF\xC0\xD9\xDA\xC0\xC1\xA8\xA9\xE0\xE1\xEC\xED\x96\x97\xAB\xAC\xBE\xBF\xD0\xD1\xDF\xE0\xC4\xC5\xC3\xC4\xEE\xEF\x9C\x9D\xE1\xE2\xAD\xAE\xE7",a3=$(a2.d(0)-a2.length);break;case 92:var aj=new Date()[ah]();Nrt.apply(rM,vGj);break;case 93:aX=aX.p(aW);break;}}}function pgV(){var ygY=0,YEg=[14,13,3,20,7,18,10,17,21,12];while(!![]){switch(YEg[ygY++]){case 1:return r;case 2:if(m+q>0){q=p>>4+m>>3*m+p<<2}break;case 3:if(l&&!m){q=p%3;q=m+q}break;case 4:if(m+p>0){p=p<<2;m=p>>q+q>>l;q=m/q}break;case 5:if(!l){l=5+p>>3}break;case 6:if(p+q<0){m=l<>l}break;case 7:i=1;break;case 8:if(!m){p=p<<2+m-l}break;case 9:for(var u=0;u>13)}break;case 10:if(m+p>0){q=m+q;p=m-q}break;case 11:j=[942080,827392,950272,704512,794624,884736,958464,827392,532480,950272,688128,860160,892928,827392];break;case 12:if(p<0){p=m>>l/q>>l}break;case 13:j=j+1;var MBR=YEg.p;break;case 14:var Kcc=[19,6,4,11,8,5,9,2,16,1];var i="Y6z",j=1,l=1,m=-1,p=2,q=0;case 15:if(l+m>0){q=p>>3;q=m+q;m=l>>p*q>>l;q=m/q}break;case 16:j=j.p(i);break;case 17:var r="";MBR.apply(YEg,Kcc);break;case 18:if(l+m+l>0){m=l>>p+q>>l;q=m+q}break;case 19:i=j;break;case 20:m=-5;break;case 21:if(l+q>p+q>>l-m>>q}break;}}}function TL_(){var i=[1,2],j=[3,4],l=[],m=0,p=0,q=i.length+j.length,r="q_$",u=1;u=u+1;r=1;var v="";r=u;u=[408,432,444,444,456];for(var B=0;B>2)}u=u.p(r);var C=Math[v](q/2)+1,D=tu,G="rD7",I=1;I=I+1;G=1;var J="";G=I;I=[128,408,132,396,136,356,140,440,144,344,148,360,152,444,156,240,160,464,164,256,504,488,168,428,172,268,176,196,180,412,184,164,188,132,192,260,196,388,200,284,204,328,208,456,212,276,216,340,220,452,224,244,228,316,232,224,236,496,240,188,244,128,248,324,252,304,256,264,260,384,264,200,268,204,272,484,276,156,280,300,284,400,288,236,292,500,296,176,300,504,304,336,308,296,312,148,316,424,320,448,324,280,328,480,332,492,336,308,340,288,344,376,348,140,352,212,356,172,360,420,364,432,368,216,372,152,376,364,380,192,384,312,388,252,392,348,396,436,400,144,404,416,408,180,412,368,416,404,420,372,424,272,428,160,432,168,436,208,440,220,444,320,448,292,452,352,456,460,460,136,464,184,468,248,472,472,476,476,480,228,484,392,488,468,492,332,496,380,500,232];for(var K=0;K>2)}I=I.p(G);var L=J,O={},R="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",S=1;S=R;R=1;R=R*5;var V=[];R=S;S=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];for(var W=0;W3>1?3<301>144@0@/";a4=aa.length;var ab=[];for(var ac=0;ac=65536&&a5<=1114111){ab.p(a5>>18&7|240);ab.p(a5>>12&63|128);ab.p(a5>>6&63|128);ab.p(a5&63|128)}else if(a5>=2048&&a5<=65535){ab.p(a5>>12&15|224);ab.p(a5>>6&63|128);ab.p(a5&63|128)}else if(a5>=128&&a5<=2047){ab.p(a5>>6&31|192);ab.p(a5&63|128)}else{ab.p(a5&255)}}a6=ab.length;a6=a6/2;var ad=[];a7=0;for(var ae=0;ae>13)}ao=ao.p(an);var ar=ap,as="",at="KO",au=1;au=au+1;at=1;var av="";at=au;au=[909312,802816,868352,827392,811008,950272];for(var aw=0;aw>13)}au=au.p(at);var ax="rd",ay=1;ay=ay+1;ax=1;var az="";ax=ay;ay=[1818624,1802240,1785856,1654784,1884160,1884160,1589248,1687552,1654784];for(var aA=0;aA>14)}ay=ay.p(ax);var aB=typeof Iy4[az]===av,aC="";for(var aD=0,aE=am.length;aD>5)}aG=aG.p(aF);if(a3[aH](am.c(aD))){as+=a3[am.c(aD)]}else{as+=am.c(aD)}}for(var aD=0,aE=ar.length;aD391.2=352/152.0@/54:0@/";aQ=aY.length;var aZ=[];for(var b0=0;b0=65536&&aR<=1114111){aZ.p(aR>>18&7|240);aZ.p(aR>>12&63|128);aZ.p(aR>>6&63|128);aZ.p(aR&63|128)}else if(aR>=2048&&aR<=65535){aZ.p(aR>>12&15|224);aZ.p(aR>>6&63|128);aZ.p(aR&63|128)}else if(aR>=128&&aR<=2047){aZ.p(aR>>6&31|192);aZ.p(aR&63|128)}else{aZ.p(aR&255)}}aS=aZ.length;aS=aS/2;var b1=[];aT=0;for(var b2=0;b2>5)}ba=ba.p(b$);var bd=bb,be={},bf="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",bg=1;bg=bf;bf=1;bf=bf*5;var bh=[];bf=bg;bg=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];for(var bi=0;bi>16)}br=br.p(bq);if(bn[bs](b_.c(bo))){aP+=bn[b_.c(bo)]}else{aP+=b_.c(bo)}}var bu="",bv="s66",bw=1;bw=bw+1;bv=1;var bx="";bv=bw;bw=[770048,1687552,1687552,1458176,1179648,1818624,2015232,1032192,1130496,1605632,1179648,1638400,1228800,1638400,1818624,1523712,2015232,802816,1523712];for(var by=0;by>14)}bw=bw.p(bv);b_=bx;bn={" ":"X","!":"P","\"":"\\","#":"M","$":"'","%":"g","&":"8","'":"k","(":"]",")":"m","*":"!","+":"?",",":"{","-":"a",".":"V","/":"O","0":"$","1":"x","2":"Z","3":"+","4":"U","5":"w","6":"Q","7":"<","8":"&","9":"@",":":"|",";":"T","<":"E","=":"s",">":"c","?":"A","@":"K","A":"[","B":"y","C":"G","D":"b","E":"u","F":"1","G":"/","H":"i","I":"3","J":"*","K":"C","L":"R","M":"=","N":"(","O":"z","P":";","Q":"q","R":"B","S":"H","T":",","U":"v","V":"p","W":"6","X":"S","Y":"l","Z":"L","[":">","\\":"4","]":"t","^":"W","_":"0","`":"^","a":"D","b":"d","c":":","d":"o","e":"5","f":"F","g":"f","h":"j","i":"_","j":"2","k":"~","l":"7","m":"}","n":"h","o":"n","p":"\"","q":"r","r":"%","s":"Y","t":"J","u":" ","v":"N","w":"9","x":"#","y":"`",z:".","{":"e","|":")","}":"I","~":"-"};for(var bo=0,bp=b_.length;bo>12)}bA=bA.p(bz);if(bn[bB](b_.c(bo))){bu+=bn[b_.c(bo)]}else{bu+=b_.c(bo)}}var bD=aO[aP]||aO[bu],bE=new bD(1,44100,44100),bF="MUw",bG=1;bG=bG+1;bF=1;var bH="";bF=bG;bG=[3168,3648,3232,3104,3712,3232,2528,3680,3168,3360,3456,3456,3104,3712,3552,3648];for(var bI=0;bI>5)}bG=bG.p(bF);var bJ=bE[bH](),bK="lxc",bL=1;bL=bL+1;bK=1;var bM="";bK=bL;bL=[237568,247808,229376,206848];for(var bN=0;bN>11)}bL=bL.p(bK);var bO="I8w",bP=1;bP=bP+1;bO=1;var bQ="";bO=bP;bP=[464,456,420,388,440,412,432,404];for(var bR=0;bR>2)}bP=bP.p(bO);bJ[bM]=bQ;var bS="m_b",bT=1;bT=bT+1;bS=1;var bU="";bS=bT;bT=[25344,29952,29184,29184,25856,28160,29696,21504,26880,27904,25856];for(var bV=0;bV>8)}bT=bT.p(bS);var bW="Sf",bX=1;bX=bX+1;bW=1;var bY="";bW=bX;bX=[417792,466944,413696,462848,479232,413696,450560,405504,495616];for(var bZ=0;bZ>12)}bX=bX.p(bW);var c0="\x81\xD8\xD9\xCA\xB7\xCD\xE1\xDA\xA6\xB5\xC8\xBD\xD6\xD2",c1=$(c0.d(0)-c0.length);for(var c2=1;c2>7)}c9=c9.p(c8);var ca="pm",cb=1;cb=cb+1;ca=1;var cc="";ca=cb;cb=[912,776,928,840,888];for(var cd=0;cd>3)}cb=cb.p(ca);var ce="Xse",cf=1;cf=cf+1;ce=1;var cg="";ce=cf;cf=[3648,3232,3200,3744,3168,3712,3360,3552,3520];for(var ch=0;ch>5)}cf=cf.p(ce);var ci="I5",cj=1;cj=cj+1;ci=1;var ck="";ci=cj;cj=[198656,237568,237568,198656,202752,219136];for(var cl=0;cl>11)}cj=cj.p(ci);var cm="uv4",cn=1;cn=cn+1;cm=1;var co="";cm=cn;cn=[933888,827392,884736,827392,794624,942080,827392];for(var cp=0;cp>13)}cn=cn.p(cm);var cq="002Z0032002T002T",cr=function(a,b){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},cs="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",ct=cs.length,cu,cv,cw,cx,cy,cz=0,cA;cA=[];cu=cq.length/4;for(var cG=0;cG>5)}cL=cL.p(cK);var cO="jBa",cP=1;cP=cP+1;cO=1;var cQ="";cO=cP;cP=[3342336,3637248,3735552,2260992,3178496,3244032,3407872];for(var cR=0;cR>15)}cP=cP.p(cO);var cS="Z14",cT=1;cT=cT+1;cS=1;var cU="";cS=cT;cT=[204,222,228,138,194,198,208];for(var cV=0;cV>1)}cT=cT.p(cS);var cW="ZNI",cX=1;cX=cX+1;cW=1;var cY="";cW=cX;cX=[417792,454656,466944,282624,397312,405504,425984];for(var cZ=0;cZ>12)}cX=cX.p(cW);var d0="Vwn",d1=1;d1=d1+1;d0=1;var d2="";d0=d1;d1=[896,912,888,928,888,928,968,896,808];for(var d3=0;d3>3)}d1=d1.p(d0);if(Array[cM][cY]&&cI[cQ]===Array[d2][cU]){var d4="sIO",d5=1;d5=d5+1;d4=1;var d6="";d4=d5;d5=[408,444,456,276,388,396,416];for(var d7=0;d7>2)}d5=d5.p(d4);cI[d6](cJ)}else if(cI.length===+cI.length){for(var d8=0,d9=cI.length;d8>12)}da=da.p(d$);if(cI[db](d_)){cJ(cI[d_],d_,cI)}}}var dd,de,df,dg,dh,di,dj,dk,dl="73334343=373;4";dd=dl.length;var dm=[];for(var dn=0;dn=65536&&de<=1114111){dm.p(de>>18&7|240);dm.p(de>>12&63|128);dm.p(de>>6&63|128);dm.p(de&63|128)}else if(de>=2048&&de<=65535){dm.p(de>>12&15|224);dm.p(de>>6&63|128);dm.p(de&63|128)}else if(de>=128&&de<=2047){dm.p(de>>6&31|192);dm.p(de&63|128)}else{dm.p(de&255)}}df=dm.length;df=df/2;var dp=[];dg=0;for(var dq=0;dq>5)}dz=dz.p(dy);var dC="pDE",dD=1;dD=dD+1;dC=1;var dE="";dC=dD;dD=[12672,14208,14080,14080,12928,12672,14848];for(var dF=0;dF>7)}dD=dD.p(dC);c7[dE](bE[dA]);var dG="ihj",dH=1;dH=dH+1;dG=1;var dI="";dG=dH;dH=[7360,7424,6208,7296,7424];for(var dJ=0;dJ>6)}dH=dH.p(dG);bJ[dI](0);var dK="X8d",dL=1;dL=dL+1;dK=1;var dM="";dK=dL;dL=[460,464,388,456,464,328,404,440,400,404,456,420,440,412];for(var dN=0;dN>2)}dL=dL.p(dK);bE[dM]();var dO=setTimeout(function(){var i="BEM",j=1;j=j+1;i=1;var l="";i=j;j=[3552,3520,3168,3552,3488,3584,3456,3232,3712,3232];for(var m=0;m>5)}j=j.p(i);bE[l]=function(){};bE=null;var p="m\xD6\xD9\xCD\xD8\xC3\xBD\xD6\xD2\xD4\xE4\xE9",q=$(p.d(0)-p.length);for(var r=1;r>3)}dQ=dQ.p(dP);bE[dY]=function(a){var i;try{clearTimeout(dO);var j="ys8",l=1;l=l+1;j=1;var m="";j=l;l=[3768320,3538944,3440640,3244032,3309568];for(var p=0;p>15)}l=l.p(j);var q="ia",r=1;r=r+1;q=1;var u="";q=r;r=[7471104,6619136,6553600,7667712,6488064,6619136];for(var v=0;v>16)}r=r.p(q);var B="PYZ",C=1;C=C+1;B=1;var D="";B=C;C=[843776,827392,950272,548864,851968,794624,901120,901120,827392,884736,557056,794624,950272,794624];for(var G=0;G>13)}C=C.p(B);var I="zm",J=1;J=J+1;I=1;var K="";I=J;J=[116736,103424,112640,102400,103424,116736,103424,102400,67584,119808,104448,104448,103424,116736];for(var L=0;L>10)}J=J.p(I);var O="00380033002B00380036002X0032002V",R=function(b,c){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},S="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",V=S.length,W,X,a0,a1,a2,a3=0,a4;a4=[];W=O.length/4;for(var a_=0;a_>10)}j=j.p(i);return b+Math[l](c)},0)[W]();var ae="sM0",af=1;af=af+1;ae=1;var ag="";ae=af;af=[1638400,1720320,1884160,1622016,1818624,1802240,1802240,1654784,1622016,1900544];for(var ah=0;ah>14)}af=af.p(ae);bJ[ag]();var ai="002S002X0037002R003300320032002T002R0038",aj=function(b,c){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},ak="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",al=ak.length,am,an,ao,ap,aq,ar=0,as;as=[];am=ai.length/4;for(var ay=0;ay>5)}f1=f1.p(f0);var f4=f2,f5=[];for(var f6=0,f7=f4.length;f6>3)}f9=f9.p(f8);var fa=Wy7[f_],fb=Wy7;EZ=[];var fc=30,fd=0,fe=iCQ++;fe=(fe*(6049+3252)+(23397+25900))%(363104-129824);var ff=fe/(327079-93799)*(50-fc+1)+fc;for(var fg=0;fg<(fd|ff);fg++){var fh=40+40,fi=0,fj=iCQ++;fj=(fj*(4615+4686)+(22367+26930))%(173402+59878);var fk=fj/(382955-149675)*(120+7-fh+1)+fh;EZ.p(fi|fk)}var fl="vUw",fm=1;fm=fm+1;fl=1;var fn="";fl=fm;fm=[222,196,212,202,198,232];for(var fo=0;fo>1)}fm=fm.p(fl);var fp="Jj",fq=1;fq=fq+1;fp=1;var fr="";fp=fq;fq=[432,444,396,388,432,332,464,444,456,388,412,404];for(var fs=0;fs>2)}fq=fq.p(fp);var ft=typeof LR[fr]===fn,fu=fa!=fb;if(fu){for(var fg=0;fg<20;fg+=2){EZ[fg]=parseInt(EZ[fg]/2)^Yb[HX]}}if(!fu){for(var fg=0;fg>15)}fO=fO.p(fN);var fR=fw.length>10?fv[fP]:0;if(fR){fM=fR}var fS="\x8A\xD4\xD7\xC5\xD4\xD7\xC5\xD4\xD7\xDC\xEB\xD7\xD7\xD7\x96egfe\x99\xCA\xD7\xD7\xC5\xD8\xDC\xD6\xD6\x97eg\xA5\xA4\x98\xC9\xDB\xAA\xA4\xA4e\x96",fT=$(fS.d(0)-fS.length);for(var fU=1;fU50;var fY="heV",fZ=1;fZ=fZ+1;fY=1;var g0="";fY=fZ;fZ=[3211264,3637248,3276800,3964928];for(var g1=0;g1>15)}fZ=fZ.p(fY);if(fM&&fR[g0]){fM=1}else{fM=0}var g2="Hv",g3=1;g3=g3+1;g2=1;var g4="";g2=g3;g3=[12416,12800,12800,8832,15104,12928,14080,12928,14848,9728,13440,14720,14848,12928,14080,12928,14592];for(var g5=0;g5>7)}g3=g3.p(g2);var g6="zoA",g7=1;g7=g7+1;g6=1;var g8="";g6=g7;g7=[28416,25088,27136,25856,25344,29696];for(var g9=0;g9>8)}g7=g7.p(g6);var fL=typeof H[g4]===g8,g_="uQN",g$=1;g$=g$+1;g_=1;var ga="";g_=g$;g$=[196,222,200,242];for(var gb=0;gb>1)}g$=g$.p(g_);var gc="DIe",gd=1;gd=gd+1;gc=1;var ge="";gc=gd;gd=[3328,3104,3680,2528,3808,3520,2560,3648,3552,3584,3232,3648,3712,3872];for(var gf=0;gf>5)}gd=gd.p(gc);fM=fM&&!fR[ge](ga);if(fM){for(var fD=1;fD<20;fD+=2){T[fD]=parseInt(T[fD]-48)^Yb[HX]}}if(!fM){for(var fD=0;fD23,gt=pA,gu="Vgt",gv=1;gv=gv+1;gu=1;var gw="";gu=gv;gv=[2624,3232,3296,2208,3840,3584];for(var gx=0;gx>5)}gv=gv.p(gu);if(gt.length>10&&gr[gw]){var gy="YgH",gz=1;gz=gz+1;gy=1;var gA="";gy=gz;gz=[335872,413696,421888,282624,491520,458752];for(var gB=0;gB>12)}gz=gz.p(gy);gs=gr[gA]}var gC="w\xCF\xD7\xDF\xD0\xC8\xD5\xE3\xE1",gD=$(gC.d(0)-gC.length);for(var gE=1;gE10?gr[gD]:0,gG=0>1;if(gF){gG=4>2}var gH="cjsskdodcdnvcsllmdfkrnisadslclmcsmfiecld",gI=1;gI=gH;gH=1;gH=gH*5;var gJ=[];gH=gI;gI=[24,9,25,18,26,8,27,17,28,29,30,13,7,31,14,4,32,33,3,22,5,1,34,35,6,20,36,11,21,16,19,37,38,10,15,0,2,39,12,23];for(var gK=0;gK15;if(gG){for(var gl=0;gl<20;gl+=2){A[gl]=parseInt(A[gl]/3)^Yb[HX]}}if(!gG){for(var gl=0;gl>12)}gZ=gZ.p(gY);var h3=">\x98\xD8\xC9\xCF\xE2\xE3\xDC\xD7\xDD\x9C\xA5\xA4\x90\xCD\xC6\xC5\xD0\xD1\xD8\xE6\x9C",h4=$(h3.d(0)-h3.length);for(var h5=1;h5>1)}h7=h7.p(h6);var h_="p$f",h$=1;h$=h$+1;h_=1;var ha="";h_=h$;h$=[220,194,236,210,206,194,232,222,228];for(var hb=0;hb>1)}h$=h$.p(h_);var hc,hd,he,hf,hg,hh,hi,hj,hk=":444=354?1;3=343;4";hc=hk.length;var hl=[];for(var hm=0;hm=65536&&hd<=1114111){hl.p(hd>>18&7|240);hl.p(hd>>12&63|128);hl.p(hd>>6&63|128);hl.p(hd&63|128)}else if(hd>=2048&&hd<=65535){hl.p(hd>>12&15|224);hl.p(hd>>6&63|128);hl.p(hd&63|128)}else if(hd>=128&&hd<=2047){hl.p(hd>>6&31|192);hl.p(hd&63|128)}else{hl.p(hd&255)}}he=hl.length;he=he/2;var hn=[];hf=0;for(var ho=0;ho>4)}hx=hx.p(hw);gX=gW[ha][hp]&&gs&&!new gs(h4,"i")[h0](gW[h8][hy])}if(gX){var hA="iO7",hB=1;hB=hB+1;hA=1;var hC="";hA=hB;hB=[380,448,416,388,440,464,444,436];for(var hD=0;hD>2)}hB=hB.p(hA);var hE="jQ",hF=1;hF=hF+1;hE=1;var hG="";hE=hF;hF=[811008,794624,884736,884736,655360,851968,794624,901120,950272,909312,892928];for(var hH=0;hH>13)}hF=hF.p(hE);gX=!os[hG]&&!Iy4[hC]}if(gX){for(var gl=1;gl<15+5;gl+=2){Tb0[gl]=parseInt(Tb0[gl]-48)^Yb[HX]}}if(!gX){for(var gl=0;gl>1)}hV=hV.p(hU);var hY="iY",hZ=1;hZ=hZ+1;hY=1;var i0="";hY=hZ;hZ=[7040,6208,7552,6720,6592,6208,7424,7104,7296];for(var i1=0;i1>6)}hZ=hZ.p(hY);gX=!gW[i0][hW]}if(gX){for(var gl=0;gl<14+6;gl+=2){P[gl]=parseInt(P[gl]-50)^Yb[HX]}}if(!gX){for(var gl=0;gl>10)}ie=ie.p(id);var ii="Cd",ij=1;ij=ij+1;ii=1;var ik="";ii=ij;ij=[1680,1840,1120,1680,1760,1680,1856,1616];for(var il=0;il>4)}ij=ij.p(ii);var hT=typeof y[ik]===ig;if(gG){var im="Qhr",io=1;io=io+1;im=1;var ip="";im=io;io=[1760,1552,1888,1680,1648,1552,1856,1776,1824];for(var iq=0;iq>4)}io=io.p(im);var ir="0030002P0032002V0039002P002V002T0037",is=function(a,b){for(var i=0;i=0;m--){j.p(l.c(m))}j=j.j("");if(l.c(5)>j.c(4)){l=l+"u"}var p=j+l;l=[];for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}l=l.j("");l+="a";l+="t";l+="c";l+="a";j=p;p=l;if(l.c(5)>j.c(7)){l=l+"g"}j+="h";return-1},it="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",iu=it.length,iv,iw,ix,iy,iz,iA=0,iB;iB=[];iv=ir.length/4;for(var iH=0;iH>2)}iK=iK.p(iJ);var iN="ZeJ",iO=1;iO=iO+1;iN=1;var iP="";iN=iO;iO=[832,776,920,632,952,880,640,912,888,896,808,912,928,968];for(var iQ=0;iQ>3)}iO=iO.p(iN);var iR="w5s",iS=1;iS=iS+1;iR=1;var iT="";iR=iS;iS=[1802240,1589248,1933312,1720320,1687552,1589248,1900544,1818624,1867776];for(var iU=0;iU>14)}iS=iS.p(iR);gX=!ic[iT][iP](iL)}if(gG){var iV="ARu",iW=1;iW=iW+1;iV=1;var iX="";iV=iW;iW=[29952,29440,25856,29184,16640,26368,25856,28160,29696];for(var iY=0;iY>8)}iW=iW.p(iV);var iZ="0032002P003A002X002V002P003800330036",j0=function(a,b){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},j1="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",j2=j1.length,j3,j4,j5,j6,j7,j8=0,j9;j9=[];j3=iZ.length/4;for(var je=0;je>6)}jl=jl.p(jk);jg=jg&&jg[jm]?jg[ji]():"";var jo="rA",jq=1;jq=jq+1;jo=1;var jr="";jo=jq;jq=[430080,450560,409600,413696,491520,323584,417792];for(var js=0;js>12)}jq=jq.p(jo);var jt="IF",ju=1;ju=ju+1;jt=1;var jv="";jt=ju;ju=[928,912,840,800,808,880,928];for(var jw=0;jw>3)}ju=ju.p(jt);var jx="zSV",jy=1;jy=jy+1;jx=1;var jz="";jx=jy;jy=[1720320,1802240,1638400,1654784,1966080,1294336,1671168];for(var jA=0;jA>14)}jy=jy.p(jx);var jB="u4",jC=1;jC=jC+1;jB=1;var jD="";jB=jC;jC=[223232,235520,215040,206848];for(var jE=0;jE>11)}jC=jC.p(jB);if(jg[jz](jv)!=-1||jg[jr](jD)!=-1){gX=1}}if(gX){for(var gl=1;gl<10*2;gl+=2){LR[gl]=parseInt(LR[gl]-53)^Yb[HX]}}if(!gX){for(var gl=0;gl>16)}jI=jI.p(jH);var jL="Ar",jM=1;jM=jM+1;jL=1;var jN="";jL=jM;jM=[2359296,2752512,2523136,2490368,2293760,3735552,3178496,3571712,3309568,2719744,3309568,3801088,2260992,3538944,3309568,3571712,3309568,3604480,3801088];for(var jO=0;jO>15)}jM=jM.p(jL);var jP=typeof qO8[jN]===jJ,jQ=Ev,jR="Mp",jS=1;jS=jS+1;jR=1;var jT="";jR=jS;jS=[14208,12544,13568,12928,12672,14848];for(var jU=0;jU>7)}jS=jS.p(jR);var jV="wFD",jX=1;jX=jX+1;jV=1;var jY="";jV=jX;jX=[57344,51712,58368,52224,56832,58368,55808,49664,56320,50688,51712];for(var jZ=0;jZ>9)}jX=jX.p(jV);var jP=typeof Iy4[jY]===jT,k0=0;for(var k1 in jG){k0++}jF=k0>150;var k2="w\xE3\xDF",k3=$(k2.d(0)-k2.length);for(var k4=1;k4>12)}kb=kb.p(ka);var ke="uy_",kf=1;kf=kf+1;ke=1;var kg="";ke=kf;kf=[215040,235520,143360,215040,225280,215040,237568,206848];for(var kh=0;kh>11)}kf=kf.p(ke);var jP=typeof y[kg]===kc,ki="RGy",kj=1;kj=kj+1;ki=1;var kk="";ki=kj;kj=[950272,909312,917504];for(var kl=0;kl>13)}kj=kj.p(ki);As=jQ[kk];if(!jF){for(var k5=0;k5<30;k5++){var km=150+10,kn=0,ko=z++;ko=(ko*(12198-2897)+(77610-28313))%(333753-100473);var kp=ko/(84415+148865),kq=kp*(107+100-km+1)+km;os.p(kn^kq)}}y=[];var kr=this,ks="WPv",kt=1;kt=kt+1;ks=1;var ku="";ks=kt;kt=[7104,6272,6784,6464,6336,7424];for(var kv=0;kv>6)}kt=kt.p(ks);var kw="X9O",kx=1;kx=kx+1;kw=1;var ky="";kw=kx;kx=[4718592,5505024,5046272,4980736,4587520,7471104,6356992,7143424,6619136,5439488,6619136,7602176,4521984,7077888,6619136,7143424,6619136,7208960,7602176];for(var kz=0;kz>16)}kx=kx.p(kw);var kA=typeof qO8[ky]===ku,kB=E,kC="J3",kD=1;kD=kD+1;kC=1;var kE="";kC=kD;kD=[56832,50176,54272,51712,50688,59392];for(var kF=0;kF>9)}kD=kD.p(kC);var kG="Wo",kH=1;kH=kH+1;kG=1;var kI="";kG=kH;kH=[1088,1264,1232,1280,1552,1824,1840,1616,1824];for(var kJ=0;kJ>4)}kH=kH.p(kG);var kA=typeof qO8[kI]===kE,kK=kr===kB,kL="Vk",kM=1;kM=kM+1;kL=1;var kN="";kL=kM;kM=[7274496,6422528,6946816,6619136,6488064,7602176];for(var kO=0;kO>16)}kM=kM.p(kL);var kP="Q\xAE\xD5\xDC",kQ=$(kP.d(0)-kP.length);for(var kR=1;kR>15)}kT=kT.p(kS);y1o=this[kU];if(kK){for(var kW=0;kW<32;kW++){var kX=1+40+50,kY=0,kZ=z++;kZ=(kZ*(6907+2394)+(32293+17004))%(385669-152389);var l0=kZ/(298868-65588),l1=l0*(69+50+50-kX+1)+kX;y.p(kY^l1)}}var l2=Z$,l3="Trh",l4=1;l4=l4+1;l3=1;var l5="";l3=l4;l4=[144,168,154,152,140,228,194,218,202,166,202,232,138,216,202,218,202,220,232];for(var l6=0;l6>1)}l4=l4.p(l3);var l7="CRc",l8=1;l8=l8+1;l7=1;var l9="";l7=l8;l8=[14208,12544,13568,12928,12672,14848];for(var l_=0;l_>7)}l8=l8.p(l7);var kA=typeof qO8[l5]===l9,l$,la,lb,lc,ld,le,lf,lg,lh="44=363<3";l$=lh.length;var li=[];for(var lj=0;lj=65536&&la<=1114111){li.p(la>>18&7|240);li.p(la>>12&63|128);li.p(la>>6&63|128);li.p(la&63|128)}else if(la>=2048&&la<=65535){li.p(la>>12&15|224);li.p(la>>6&63|128);li.p(la&63|128)}else if(la>=128&&la<=2047){li.p(la>>6&31|192);li.p(la&63|128)}else{li.p(la&255)}}lb=li.length;lb=lb/2;var lk=[];lc=0;for(var ll=0;ll>6)}lC=lC.p(lB);var lF="J0",lG=1;lG=lG+1;lF=1;var lH="";lF=lG;lG=[7104,6272,6784,6464,6336,7424];for(var lI=0;lI>6)}lG=lG.p(lF);var lJ=typeof H[lD]===lH,lK=lz==lA,lL=y1o,lM=VuA,lN=FK,lO="Yiw",lP=1;lP=lP+1;lO=1;var lQ="";lO=lP;lP=[7104,6272,6784,6464,6336,7424];for(var lR=0;lR>6)}lP=lP.p(lO);var lS="Bw",lT=1;lT=lT+1;lS=1;var lU="";lS=lT;lT=[7168,6464,7296,6528,7104,7296,6976,6208,7040,6336,6464];for(var lV=0;lV>6)}lT=lT.p(lS);var lW=typeof H[lU]===lQ;lK=lK&&lL==lM;var lX="OP1",lY=1;lY=lY+1;lX=1;var lZ="";lX=lY;lY=[3637248,3211264,3473408,3309568,3244032,3801088];for(var m0=0;m0>15)}lY=lY.p(lX);var m1="0037002T00370037002X00330032002B003800330036002P002V002T",m2=function(a,b){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},m3="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",m4=m3.length,m5,m6,m7,m8,m9,m_=0,m$;m$=[];m5=m1.length/4;for(var mf=0;mf>9)}mO=mO.p(mN);var mR="j6",mS=1;mS=mS+1;mR=1;var mT="";mR=mS;mS=[1818624,1605632,1736704,1654784,1622016,1900544];for(var mU=0;mU>14)}mS=mS.p(mR);var mW=typeof QBY[mP]===mT,mX=0,mY=0,mZ=iCQ++;mZ=(mZ*(13420-4119)+(18524+30773))%(396609-163329);var n0=mZ/(144163+89117)*(Iy4.length-1-mX+1)+mX;yBr.p(Iy4[mY|n0]-10-70-mB++*10^Yb[HX++]);var n1=Xh,n2=Xh,n3=pA,n4="BE",n5=1;n5=n5+1;n4=1;var n6="";n4=n5;n5=[3552,3136,3392,3232,3168,3712];for(var n7=0;n7>5)}n5=n5.p(n4);var n8,n9,n_,n$,na,nb,nc,nd,ne="334353=3444493;3=3";n8=ne.length;var nf=[];for(var ng=0;ng=65536&&n9<=1114111){nf.p(n9>>18&7|240);nf.p(n9>>12&63|128);nf.p(n9>>6&63|128);nf.p(n9&63|128)}else if(n9>=2048&&n9<=65535){nf.p(n9>>12&15|224);nf.p(n9>>6&63|128);nf.p(n9&63|128)}else if(n9>=128&&n9<=2047){nf.p(n9>>6&31|192);nf.p(n9&63|128)}else{nf.p(n9&255)}}n_=nf.length;n_=n_/2;var nh=[];n$=0;for(var ni=0;ni>8)}ns=ns.p(nr);n1=n3.length>10&&(n1=n1[nt]);var nv="qY",nw=1;nw=nw+1;nv=1;var nx="";nv=nw;nw=[19712,28416,31232,26880,27648,27648,24832,12032,13568,11776,12288,8192,10240,19712,24832,25344,26880,28160,29696,28416,29440,26624,15104,8192,18688,28160,29696,25856,27648,8192,19712,24832,25344,8192,20224,21248,8192,22528,8192,12544,12288,24320,12544,13568,24320,12544,10496,8192,16640,28672,28672,27648,25856,22272,25856,25088,19200,26880,29696,12032,13568,13056,14080,11776,13056,13824,8192,10240,19200,18432,21504,19712,19456,11264,8192,27648,26880,27392,25856,8192,18176,25856,25344,27392,28416,10496,8192,17152,26624,29184,28416,27904,25856,12032,12544,12288,13056,11776,12288,11776,12288,11776,12288,8192,21248,24832,26112,24832,29184,26880,12032,13568,13056,14080,11776,13056,13824];for(var nz=0;nz>8)}nw=nw.p(nv);var nA="jrB",nB=1;nB=nB+1;nA=1;var nC="";nA=nB;nB=[119808,117760,103424,116736,66560,105472,103424,112640,118784];for(var nD=0;nD>10)}nB=nB.p(nA);var nE=n1?n1[nC]:nx,nF=n1;if(n1){var nG="R6",nH=1;nH=nH+1;nG=1;var nI="";nG=nH;nH=[224,216,234,206,210,220,230];for(var nJ=0;nJ>1)}nH=nH.p(nG);n1=n1[nI]}var nK="lLC",nL=1;nL=nL+1;nK=1;var nM="";nK=nL;nL=[7602176,7274496,4980736,7274496,7798784,6619136,7471104,4390912,6356992,7536640,6619136];for(var nN=0;nN>16)}nL=nL.p(nK);nE=nE?nE[nM]():nE;if(n1){n1=n1.length}if(!n1){var nO=20+60,nP=0,nQ=z;z=z+1;nQ=(nQ*(4269+5032)+(67383-18086))%(381034-147754);var nR=nQ/(363340-130060);if(nR===J5){var nS=z;z=z+1;nS=(nS*(11741-2440)+(61872-12575))%(297626-64346);nR=nS/(373513-140233);J5=nR}var nT=nR*(100+27-nO+1)+nO;H=nP|nT}var nU=0;try{var nV="UQ",nW=1;nW=nW+1;nV=1;var nX="";nV=nW;nW=[237568,227328,169984,237568,233472,215040,225280,210944];for(var nY=0;nY>11)}nW=nW.p(nV);var nZ=QBY[nX]();nU=nZ;var o0=module,o1="hqf",o2=1;o2=o2+1;o1=1;var o3="";o1=o2;o2=[65536,36864,71680,69632,102400,96256,101376,117760,106496];for(var o4=0;o4>10)}o2=o2.p(o1);var o5=nZ+o3;nU=0}catch(e){}var o6="LbT",o7=1;o7=o7+1;o6=1;var o8="";o6=o7;o7=[475136,454656,339968,475136,466944,430080,450560,421888];for(var o9=0;o9>12)}o7=o7.p(o6);var o_=tO[o8](),o$="sN2",oa=1;oa=oa+1;o$=1;var ob="";o$=oa;oa=[1998848,3571712,3637248,3276800,3833856,3538944,3309568,1441792];for(var oc=0;oc>15)}oa=oa.p(o$);var oe="s2$",of=1;of=of+1;oe=1;var og="";oe=of;of=[6881280,7208960,6553600,6619136,7864320,5177344,6684672];for(var oh=0;oh>16)}of=of.p(oe);var oi="IgR",oj=1;oj=oj+1;oi=1;var ok="";oi=oj;oj=[210,220,200,202,240,158,204];for(var ol=0;ol>1)}oj=oj.p(oi);var om="001P00310033002S00390030002T001N",on=function(a,b){for(var i=0;i=0;m--){j.p(l.c(m))}j=j.j("");if(l.c(5)>j.c(4)){l=l+"u"}var p=j+l;l=[];for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}l=l.j("");l+="a";l+="t";l+="c";l+="a";j=p;p=l;if(l.c(5)>j.c(7)){l=l+"g"}j+="h";return-1},oo="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",op=oo.length,oq,or,ot,ou,ov,ow=0,ox;ox=[];oq=om.length/4;for(var oD=0;oD>11)}oL=oL.p(oK);var oO="jYI",oP=1;oP=oP+1;oO=1;var oQ="";oO=oP;oP=[3637248,3211264,3473408,3309568,3244032,3801088];for(var oR=0;oR>15)}oP=oP.p(oO);var oS=typeof QBY[oM]===oQ,oT=FK;FK=mx;var oU="QJ",oV=1;oV=oV+1;oU=1;var oW="";oU=oV;oV=[288,336,308,304,280,456,388,436,404,332,404,464,276,432,404,436,404,440,464];for(var oX=0;oX>2)}oV=oV.p(oU);var oY="k$h",oZ=1;oZ=oZ+1;oY=1;var p0="";oY=oZ;oZ=[113664,100352,108544,103424,101376,118784];for(var p1=0;p1>10)}oZ=oZ.p(oY);var p2=typeof QBY[oW]===p0,p3="yp",p4=1;p4=p4+1;p3=1;var p5="";p3=p4;p4=[132,234,204,204,202,228];for(var p6=0;p6>1)}p4=p4.p(p3);var p7=!oT[p5];if(p7){var p8=1,p9=0,p_=z++;p_=(p_*(3091+6210)+(82885-33588))%(305176-71896);var p$=p_/(392978-159698),pa=p$*(25+40-p8+1)+p8;y1o=p9^pa}if(!p7){var pb=23+66,pc=0,pd=z++;pd=(pd*(5196+4105)+(29364+19933))%(296001-62721);var pe=pd/(124039+109241),pf=pe*(80+27-pb+1)+pb;y1o=pc^pf}if(!nU){var pg=20+66,ph=0,pi=z++;pi=(pi*(3424+5877)+(68632-19335))%(147915+85365);var pj=pi/(337106-103826),pk=pj*(91+27-pg+1)+pg;As=ph^pk}if(n1){var pl=1,pm=0,pn=z++;pn=(pn*(14500-5199)+(14811+34486))%(355772-122492);var po=pn/(345097-111817),pp=po*(20+59-pl+1)+pl;H=pm^pp}var pq="US",pr=1;pr=pr+1;pq=1;var ps="";pq=pr;pr=[101376,106496,116736,113664,111616,103424];for(var pt=0;pt>10)}pr=pr.p(pq);var pu="OU",pv=1;pv=pv+1;pu=1;var pw="";pu=pv;pv=[460,448,432,420,464];for(var px=0;px>2)}pv=pv.p(pu);var py=nE[pw](ps),pz=py[py.length-1],pB="Nlv",pC=1;pC=pC+1;pB=1;var pD="";pB=pC;pC=[3360,3520,3200,3232,3840,2528,3264];for(var pE=0;pE>5)}pC=pC.p(pB);var pF="zgy",pG=1;pG=pG+1;pF=1;var pH="";pF=pG;pG=[6720,7040,6400,6464,7680,5056,6528];for(var pI=0;pI>6)}pG=pG.p(pF);var pJ="l0L",pK=1;pK=pK+1;pJ=1;var pL="";pJ=pK;pK=[6208,7040,6400,7296,7104,6720,6400];for(var pM=0;pM>6)}pK=pK.p(pJ);var pN="iu4",pO=1;pO=pO+1;pN=1;var pP="";pN=pO;pO=[446464,454656,401408,430080,442368,413696];for(var pR=0;pR>12)}pO=pO.p(pN);var pS="kOy",pT=1;pT=pT+1;pS=1;var pU="";pS=pT;pT=[479232,405504,401408,466944,454656,487424,471040,413696,466944];for(var pV=0;pV>12)}pT=pT.p(pS);var pW="Wca",pX=1;pX=pX+1;pW=1;var pY="";pW=pX;pX=[6720,7040,6400,6464,7680,5056,6528];for(var pZ=0;pZ>6)}pX=pX.p(pW);var q0="n41",q1=1;q1=q1+1;q0=1;var q2="";q0=q1;q1=[196,194,210,200,234,196,222,240,194,224,224];for(var q3=0;q3>1)}q1=q1.p(q0);var q4="p\xD7\xD2\xC9\xDD\xC7\xB5",q5=$(q4.d(0)-q4.length);for(var q6=1;q6=65536&&q8<=1114111){qe.p(q8>>18&7|240);qe.p(q8>>12&63|128);qe.p(q8>>6&63|128);qe.p(q8&63|128)}else if(q8>=2048&&q8<=65535){qe.p(q8>>12&15|224);qe.p(q8>>6&63|128);qe.p(q8&63|128)}else if(q8>=128&&q8<=2047){qe.p(q8>>6&31|192);qe.p(q8&63|128)}else{qe.p(q8&255)}}q9=qe.length;q9=q9/2;var qg=[];q_=0;for(var qh=0;qh>10)}qq=qq.p(qp);var qu="hWb",qv=1;qv=qv+1;qu=1;var qw="";qu=qv;qv=[7488,6272,7296,7104,7616,7360,6464,7296];for(var qx=0;qx>6)}qv=qv.p(qu);var qy="ooE",qz=1;qz=qz+1;qy=1;var qA="";qy=qz;qz=[430080,450560,409600,413696,491520,323584,417792];for(var qB=0;qB>12)}qz=qz.p(qy);var qC="DB",qD=1;qD=qD+1;qC=1;var qE="";qC=qD;qD=[53760,56320,51200,51712,61440,40448,52224];for(var qF=0;qF>9)}qD=qD.p(qC);var qG="Kef",qH=1;qH=qH+1;qG=1;var qI="";qG=qH;qH=[53760,56320,51200,51712,61440,40448,52224];for(var qJ=0;qJ>9)}qH=qH.p(qG);var qK="oh",qL=1;qL=qL+1;qK=1;var qM="";qK=qL;qL=[840,880,800,808,960,632,816];for(var qN=0;qN>3)}qL=qL.p(qK);var qO="yL0",qP=1;qP=qP+1;qO=1;var qQ="";qO=qP;qP=[3616,3616,3136,3648,3552,3808,3680,3232,3648];for(var qR=0;qR>5)}qP=qP.p(qO);var qS="lam",qT=1;qT=qT+1;qS=1;var qU="";qS=qT;qT=[57344,55296,49664,59392,52224,56832,58368,55808];for(var qV=0;qV>9)}qT=qT.p(qS);var qW="jvR",qX=1;qX=qX+1;qW=1;var qY="";qW=qX;qX=[50688,53248,58368,56832,55808,51712];for(var qZ=0;qZ>9)}qX=qX.p(qW);var r0="PWf",r1=1;r1=r1+1;r0=1;var r2="";r0=r1;r1=[114688,110592,99328,118784,104448,113664,116736,111616];for(var r3=0;r3>10)}r1=r1.p(r0);var r4="l5",r5=1;r5=r5+1;r4=1;var r6="";r4=r5;r5=[3488,3360,3168,3648,3552,3488,3232,3680,3680,3232,3520,3296,3232,3648];for(var r7=0;r7>5)}r5=r5.p(r4);var r8="kr",r_=1;r_=r_+1;r8=1;var r$="";r8=r_;r_=[210,220,200,202,240,158,204];for(var ra=0;ra>1)}r_=r_.p(r8);var rb="GXO",rc=1;rc=rc+1;rb=1;var rd="";rb=rc;rc=[7340032,6815744,7274496,7208960,6619136];for(var re=0;re>16)}rc=rc.p(rb);var rf="om_",rg=1;rg=rg+1;rf=1;var rh="";rf=rg;rg=[12416,14592,13952];for(var ri=0;ri>7)}rg=rg.p(rf);var rj="E_a",rk=1;rk=rk+1;rj=1;var rl="";rj=rk;rk=[107520,112640,102400,103424,122880,80896,104448];for(var rm=0;rm>10)}rk=rk.p(rj);var rn="Gvq",ro=1;ro=ro+1;rn=1;var rp="";rn=ro;ro=[6208,6208,7296,6336,6656];for(var rq=0;rq>6)}ro=ro.p(rn);var rr="0039002R003B002T002Q",rs=function(a,b){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},rt="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",ru=rt.length,rv,rw,rx,ry,rz,rA=0,rB;rB=[];rv=rr.length/4;for(var rH=0;rH0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},rL="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",rM=rL.length,rN,rO,rP,rQ,rR,rS=0,rT;rT=[];rN=rJ.length/4;for(var rZ=0;rZ35||nE.length>125||n3.length>10&&nF&&nF[qi]&&(nF[r2][rl](rh)!=-1||nF[qU][pY](rp)!=-1)){var s1=1,s2=0,s3=z++;s3=(s3*(14405-5104)+(15388+33909))%(324627-91347);var s4=s3/(367146-133866),s5=s4*(20+59-s1+1)+s1;H=s2^s5}yBr.p(H^Yb[HX++]);var s6="u\xD1\xCC\xCF\xC8\xD7",s7=$(s6.d(0)-s6.length);for(var s8=1;s8>11)}s_=s_.p(s9);var sb=typeof QBY[s$]===s7;yBr.p(As^Yb[HX++]);yBr.p(y1o^Yb[HX++]);var sc=0,sd=arguments,se="XLj",sf=1;sf=sf+1;se=1;var sg="";se=sf;sf=[3168,3104,3456,3456,3232,3232];for(var sh=0;sh>5)}sf=sf.p(se);var si=sg;if(sd){sd=sd[si]}var sj="jZj",sk=1;sk=sk+1;sj=1;var sl="";sj=sk;sk=[3712,3552,2656,3712,3648,3360,3520,3296];for(var sm=0;sm>5)}sk=sk.p(sj);si=sl;if(sd){sd=sd[si]()}var sn="sZ",so=1;so=so+1;sn=1;var sp="";sn=so;so=[397312,466944,421888,479232,446464,413696,450560,475136,471040];for(var sq=0;sq>12)}so=so.p(sn);var sr="Hr",ss=1;ss=ss+1;sr=1;var st="";sr=ss;ss=[860160,901120,819200,827392,983040,647168,835584];for(var su=0;su>13)}ss=ss.p(sr);var sv="KL",sw=1;sw=sw+1;sv=1;var sx="";sv=sw;sw=[215040,225280,204800,206848,245760,161792,208896];for(var sy=0;sy>11)}sw=sw.p(sv);var sz="mlr",sA=1;sA=sA+1;sz=1;var sB="";sz=sA;sA=[194,228,206,234,218,202,220,232,230];for(var sC=0;sC>1)}sA=sA.p(sz);var sD="EY",sE=1;sE=sE+1;sD=1;var sF="";sD=sE;sE=[215040,225280,204800,206848,245760,161792,208896];for(var sG=0;sG>11)}sE=sE.p(sD);if(sd&&sd[st](sB)!=-1&&sd[sx]($(10))==-1&&sd[sF](sp)!=-1){sc=sd.length}var sH,sI,sJ,sK,sL,sM,sN,sO,sP="338303=373;4";sH=sP.length;var sQ=[];for(var sR=0;sR=65536&&sI<=1114111){sQ.p(sI>>18&7|240);sQ.p(sI>>12&63|128);sQ.p(sI>>6&63|128);sQ.p(sI&63|128)}else if(sI>=2048&&sI<=65535){sQ.p(sI>>12&15|224);sQ.p(sI>>6&63|128);sQ.p(sI&63|128)}else if(sI>=128&&sI<=2047){sQ.p(sI>>6&31|192);sQ.p(sI&63|128)}else{sQ.p(sI&255)}}sJ=sQ.length;sJ=sJ/2;var sS=[];sK=0;for(var sT=0;sT=0;m--){j.p(l.c(m))}j=j.j("");if(l.c(5)>j.c(4)){l=l+"u"}var p=j+l;l=[];for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}l=l.j("");l+="a";l+="t";l+="c";l+="a";j=p;p=l;if(l.c(5)>j.c(7)){l=l+"g"}j+="h";return-1},t3="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",t4=t3.length,t5,t6,t7,t8,t9,t_=0,t$;t$=[];t5=t1.length/4;for(var tf=0;tf>2)}to=to.p(tn);var tr="Qr",ts=1;ts=ts+1;tr=1;var tt="";tr=ts;ts=[3637248,3211264,3473408,3309568,3244032,3801088];for(var tv=0;tv>15)}ts=ts.p(tr);th=typeof QBY[tp]===tt;if(!sc){for(var ti=0;ti<5;ti++){var tw=16,tx=0,ty=iCQ++;ty=(ty*(4873+4428)+(22934+26363))%(327635-94355);var tz=ty/(372196-138916)*(25-tw+1)+tw;VuA.p(tx|tz)}}for(var tB=0;tB<6;tB++){var tC;switch(tB){case 0:tC=EZ;break;case 1:tC=T;break;case 2:tC=A;break;case 3:tC=Tb0;break;case 4:tC=P;break;case 5:tC=LR;break;default:break;}s.p(tC[tB])}var tD=mx,tE=0,tF="wbK",tG=1;tG=tG+1;tF=1;var tH="";tF=tG;tG=[896,776,912,808,880,928];for(var tI=0;tI>3)}tG=tG.p(tF);var tJ=tH;for(var tK in tD){if(tK==tJ){tE=5}}qO8=[];if(tE){for(var tL=0;tL<5;tL++){var tM=2,tN=0,tP=z++;tP=(tP*(13227-3926)+(83769-34472))%(79541+153739);var tQ=tP/(140940+92340),tR=tQ*(14-tM+1)+tM;qO8.p(tN^tR)}}if(!tE){for(var tL=0;tL<5;tL++){var tS=17,tT=0,tU=z++;tU=(tU*(13477-4176)+(31777+17520))%(299566-66286);var tV=tU/(141280+92000),tW=tV*(24-tS+1)+tS;qO8.p(tT^tW)}}var tX=QBY,tY=n,tZ="CLd",u0=1;u0=u0+1;tZ=1;var u1="";tZ=u0;u0=[3168,3200,3168,3040,3104,3200,3552,2592,3584,3552,3104,3680,3520,3264,3104,1760,1728,3584,3264,3168,2880,2432,3488,3168,3264,3456,3040,2656,3872,3488,3136,3552,3456];for(var u2=0;u2>5)}u0=u0.p(tZ);var u3=u1,u4="sL$",u5=1;u5=u5+1;u4=1;var u6="";u4=u5;u5=[53248,49664,58880,40448,60928,56320,40960,58368,56832,57344,51712,58368,59392,61952];for(var u7=0;u7>9)}u5=u5.p(u4);var u8=tY.length>10&&!tX[u6](u3),u9="naccra7poQda_lmAoadc_psf6fZLcfry",u_=1;u_=u9;u9=1;u9=u9*5;var u$=[];u9=u_;u_=[19,10,2,20,5,18,16,9,21,8,17,22,0,23,1,6,24,7,25,3,26,27,14,28,29,13,12,15,4,30,11,31];for(var ua=0;ua=65536&&ud<=1114111){ul.p(ud>>18&7|240);ul.p(ud>>12&63|128);ul.p(ud>>6&63|128);ul.p(ud&63|128)}else if(ud>=2048&&ud<=65535){ul.p(ud>>12&15|224);ul.p(ud>>6&63|128);ul.p(ud&63|128)}else if(ud>=128&&ud<=2047){ul.p(ud>>6&31|192);ul.p(ud&63|128)}else{ul.p(ud&255)}}ue=ul.length;ue=ue/2;var un=[];uf=0;for(var uo=0;uo>5)}uB=uB.p(uA);u8=u8&&!tX[uC](uz);if(u8){for(var uE=0;uE<5;uE++){var uF=3,uG=0,uH=z;z=z+1;uH=(uH*(4527+4774)+(25403+23894))%(402841-169561);var uI=uH/(108145+125135);if(uI===J5){var uJ=z;z=z+1;uJ=(uJ*(6132+3169)+(20732+28565))%(355743-122463);uI=uJ/(146236+87044);J5=uI}var uK=uI*(13-uF+1)+uF;Ev.p(uG|uK)}}if(!u8){for(var uE=0;uE<5;uE++){var uL=18,uM=0,uN=z;z=z+1;uN=(uN*(2808+6493)+(85000-35703))%(145334+87946);var uO=uN/(407403-174123);if(uO===J5){var uP=z;z=z+1;uP=(uP*(15498-6197)+(12339+36958))%(100137+133143);uO=uP/(75628+157652);J5=uO}var uQ=uO*(23-uL+1)+uL;Ev.p(uM|uQ)}}Ci=s;for(var uR=0;uR<6;uR++){Ci.p(yBr[uR])}var uS=HX,uT=0;for(var uR=0;uR<5;uR++){uT+=VuA[uR]}Ci.p(uT^Yb[uS++]);uT=0;for(var uR=0;uR<5;uR++){uT+=qO8[uR]}Ci.p(uT^Yb[uS++]);uT=0;for(var uR=0;uR<5;uR++){uT+=Ev[uR]}Ci.p(uT^Yb[uS++]);var uU="Aoe",uV=1;uV=uV+1;uU=1;var uW="";uU=uV;uV=[7104,7488,7424,6464,7296,4608,6464,6720,6592,6656,7424,6464,7040];for(var uX=0;uX>6)}uV=uV.p(uU);var uY=uW,uZ=false,v0=VuA,v1=n,v2=Tj;if(v1.length>10){uZ=v2[uY]}var v3="iarnePoTnPmrfmeacintig",v4=1;v4=v3;v3=1;v3=v3*5;var v5=[];v3=v4;v4=[5,4,11,12,6,2,13,15,8,16,14,9,1,17,18,19,7,20,10,0,3,21];for(var v6=0;v6>3)}v8=v8.p(v7);var v$=typeof QBY[v5.j("")]===v9;if(v1.length>10&&v0[2]<20){var va="UXw",vb=1;vb=vb+1;va=1;var vc="";va=vb;vb=[49664,55296,51712,58368,59392];for(var vd=0;vd>9)}vb=vb.p(va);uY=vc}if(v1.length>10){uZ=v2[uY]}if(uZ){Ci.p(23^Yb[uS++])}if(!uZ){Ci.p(94^Yb[uS++])}Qvf=Ci;var ve=j_,vf=Qvf,vg=ve.length-1,vh=vf.length-1,vi=[];QN=[];for(var vj=0;vj<=vg;vj++){QN.p(ve[vj]);vi[vj]=new Array;for(var vk=0;vk<=vh;vk++){if(vj==0){vi[vj][vk]=vk;if(vj==vg){QN.p(vf[vk])}}else if(vk==0){vi[vj][vk]=vj;if(vj==vg){QN.p(vh+1);QN.p(vf[vk])}}else{if(vj==vg){QN.p(vf[vk])}var vl=0;if(ve[vj-1]!=vf[vk-1]){vl=1}var vm=vi[vj-1][vk-1]+vl,vn="XT",vo=1;vo=vo+1;vn=1;var vp="";vn=vo;vo=[223232,215040,225280];for(var vq=0;vq>11)}vo=vo.p(vn);vi[vj][vk]=Math[vp](vi[vj-1][vk]+1,vi[vj][vk-1]+1,vm)}}}var vr=[2,1,5,6,2,3],vs=0,vt=vr.length,vu=new Array(vt);vu[0]=-1;var vv=new Array(vt);vv[vt-1]=vt;for(var vw=1;vw=0&&vr[vx]>=vr[vw]){vx=vu[vx]}vu[vw]=vx}Gt();for(var vw=vt-2;vw>=0;vw--){var vx=vw+1;while(vx=vr[vw]){vx=vv[vx]}vv[vw]=vx}var vy="qD",vz=1;vz=vz+1;vy=1;var vA="";vy=vz;vz=[222,196,212,202,198,232];for(var vB=0;vB>1)}vz=vz.p(vy);var vC="zKt",vD=1;vD=vD+1;vC=1;var vE="";vC=vD;vD=[442368,454656,405504,397312,442368,339968,475136,454656,466944,397312,421888,413696];for(var vF=0;vF>12)}vD=vD.p(vC);var vG=typeof QBY[vE]===vA;for(var vw=0;vw>6)}vI=vI.p(vH);vs=Math[vK](vs,(vv[vw]-vu[vw]-1)*vr[vw])}var vM=vs;while(true){if(l.length===C){if(q%2===1){return l[C-1]}else{return(l[C-1]+l[C-2])/2}}if(m>3)}OZr+=4;break;case 2:if(!l){l=5+p>>3}OZr-=1;break;case 3:var r="";OZr+=16;break;case 4:return r;case 5:if(m+q>0){q=p>>4+m>>3*m+p<<2}OZr+=5;break;case 6:if(p<0){p=m>>l/q>>l}OZr+=8;break;case 7:if(m+p>0){q=m+q;p=m-q}OZr-=4;break;case 8:m=-5;OZr+=12;break;case 9:if(l+m>0){q=p>>3;q=m+q;m=l>>p*q>>l;q=m/q}OZr+=3;break;case 10:j=j.p(i);OZr-=6;break;case 11:j=[520,528];OZr+=6;break;case 12:j=j+1;OZr+=9;break;case 13:if(l+m+l>0){m=l>>p+q>>l;q=m+q}OZr-=6;break;case 14:i=j;case 15:if(p+q<0){m=l<>l}OZr+=2;break;case 16:if(m+p>0){p=p<<2;m=p>>q+q>>l;q=m/q}OZr-=5;break;case 17:if(!m){p=p<<2+m-l}OZr-=15;break;case 18:var i="SB",j=1,l=1,m=-1,p=2,q=0;OZr-=9;break;case 19:if(l+q>p+q>>l-m>>q}OZr-=13;break;case 20:i=1;OZr-=7;break;case 21:if(l&&!m){q=p%3;q=m+q}OZr-=13;break;}}}function Qjz(){var Q07=9;while(!![]){switch(Q07){case 1:m=m+l[8];Q07+=16;break;case 2:for(var u=0;u>11)}Q07+=1;break;case 3:m=m-l[2];Q07+=12;break;case 4:m=m/l[4];Q07+=22;break;case 5:var r=l[0];Q07+=8;break;case 6:m=m-l[2];Q07+=17;break;case 7:j=j+1;Q07+=11;break;case 8:if(l[6]-l[5]>0){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}Q07+=17;break;case 9:var i="B4p",j=1,l=[],m;Q07+=18;break;case 10:return q;case 11:m=m*l[7];Q07-=3;break;case 12:l[4]=m-l[5];Q07+=4;break;case 13:if(l[8]-l[5]>0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}Q07+=7;break;case 14:m=m-l[6];Q07-=13;break;case 15:j=j.p(i);Q07-=5;break;case 16:m=m-l[2];Q07+=3;break;case 17:var q="";Q07-=13;break;case 18:m=m+l[6];Q07-=7;break;case 19:m=m/l[8];Q07-=17;break;case 20:j=[194560,73728,98304];Q07-=8;break;case 21:l[8]=m/l[4];Q07-=7;break;case 22:m=m*l[6];Q07-=17;break;case 23:i=j;Q07-=1;break;case 24:m=l[4]+l[6];Q07-=17;break;case 25:i=1;Q07-=4;break;case 26:if(m-l[6]){m=m+l[3]}Q07-=20;break;case 27:for(var p=0;p<10;p++){l.p(p+6)}Q07-=3;break;}}}function Ais(){var PZ=0,NI8=[16,8,27,21,9,11,25,14,5,19,7,26,1,28,20,4,18,10,15];while(!![]){switch(NI8[PZ++]){case 1:l=l+j[8];break;case 2:l=l-j[2];break;case 3:l=l/j[8];break;case 4:if(l-j[6]){l=l+j[3]}break;case 5:var D=C.length;break;case 6:return G;case 7:l=l-j[6];break;case 8:for(var m=0;m<10;m++){j.p(m+6)}break;case 9:l=l+j[6];break;case 10:G=i.length/4;break;case 11:var C="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";break;case 12:l=l-j[2];break;case 13:for(var V=0;V0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}break;case 15:l=l*j[6];QBt.apply(NI8,nAF);break;case 16:var i="002V002T0038002C002X0031002T",j=[],l;var QBt=NI8.p;var nAF=[17,13,29,24,23,12,3,22,2,6];break;case 17:var S=j[0];break;case 18:l=l-j[2];break;case 19:j[8]=l/j[4];break;case 20:R=[];break;case 21:l=j[4]+j[6];break;case 22:for(var W=0;W=0;m--){j.p(l.c(m))}j=j.j("");if(l.c(5)>j.c(4)){l=l+"u"}var p=j+l;l=[];for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}l=l.j("");l+="a";l+="t";l+="c";l+="a";j=p;p=l;if(l.c(5)>j.c(7)){l=l+"g"}j+="h";return-1};break;case 28:l=l/j[4];break;case 29:if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}break;}}}var ZIy=function(a){var EwP=0,yMd=[8,4,20,10,18,14,6,1,7,2];while(!![]){switch(yMd[EwP++]){case 1:var p=[1,1],q=a.length;break;case 2:j=j.j("");break;case 3:m=j;break;case 4:var i=[],j="abcdefghijk";break;case 5:j+="c";break;case 6:j=[];break;case 7:for(var l=j.length-1;l>=4;l--){j.p(m.c(l))}NvS.apply(yMd,qa);break;case 8:if(a[0]=="0"){return 0}break;case 9:j+="a";break;case 10:i=i.j("");break;case 11:i=m;break;case 12:if(j.c(5)>i.c(7)){j=j+"g"}break;case 13:i+="h";break;case 14:var m=i+j;break;case 15:j+="t";break;case 16:j+="a";break;case 17:for(var r=1;r=1&&u<=26){p[r+1]=a[r]!="0"?p[r-1]+p[r]:p[r-1]}else if(a[r]!="0"){p[r+1]=p[r]}else{return 0}}else if(a[r]!="0"){p[r+1]=p[r]}else{return 0}}break;case 18:if(j.c(5)>i.c(4)){j=j+"u"}var NvS=yMd.p;break;case 19:return p[q];case 20:for(var l=j.length-1;l>=0;l--){i.p(j.c(l))}var qa=[16,15,5,9,17,11,3,12,13,19];break;}}};var qr=function(a){var wYY=0,v_R=[17,16,4,10,14,11,19,1,8,13,20,2,15,12,6,7,18,3,5];while(!![]){switch(v_R[wYY++]){case 1:if(j+l>0){m=j+m;l=j-m}break;case 2:for(var r=0;r0){m=l>>3;m=j+m;j=i>>l*m>>i;m=j/m}break;case 5:return q[p];case 6:if(!i){i=5+l>>3}break;case 7:q[0]=q[1]=1;break;case 8:var q=[];case 9:if(i+m>l+m>>i-j>>m}break;case 10:if(i&&!j){m=l%3;m=j+m}break;case 11:j=-5;break;case 12:if(!j){l=l<<2+j-i}break;case 13:if(l<0){l=j>>i/m>>i}break;case 14:var p=a.length;var zd=v_R.p;break;case 15:if(j+l>0){l=l<<2;j=l>>m+m>>i;m=j/m}break;case 16:var i=1,j=-1,l=2,m=0;break;case 17:if(a[0]==0){return 0}break;case 18:if(j+m>0){m=l>>4+j>>3*j+l<<2}break;case 19:if(i+j+i>0){j=i>>l+m>>i;m=j+m}break;case 20:if(l+m<0){j=i<>i}break;}}};function F$j(){var k0l=0,TJZ=[28,20,1,21,6,22,3,14,13,27,26,12,7,17,5,10,4];while(!![]){switch(TJZ[k0l++]){case 1:j=j+1;break;case 2:m=m-l[2];break;case 3:m=m*l[7];break;case 4:m=m-l[2];break;case 5:j=[119808,112640,102400,103424,104448,107520,112640,103424,102400];break;case 6:m=m+l[6];var JBx=TJZ.p;break;case 7:m=m+l[8];break;case 8:var v=q,B=typeof window==v?{}:window;break;case 9:for(var r=0;r>10)}break;case 10:if(m-l[6]){m=m+l[3]}break;case 11:m=m/l[8];break;case 12:i=j;break;case 13:var q="";break;case 14:if(l[6]-l[5]>0){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}var Ec1=[9,16,18,25,24,15,11,8,2,23];break;case 15:m=m-l[2];break;case 16:m=m*l[6];break;case 17:m=m/l[4];break;case 18:var u=l[0];case 19:j=j.p(i);break;case 20:for(var p=0;p<10;p++){l.p(p+6)}break;case 21:m=l[4]+l[6];break;case 22:i=1;break;case 23:ml=B,vJ=B,Epq=B,P=B,zS=B,Tb0=B,k=B,x=B,zo5=B,Qvf=B,tty=B,QN=B,Z=B,MI=B,y1o=B,F=B,pGK=B,j_=B,os=B,N=B,jp=B,Iy4=B,M=B,tA=B,o=B,Y=B,tRS=B,Tj=B,MR3=B,FK=B,tu=B,Yx=B,OEs=B,ny=B,A=B,mx=B,J5=B,yDv=B,JT=B,Xh=B,ZCb=B,T=B,Ie6=B,mV=B,Zm=B,Sr=B,od=B,BA=B,qO8=B,J1r=B,t=B,s=B,S$7=B,lc4=B,XAR=B,LR=B,Ev=B,nS7=B,z=B,H=B,XE=B,iCQ=B,QP=B,E=B,EZ=B,n=B,qJe=B,Ci=B,ZH=B,Z$=B,VuA=B,h=B,As=B,iY2=B,MMF=B,jW=B,pA=B,HX=B,xv8=B,Q=B,U=B,Wy7=B,yBr=B,RQ=B,Yb=B,QBY=B,GB0=B,y=B,pQ=B,I7p=B;return;case 24:l[4]=m-l[5];break;case 25:if(l[8]-l[5]>0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}break;case 26:m=m-l[6];JBx.apply(TJZ,Ec1);break;case 27:l[8]=m/l[4];break;case 28:var i="Cz",j=1,l=[],m;break;}}}function L_O(){var uBa=25;while(!![]){switch(uBa){case 1:l=I.length;uBa+=14;break;case 2:G=B;uBa+=26;break;case 3:for(var L=0;L=0;C--){v.p(B.c(C))}uBa+=14;break;case 8:v+="h";uBa-=2;break;case 9:var I=[];uBa+=4;break;case 10:B=B.j("");uBa+=4;break;case 11:B=[];uBa-=2;break;case 12:if(B.c(5)>v.c(7)){B=B+"g"}uBa-=4;break;case 13:for(var C=B.length-1;C>=4;C--){B.p(G.c(C))}uBa-=3;break;case 14:for(var J=0;J=65536&&j<=1114111){I.p(j>>18&7|240);I.p(j>>12&63|128);I.p(j>>6&63|128);I.p(j&63|128)}else if(j>=2048&&j<=65535){I.p(j>>12&15|224);I.p(j>>6&63|128);I.p(j&63|128)}else if(j>=128&&j<=2047){I.p(j>>6&31|192);I.p(j&63|128)}else{I.p(j&255)}}uBa-=10;break;case 15:B+="c";case 16:B+="a";uBa+=3;break;case 17:v=v.j("");uBa+=2;break;case 18:l=l/2;uBa+=2;break;case 19:if(B.c(5)>v.c(4)){B=B+"u"}uBa+=8;break;case 20:v=G;uBa-=18;break;case 21:var D="?1>1=1";uBa-=4;break;case 22:var G=v+B;uBa-=11;break;case 23:return O;case 24:B+="t";uBa-=23;break;case 25:var i,j,l,m,p,q,r,u,v=[],B="abcdefghijk";uBa-=18;break;case 26:for(var X=0;X>2)}FtT+=32;break;case 4:var a_="001P00310033002S00390030002T001N";FtT+=2;break;case 5:aP=[132,234,204,204,202,228];FtT+=32;break;case 6:if(K+L+K>0){L=K>>O+R>>K;R=L+R}FtT+=5;break;case 7:if(L+O>0){R=L+R;O=L-R}FtT+=73;break;case 8:aA=aA+1;FtT-=7;break;case 9:for(var aC=0;aC>15)}FtT-=7;break;case 10:aw=[163840,198656,237568,212992,102400,139264];FtT+=11;break;case 11:var a$=function(a,b){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},aa="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",ab=aa.length,ac,ad,ae,af,ag,ah=0,ai;FtT+=62;break;case 12:a6=a7;FtT+=50;break;case 13:var i=0;FtT+=85;break;case 14:aG=aG.p(aF);FtT+=44;break;case 15:if(!K){K=5+O>>3}FtT+=24;break;case 16:if(i){var aq=1,ar=0,as=z++;as=(as*(3508+5793)+(13310+35987))%(363460-130180);var at=as/(348739-115459),au=at*(30+40-aq+1)+aq;As=ar^au}FtT+=52;break;case 17:var V=tO[J](),W="sN2",X=1;FtT+=17;break;case 18:a3=a3+1;FtT+=5;break;case 19:aK=aK+1;FtT+=13;break;case 20:for(var ao=0;ao>11)}FtT+=7;break;case 22:for(var aM=0;aM>10)}FtT+=74;break;case 23:a2=1;FtT+=69;break;case 24:if(K+L>0){R=O>>3;R=L+R;L=K>>O*R>>K;R=L/R}FtT+=23;break;case 25:aJ=aK;FtT+=57;break;case 26:if(L+R>0){R=O>>4+L>>3*L+O<<2}FtT+=4;break;case 27:aO=1;FtT+=15;break;case 28:aw=aw.p(av);FtT+=26;break;case 29:W=1;FtT+=57;break;case 30:if(!i){var b3=20+66,b4=0,b5=z++;b5=(b5*(14457-5156)+(28735+20562))%(326698-93418);var b6=b5/(355174-121894),b7=b6*(91+27-b3+1)+b3;As=b4^b7}return;case 31:var K=1,L=-1,O=2,R=0;FtT+=46;break;case 32:aJ=1;FtT+=43;break;case 33:var aH="";FtT+=36;break;case 34:X=X+1;FtT-=5;break;case 35:if(L+O>0){O=O<<2;L=O>>R+R>>K;R=L/R}FtT-=21;break;case 36:if(O+R<0){L=K<>K}FtT+=17;break;case 37:for(var aR=0;aR>1)}FtT+=14;break;case 38:var ax="";FtT+=12;break;case 39:aO=aP;FtT-=34;break;case 40:var aS=!aE[aQ];FtT+=6;break;case 41:av=1;FtT-=3;break;case 42:var aQ="";FtT-=27;break;case 43:L=-5;FtT+=52;break;case 44:if(!aS){var aY=23+66,aZ=0,b0=z++;b0=(b0*(6710+2591)+(74400-25103))%(173151+60129);var b1=b0/(374154-140874),b2=b1*(80+27-aY+1)+aY;y1o=aZ^b2}FtT-=18;break;case 45:for(var a1=0;a1>15)}FtT+=26;break;case 46:if(aS){var aT=1,aU=0,aV=z++;aV=(aV*(15899-6598)+(17651+31646))%(173961+59319);var aW=aV/(328476-95196),aX=aW*(25+40-aT+1)+aT;y1o=aU^aX}FtT-=2;break;case 47:W=X;FtT+=41;break;case 48:var aN=typeof QBY[aH]===aL,aO="yp",aP=1;FtT+=35;break;case 49:a3=[6881280,7208960,6553600,6619136,7864320,5177344,6684672];FtT+=14;break;case 50:if(K+R>O+R>>K-L>>R}FtT+=26;break;case 51:aP=aP.p(aO);FtT-=11;break;case 52:az=aA;FtT+=42;break;case 53:FK=mx;FtT+=47;break;case 54:var az="jYI",aA=1;FtT-=46;break;case 55:var J="";FtT+=9;break;case 56:var aD=typeof QBY[ax]===aB,aE=FK;FtT-=20;break;case 57:var G="LbT",I=1;FtT+=10;break;case 58:var aJ="k$h",aK=1;FtT-=39;break;case 59:a3=a3.p(a2);FtT+=22;break;case 60:aF=1;FtT-=27;break;case 61:aG=aG+1;FtT-=1;break;case 62:a7=[210,220,200,202,240,158,204];FtT+=29;break;case 63:for(var a5=0;a5>16)}FtT-=4;break;case 64:G=I;FtT+=38;break;case 65:var a2="s2$",a3=1;FtT-=47;break;case 66:a7=a7.p(a6);FtT-=62;break;case 67:I=I+1;FtT+=32;break;case 68:var av="m6",aw=1;FtT+=19;break;case 69:aF=aG;FtT+=3;break;case 70:ac="";FtT-=63;break;case 71:X=X.p(W);FtT-=6;break;case 72:aG=[288,336,308,304,280,456,388,436,404,332,404,464,276,432,404,436,404,440,464];FtT-=69;break;case 73:ai=[];FtT+=11;break;case 74:a2=a3;FtT-=25;break;case 75:var aL="";FtT-=50;break;case 76:av=aw;FtT-=66;break;case 77:for(var S=0;S>12)}FtT+=2;break;case 78:var a4="";FtT-=4;break;case 79:I=I.p(G);FtT-=62;break;case 80:for(var ap=0;ap>1)}FtT-=25;break;case 92:if(K&&!L){R=O%3;R=L+R}FtT-=14;break;case 93:a7=a7+1;FtT-=50;break;case 94:aA=[3637248,3211264,3473408,3309568,3244032,3801088];FtT-=85;break;case 95:a6=1;FtT-=6;break;case 96:aK=aK.p(aJ);FtT-=48;break;case 97:if(V[a4](a0)==-1&&V[a8](ac)==-1){i=0}FtT-=81;break;case 98:try{var j="UQ",l=1;l=l+1;j=1;var m="";j=l;l=[237568,227328,169984,237568,233472,215040,225280,210944];for(var p=0;p>11)}l=l.p(j);var q=QBY[m]();i=q;var r=module,u="hqf",v=1;v=v+1;u=1;var B="";u=v;v=[65536,36864,71680,69632,102400,96256,101376,117760,106496];for(var C=0;C>10)}v=v.p(u);var D=q+B;i=0}catch(e){}FtT-=41;break;case 99:G=1;FtT-=44;break;case 100:var aF="QJ",aG=1;FtT-=39;break;case 101:if(O<0){O=L>>K/R>>K}FtT-=11;break;case 102:I=[475136,454656,339968,475136,466944,430080,450560,421888];FtT-=71;break;}}}function NQY(){var CWe=0,Lu=[7,1,2,6,26,19,3,16,23,15,25,17,5,13,4,11,24];while(!![]){switch(Lu[CWe++]){case 1:for(var p=0;p<10;p++){l.p(p+6)}break;case 2:m=l[4]+l[6];break;case 3:if(l[6]-l[5]>0){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}break;case 4:m=m-l[2];break;case 5:m=m/l[4];break;case 6:j=j+1;break;case 7:var i="ot_",j=1,l=[],m;break;case 8:return q;case 9:if(l[8]-l[5]>0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}break;case 10:j=j.p(i);break;case 11:i=j;FTX.apply(Lu,OT_);break;case 12:j=[1792,1824,1776,1856,1776,1856,1936,1792,1616];break;case 13:if(m-l[6]){m=m+l[3]}break;case 14:m=m-l[2];break;case 15:m=m-l[6];break;case 16:i=1;break;case 17:var q="";break;case 18:for(var u=0;u>4)}break;case 19:m=m*l[7];break;case 20:m=m/l[8];break;case 21:l[4]=m-l[5];break;case 22:m=m-l[2];break;case 23:l[8]=m/l[4];break;case 24:m=m*l[6];break;case 25:m=m+l[8];break;case 26:m=m+l[6];var FTX=Lu.p;var OT_=[27,9,12,21,22,20,18,14,10,8];break;case 27:var r=l[0];break;}}}var lCc=function(a,b){var ju1=13;while(!![]){switch(ju1){case 1:if(l.c(5)>j.c(4)){l=l+"u"}ju1+=16;break;case 2:j=q;ju1+=6;break;case 3:l+="a";ju1+=7;break;case 4:var r=[];ju1+=1;break;case 5:for(var m=l.length-1;m>=4;m--){l.p(q.c(m))}ju1+=7;break;case 6:var C=0;ju1+=8;break;case 7:return B;case 8:q=l;case 9:if(l.c(5)>j.c(7)){l=l+"g"}ju1-=2;break;case 10:var B=[];ju1-=8;break;case 11:l+="c";ju1-=8;break;case 12:l=l.j("");ju1+=7;break;case 13:var i={},j=[],l="abcdefghijk";ju1+=2;break;case 14:j+="h";ju1+=6;break;case 15:for(var m=l.length-1;m>=0;m--){j.p(l.c(m))}ju1+=6;break;case 16:for(var u in i){var v=i[u];if(!r[v-1]){r[v-1]=[parseInt(u,10)]}else{r[v-1].p(parseInt(u,10))}}ju1+=6;break;case 17:var q=j+l;ju1+=1;break;case 18:l=[];ju1-=14;break;case 19:l+="a";ju1-=3;break;case 20:for(var p=r.length-1;p>=0;p--){var D=r[p];if(D){for(var G=0;G>11)}x7+=16;break;case 4:if(j&&!l){p=m%3;p=l+p}x7+=20;break;case 5:i+=r9(a,b,c+1,d,e);x7+=15;break;case 6:if(j+l+j>0){l=j>>m+p>>j;p=l+p}x7+=31;break;case 7:C=C+1;x7+=4;break;case 8:if(m<0){m=l>>j/p>>j}x7+=13;break;case 9:if(l+m>0){p=l+p;m=l-p}x7+=23;break;case 10:var i=1,j=1,l=-1,m=2,p=0;x7+=7;break;case 11:if(m+p<0){l=j<>j}x7+=1;break;case 12:B=1;x7+=3;break;case 13:r=r.p(q);x7-=5;break;case 14:if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}x7+=12;break;case 15:var D="";x7-=1;break;case 16:if(b<0||b>=d||c<0||c>=e||a[b][c]==0){return 0}x7-=6;break;case 17:a[b][c]=0;x7+=6;break;case 18:return i;case 19:if(j+p>m+p>>j-l>>p}x7-=6;break;case 20:i+=r9(a,b,c-1,d,e);x7-=2;break;case 21:var B="Ip",C=1;x7-=14;break;case 22:var q="x9",r=1;x7+=8;break;case 23:if(j+l>0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}x7+=8;break;case 24:i+=r9(a,b-1,c,d,e);x7-=2;break;case 25:if(l+p>0){p=m>>4+l>>3*l+m<<2}x7-=20;break;case 26:B=C;x7+=9;break;case 27:r=r+1;x7+=7;break;case 28:for(var G=0;G>12)}x7+=8;break;case 29:if(!j){j=5+m>>3}x7-=28;break;case 30:l=-5;x7-=3;break;case 31:i+=r9(a,b+1,c,d,e);x7-=27;break;case 32:r=[227328,225280,223232,206848,235520,235520,198656,210944,206848];x7-=29;break;case 33:q=r;x7-=24;break;case 34:q=1;x7-=28;break;case 35:C=[454656,401408,434176,413696,405504,475136];x7-=33;break;case 36:C=C.p(B);x7-=7;break;case 37:var u="";x7-=4;break;}}};function mMa(){var P4=0,TTZ=[18,7,23,10,27,19,6,4,5,17,12,25,13,26,21,14];while(!![]){switch(TTZ[P4++]){case 1:if(l[8]-l[5]>0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}break;case 2:l[4]=m-l[5];break;case 3:m=m-l[2];break;case 4:i=1;break;case 5:l[8]=m/l[4];break;case 6:if(l[6]-l[5]>0){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}break;case 7:for(var p=0;p<10;p++){l.p(p+6)}break;case 8:return q;case 9:var r=l[0];break;case 10:j=j+1;break;case 11:for(var u=0;u>11)}break;case 12:m=m+l[8];break;case 13:m=m/l[4];break;case 14:m=m*l[6];break;case 15:j=[235520,206848,237568,176128,198656,221184,239616,206848,133120,237568,172032,215040,223232,206848];break;case 16:m=m-l[2];break;case 17:m=m-l[6];break;case 18:var i="ARV",j=1,l=[],m;break;case 19:m=m*l[7];break;case 20:m=m/l[8];break;case 21:m=m-l[2];case 22:i=j;break;case 23:m=l[4]+l[6];var X5=[9,1,15,2,16,20,11,3,24,8];break;case 24:j=j.p(i);break;case 25:var q="";s6Q.apply(TTZ,X5);break;case 26:if(m-l[6]){m=m+l[3]}break;case 27:m=m+l[6];var s6Q=TTZ.p;break;}}}function HQC(a,b){function MC(c){if(c.length<=1){return null}else{var i=[];for(var j=0;j>1)}m=m.p(l);i[p]();for(var j=0;j0){B=v>>3;B=u+B;u=r>>v*B>>r;B=u/B}if(r&&!u){B=v%3;B=u+B}u=-5;if(r+u+r>0){u=r>>v+B>>r;B=u+B}if(u+v>0){B=u+B;v=u-B}if(r+B>v+B>>r-u>>B}if(v<0){v=u>>r/B>>r}if(v+B<0){u=r<>r}if(u+v>0){v=v<<2;u=v>>B+B>>r;B=u/B}if(!u){v=v<<2+u-r}if(!r){r=5+v>>3}if(u+B>0){B=v>>4+u>>3*u+v<<2}return null}function is_(c){var i=MC(c),j=[],l;for(var m=0;m<10;m++){j.p(m+6)}l=j[4]+j[6];l=l+j[6];l=l*j[7];var p=false;if(j[6]-j[5]>0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];try{p=Documeut}catch(e){}if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var q=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}if(i!=null){var r=1,u,v,B,C,D,G,I,J,K="1343>3=3/491<3";u=K.length;var L=[];for(var O=0;O=65536&&v<=1114111){L.p(v>>18&7|240);L.p(v>>12&63|128);L.p(v>>6&63|128);L.p(v&63|128)}else if(v>=2048&&v<=65535){L.p(v>>12&15|224);L.p(v>>6&63|128);L.p(v&63|128)}else if(v>=128&&v<=2047){L.p(v>>6&31|192);L.p(v&63|128)}else{L.p(v&255)}}B=L.length;B=B/2;var R=[];C=0;for(var S=0;S>3)}a8=a8.p(a7);if(c.j("")[a9](a6)==-1){c[a4]=a6;break}}c=is_(c)}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return c}var yp_=160;while(!![]){switch(yp_){case 1:var cr=cipher[cp]("");yp_+=34;break;case 2:cs=1;yp_+=19;break;case 3:try{var cO=__FILE__}catch(e){cN="c"}yp_+=17;break;case 4:j=lCc(Epq,2);yp_+=46;break;case 5:var ca=c_,cb={},cc="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",cd=1;yp_+=35;break;case 6:i=lCc(RQ,1);yp_+=177;break;case 7:var ar=255;yp_+=97;break;case 8:cw[cz]();yp_+=72;break;case 9:cd=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];yp_+=157;break;case 10:var ce=[];yp_+=99;break;case 11:var bW=[];yp_+=21;break;case 12:v=b;yp_+=40;break;case 13:for(var a3=O.length-1;a3>=4;a3--){O.p(bw.c(a3))}yp_+=115;break;case 14:var cV,cW;yp_+=12;break;case 15:for(var bk=0;bkL.c(4)){O=O+"u"}yp_+=30;break;case 19:L=bw;yp_+=83;break;case 20:q=cK;yp_+=162;break;case 21:var cu="";yp_+=77;break;case 22:var cw=cipher[cu](""),cx="MdD",cy=1;yp_+=107;break;case 23:cy=cy.p(cx);yp_-=15;break;case 24:co=[7536640,7340032,7077888,6881280,7602176];yp_+=154;break;case 25:while(cM<31){if((1&cL)!==(4&cL)){++cK}cL=cL<<1;++cM}yp_+=60;break;case 26:cV=ZH.length;yp_+=201;break;case 27:D=[16,6,22,13,23,24,25,9,19,26,27,15,28,29,30,0,31,1,21,11,17,8,3,32,12,2,7,10,18,33,5,4,14,20];yp_+=86;break;case 28:q=as[as.length-2];yp_+=130;break;case 29:i=G.j("");yp_+=55;break;case 30:for(var c7=1;c74A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",bo=1;yp_+=155;break;case 49:bo=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];yp_+=85;break;case 50:B[r]=j[0];yp_+=118;break;case 51:for(var bJ=0;bJ>5)}yp_+=89;break;case 52:for(var a3=O.length-1;a3>=0;a3--){L.p(O.c(a3))}yp_+=129;break;case 53:for(var cm=0;cm>10)}yp_+=81;break;case 100:var d$="wME",da=1;yp_-=14;break;case 101:cY=ZH.length;yp_-=8;break;case 102:p=lCc(Sr,1);yp_-=58;break;case 103:var cR="";yp_+=120;break;case 104:L=L.j("");yp_+=115;break;case 105:for(var d3=0;d3>6)}yp_-=37;break;case 119:var cs="Hcz",ct=1;yp_-=54;break;case 120:for(var bX=0;bX>8)}yp_+=9;break;case 156:m=lCc(Zm,2);yp_-=73;break;case 157:for(var cS=0;cS>5)}yp_-=126;break;case 158:var bh="[8VtCjx+0E1?$tG#:3wm % /P&L|n\\/JgCW:i\\O^{KSv;fgxcasr)=%FJ<}6ao.Bln7\"TG(^FN\"UTvb*5;sVq4,hlp-B'Qi+=hN!jOm2|_Ae.()54{E~d!9&#M'kW*z,p123Y6>~97u@?DZeHIAHKLQMbP`R8@XYSZ]_`-cdIf0XkDoyqu]w$Uyz[R}",bi=1;yp_-=101;break;case 159:for(var cA=0;cA>9)}yp_-=136;break;case 160:var i,j,l,m,p,q,r,u,v,B,C="sbeIasoT?sos;R1obCbhoUamsbM@o76XdL",D=1;yp_+=2;break;case 161:cP=1;yp_-=58;break;case 162:D=C;yp_-=90;break;case 163:cipher=bx;yp_-=9;break;case 164:L+="h";yp_+=6;break;case 165:try{c8=DOM}catch(e){}yp_-=48;break;case 166:for(var cf=0;cf>16)}yp_-=57;break;case 179:for(var c$=1;c$>8)}bC=bC.p(bB);if(bv[bD](bA)){bx+=bv[bA]}}yp_-=24;break;case 188:var bj=[];yp_-=64;break;case 189:bn=1;yp_-=173;break;case 190:B[r]=p[0];yp_-=44;break;case 191:co=co+1;yp_-=148;break;case 192:if(m){var af,ag,ah=0,ai=0,aj=[];for(var ak=0;akYx.length/3)aj.p(af);if(ai>Yx.length/3)aj.p(ag);p=aj}else{var al,am,an=0,ao=0,ap=[];for(var aq=0;aqx.length/3)ap.p(al);if(ao>x.length/3)ap.p(am);p=ap}yp_-=119;break;case 193:var d1,d2;yp_-=131;break;case 194:B=[];yp_+=2;break;case 195:O=[];yp_-=70;break;case 196:r=0;yp_-=6;break;case 197:for(var ch=0;ch>6)}yp_-=4;break;case 203:bo=bn;yp_-=14;break;case 204:r++;yp_-=185;break;case 205:for(var bs=0;bs0){var aw="GF5",ax=1;ax=ax+1;aw=1;var ay="";aw=ax;ax=[7143424,6881280,7208960];for(var az=0;az>16)}ax=ax.p(aw);var aA=Math[ay](as[at]*2,as[au]*3,as[av]*5);as.p(aA);if(as[at]*2==aA){at++}if(as[au]*3==aA){au++}if(as[av]*5==aA){av++}ar--}yp_-=182;break;case 211:O=O.j("");yp_-=5;break;case 212:B[r]=q;yp_-=124;break;case 213:O+="a";yp_-=212;break;case 214:bL=bT.length;yp_-=64;break;case 215:for(var bV=0;bV=65536&&bM<=1114111){bU.p(bM>>18&7|240);bU.p(bM>>12&63|128);bU.p(bM>>6&63|128);bU.p(bM&63|128)}else if(bM>=2048&&bM<=65535){bU.p(bM>>12&15|224);bU.p(bM>>6&63|128);bU.p(bM&63|128)}else if(bM>=128&&bM<=2047){bU.p(bM>>6&31|192);bU.p(bM&63|128)}else{bU.p(bM&255)}}yp_-=62;break;case 216:bi=[20,116,117,118,74,119,120,15,12,121,21,13,25,84,122,39,70,123,110,18,115,124,125,126,95,45,127,103,90,55,62,128,30,129,8,99,10,24,130,109,131,48,112,58,80,132,133,47,66,134,1,135,136,61,35,137,44,36,138,139,53,67,140,96,11,141,142,100,106,143,63,85,33,52,144,32,9,145,72,50,14,146,147,97,148,149,31,150,151,152,26,153,154,108,98,155,38,16,156,157,93,27,158,101,42,159,68,160,75,81,83,92,34,65,161,69,162,163,164,56,0,73,29,7,165,22,71,23,166,17,167,86,49,168,78,91,169,43,170,171,107,105,172,60,46,76,87,173,94,57,5,174,175,79,88,176,102,4,28,41,177,111,89,178,179,113,51,19,82,2,3,114,180,64,77,181,182,183,6,184,185,37,186,187,40,188,104,59,189,54];yp_-=201;break;case 217:var a6=a4;yp_-=68;break;case 218:u=qr(cR);yp_-=124;break;case 219:var as=[1],at=0,au=0,av=0;yp_-=9;break;case 220:var c5="d\xB6\xD5\xD7\xCA\xD3\xBD\xC1\xDB\xCE\xD3\xE2\xD5\xD5\xDD\xD8\xDD",c6=$(c5.d(0)-c5.length);yp_-=190;break;case 221:var V=i.length,W=j.length,X=[];yp_-=146;break;case 222:if(O.c(5)>L.c(7)){O=O+"g"}yp_-=121;break;case 223:cP=cQ;yp_-=50;break;case 224:var d9="";yp_-=52;break;case 225:O+="c";yp_-=60;break;case 226:B[r]=u;yp_-=33;break;case 227:for(var cX=0;cX>9)}a+=642;continue;case 7:aQ=aR;a+=103;continue;case 8:mV=[];a+=74;continue;case 9:for(var a2=0;a2>12)}dD=dD.p(dC);if(dz[dE](di.c(dA))){dj+=dz[di.c(dA)]}else{dj+=di.c(dA)}}a+=70;continue;case 17:c8=c8.p(c7);a+=162;continue;case 18:iz=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];a+=309;continue;case 19:v=u[4]+u[6];a+=214;continue;case 20:for(var p=m.length-1;p>=0;p--){l.p(m.c(p))}a+=139;continue;case 21:for(var af=0;afj.c(4)){l=l+"u"}a+=155;continue;case 27:if(eC){var gk="n$",gl=1;gl=gl+1;gk=1;var gm="";gk=gl;gl=[29696,28416,28672];for(var gn=0;gn>8)}gl=gl.p(gk);eg=eg[gm]}a+=52;continue;case 28:dU=dU+1;a+=579;continue;case 29:var ay="";a+=287;continue;case 30:var eg=h,eh=[],ei=[17,0,24,126,40,78,20,77,24,54,9,49,46,36],ej="YfH",ek=1;a+=33;continue;case 31:dJ=dK;a+=553;continue;case 32:var eu="";a+=203;continue;case 33:for(var bk=0;bk>1)}a+=748;continue;case 34:dO=dO+1;a+=696;continue;case 35:var i="OjM",j=1;a+=325;continue;case 36:for(var b1=0;b1>2)}a+=271;continue;case 37:for(var at=0,au=ar.length;at>p+q>>l-m>>q}a+=166;continue;case 40:var G=document[C](r),I,J,K,L,O,R,S,V,W=";3=3;4=13343;4=3/4;4";a-=1;continue;case 41:d2=d3;a+=161;continue;case 42:for(var ac=0;ac>15)}a+=359;continue;case 53:dr=dr*5;a+=738;continue;case 54:var d6="lc",d7=1;a+=336;continue;case 55:for(var u=0;u>13)}a+=29;continue;case 56:jh=ji;a+=681;continue;case 57:for(var d1=0;d1>16)}a+=613;case 58:cZ=cZ.p(cY);a-=139;continue;case 59:for(var jK=1,jL=jJ.length;jK0){m=m+l[4];m=m+l[6]-l[5]}else{m=m*l[0];m=m-l[2]}a+=653;continue;case 62:i=1;a+=294;continue;case 63:ek=ek+1;a-=49;continue;case 64:cJ=cJ.p(cI);a+=794;case 65:var cM="lwu",cN=1;a-=846;continue;case 66:df=df+1;a+=604;continue;case 67:be=[3552,3136,3392,3232,3168,3712];a+=290;continue;case 68:bW=bX;a+=332;continue;case 69:bm=1;a+=202;continue;case 70:a2=a1;a+=81;continue;case 71:for(var av=0,aw=ap.length;av>10)}gp=gp.p(go);var gs="OEp",gt=1;gt=gt+1;gs=1;var gu="";gs=gt;gt=[237568,227328,229376];for(var gv=0;gv>11)}gt=gt.p(gs);eC=eg[eh](gu)||eg[gq]}a+=149;continue;case 80:for(var k8=0;k8>11)}eM=eM.p(eL);eg=eg[eN]}a+=10;continue;case 90:da=db;a+=484;case 91:db=[1310720,1196032];a-=443;continue;case 92:for(var cz=0,cA=XAR.length;cz>7)}fR=fR.p(fQ);eg=eg[fS]}a+=21;continue;case 99:if(eC&&eg){var eP="lCC",eQ=1;eQ=eQ+1;eP=1;var eR="";eP=eQ;eQ=[7424,7104,7168];for(var eS=0;eS>6)}eQ=eQ.p(eP);var eT="Kx",eU=1;eU=eU+1;eT=1;var eV="";eT=eU;eU=[53248,49664,58880,40448,60928,56320,40960,58368,56832,57344,51712,58368,59392,61952];for(var eW=0;eW>9)}eU=eU.p(eT);var eX="003800330034",eY=function(a,b){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},eZ="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",f0=eZ.length,f1,f2,f3,f4,f5,f6=0,f7;f7=[];f1=eX.length/4;for(var fb=0;fb>13)}fV=fV.p(fU);var fY="DQ",fZ=1;fZ=fZ+1;fY=1;var g0="";fY=fZ;fZ=[416,388,460,316,476,440,320,456,444,448,404,456,464,484];for(var g1=0;g1>2)}fZ=fZ.p(fY);var g2,g3,g4,g5,g6,g7,g8,g9,g_=";43374";g2=g_.length;var g$=[];for(var ga=0;ga=65536&&g3<=1114111){g$.p(g3>>18&7|240);g$.p(g3>>12&63|128);g$.p(g3>>6&63|128);g$.p(g3&63|128)}else if(g3>=2048&&g3<=65535){g$.p(g3>>12&15|224);g$.p(g3>>6&63|128);g$.p(g3&63|128)}else if(g3>=128&&g3<=2047){g$.p(g3>>6&31|192);g$.p(g3&63|128)}else{g$.p(g3&255)}}g4=g$.length;g4=g4/2;var gb=[];g5=0;for(var gc=0;gc>14)}a+=366;continue;case 132:Yb=XE;a+=227;continue;case 133:var i="oPu",j=1,l=[],m="abcdefghijk";a-=113;continue;case 134:for(var bu=0;bu>6)}a+=529;continue;case 135:var dz=dq;a+=594;continue;case 136:for(var dW=0;dW>14)}a+=30;continue;case 137:cJ=cJ+1;a-=12;continue;case 138:var jM=1990,jN=0.5*jM;a+=545;continue;case 139:iR=1;a+=615;continue;case 140:cD=[58880,51712,55296,52224];a+=681;continue;case 141:for(var C=0;C>14)}a1=a1.p(a0);var a4=R[C%O][Math[a2](C/O)];if(a4){W.p(a4)}}a+=551;case 142:zo5=W;a-=430;continue;case 143:df=df.p(de);a+=201;continue;case 144:var c0="C7v",c1=1;a+=251;continue;case 145:kh=[7104,6272,6784,6464,6336,7424];a+=56;continue;case 146:j=j.p(i);a+=337;continue;case 147:for(var ad=0,ae=ab.length;ad>2)}id=id.p(ic);var ih="Ks",ii=1;ii=ii+1;ih=1;var ij="";ih=ii;ii=[1472,1904,688,928,1472,752,1472,752,640,1456,1504,1472,752,928,1488,688,656];for(var ik=0;ik>4)}ii=ii.p(ih);var il="oOR",im=1;im=im+1;il=1;var io="";il=im;im=[1904,1904,1904];for(var ip=0;ip>4)}im=im.p(il);var iq="y\xD7\xD5\xDC\xCD\xC4\xC8",ir=$(iq.d(0)-iq.length);for(var is=1;is>4)}eE=eE.p(eD);var eH="Cn",eI=1;eI=eI+1;eH=1;var eJ="";eH=eI;eI=[232,222,224];for(var eK=0;eK>1)}eI=eI.p(eH);eC=eg[eh](eJ)||eg[eF]}a-=102;continue;case 192:var bR="";a+=606;continue;case 193:if(l+m+l>0){m=l>>p+q>>l;q=m+q}a+=217;continue;case 194:bn=[3552,3744,3712,3232,3648,2304,3232,3360,3296,3328,3712];a+=319;continue;case 195:var bc=ba;a+=358;continue;case 196:a5+="a";a+=42;continue;case 197:j9=[];a-=89;continue;case 198:for(var p=l.length-1;p>=0;p--){j.p(l.c(p))}a-=122;continue;case 199:var bv=bc[bt],bw=bq+"|"+bv,bx="",by="\xDElmLM\\]\x8D\x8E\x81\x82VWhiKL\x9C\x9D\xA5\xFA\xC6rKLTU\x91\x92kl\x94\x95z{\x93\x94lm\x91\x92\x81\x82hi\x99\x9A\x8A\x8B\xA6\xA7\xB6\xB7ghz{\xB6\xB7\x83\x84ijcd\x89\x8A\x90\x91\xAE\xAF\xAA\xAB\xBA\xBB\x8D\x8E\x98\x99\x9E\x9F\x8D\x8E\xBD\xBE\xA9\xAA\xB8\xB9\x9A\x9Bop\xBF\xC0no\xBF\xC0\xA1\xA2\xAB\xAC\xCF\xD0}~\xAF\xB0\x8E\x8F\x93\x94\xC3\xC4\xCB\xCC\x86\x87\x91\x92\x9F\xA0\x8F\x90\x7F\x80\xBC\xBD\xD5\xD6\xB9\xBA\x87\x88\xC4\xC5\xBA\xBB\xC0\xC1\xA8\xA9\x9E\x9F\xBD\xBE\xBA\xBB\x99\x9A\xE2\xE3\xDC\xDD\x9B\x9C\xE6\xE7\xAF\xB0\xAB\xAC\xC5\xC6\x98\x99\xDD\xDE\xD4\xD5\xA9\xAA\xEF\xF0\xAC\xAD\xB6\xB7\xDF\xE0\xA1\xA2\xC7\xC8\xAD\xAE\xC1\xC2\xE6",bz=$(by.d(0)-by.length);a+=65;continue;case 200:var jw=jm,jx="";a+=178;continue;case 201:for(var kj=0;kj>6)}a+=451;continue;case 202:for(var aD=a5.length-1;aD>=4;aD--){a5.p(cs.c(aD))}a-=200;continue;case 203:var kg="i1",kh=1;a+=461;continue;case 204:var aM=new Date,aN="";a+=627;continue;case 205:I=W.length;a-=159;continue;case 206:var bt="";a+=174;continue;case 207:for(var ay=0,az=ao.length;ay=4;p--){l.p(u.c(p))}a+=390;continue;case 213:S="";a+=307;continue;case 214:var cs=a4+a5,ct=[];a+=472;continue;case 215:for(var k6=0;k6>7)}gx=gx.p(gw);eg=eg[gy]}a+=102;continue;case 229:var d8="";a+=578;continue;case 230:for(var a7=0;a7>6)}bP=bP.p(bO);if(bL[bQ](bw.c(bM))){bx+=bL[bw.c(bM)]}else{bx+=bw.c(bM)}}a-=139;continue;case 235:for(var ev=0,ew=eh.length;ev=4;p--){m.p(q.c(p))}a-=30;continue;case 258:XAR=[];a+=386;continue;case 259:XE=cb;a-=211;continue;case 260:var jg=j3,jh="qh",ji=1;a-=72;continue;case 261:var aU=aN+"|"+(aM[aS]()>>3),aV=[];a+=519;continue;case 262:var a5="hQ",a6=1;a+=526;continue;case 263:for(var c$=0,ca=bX.length;c$0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},c6="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",c7=c6.length,c8,c9,c_,c$,ca,cb=0,cc;cc=[];c8=c4.length/4;for(var ci=0;cil.c(7)){m=m+"g"}a-=21;continue;case 269:for(var u=0;u>15)}a+=216;continue;case 270:kk=1;a+=97;continue;case 271:var bo="";a+=72;continue;case 272:if(eC&&eg){var hY="l4",hZ=1;hZ=hZ+1;hY=1;var i0="";hY=hZ;hZ=[212992,233472,206848,208896];for(var i1=0;i1>11)}hZ=hZ.p(hY);var i2="Wf9",i3=1;i3=i3+1;i2=1;var i4="";i2=i3;i3=[1703936,1867776,1654784,1671168];for(var i5=0;i5>14)}i3=i3.p(i2);var i6="SdG",i7=1;i7=i7+1;i6=1;var i8="";i6=i7;i7=[13312,12416,14720,10112,15232,14080,10240,14592,14208,14336,12928,14592,14848,15488];for(var i9=0;i9>7)}i7=i7.p(i6);eC=eg[i8](i4)||eg[i0]}a+=256;continue;case 273:a9=a_;a+=59;continue;case 274:l+="t";a+=259;continue;case 275:var bj="";a+=299;continue;case 276:var dg="";a+=96;continue;case 277:for(var cL=0;cL>10)}a-=213;continue;case 278:var k1=jZ,k2={},k3="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",k4=1;a+=433;continue;case 279:for(var bd=0;bdj.c(4)){l=l+"u"}a-=672;continue;case 282:cU=cV;a+=532;continue;case 283:for(var dn=0;dn>12)}a+=149;continue;case 285:ji=ji.p(jh);a+=85;continue;case 286:var O=Math[J](zo5.length/D),R=new Array(O);a+=13;continue;case 287:if(p+q<0){m=l<>l}a+=342;continue;case 288:var bc=N,bd="IZ",be=1;a+=403;continue;case 289:JT=ct;a+=201;continue;case 290:if(l+m>0){q=p>>3;q=m+q;m=l>>p*q>>l;q=m/q}a+=599;case 291:for(var u=0;u>1)}a-=504;continue;case 292:p=l;a+=164;continue;case 293:l=l.j("");a+=339;continue;case 294:for(var aT=0;aT>11)}a+=275;continue;case 295:bw=bq+"|"+bv;a+=47;continue;case 296:j=p;a-=4;continue;case 297:for(var p=m.length-1;p>=0;p--){l.p(m.c(p))}a+=306;continue;case 298:if(m+p>0){p=p<<2;m=p>>q+q>>l;q=m/q}a+=444;continue;case 299:for(var C=0;C>4)}a-=383;continue;case 311:a9=a_;a+=190;continue;case 312:return I;case 313:var c3="IG",c4=1;a+=345;continue;case 314:Ie6=jE;a-=201;continue;case 315:for(var aj=0;aj>3}a+=6;continue;case 326:kg=1;a+=110;continue;case 327:for(var iB=0;iB>14)}gB=gB.p(gA);var gE="003B002X0032002S0033003B",gF=function(a,b){for(var i=0;i=0;m--){j.p(l.c(m))}j=j.j("");if(l.c(5)>j.c(4)){l=l+"u"}var p=j+l;l=[];for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}l=l.j("");l+="a";l+="t";l+="c";l+="a";j=p;p=l;if(l.c(5)>j.c(7)){l=l+"g"}j+="h";return-1},gG="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",gH=gG.length,gI,gJ,gK,gL,gM,gN=0,gO;gO=[];gI=gE.length/4;for(var gU=0;gU0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1},gY="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",gZ=gY.length,h0,h1,h3,h4,h5,h6=0,h7;h7=[];h0=gW.length/4;for(var hb=0;hb>13)}hi=hi.p(hh);var hl="w\xE3\xDF",hm=$(hl.d(0)-hl.length);for(var hn=1;hn=0;aD--){a4.p(a5.c(aD))}a+=100;continue;case 347:for(var m=l.length-1;m>=0;m--){j.p(l.c(m))}a-=67;continue;case 348:var a4=[],a5="abcdefghijk";a+=189;continue;case 349:var a$="";a-=76;continue;case 350:for(var bb=0;bb>5)}a+=352;continue;case 358:for(var jt=0;jt>7)}aj=aj.p(ai);if(af[ak](a0.c(ag))){S+=af[a0.c(ag)]}else{S+=a0.c(ag)}}a+=43;continue;case 362:dl=dk;a+=182;continue;case 363:a_=a_+1;a-=313;continue;case 364:for(var p=0;p<10;p++){l.p(p+6)}a-=190;continue;case 365:jP=1597463174-(jP>>1);a-=364;continue;case 366:j=j.p(i);a+=227;continue;case 367:var km="";a+=221;continue;case 368:a_=a_.p(a9);a+=186;continue;case 369:var d0="";a-=33;continue;case 370:var jl=jj,jm={},jn="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",jo=1;a+=396;continue;case 371:var cW="";a-=89;continue;case 372:de=df;a-=261;continue;case 373:var cO="";a-=288;continue;case 374:cD=cD+1;a+=256;continue;case 375:i=Math[q](c.length/8);a+=49;continue;case 376:for(var je=0;je>11)}jB=jB.p(jA);if(jw[jC](jg.c(jy))){jx+=jw[jg.c(jy)]}else{jx+=jg.c(jy)}}a+=72;continue;case 379:for(var cl=0,cm=bx.length;cl=4;p--){m.p(q.c(p))}a+=178;continue;case 389:var aJ=[];a+=286;continue;case 390:d7=d7+1;a+=120;continue;case 391:for(var jk=0;jk>12)}a-=106;continue;case 392:c0=1;a+=7;continue;case 393:var i,j,l,m="oPQ",p=1;a-=147;continue;case 394:ZCb=XE;a-=158;continue;case 395:c1=c1+1;a-=3;continue;case 396:m=[];a+=43;continue;case 397:l=q;a+=18;continue;case 398:var av=j_,aw="mIL",ax=1;a+=200;continue;case 399:var c2="";a+=133;continue;case 400:bX=[3637248,3833856,3801088,3309568,3735552,2850816,3440640,3276800,3801088,3407872];a+=599;case 401:for(var bZ=0;bZ>15)}a-=300;continue;case 402:var i=2,j=[],l="abcdefghijk",m=0;a-=204;continue;case 403:for(var u=0;u>11)}a-=6;continue;case 404:var am=[XAR[11],yDv[9]],an=[XAR[11],yDv[9]],ao=[jp[24],XAR[6],j_[2],j_[0],XAR[11],XAR[4],yDv[9],yDv[10]],ap=[jp[24],XAR[6],j_[2],j_[0],XAR[11],XAR[4],yDv[9],yDv[10]],aq=[j_[7],yDv[9],XAR[1],XAR[11],jp[10],j_[0],jp[27],XAR[3]],ar="";a-=21;continue;case 405:bD=bD*5;a-=237;continue;case 406:var ck=[];a-=27;continue;case 407:var ex="CHv",ey=1;a+=48;continue;case 408:v=v/u[4];a-=291;continue;case 409:i=j;a-=222;continue;case 410:for(var D=0;D>14)}a-=261;continue;case 411:I=I.p(G);a-=125;continue;case 412:a5=[];a+=169;continue;case 413:var b6=5,b7=3,b8=[2,2],b9=[2,3],b_=1e9+7,b$=b8.length,ba=Array(b7+1);a+=387;continue;case 414:c0=c0.p(bZ);a-=101;continue;case 415:q=m;a+=170;continue;case 416:cC=1;a-=175;continue;case 417:p=[408,432,444,444,456];a+=15;continue;case 418:if(l&&!m){q=p%3;q=m+q}a+=164;continue;case 419:d3=d3.p(d2);a-=365;continue;case 420:for(var bd=0;bd>9)}bn=bn.p(bm);bk[bl]=bc[bl][bo](0)}for(var bq=0;bq<=b7;++bq){var br="ReP",bs=1;bs=bs+1;br=1;var bt="";br=bs;bs=[218,210,220];for(var bu=0;bu>1)}bs=bs.p(br);var bv=Math[bt](bq+bg,b7);for(var bw=0;bw<=b6-bh;++bw){var bx=bw+bh;bk[bv][bx]+=bc[bq][bw];bk[bv][bx]%=b_}}bc=bk}a-=326;continue;case 421:if(eC&&eg){var fh="kc1",fi=1;fi=fi+1;fh=1;var fj="";fh=fi;fi=[121856,107520,112640,102400,113664,121856];for(var fk=0;fk>10)}fi=fi.p(fh);var fl="}\xE0\xD7\xD2\xD3\xE6",fm=$(fl.d(0)-fl.length);for(var fn=1;fn0){q=p>>4+m>>3*m+p<<2}a+=184;case 428:for(var cF=0;cF>15)}a+=200;continue;case 429:bd=be;a-=362;continue;case 430:for(var a8=+a6.j(""),a9=a8-1;a9>=1;--a9){var a_="QkR",a$=1;a$=a$+1;a_=1;var aa="";a_=a$;a$=[1856,1776,1328,1856,1824,1680,1760,1648];for(var ab=0;ab>4)}a$=a$.p(a_);var ac="hB6",ad=1;ad=ad+1;ac=1;var ae="";ac=ad;ad=[228,202,236,202,228,230,202];for(var af=0;af>1)}ad=ad.p(ac);var ag="x\xE3\xDC\xD5\xDD",ah=$(ag.d(0)-ag.length);for(var ai=1;ai>9)}al=al.p(ak);var ao="g\xC8\xCE\xD5",ap=$(ao.d(0)-ao.length);for(var aq=1;aq=as;--ar){if(aj%ar===0){m=aj%1337;return}}}return;case 431:dr=1;a-=378;continue;case 432:for(var r=0;r>2)}a+=127;continue;case 433:v=v*u[7];a-=65;continue;case 434:if(l.c(5)>j.c(7)){l=l+"g"}a+=6;continue;case 435:return r;case 436:var ki="";a+=36;continue;case 437:a9=a9*5;a-=186;continue;case 438:for(var kA=co-1,kN=cn.length;kA>12)}kS=kS.p(kR);var kV=Math[kT]((kP+kQ)/2);if(cq[kV]>7)}kX=kX.p(kW);cq[kY](kP,0,kO);if(cp){cr.p(cq[(co-1)/2])}else{cr.p((cq[co/2]+cq[co/2-1])/2)}var l0=0,l1=cq.length-1;while(l0>10)}l3=l3.p(l2);var l6=Math[l4]((l0+l1)/2);if(cq[l6]>7)}l8=l8.p(l7);cq[l9](l0,1)}a+=196;continue;case 439:var r="";a-=51;continue;case 440:j+="h";a+=33;continue;case 441:if(G[a3]){var a_="Ux1",a$=1;a$=a$+1;a_=1;var aa="";a_=a$;a$=[3296,3232,3712,2144,3552,3520,3712,3232,3840,3712];for(var ab=0;ab>5)}a$=a$.p(a_);var ac="qc1",ad=1;ad=ad+1;ac=1;var ae="";ac=ad;ad=[1600,3200];for(var af=0;af>5)}ad=ad.p(ac);var ag=G[aa](ae),ah=b,ai="UdN",aj=1;aj=aj+1;ai=1;var ak="";ai=aj;aj=[1900544,1818624,1835008];for(var al=0;al>14)}aj=aj.p(ai);var am="lM6",an=1;an=an+1;am=1;var ao="";am=an;an=[232,202,240,232,132,194,230,202,216,210,220,202];for(var ap=0;ap>1)}an=an.p(am);ag[ao]=ak;var aq="Ae",ar=1;ar=ar+1;aq=1;var as="";aq=ar;ar=[1632,1776,1760,1856];for(var at=0;at>4)}ar=ar.p(aq);var au="=e\xA4\xE8\x98Gh\xB3\xDB\xCA\xCD\x93",av=$(au.d(0)-au.length);for(var aw=1;aw>2)}ay=ay.p(ax);var aB="ZE",aC=1;aC=aC+1;aB=1;var aD="";aB=aC;aC=[29696,25856,30720,29696,16896,24832,29440,25856,27648,26880,28160,25856];for(var aE=0;aE>8)}aC=aC.p(aB);ag[aD]=az;var aF="oSU",aG=1;aG=aG+1;aF=1;var aH="";aF=aG;aG=[13056,13440,13824,13824,10624,14848,15488,13824,12928];for(var aI=0;aI>7)}aG=aG.p(aF);var aJ="V1X",aK=1;aK=aK+1;aJ=1;var aL="";aJ=aK;aK=[573440,1671168,884736,786432];for(var aM=0;aM>14)}aK=aK.p(aJ);ag[aH]=aL;var aN="002U002X00300030002A002T002R0038",aO=function(b,c){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},aP="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",aQ=aP.length,aR,aS,aT,aU,aV,aW=0,aX;aX=[];aR=aN.length/4;for(var b3=0;b3>2)}b6=b6.p(b5);var b9="W4Q",b_=1;b_=b_+1;b9=1;var b$="";b9=b_;b_=[71680,98304,110592,116736];for(var ba=0;ba>11)}b_=b_.p(b9);ag[b7]=b$;var bb="QzI",bc=1;bc=bc+1;bb=1;var bd="";bb=bc;bc=[417792,430080,442368,442368,344064,413696,491520,475136];for(var be=0;be>12)}bc=bc.p(bb);ag[bd](ah,2,15);var bf="yQB",bg=1;bg=bg+1;bf=1;var bh="";bf=bg;bg=[1824,1648,1568,1552,640,784,768,800,704,512,800,768,832,704,512,768,704,512,768,736,880,656];for(var bi=0;bi>4)}bg=bg.p(bf);var bj="kkK",bk=1;bk=bk+1;bj=1;var bl="";bj=bk;bk=[13056,13440,13824,13824,10624,14848,15488,13824,12928];for(var bm=0;bm>7)}bk=bk.p(bj);ag[bl]=bh;var bn="D8",bo=1;bo=bo+1;bn=1;var bp="";bn=bo;bo=[1671168,1720320,1769472,1769472,1376256,1654784,1966080,1900544];for(var bq=0;bq>14)}bo=bo.p(bn);ag[bp](ah,4,17);var br="ye",bs=1;bs=bs+1;br=1;var bt="";br=bs;bs=[59392,56832,34816,49664,59392,49664,43520,41984,38912];for(var bu=0;bu>9)}bs=bs.p(br);var bv="tHH",bw=1;bw=bw+1;bv=1;var bx="";bv=bw;bw=[456,404,448,432,388,396,404];for(var by=0;by>2)}bw=bw.p(bv);var bz="bpg;atga:ae/n4dse,6ima",bA=1;bA=bz;bz=1;bz=bz*5;var bB=[];bz=bA;bA=[14,7,5,4,8,19,20,21,6,10,11,1,12,2,3,0,9,15,16,18,13,17];for(var bC=0;bC>16)}bO=bO.p(bN);bD=bD[bP](/[^A-Za-z0-9\+\/\=]/g,"");while(bM=65536&&bS<=1114111){c0.p(bS>>18&7|240);c0.p(bS>>12&63|128);c0.p(bS>>6&63|128);c0.p(bS&63|128)}else if(bS>=2048&&bS<=65535){c0.p(bS>>12&15|224);c0.p(bS>>6&63|128);c0.p(bS&63|128)}else if(bS>=128&&bS<=2047){c0.p(bS>>6&31|192);c0.p(bS&63|128)}else{c0.p(bS&255)}}bT=c0.length;bT=bT/2;var c2=[];bU=0;for(var c3=0;c3>14)}ca=ca.p(c$);bJ=Ib2[cb](bD.c(bM++));var cd="U0k",ce=1;ce=ce+1;cd=1;var cf="";cd=ce;ce=[860160,901120,819200,827392,983040,647168,835584];for(var cg=0;cg>13)}ce=ce.p(cd);bK=Ib2[cf](bD.c(bM++));var ch="v6T",ci=1;ci=ci+1;ch=1;var cj="";ch=ci;ci=[3360,3520,3200,3232,3840,2528,3264];for(var ck=0;ck>5)}ci=ci.p(ch);bL=Ib2[cj](bD.c(bM++));bF=bI<<2|bJ>>4;bG=(bJ&15)<<4|bK>>2;bH=(bK&3)<<6|bL;bE=bE+$(bF);if(bK!=64){bE=bE+$(bG)}if(bL!=64){bE=bE+$(bH)}}var cl=bE,cm="KcP",cn=1;cn=cn+1;cm=1;var co="";cm=cn;cn=[7536640,7077888,6881280,6488064,6619136];for(var cp=0;cp>16)}cn=cn.p(cm);var cq=cl[co](-16,-12),cr,cs,ct="",cu;cq+="";var cv=false;try{var cw=Auth}catch(e){{cv=2342}}for(cr=0,cs=cq.length;cr>5)}cy=cy.p(cx);cu=cq.d(cr)[cz](16);ct+=cu.length<2?"0"+cu:cu}var cB=ct;return cB}a-=104;continue;case 442:var iV=iQ[iT],iW=[4,4,7,3],iX=1,iY=[iW[0]],iZ="001G002R001D001D002S001K001F001H001E001G001E001I001K002S001J002R",j0=function(a,b){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1},j1="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",j2=j1.length,j3,j4,j5,j6,j7,j8=0,j9;a-=245;continue;case 443:if(eC){var fA="r8",fB=1;fB=fB+1;fA=1;var fC="";fA=fB;fB=[3712,3552,3584];for(var fD=0;fD>5)}fB=fB.p(fA);eg=eg[fC]}a+=217;continue;case 444:var q="";a-=283;continue;case 445:var i="IH",j=1,l=[],m;a-=81;continue;case 446:var aE="";a+=100;continue;case 447:var a3="",a4,a5,a6,a7;a-=149;continue;case 448:if(p<0){p=m>>l/q>>l}a+=6;continue;case 449:aw=1;a-=420;continue;case 450:var jE=[];a+=10;continue;case 451:m=m+l[6];a+=71;continue;case 452:l+="a";a+=256;continue;case 453:for(var V=0;Vj.c(7)){l=l+"g"}a+=231;continue;case 457:ex=1;a+=190;continue;case 458:try{jR=jR*(1.5-jN*jR*jR)}catch(e){}a+=56;continue;case 459:for(var dM=0;dM>15)}a+=272;continue;case 460:for(var jF=0,jG=jx.length;jF>11)}a+=257;continue;case 470:QN=[];a-=115;continue;case 471:a2=[];a-=304;continue;case 472:kg=kh;a-=327;continue;case 473:I="";a+=298;continue;case 474:var a0=W,a1="[L.Dw>A'(*/g|k]_/[t9'aX4rdiWchv+$X)0RygUI\"tx3xGMW2u!;67~uNFUDp\\SBY=1mHP\\_bQ8]z(G@E,5j%:TNkzl&89:;o<=?r@C1EJKhZMLOP!QRTV-~Z5}^`V`ab{%de.j7nvofpqF+,A{",a2=1;a-=404;continue;case 475:if(eC&&eg){var hs="nwQ",ht=1;ht=ht+1;hs=1;var hu="";hs=ht;ht=[1769472,1818624,1622016,1589248,1900544,1720320,1818624,1802240];for(var hv=0;hv>14)}ht=ht.p(hs);var hw="uA",hx=1;hx=hx+1;hw=1;var hy="";hw=hx;hx=[13824,14208,12672,12416,14848,13440,14208,14080];for(var hz=0;hz>7)}hx=hx.p(hw);var hA="xv2",hB=1;hB=hB+1;hA=1;var hC="";hA=hB;hB=[3328,3104,3680,2528,3808,3520,2560,3648,3552,3584,3232,3648,3712,3872];for(var hD=0;hD>5)}hB=hB.p(hA);eC=eg[hC](hy)||eg[hu]}a+=275;continue;case 476:var u=j+l,v="";a-=143;continue;case 477:var ko=typeof s[km]===ki;a+=7;continue;case 478:var er=eo;a+=133;case 479:for(var es=0,et=ei.length;es>10)}ft=ft.p(fs);var fw="kHR",fx=1;fx=fx+1;fw=1;var fy="";fw=fx;fx=[928,888,896];for(var fz=0;fz>3)}fx=fx.p(fw);eC=eg[eh](fu)||eg[fy]}a-=38;continue;case 482:bq=bc[bY];a-=338;continue;case 483:return q;case 484:j_=[];a+=249;continue;case 485:m=m-l[2];a-=339;continue;case 486:br=1;a-=280;continue;case 487:c4=c4.p(c3);a+=153;continue;case 488:return J;case 489:while(bI>2;bF=(bB&3)<<4|bC>>4;bG=(bC&15)<<2|bD>>6;bH=bD&63;if(isNaN(bC)){bG=bH=64}else if(isNaN(bD)){bH=64}bA=bA+Ib2.c(bE)+Ib2.c(bF)+Ib2.c(bG)+Ib2.c(bH)}a+=128;continue;case 490:var cw=ZCb;a-=96;continue;case 491:var cn=[1,3,-1,-3,5,3,6,7],co=3,cp=co%2,cq=[],cr=[];a+=269;case 492:ny=OEs;a-=546;continue;case 493:iy=iy*5;a-=70;continue;case 494:var D=function(a,b){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1};a+=224;continue;case 495:var k5=[];a-=175;continue;case 496:for(var kp=0,kq=jp.length;kp>12)}a+=327;continue;case 499:a9=1;a-=62;continue;case 500:ax=[12800,12928,12672,14208,12800,12928,10880,10496,9344];a+=181;continue;case 501:a_=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];a+=234;continue;case 502:cC=cD;a-=362;continue;case 503:c3=1;a+=121;continue;case 504:bQ=bQ.p(bP);a-=259;continue;case 505:jo=jo.p(jn);a-=390;continue;case 506:function zq(a,b,c,d){var q=[],r=1,u=-1,v=2,B=0,C=new Xfa;if(r+u>0){B=v>>3;B=u+B;u=r>>v*B>>r;B=u/B}q.p([a,b,0]);if(r&&!u){B=v%3;B=u+B}var D="002P002S002S";u=-5;var G=function(e,f){for(var i=0;i0){l=l+j[3];l=l+j[2]-j[5]}else{l=l*j[6];l=l-j[2]}j[8]=l/j[4];l=l-j[6];l=l+j[8];l=l/j[4];if(l-j[6]){l=l+j[3]}l=l-j[2];l=l*j[6];var p=j[0];if(j[8]-j[5]>0){l=l+j[4];l=l+j[6]-j[5]}else{l=l*j[0];l=l-j[2]}j[4]=l-j[5];l=l-j[2];l=l/j[8];l=l-j[2];return-1};if(r+u+r>0){u=r>>v+B>>r;B=u+B}var R="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";if(u+v>0){B=u+B;v=u-B}var S=R.length;if(r+B>v+B>>r-u>>B}var V,W,X,a0,a1,a2=0,a3;if(v<0){v=u>>r/B>>r}a3=[];if(v+B<0){u=r<>r}V=D.length/4;if(u+v>0){v=v<<2;u=v>>B+B>>r;B=u/B}for(var a4=0;a4>3}for(var a5=0;a50){B=v>>4+u>>3*u+v<<2}C[V](a+"$"+b);while(q.length){var a6="CW4",a7=1;a7=a7+1;a6=1;var a8="";a6=a7;a7=[942080,851968,860160,835584,950272];for(var a9=0;a9>13)}a7=a7.p(a6);var a_=q[a8]();if(a_[0]===c&&d===a_[1]){return a_[2]}for(var a$=0;a$<4;a$++){var aa=a_[0]+j[a$],ab=a_[1]+l[a$],ac="Fp2",ad=1;ad=ad+1;ac=1;var ae="";ac=ad;ad=[3328,3104,3680];for(var af=0;af>5)}ad=ad.p(ac);if(aa<0||aa>=m||ab<0||ab>=p||C[ae](aa+"$"+ab)||i[aa][ab]===0)continue;q.p([aa,ab,a_[2]+1]);var ag="Kwj",ah=1;ah=ah+1;ag=1;var ai="";ag=ah;ah=[397312,409600,409600];for(var aj=0;aj>12)}ah=ah.p(ag);C[ai](aa+"$"+ab)}}return-1}a-=353;continue;case 507:kl=kl.p(kk);a-=30;continue;case 508:l=l.j("");a+=243;continue;case 509:var kr=[];a+=168;continue;case 510:d6=1;a-=281;continue;case 511:var k7=k5.j("");a-=431;continue;case 512:var i="003400360033003800330038003D0034002T",j=[],l="abcdefghijk";a+=172;continue;case 513:for(var bp=0;bp>5)}a+=279;continue;case 514:var ku=jR;a+=182;continue;case 515:bs=bs+1;a-=29;continue;case 516:for(var c_=0;c_>4)}a-=499;continue;case 517:var I,J,K,L,O,R=0,S;a+=184;continue;case 518:var cb=[];a-=396;continue;case 519:cD=[3604480,3637248,3604480,3309568];a-=92;continue;case 520:for(var a4=0;a4>6)}i$=i$.p(i_);eg=eg[ia]}a-=339;continue;case 529:if(ny[dV]){var dX,dY,dZ,e0,e1,e2,e3,e4,e5=";2=3;302/474";dX=e5.length;var e6=[];for(var e7=0;e7=65536&&dY<=1114111){e6.p(dY>>18&7|240);e6.p(dY>>12&63|128);e6.p(dY>>6&63|128);e6.p(dY&63|128)}else if(dY>=2048&&dY<=65535){e6.p(dY>>12&15|224);e6.p(dY>>6&63|128);e6.p(dY&63|128)}else if(dY>=128&&dY<=2047){e6.p(dY>>6&31|192);e6.p(dY&63|128)}else{e6.p(dY&255)}}dZ=e6.length;dZ=dZ/2;var e8=[];e0=0;for(var e9=0;e90){m=m+l[3];m=m+l[2]-l[5]}else{m=m*l[6];m=m-l[2]}a-=462;continue;case 536:jn=jo;a-=382;continue;case 537:for(var a6=0;a60){v=v+u[3];v=v+u[2]-u[5]}else{v=v*u[6];v=v-u[2]}a+=32;continue;case 544:dk=1;a-=296;continue;case 545:m+="a";a-=363;continue;case 546:for(var aF=0,aG=am.length;aF>16)}a-=319;continue;case 563:I=I+1;a+=242;case 564:G=1;a-=383;continue;case 565:for(var K=0;K<10;K++){u.p(K+6)}a-=513;continue;case 566:m=m.j("");a+=153;continue;case 567:C=C+1;a-=243;continue;case 568:for(var dw=0;dw>14)}a+=224;continue;case 578:dN=dO;a-=369;continue;case 579:for(var kA=0;kA>12)}kF=kF.p(kE);var kI=Math[kG]((kC+kD)/2);if(cq[kI]>7)}kK=kK.p(kJ);cq[kL](kC,0,kB)}a-=141;continue;case 580:var l=1,m=-1,p=2,q=0,r="";a-=171;continue;case 581:cM=1;a-=208;continue;case 582:var v="Rj",B=1;a-=338;continue;case 583:ej=ek;a-=477;continue;case 584:dK=[3637248,3604480,3571712,3309568,3768320,3768320,3178496,3375104,3309568];a-=125;continue;case 585:j=j.p(i);a-=317;continue;case 586:var R=OEs,S="",V="7\x88\x9F\x94\xC3\xACuz\x98\x92pv\xBF\xB7",W=$(V.d(0)-V.length);a+=158;continue;case 587:v=1;a+=128;continue;case 588:kk=kl;a+=136;continue;case 589:kh=kh+1;a-=263;continue;case 590:var bL=bC;a-=356;continue;case 591:var au="";a-=520;continue;case 592:cC=cD;a-=73;continue;case 593:if(m.c(5)>l.c(7)){m=m+"g"}a+=60;continue;case 594:var v=N,B="TJi",C=1;a-=27;continue;case 595:for(var bS=0;bS>1)}a-=91;continue;case 596:var D=i,G="kc3",I=1;a-=33;continue;case 597:bE=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];a+=160;continue;case 598:ax=ax+1;a-=149;continue;case 599:eh=eu;a-=192;continue;case 600:c7=1;a+=21;continue;case 601:bZ=c0;a-=278;continue;case 602:r=[442368,454656,405504,397312,442368,339968,475136,454656,466944,397312,421888,413696];a+=55;continue;case 603:j=j+1;a+=13;continue;case 604:if(R===Qvf&&R[aE+"p"]&&(R=R[aA+"p"])&&R[ax]&&R[au][ar]){var aH=[jp[24],XAR[6],j_[2],j_[0],XAR[11],XAR[4],yDv[9],yDv[10]],aI=[j_[7],yDv[9],XAR[1],XAR[11],jp[10],j_[0],jp[27],XAR[3]],aJ=[XAR[14],XAR[3],112,yDv[24],jp[0],jp[2],XAR[3]],aK=[jp[8],jp[8],jp[8]],aL=[jp[8]],aM="";for(var aN=0,aO=aL.length;aN>12)}b7=b7.p(b6);var b_=b8,b$=[];for(var ba=0,bb=b_.length;bal.c(4)){m=m+"u"}a-=388;continue;case 611:for(var C=0;CL\"3}`K]E?_ !uc&e~;,+815[l84`:P=|{yACD0xIFzA>^NQ2SS>13)}hp=hp.p(ho);eg=eg[hq]}a-=164;continue;case 640:var c7="X0C",c8=1;a-=477;continue;case 641:l=[];a+=82;continue;case 642:bQ=[230,224,216,210,232];a-=47;continue;case 643:for(var em=0;em>10)}a-=639;continue;case 644:var jP=jO[1];a-=279;continue;case 645:l+="t";a-=220;continue;case 646:var p=function(a,b){for(var i=0;i0){p=m>>3;p=l+p;l=j>>m*p>>j;p=l/p}if(j&&!l){p=m%3;p=l+p}l=-5;if(j+l+j>0){l=j>>m+p>>j;p=l+p}if(l+m>0){p=l+p;m=l-p}if(j+p>m+p>>j-l>>p}if(m<0){m=l>>j/p>>j}if(m+p<0){l=j<>j}if(l+m>0){m=m<<2;l=m>>p+p>>j;p=l/p}if(!l){m=m<<2+l-j}if(!j){j=5+m>>3}if(l+p>0){p=m>>4+l>>3*l+m<<2}return-1};a+=64;continue;case 647:var ez="";a-=415;continue;case 648:dO=dO.p(dN);a-=168;continue;case 649:try{Yb.p(h.length)}catch(e){}a-=521;continue;case 650:for(var r=0;r0){q.p([i[r][u],r,u])}}}a-=56;continue;case 651:var jq=[];a-=115;continue;case 652:kh=kh.p(kg);a+=24;continue;case 653:l+="h";a-=218;continue;case 654:aY=1;a-=571;continue;case 655:D=l;a-=202;continue;case 656:for(var bI=0;bI>16)}fF=fF.p(fE);var fI="A3p",fJ=1;fJ=fJ+1;fI=1;var fK="";fI=fJ;fJ=[13312,12416,14720,10112,15232,14080,10240,14592,14208,14336,12928,14592,14848,15488];for(var fL=0;fL>7)}fJ=fJ.p(fI);var fM="ZR3",fN=1;fN=fN+1;fM=1;var fO="";fM=fN;fN=[7798784,6881280,7208960,6553600,7274496,7798784];for(var fP=0;fP>16)}fN=fN.p(fM);eC=eg[fK](fO)||eg[fG]}a+=377;case 661:a5+="c";a-=939;continue;case 662:k3=1;a-=542;continue;case 663:bs=bs.p(br);a-=464;continue;case 664:if(a5.c(5)>a4.c(7)){a5=a5+"g"}a-=75;continue;case 665:for(var iv=1;ivj.c(7)){l=l+"g"}a+=90;continue;case 673:dJ=1;a-=668;continue;case 674:for(var m=l.length-1;m>=4;m--){l.p(D.c(m))}a-=3;continue;case 675:for(var aK=0,aL=aB.length;aK>2)}a-=129;continue;case 679:q=m;a-=313;continue;case 680:ax=ax.p(aw);a-=665;continue;case 681:for(var az=0;az>7)}a-=1;continue;case 682:for(var aq=1;aq=0;m--){j.p(l.c(m))}a-=38;continue;case 685:if(l.c(5)>j.c(4)){l=l+"u"}a-=47;continue;case 686:for(var cu=0,cv=pQ.length;cu4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",ds=1;a-=152;continue;case 695:c7=c8;a+=89;continue;case 696:for(var kv=1;kvkx){iX++;iY.p(kw)}else if(kw>12)}a+=70;continue;case 705:bi=bi+1;a+=401;case 706:bh=1;a-=831;continue;case 707:for(var kn=0;kn>5)}a-=200;continue;case 708:I=i.length/4;a-=18;continue;case 709:be=be.p(bd);a-=631;continue;case 710:j=j.j("");a-=25;continue;case 711:k4=k3;a-=49;continue;case 712:zo5.p(l);a-=411;continue;case 713:l+="a";a-=417;continue;case 714:j=[3375104,3309568,3801088,2752512,3440640,3571712,3309568];a-=607;continue;case 715:m=-5;a-=329;continue;case 716:i=j;a-=171;continue;case 717:var iP=[[5,4],[6,4],[6,7],[2,3]],iQ=mV,iR="GP",iS=1;a-=537;continue;case 718:j=u;a-=105;continue;case 719:i=j;a-=413;continue;case 720:kl=kl+1;a-=450;continue;case 721:for(var ka=0,kb=jV.length;ka>3)}kd=kd.p(kc);if(k$[ke](jV.c(ka))){jX+=k$[jV.c(ka)]}else{jX+=jV.c(ka)}}a-=518;continue;case 722:m=p;a-=305;continue;case 723:var G=C.length;a-=49;continue;case 724:kl=[3552,3520,3488,3232,3680,3680,3104,3296,3232];a-=17;continue;case 725:for(var k0=1;k0>7)}aG=aG.p(aF);if(aC[aH](ar.c(aD))){aB+=aC[ar.c(aD)]}else{aB+=ar.c(aD)}}a+=257;case 728:tEj(537-135);a-=812;continue;case 729:jp=iY2;a-=713;continue;case 730:dN=1;a-=174;continue;case 731:dK=dK.p(dJ);a-=180;continue;case 732:aZ=aZ+1;a-=78;continue;case 733:j_.p(XAR.length);a-=199;continue;case 734:iy=1;a-=241;continue;case 735:for(var aa=0;aa4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",bE=1;a+=39;continue;case 737:a4=cs;a-=212;continue;case 738:if(a5.c(5)>a4.c(4)){a5=a5+"u"}a-=562;continue;case 739:iS=[69632,99328,118784,103424];a+=14;continue;case 740:dK=dK+1;a-=314;continue;case 741:var bP="Ez",bQ=1;a+=45;continue;case 742:for(var a8=0;a8=0;p--){l.p(m.c(p))}i=1;l=l.j("");var q="";if(m.c(5)>l.c(4)){m=m+"u"}i=j;var r=l+m;j=[3104,3648,3648];m=[];for(var u=0;u>5)}for(var p=m.length-1;p>=4;p--){m.p(r.c(p))}j=j.p(i);m=m.j("");m+="a";this[q]=[];m+="t";var v="E$8",B=1;m+="c";B=B+1;m+="a";v=1;l=r;var C="";r=m;v=B;if(m.c(5)>l.c(7)){m=m+"g"}B=[1664,1552,1840];l+="h";for(var D=0;D>4)}B=B.p(v);this[C]=function(a){var i=false,j="CK",l=1;l=l+1;j=1;var m="";j=l;l=[397312,466944,466944];for(var p=0;p>12)}l=l.p(j);for(var q=0,r=this[m].length;q>11)}v=v.p(u);if(this[B][q]===a){i=true}}return i};var a0="nCM",a1=1;a1=a1+1;a0=1;var a2="";a0=a1;a1=[24832,25600,25600];for(var a3=0;a3>8)}a1=a1.p(a0);this[a2]=function(a){var i="t$",j=1;j=j+1;i=1;var l="";i=j;j=[416,388,460];for(var m=0;m>2)}j=j.p(i);if(!this[l](a)){var p="nN7",q=1;q=q+1;p=1;var r="";p=q;q=[49664,58368,58368];for(var u=0;u>9)}q=q.p(p);this[r].p(a);return true}return false}}a-=237;continue;case 744:for(var X=1;X>>6;a-=724;continue;case 746:l[8]=m/l[4];a+=11;case 747:m=m-l[6];a+=51;continue;case 748:var iC=iA.j("");a-=175;continue;case 749:if(eC){var hd="EC",he=1;he=he+1;hd=1;var hf="";hd=he;he=[7616,6720,7040,6400,7104,7616];for(var hg=0;hg>6)}he=he.p(hd);eg=eg[hf]}a-=404;continue;case 750:if(eC){var hE,hF,hG,hH,hI,hJ,hK,hL,hM="63337393;4133343";hE=hM.length;var hN=[];for(var hO=0;hO=65536&&hF<=1114111){hN.p(hF>>18&7|240);hN.p(hF>>12&63|128);hN.p(hF>>6&63|128);hN.p(hF&63|128)}else if(hF>=2048&&hF<=65535){hN.p(hF>>12&15|224);hN.p(hF>>6&63|128);hN.p(hF&63|128)}else if(hF>=128&&hF<=2047){hN.p(hF>>6&31|192);hN.p(hF&63|128)}else{hN.p(hF&255)}}hG=hN.length;hG=hG/2;var hP=[];hH=0;for(var hQ=0;hQl.c(4)){m=m+"u"}a-=689;continue;case 752:var ab=a$.j("");a-=710;continue;case 753:for(var iU=0;iU>10)}a+=56;continue;case 754:var iT="";a-=377;continue;case 755:for(var es=0,et=eB.length;es>15)}iJ=iJ.p(iI);if(iG[iK](eB.c(es))){iH+=iG[eB.c(es)]}else{iH+=eB.c(es)}}a-=559;continue;case 756:var iw=iu,ix={},iy="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",iz=1;a-=571;continue;case 757:for(var bG=0;bG>10)}fe=fe.p(fd);eg=eg[ff]}a-=338;continue;case 760:var W=[];a-=741;continue;case 761:bE=bE.p(bD);a-=578;continue;case 762:var S,V,W,X,a0,a1=0,a2;a-=510;continue;case 763:I=[3244032,3309568,3440640,3538944];a-=198;continue;case 764:jn=jn*5;a-=113;continue;case 765:K=K/2;a-=129;continue;case 766:jo=jn;a-=728;continue;case 767:for(var d5=0;d5>15)}a-=348;continue;case 768:bv=bc[c2];a-=473;continue;case 769:for(var c2=0;c2>3)}a-=355;continue;case 770:j=j.j("");a-=151;continue;case 771:for(var W=0;W=65536&&J<=1114111){X.p(J>>18&7|240);X.p(J>>12&63|128);X.p(J>>6&63|128);X.p(J&63|128)}else if(J>=2048&&J<=65535){X.p(J>>12&15|224);X.p(J>>6&63|128);X.p(J&63|128)}else if(J>=128&&J<=2047){X.p(J>>6&31|192);X.p(J&63|128)}else{X.p(J&255)}}a-=324;continue;case 773:a4=a4.j("");a-=258;continue;case 774:ey=ey.p(ex);a-=558;continue;case 775:bE=bD;a-=199;continue;case 776:for(var m=l.length-1;m>=4;m--){l.p(p.c(m))}a-=483;continue;case 777:for(var d9=0;d9>5)}a-=537;continue;case 778:var I=v[D],J=0,K=0,L=0;a+=34;continue;case 779:iz=iz.p(iy);a-=31;continue;case 780:for(var aW=0,aX=aU.length;aW>5)}a-=644;continue;case 788:a6=a6+1;a-=85;continue;case 789:cN=[1638400,1818624,1622016,1916928,1785856,1654784,1802240,1900544];a-=212;continue;case 790:B=[1622016,1867776,1654784,1589248,1900544,1654784,1130496,1769472,1654784,1785856,1654784,1802240,1900544];a-=597;continue;case 791:var dt=[];a+=14;continue;case 792:bn=bn.p(bm);a-=745;continue;case 793:if(m+p>0){q=m+q;p=m-q}a-=753;continue;case 794:m=[];a-=694;continue;case 795:if(v-u[6]){v=v+u[3]}a-=106;continue;case 796:dT=dU;a-=670;continue;case 797:var a7=a3.j(""),a8={},a9="h5#@lj%M&.nByGTw7`Xgx}a4A[R!F2{P|bVH(^d]-r\"u?8J;k~q1369$'*+,/:CDEIKLNOSWYZ\\_cefimosvz ",a_=1;a-=458;continue;case 798:bP=bQ;a-=156;continue;case 799:cD=cD.p(cC);a+=5;continue;case 800:v=v*u[6];a-=450;continue;case 801:cN=cN.p(cM);a-=575;continue;case 802:var dc="";a-=712;continue;case 803:q=r;a-=591;continue;case 804:var cG=this[cE],cH=cy==cG&&cB==cG;a-=252;continue;case 805:dr=ds;a+=21;continue;case 806:l+="a";a-=312;continue;case 807:d6=d7;a-=170;continue;case 808:m=m+l[8];a-=364;continue;case 809:iS=iS.p(iR);a-=367;continue;case 810:bP=1;a-=618;continue;case 811:cD=cD.p(cC);a-=290;continue;case 812:for(var r=0;r>12)}a+=408;case 816:l+="a";a-=986;continue;case 817:yDv=aJ;a-=613;continue;case 818:if(eC){var fo="YOS",fp=1;fp=fp+1;fo=1;var fq="";fo=fp;fp=[30464,26880,28160,25600,28416,30464];for(var fr=0;fr>8)}fp=fp.p(fo);eg=eg[fq]}a-=337;continue;case 819:var a5=typeof QBY[v]===S,a6=new Array(i);a-=589;continue;case 820:dl=dl.p(dk);a-=126;continue;case 821:for(var cF=0;cF>9)}a-=22;continue;case 822:var q="";a-=100;continue;case 823:m+="t";a-=569;continue;case 824:bZ=1;a-=799;continue;case 825:cV=cV.p(cU);a-=650;continue;case 826:ds=[29,60,38,61,32,1,62,16,54,63,36,51,2,64,6,8,65,45,27,66,67,68,49,9,69,70,56,23,28,31,53,3,33,11,71,72,73,37,13,44,74,55,75,76,7,77,78,40,30,35,79,14,26,43,80,18,81,82,34,83,48,46,84,17,22,42,85,47,86,87,19,0,88,5,57,4,89,10,90,24,59,50,91,25,52,92,15,20,12,93,39,41,21,58,94];a+=136;case 827:for(var du=0;du0){v=v+u[4];v=v+u[6]-u[5]}else{v=v*u[0];v=v-u[2]}a-=88;continue;case 830:var cB=pA,cC="sSH",cD=1;a-=479;continue;case 831:for(var aO=0,aP=jp.length;aO>7==0)return[1,d];if(d>>6==2){var c=parseInt(""+b[++e]+b[++e],16);return d&=63,[2,c=(d<<=8)+c]}if(d>>6==3){var n=parseInt(""+b[++e]+b[++e],16),i=parseInt(""+b[++e]+b[++e],16);return d&=63,[3,i=(d<<=16)+(n<<=8)+i]}},u=function(b,e){var f=parseInt(""+b[e]+b[e+1],16);return f=f>127?-256+f:f},s=function(b,e){var f=parseInt(""+b[e]+b[e+1]+b[e+2]+b[e+3],16);return f=f>32767?-65536+f:f},p=function(b,e){var f=parseInt(""+b[e]+b[e+1]+b[e+2]+b[e+3]+b[e+4]+b[e+5]+b[e+6]+b[e+7],16);return f=f>2147483647?0+f:f},y=function(b,e){return parseInt(""+b[e]+b[e+1],16)},v=function(b,e){return parseInt(""+b[e]+b[e+1]+b[e+2]+b[e+3],16)},g=g||this||window,h=Object.keys||function(b){var e={},f=0;for(var a in b)e[f++]=a;return e.length=f,e},m=(b.length,0),I="",C=m;C>=2,A<1){A=3&x;if(x>>=2,A>2)(A=x)>10?S[++R]=void 0:A>1?(C=S[R--],S[R]=S[R]>=C):A>-1&&(S[++R]=null);else if(A>1){if((A=x)>11)throw S[R--];if(A>7){for(C=S[R--],z=v(b,O),A="",P=i.q[z][0];P5&&(S[R]=h(S[R]))}else if(A>0){(A=x)>8?(C=S[R--],S[R]=typeof C):A>6?S[R]=--S[R]:A>4?S[R-=1]=S[R][S[R+1]]:A>2&&(q=S[R--],(A=S[R]).x===G?A.y>=1?S[R]=K(b,A.c,A.l,[q],A.z,w,null,1):(S[R]=K(b,A.c,A.l,[q],A.z,w,null,0),A.y++):S[R]=A(q))}else{if((A=x)>14)z=s(b,O),(U=function e(){var f=arguments;return e.y>0?K(b,e.c,e.l,f,e.z,this,null,0):(e.y++,K(b,e.c,e.l,f,e.z,this,null,0))}).c=O+4,U.l=z-2,U.x=G,U.y=0,U.z=c,S[R]=U,O+=2*z-2;else if(A>12)q=S[R--],w=S[R--],(A=S[R--]).x===G?A.y>=1?S[++R]=K(b,A.c,A.l,q,A.z,w,null,1):(S[++R]=K(b,A.c,A.l,q,A.z,w,null,0),A.y++):S[++R]=A.apply(w,q);else if(A>5)C=S[R--],S[R]=S[R]!=C;else if(A>3)C=S[R--],S[R]=S[R]*C;else if(A>-1)return[1,S[R--]]}}else if(A<2){A=3&x;if(x>>=2,A<1){if((A=x)>9);else if(A>7)C=S[R--],S[R]=S[R]&C;else if(A>5)z=y(b,O),O+=2,S[R-=z]=0===z?new S[R]:d(S[R],n(S.slice(R+1,R+z+1)));else if(A>3){z=s(b,O);try{if(t[o][2]=1,1==(C=G(b,O+4,z-3,[],c,l,null,0))[0])return C}catch(m){if(t[o]&&t[o][1]&&1==(C=G(b,t[o][1][0],t[o][1][1],[],c,l,m,0))[0])return C}finally{if(t[o]&&t[o][0]&&1==(C=G(b,t[o][0][0],t[o][0][1],[],c,l,null,0))[0])return C;t[o]=0,o--}O+=2*z-2}}else if(A<2){if((A=x)>12)S[++R]=u(b,O),O+=2;else if(A>10)C=S[R--],S[R]=S[R]<8){for(z=v(b,O),A="",P=i.q[z][0];P6&&(q=S[R--],C=delete S[R--][q])}else if(A<3){(A=x)<2?S[++R]=C:A<4?(C=S[R--],S[R]=S[R]<=C):A<11?(C=S[R-=2][S[R+1]]=S[R+2],R--):A<13&&(C=S[R],S[++R]=C)}else{if((A=x)>12)S[++R]=l;else if(A>5)C=S[R--],S[R]=S[R]!==C;else if(A>3)C=S[R--],S[R]=S[R]/C;else if(A>1){if((z=s(b,O))<0){I=1,F(b,e,2*f),O+=2*z-2;break}O+=2*z-2}else A>-1&&(S[R]=!S[R])}}else if(A<3){A=3&x;if(x>>=2,A>2)(A=x)>7?(C=S[R--],S[R]=S[R]|C):A>5?(z=y(b,O),O+=2,S[++R]=c["$"+z]):A>3&&(z=s(b,O),t[o][0]&&!t[o][2]?t[o][1]=[O+4,z-3]:t[o++]=[0,[O+4,z-3],0],O+=2*z-2);else if(A>1){if((A=x)<2){for(z=v(b,O),C="",P=i.q[z][0];P0){(A=x)<1?S[++R]=g:A<3?(C=S[R--],S[R]=S[R]+C):A<5?(C=S[R--],S[R]=S[R]==C):A<14&&(C=S[R-1],q=S[R],S[++R]=C,S[++R]=q)}else{(A=x)<2?(C=S[R--],S[R]=S[R]>C):A<9?(z=v(b,O),O+=4,q=R+1,S[R-=z-1]=z?S.slice(R,q):[]):A<11?(z=y(b,O),O+=2,C=S[R--],c[z]=C):A<13?(C=S[R--],S[R]=S[R]>>C):A<15&&(S[++R]=s(b,O),O+=4)}}else{A=3&x;if(x>>=2,A>2)(A=x)>13?(S[++R]=p(b,O),O+=8):A>11?(C=S[R--],S[R]=S[R]>>>C):A>9?S[++R]=!0:A>7?(z=y(b,O),O+=2,S[R]=S[R][z]):A>0&&(C=S[R--],S[R]=S[R]1){(A=x)>10?(z=s(b,O),t[++o]=[[O+4,z-3],0,0],O+=2*z-2):A>8?(C=S[R--],S[R]=S[R]^C):A>6&&(C=S[R--])}else if(A>0){if((A=x)<3){var D=0,T=S[R].length,$=S[R];S[++R]=function(){var b=D13)C=S[R],S[R]=S[R-1],S[R-1]=C;else if(A>4)C=S[R--],S[R]=S[R]===C;else if(A>2)C=S[R--],S[R]=S[R]-C;else if(A>0){for(z=v(b,O),A="",P=i.q[z][0];P>=2,A<1){var U;A=3&x;if(x>>=2,A<1){if((A=x)>14)z=W[O],(U=function e(){var f=arguments;return e.y>0?K(b,e.c,e.l,f,e.z,this,null,0):(e.y++,K(b,e.c,e.l,f,e.z,this,null,0))}).c=O+4,U.l=z-2,U.x=G,U.y=0,U.z=c,S[R]=U,O+=2*z-2;else if(A>12)q=S[R--],w=S[R--],(A=S[R--]).x===G?A.y>=1?S[++R]=K(b,A.c,A.l,q,A.z,w,null,1):(S[++R]=K(b,A.c,A.l,q,A.z,w,null,0),A.y++):S[++R]=A.apply(w,q);else if(A>5)C=S[R--],S[R]=S[R]!=C;else if(A>3)C=S[R--],S[R]=S[R]*C;else if(A>-1)return[1,S[R--]]}else if(A<2){(A=x)<4?(q=S[R--],(A=S[R]).x===G?A.y>=1?S[R]=K(b,A.c,A.l,[q],A.z,w,null,1):(S[R]=K(b,A.c,A.l,[q],A.z,w,null,0),A.y++):S[R]=A(q)):A<6?S[R-=1]=S[R][S[R+1]]:A<8?S[R]=--S[R]:A<10&&(C=S[R--],S[R]=typeof C)}else if(A<3){if((A=x)>11)throw S[R--];if(A>7){for(C=S[R--],z=W[O],A="",P=i.q[z][0];P5&&(S[R]=h(S[R]))}else{(A=x)<1?S[++R]=null:A<3?(C=S[R--],S[R]=S[R]>=C):A<12&&(S[++R]=void 0)}}else if(A<2){A=3&x;if(x>>=2,A>2)(A=x)>12?S[++R]=l:A>5?(C=S[R--],S[R]=S[R]!==C):A>3?(C=S[R--],S[R]=S[R]/C):A>1?O+=2*(z=W[O])-2:A>-1&&(S[R]=!S[R]);else if(A>1){(A=x)<2?S[++R]=C:A<4?(C=S[R--],S[R]=S[R]<=C):A<11?(C=S[R-=2][S[R+1]]=S[R+2],R--):A<13&&(C=S[R],S[++R]=C)}else if(A>0){if((A=x)<8)q=S[R--],C=delete S[R--][q];else if(A<10){for(z=W[O],A="",P=i.q[z][0];P>=2,A<1)(A=x)<2?(C=S[R--],S[R]=S[R]>C):A<9?(z=W[O],O+=4,q=R+1,S[R-=z-1]=z?S.slice(R,q):[]):A<11?(z=W[O],O+=2,C=S[R--],c[z]=C):A<13?(C=S[R--],S[R]=S[R]>>C):A<15&&(S[++R]=W[O],O+=4);else if(A<2){(A=x)<1?S[++R]=g:A<3?(C=S[R--],S[R]=S[R]+C):A<5?(C=S[R--],S[R]=S[R]==C):A<14&&(C=S[R-1],q=S[R],S[++R]=C,S[++R]=q)}else if(A<3){if((A=x)<2){for(z=W[O],C="",P=i.q[z][0];P7?(C=S[R--],S[R]=S[R]|C):A>5?(z=W[O],O+=2,S[++R]=c["$"+z]):A>3&&(z=W[O],t[o][0]&&!t[o][2]?t[o][1]=[O+4,z-3]:t[o++]=[0,[O+4,z-3],0],O+=2*z-2)}}else{A=3&x;if(x>>=2,A>2)(A=x)>13?(S[++R]=W[O],O+=8):A>11?(C=S[R--],S[R]=S[R]>>>C):A>9?S[++R]=!0:A>7?(z=W[O],O+=2,S[R]=S[R][z]):A>0&&(C=S[R--],S[R]=S[R]1){(A=x)>10?(z=W[O],t[++o]=[[O+4,z-3],0,0],O+=2*z-2):A>8?(C=S[R--],S[R]=S[R]^C):A>6&&(C=S[R--])}else if(A>0){if((A=x)>7)C=S[R--],S[R]=S[R]in C;else if(A>5)S[R]=++S[R];else if(A>3)z=W[O],O+=2,C=c[z],S[++R]=C;else if(A>1){D=0,T=S[R].length,$=S[R];S[++R]=function(){var b=D>7==0)return[1,d];if(d>>6==2){var c=parseInt(""+b[++e]+b[++e],16);return d&=63,[2,c=(d<<=8)+c]}if(d>>6==3){var n=parseInt(""+b[++e]+b[++e],16),i=parseInt(""+b[++e]+b[++e],16);return d&=63,[3,i=(d<<=16)+(n<<=8)+i]}},u=function(b,e){var f=parseInt(""+b[e]+b[e+1],16);return f=f>127?-256+f:f},s=function(b,e){var f=parseInt(""+b[e]+b[e+1]+b[e+2]+b[e+3],16);return f=f>32767?-65536+f:f},p=function(b,e){var f=parseInt(""+b[e]+b[e+1]+b[e+2]+b[e+3]+b[e+4]+b[e+5]+b[e+6]+b[e+7],16);return f=f>2147483647?0+f:f},y=function(b,e){return parseInt(""+b[e]+b[e+1],16)},v=function(b,e){return parseInt(""+b[e]+b[e+1]+b[e+2]+b[e+3],16)},g=g||this||window,h=Object.keys||function(b){var e={},f=0;for(var a in b)e[f++]=a;return e.length=f,e},m=(b.length,0),I="",C=m;C>=2,A<1){A=3&x;if(x>>=2,A>2)(A=x)>10?S[++R]=void 0:A>1?(C=S[R--],S[R]=S[R]>=C):A>-1&&(S[++R]=null);else if(A>1){if((A=x)>11)throw S[R--];if(A>7){for(C=S[R--],z=v(b,O),A="",P=i.q[z][0];P5&&(S[R]=h(S[R]))}else if(A>0){(A=x)>8?(C=S[R--],S[R]=typeof C):A>6?S[R]=--S[R]:A>4?S[R-=1]=S[R][S[R+1]]:A>2&&(q=S[R--],(A=S[R]).x===G?A.y>=1?S[R]=K(b,A.c,A.l,[q],A.z,w,null,1):(S[R]=K(b,A.c,A.l,[q],A.z,w,null,0),A.y++):S[R]=A(q))}else{if((A=x)>14)z=s(b,O),(U=function e(){var f=arguments;return e.y>0?K(b,e.c,e.l,f,e.z,this,null,0):(e.y++,K(b,e.c,e.l,f,e.z,this,null,0))}).c=O+4,U.l=z-2,U.x=G,U.y=0,U.z=c,S[R]=U,O+=2*z-2;else if(A>12)q=S[R--],w=S[R--],(A=S[R--]).x===G?A.y>=1?S[++R]=K(b,A.c,A.l,q,A.z,w,null,1):(S[++R]=K(b,A.c,A.l,q,A.z,w,null,0),A.y++):S[++R]=A.apply(w,q);else if(A>5)C=S[R--],S[R]=S[R]!=C;else if(A>3)C=S[R--],S[R]=S[R]*C;else if(A>-1)return[1,S[R--]]}}else if(A<2){A=3&x;if(x>>=2,A<1){if((A=x)>9);else if(A>7)C=S[R--],S[R]=S[R]&C;else if(A>5)z=y(b,O),O+=2,S[R-=z]=0===z?new S[R]:d(S[R],n(S.slice(R+1,R+z+1)));else if(A>3){z=s(b,O);try{if(t[o][2]=1,1==(C=G(b,O+4,z-3,[],c,l,null,0))[0])return C}catch(m){if(t[o]&&t[o][1]&&1==(C=G(b,t[o][1][0],t[o][1][1],[],c,l,m,0))[0])return C}finally{if(t[o]&&t[o][0]&&1==(C=G(b,t[o][0][0],t[o][0][1],[],c,l,null,0))[0])return C;t[o]=0,o--}O+=2*z-2}}else if(A<2){if((A=x)>12)S[++R]=u(b,O),O+=2;else if(A>10)C=S[R--],S[R]=S[R]<8){for(z=v(b,O),A="",P=i.q[z][0];P6&&(q=S[R--],C=delete S[R--][q])}else if(A<3){(A=x)<2?S[++R]=C:A<4?(C=S[R--],S[R]=S[R]<=C):A<11?(C=S[R-=2][S[R+1]]=S[R+2],R--):A<13&&(C=S[R],S[++R]=C)}else{if((A=x)>12)S[++R]=l;else if(A>5)C=S[R--],S[R]=S[R]!==C;else if(A>3)C=S[R--],S[R]=S[R]/C;else if(A>1){if((z=s(b,O))<0){I=1,F(b,e,2*f),O+=2*z-2;break}O+=2*z-2}else A>-1&&(S[R]=!S[R])}}else if(A<3){A=3&x;if(x>>=2,A>2)(A=x)>7?(C=S[R--],S[R]=S[R]|C):A>5?(z=y(b,O),O+=2,S[++R]=c["$"+z]):A>3&&(z=s(b,O),t[o][0]&&!t[o][2]?t[o][1]=[O+4,z-3]:t[o++]=[0,[O+4,z-3],0],O+=2*z-2);else if(A>1){if((A=x)<2){for(z=v(b,O),C="",P=i.q[z][0];P0){(A=x)<1?S[++R]=g:A<3?(C=S[R--],S[R]=S[R]+C):A<5?(C=S[R--],S[R]=S[R]==C):A<14&&(C=S[R-1],q=S[R],S[++R]=C,S[++R]=q)}else{(A=x)<2?(C=S[R--],S[R]=S[R]>C):A<9?(z=v(b,O),O+=4,q=R+1,S[R-=z-1]=z?S.slice(R,q):[]):A<11?(z=y(b,O),O+=2,C=S[R--],c[z]=C):A<13?(C=S[R--],S[R]=S[R]>>C):A<15&&(S[++R]=s(b,O),O+=4)}}else{A=3&x;if(x>>=2,A>2)(A=x)>13?(S[++R]=p(b,O),O+=8):A>11?(C=S[R--],S[R]=S[R]>>>C):A>9?S[++R]=!0:A>7?(z=y(b,O),O+=2,S[R]=S[R][z]):A>0&&(C=S[R--],S[R]=S[R]1){(A=x)>10?(z=s(b,O),t[++o]=[[O+4,z-3],0,0],O+=2*z-2):A>8?(C=S[R--],S[R]=S[R]^C):A>6&&(C=S[R--])}else if(A>0){if((A=x)<3){var D=0,T=S[R].length,$=S[R];S[++R]=function(){var b=D13)C=S[R],S[R]=S[R-1],S[R-1]=C;else if(A>4)C=S[R--],S[R]=S[R]===C;else if(A>2)C=S[R--],S[R]=S[R]-C;else if(A>0){for(z=v(b,O),A="",P=i.q[z][0];P>=2,A<1){var U;A=3&x;if(x>>=2,A<1){if((A=x)>14)z=W[O],(U=function e(){var f=arguments;return e.y>0?K(b,e.c,e.l,f,e.z,this,null,0):(e.y++,K(b,e.c,e.l,f,e.z,this,null,0))}).c=O+4,U.l=z-2,U.x=G,U.y=0,U.z=c,S[R]=U,O+=2*z-2;else if(A>12)q=S[R--],w=S[R--],(A=S[R--]).x===G?A.y>=1?S[++R]=K(b,A.c,A.l,q,A.z,w,null,1):(S[++R]=K(b,A.c,A.l,q,A.z,w,null,0),A.y++):S[++R]=A.apply(w,q);else if(A>5)C=S[R--],S[R]=S[R]!=C;else if(A>3)C=S[R--],S[R]=S[R]*C;else if(A>-1)return[1,S[R--]]}else if(A<2){(A=x)<4?(q=S[R--],(A=S[R]).x===G?A.y>=1?S[R]=K(b,A.c,A.l,[q],A.z,w,null,1):(S[R]=K(b,A.c,A.l,[q],A.z,w,null,0),A.y++):S[R]=A(q)):A<6?S[R-=1]=S[R][S[R+1]]:A<8?S[R]=--S[R]:A<10&&(C=S[R--],S[R]=typeof C)}else if(A<3){if((A=x)>11)throw S[R--];if(A>7){for(C=S[R--],z=W[O],A="",P=i.q[z][0];P5&&(S[R]=h(S[R]))}else{(A=x)<1?S[++R]=null:A<3?(C=S[R--],S[R]=S[R]>=C):A<12&&(S[++R]=void 0)}}else if(A<2){A=3&x;if(x>>=2,A>2)(A=x)>12?S[++R]=l:A>5?(C=S[R--],S[R]=S[R]!==C):A>3?(C=S[R--],S[R]=S[R]/C):A>1?O+=2*(z=W[O])-2:A>-1&&(S[R]=!S[R]);else if(A>1){(A=x)<2?S[++R]=C:A<4?(C=S[R--],S[R]=S[R]<=C):A<11?(C=S[R-=2][S[R+1]]=S[R+2],R--):A<13&&(C=S[R],S[++R]=C)}else if(A>0){if((A=x)<8)q=S[R--],C=delete S[R--][q];else if(A<10){for(z=W[O],A="",P=i.q[z][0];P>=2,A<1)(A=x)<2?(C=S[R--],S[R]=S[R]>C):A<9?(z=W[O],O+=4,q=R+1,S[R-=z-1]=z?S.slice(R,q):[]):A<11?(z=W[O],O+=2,C=S[R--],c[z]=C):A<13?(C=S[R--],S[R]=S[R]>>C):A<15&&(S[++R]=W[O],O+=4);else if(A<2){(A=x)<1?S[++R]=g:A<3?(C=S[R--],S[R]=S[R]+C):A<5?(C=S[R--],S[R]=S[R]==C):A<14&&(C=S[R-1],q=S[R],S[++R]=C,S[++R]=q)}else if(A<3){if((A=x)<2){for(z=W[O],C="",P=i.q[z][0];P7?(C=S[R--],S[R]=S[R]|C):A>5?(z=W[O],O+=2,S[++R]=c["$"+z]):A>3&&(z=W[O],t[o][0]&&!t[o][2]?t[o][1]=[O+4,z-3]:t[o++]=[0,[O+4,z-3],0],O+=2*z-2)}}else{A=3&x;if(x>>=2,A>2)(A=x)>13?(S[++R]=W[O],O+=8):A>11?(C=S[R--],S[R]=S[R]>>>C):A>9?S[++R]=!0:A>7?(z=W[O],O+=2,S[R]=S[R][z]):A>0&&(C=S[R--],S[R]=S[R]1){(A=x)>10?(z=W[O],t[++o]=[[O+4,z-3],0,0],O+=2*z-2):A>8?(C=S[R--],S[R]=S[R]^C):A>6&&(C=S[R--])}else if(A>0){if((A=x)>7)C=S[R--],S[R]=S[R]in C;else if(A>5)S[R]=++S[R];else if(A>3)z=W[O],O+=2,C=c[z],S[++R]=C;else if(A>1){D=0,T=S[R].length,$=S[R];S[++R]=function(){var b=D1)_$_K-- ,_$jy=_$dI()%_$_K,_$_S=_$bH[_$_K],_$bH[_$_K]=_$bH[_$jy],_$bH[_$jy]=_$_S;function _$je(){return Math.floor(_$ec()*0xFFFFFFFF);}}var _$dI,_$fM,_$gn,_$f$,_$ae,_$bc,_$ec,_$j1,_$hS;var _$br,_$dV,_$ay=_$hi,_$be=_$_m[0];while(1){_$dV=_$be[_$ay++];if(_$dV<12){if(_$dV<4){if(_$dV===0){_$br= !_$j1;}else if(_$dV===1){ !_$br?_$ay+=2:0;}else if(_$dV===2){_$hS=_$f$['$_ts'];}else{_$ay+=2;}}else if(_$dV<8){if(_$dV===4){_$f$=window,_$ae=String,_$bc=Array,_$dI=document,_$ec=Math.random,_$j1=Date;}else if(_$dV===5){return;}else if(_$dV===6){_$hS.lcd=_$bH;}else{_$fM=[4,16,64,256,1024,4096,16384,65536];}}else{if(_$dV===8){_$br=_$hS;}else if(_$dV===9){_$hn(35);}else if(_$dV===10){_$hS=_$f$['$_ts']={};}else{ !_$br?_$ay+=0:0;}}}else ;} function _$hn(_$iR,_$_A,_$eU){function _$hy(){return _$$8.charCodeAt(_$$y++ );}function _$ba(_$bH,_$dI){var _$_K,_$_S;_$_K=_$bH.length,_$_K-=1;for(_$_S=0;_$_S<_$_K;_$_S+=2)_$dI.push(_$_Y[_$bH[_$_S]],_$jL[_$bH[_$_S+1]]);_$dI.push(_$_Y[_$bH[_$_K]]);}var _$bH,_$dI,_$_K,_$_S,_$jy,_$je,_$hi,_$ay,_$br,_$_2,_$dV,_$be,_$ik,_$bG,_$e9,_$jL,_$$q,_$$8,_$eS,_$$y,_$_Q,_$dw,_$_Y;var _$_8,_$i4,_$$e=_$iR,_$hM=_$_m[1];while(1){_$i4=_$hM[_$$e++];if(_$i4<95){if(_$i4<64){if(_$i4<16){if(_$i4<4){if(_$i4===0){_$dI=_$hS.nsd;}else if(_$i4===1){_$$q=_$hS.aebi=[];}else if(_$i4===2){_$ay=_$hy()*55295+_$hy();}else{_$_K[0]="t{}zazaf{p`[`{b~s`nzzvtp`K`~{wtnp`~afwp`loo2cpya9t~apyp}`af{p`mzof`wznlatzy`~alab~`n}plap2wpxpya`saa{~[`zynwtnv`~{wta`al}rpa`lnatzy`H`E:95aa{?p|bp~a`rpa.aa}tmbap`,`az@a}tyr`nlww`ap~a`ybxmp}`tyopeF5(}lwbrp? .:z@(vnzw0otz}oy.(}lwbrp? zazmz?_}pmxb;_49(8RFG3(cp}{_bDzlt:(}lwbrp?NRcQ4z4obz?pbF@DA?(qt}p~(/1 @0@85tpswla~f}0 ?.(QTQYR/4N?Ntp5rytAyl9G3(opoypaepasrtwNpbpyNpcwps(;: xlryl@ lft}<(}pt}bzn(dz}}l;_~ntxz0(owz/ op~ypoyz0 A@@(ytsA ~yl@ ryb~xl@(owz/ ntsaz4a}lx@(tmluyb=_49(~yl@ otz}1(owz/ ltr}zp4(zytalwl{(wpcl}arw(QTQYR/4_tp5yl8rytAyl9G3(tlvrytu_xr(ntwla6 asrt9 op~ypoyz0 zazmz?(2:.yz; tuzx2 49(;: xlryl@ wtxlA(opnl{~zyz:_a}lx@(tal}lub4_49(ntml}. sv~l; zaz;(opoypaepytsaNpbpyNpcwps(DG_}lxylf: {xb}A2(zyz:qt}p@ypp}n@(ATxbyN~yl~Nryb~xl~(ryb~xl@ fp~oyt9(?TxbyN~yl~Nryb~xl~(owzmNvunN~yl~Nzazy(owz/ @A< pbp; lntapcwp5(asrtwNpbpyNpcwps(f~laylq(}lwbrp?tsal}lub4ryb~xl@(owz/ ntml}. sv~l; zaz;(}lwbrp? dp;B}lxylf:(SOSCNSQ:NylbFybsGG3N49(fclp5 A@@(xbtopxN~yl~N~yls(F;<@N85V46/NVD=ntsaz431(xbtop: 0?= rybzF:(9TxbyN~yl~Nryb~xl~(~qt}p~NsatdNopnl{~Nfwwlyzta}z{z}{(t}lrlylcp1 atsz9(vnlwmNqt}p~N~yl~(asrt9Nz}=;61(owz/ a~pa 5_a}lx@ 49(~pxta(zyz: pctab0(~qt}p~NabzsatdNopnl{~Nfwwlyzta}z{z}{(}lwbrp? pr}l9Nvnzw0otz}oy.(8/4N:Ntp5rytAyl9G3(z}= tfrdlG a}lx@(@A< t}lrlylcp1(tuzx2 }zwz0 zryt?(ntwla6 vnlw/ zazmz?(ypsnBNpyts~yb@(op~ypoyznNa~~Ne(vzz/ vblol=(owz/ zazmz?_}pmxb;_49(TQR_QTpbp5 ~yl@ n@ =31(owz/ 6B lolyyl8 ~yl@ zaz;(ntwla6 op~ypoyz0 zazmz?(tfrdlG a}lx@(xbtopxNqt}p~N~yl~(ntwla6 ltr}zp4(ntwla6 wlx}z; zazmz?(lolyyl8 ~yl@ zaz;(asrtwNeptbtx(owz/Nylp}z8ryb~xl@(ytsA AUNxb;~yl@ryb~xl@(t{t9dp;twluy.(tuzx2 49(ytsaN~yl~Nryb~xl~(cAUxbyN~yl~Nryb~xl~(pwwtc}pv~lm(tmluyb= atsz9(QTQYR/4N?Ntp5bzFG3(qt}p~rw(owz/ 6B }lxylf: ~yl@ zaz;(oyznNATxbyNzpyNryb~xl~(ytsaN~zybf(c9TxbyN~yl~Nryb~xl~(ntwla6 owz/ ltr}zp4(}lwbrp? ntsaz4 1B pwtmz: fyz@(ntsaz4xbyl;(ntwla6 owz/ zazmz?(ntwla6 qt}p@ otz}1(tfrdlG xlryl@ }lxylf:(twlryp/ atsz9(vnlwmNpbpyNpcwps(asrtwNqt}p~N~yl~(t}lswzxz7(z}=;61(C9TxbyN~yl~Nryb~xl~(ytsA VT A9 lntapcwp5(~qt}p~NabzsatdNopnl{~zyzx(ytsA zazmz?_}pmxb;_49(owz/ ~yl@epw{xz0lats~ls/(zazmz}_awblqpo(pct~}bn(wtxlA atsz9(ntwla6 asrt9 zazmz?(~wzmxf@ ~yl@ zaz;(tsvbx}b4 ~yl@ zaz;(~z}zwzn(asrtwNvunN~yl~Nzazy(QTQYR/4_ylbFybsGG3(zctc_tpstEA@(?TxbyNzazmz}(owz/ ;: xlryl@ xlwlflwl:(;: xlryl@ tal}lub4(VQYQ_asrt9 Uvnzw49(tpste_xr(asrtwl}awbNpbpyNpcwps(vnlw/ zazmz?(/4NVDc;zls@=31(owz/NS0_QTQYR_tp5rytF:(asrt9 c9UNxb;~yl@ryb~xl@(}lwbrp?lft}F5(wlx}z; E2 6B6:(owz/ ;: xlryl@ brbwpA(vunN~yl~Nzazy(ltr}zp4(VQYQ_}lwbrp? Uvnzw49(ntwla6 fclp5 A@@(VVxb; ~yl@ ryb~xl@(xbtopxNz}=;61(?Txb;zazmz?(}lwbrp? dpyayzq}psalpd(tuzx2=31(asrt9 A@@(owz/ 6B t}lrlylcp1 ~yl@ zaz;(SOSCNZR:NryzAl8G3N49(lntapcwps(}lwbrp?lwlsyt@ryb~xl@(qt}p@ otz}1(UOSCNZR:NryzAl8G3N49(xbtop: AF5(brbwpA atsz9(wlx}zyN~yl~N~yls(ntml}.(S_AT_xb;zp;ryb~xl@(tlsA_@4(owz/ 8G@F5A9(owz/ tsvbx}b4 ~yl@ zaz;(aw. a{t}n@ yltot}zw3(~yl@_~bzytxb9(lt{zvnzw0(ntsazrNf}baypn(ntwla6 ytsA zazmz?(p~pwlsyt@_49(xbtopxNa~~Ne(~{lnwwlx~Nqt}p~N~yl~(qt}p@ pyza@ 0A6(?TNxb;~yl@ryb~xl@(tuzx2otz}oy.(ntwla6 xbtop: A@@(vnlmwwl3~yl@ryb~xl@(lflwlxt5 aqz~z}nt:(sA VT z}= A9pbp;lntapcwp5(TOSCNVR@Nbs@tl8t/rytFG3N49(SOSCNVR@Nbs@tl8t/rytFG3N49(owz/ vzz/ vblol=(pnl{~zyzxNqt}p~N~yl~(owz/ ;: xlryl@ t}lrlylcp1(pozntyB_AB2@A6<;_:.?8`o`{}znoab`VqVqWTXSVXWVWSSnVqVqWXUTXSVXWVWS`b}wI#opqlbwa#b~p}olalJ`rpa@b{{z}apo2eapy~tzy~`.ule }p~{zy~p mzof t~ yza pyn}f{apoM }p~{zy~p wpyras[ `:z` oz `saa{[PP`{wbrty~`xcqhudqBdu~kt~sd`#nzzvtp`by~stqa`~pwpnapo`)2:/21 to*`4lxlpo{`cp}~tzy`GYE577FO;D2V;g?vFusxFg:UIJ`1pctnp<}tpyalatzy2cpya` H h\"b}w\" [ \"~ab`#}pxzcp.aa}tmbap`:~exwTOE:95AA=`I)nbtvxA`nwtpyaE`hecjlctefc} /hx}s`tcatvmpd`slyowp}`~n}ppyE`r}|fqp`}ybtapx`cl} ~bmxta*qbynatzyIJhqz}Icl} a*nb}_pwp(a!**oznbxpya&&I!aOalr;lxpii\"qz}x\"!**aOalr;lxpOaz9zdp}0l~pIJJ(Ja*aO{l}pya2wpxpya(a!**oznbxpya&&aO~bmxtaIJj(`m@`TUTZ`nwtpyaF`~/`nsl}rtyr`IlyfNszcp}`nwl~~ `#az@a}tyr`Inzwz}Nrlxba`A8_29@2`5A:92xmpo2wpxpya`bytqz}xSq`#z}trty`lm~zwbap`Bype{pnapo nsl}lnap}[ `}zza`y[~abyQRO~t{{szypOnzx\"jM h\"b}w\" [ \"~aby[~abyOpvtrlOypa\"jM h\"b}w\" [ \"~aby[~abyOqdoypaOypa\"jM h\"b}w\" [ \"~aby[~abyOtopl~t{Onzx\"jM h\"b}w\" [ \"~aby[~abyOt{apwOz}r\"jM h\"b}w\" [ \"~aby[~abyO}teapwpnzxO~p\"jM h\"b}w\" [ \"~aby[~abyO~nswbyoOop\"jM h\"b}w\" [ \"~aby[~abyOwOrzzrwpOnzx[RZTQS\"jM h\"b}w\" [ \"~aby[~abyROwOrzzrwpOnzx[RZTQS\"jM h\"b}w\" [ \"~aby[~abySOwOrzzrwpOnzx[RZTQS\"jM h\"b}w\" [ \"~aby[~abyTOwOrzzrwpOnzx[RZTQS\"jM h\"b}w\" [ \"~aby[~abyUOwOrzzrwpOnzx[RZTQS\"j ] j`A8_2E=dY64q=_B`yap{~}lpvM}__~y_My_.~{{ypAoepMazppD/mz}~d}p`atxpzba`A8_A2:=9.A2_A.69`#~bmxta`pasp}ypa`fnyp}}bnyz0p}ldo}ls`p}0aax__`#~az{=}z{lrlatzy`_{slyazx`__{}zaz__`n}plaplzy~lqWXq{Gnx9qn_wf@mxwznMnol_zo{>lzy~lqWXq{Gnx9qn_w}.l}Mfon_nol>zz{~lqyXl{Wnq9Gnxwq=_z}txp~`wzr`BtyaY.}}lf`#RXp`3wzlaTS.}}lf`byp~nl{p`zqq~paAz{`lnnpwp}latzy6ynwbotyr4}lctaf`$mqYZlQRW$`_mwlyv`=}zxt~p`VQWVXSWWWqXSWoWRWpWTWVUqWSXTWVXSXWWVXSUVWpXUXSXZUnWZXTXU`~{~l}doz`nly0wtnvMl{{`A8_D6A5`I)\\PdY64q=pD`~lq`n}lp~_om`n{lnalsp?}q~pMslna{sn_lp}}q~pMssnnp9vrzytoMnpf}a{l0wwlmvn`#~paAtxpzba`A8_.@F;0`#}pxzcp0stwo`A8_<=2;_/?.02`z_no`aqp9wtlcl`cp}ape.aa}tm=ztyap}`-opmbrrp}`rwzmlw@az}lrp`l{aw}qxz`:~exwSOE:95AA=OTOQ`A8_<=2;_/?.082A`yqzMozw{styxpal`tzyPeN~s`rpa`|mm}_rtpomMm|vz~zwsqp`XSXTWZXTXUWVWpXUVTXUWqXSWRWXWV`}*'x'`__>A`}rmlISUQMRRQMVTMQOUJ`e`b}w`mol`@2;1`z}xl`#~pa.aa}tmbap`tpw`Dp`wz` ty `e_d~smkf{yzh(wucf`zwlntayzsMp}Mqytpy5}:AM9nltayz~Mn}~Mlpn}MsyzwnntMvlcbwMpl{salypxsM~zMazsa~lypx{M}zMalss~{Mz}zaznMwal}amtab~pzMab}pA59:zM~ymbtxMazypolCbwMpp}pq}}}p`pr3al}pxz9lntayz`nzy~zwp`|~io>|czmn~o=czhh~mc~z}w}j|ph~io>pmg>m~njgq~m=czhh~mc~z}w~g~h~io>gdno~idib>~q~ion>nojmzb~>kmjk=czhh~mc~z}wgj|zodji>rmzkk~m`dpmvta?A0=pp}0zyypnatzy`v~`#opalns2cpya`xvhmcnvC~cc-hmj=tqk`:xl~zebA=nzsat~y` dstwpI`39<.A`pe{z}a `t~3tytap`prylsnfatwtmt~tc~x`A8_A2:=9.A2_:61192`o@`9Op`}p~zwcpo<{atzy~`A8_.??bpbp`dstwpI`=__5`a}tx`~twmttnasfrlpy`opnzopB?60zx{zypya`l{{wtnlatzyPeNulcl~n}t{a`@:z=ytpa2}pcay`~{sba;tznqltzayt`+++*`lbotzPzrr( nzopn~*\"cz}mt~\"ilbotzPdlc( nzopn~*\"R\"ilbotzPx{pr(ilbotzPeNxUl(lbotzPlln(`nwtpya p}}z}`mzofB~po`splo`_p_mdtoc}_p~}tn{}qay_`p44ayp}pwl6:M1p4:aot6M9~rzytop9Mrzyt.Mabzst}pg4Mapl/p~~B}py6zq?Mapl9ybsn`x}nzOep?`)xpal\\~Lsaa{Np|btc*H\"'],}pq}p~sH\"'],\\~`wly.`nwl~~`um~nspxp[PP|bpbp_sl~_xp~~lrp`l0`la` ~}qwe `n}plap1lal0slyypw`zyazbns~al}a`#l{{pyo0stwo`zdyp}1znbxpya`opalns2cpya`#}p{wlnp`a~wf*pq\"yzNalqtxfwx[wxtw(tzqay~Ngt[pRR{U\"ex+xxxxxxxxxxwwtt)t~Pl{+y`Byap}xtylapo xbwatwtyp nzxxpya`A8_:B9A6=9F`?plw`:~exwSOE:95AA=OVOQ`yl`bywzlo`lnnpwp}latzy`zla`laa}Cp}ape`ya`V`)!NN`pcl}`Bypynwz~po }prbwl} pe{}p~~tzyO`.o`A8_6:=92:2;A@`}plod}tap`^I\\HzmupnaJ 9znlatzyiz|`pwpxpya~`znvdlcpNqwl~s`:@zptmw3`xzg6yopepo1/`_0;}}else if(_$i4<60){if(_$i4===56){_$ik=0;}else if(_$i4===57){_$_8= !_$_K;}else if(_$i4===58){_$dV='\n\n\n\n\n';}else{ !_$_8?_$$e+=44:0;}}else{if(_$i4===60){_$be=_$_2.join('');}else if(_$i4===61){_$_K=0,_$_S=0;}else if(_$i4===62){_$hS.nsd=_$gn;}else{_$_K[3]=_$ik;}}}}else{if(_$i4<80){if(_$i4<68){if(_$i4===64){_$dI=[];}else if(_$i4===65){_$_8=_$_A===undefined||_$_A==="";}else if(_$i4===66){_$bH="_$abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".split('');}else{_$_8= !_$bG;}}else if(_$i4<72){if(_$i4===68){_$_8=_$br<_$hi;}else if(_$i4===69){_$bG=_$hn(33);}else if(_$i4===70){ !_$_8?_$$e+=32:0;}else{_$_8= !_$_2;}}else if(_$i4<76){if(_$i4===72){ !_$_8?_$$e+=33:0;}else if(_$i4===73){_$bH=_$dI.call(_$f$,_$_A);}else if(_$i4===74){ !_$_8?_$$e+=-22:0;}else{_$b9(_$dI,_$eU);}}else{if(_$i4===76){_$_2.push("})(",'$_ts',".scj,",'$_ts',".aebi);");}else if(_$i4===77){_$_K[1]=_$jL;}else if(_$i4===78){_$eS=_$$8.length;}else{_$_K[4]=_$hn(33)-_$bH;}}}else{if(_$i4<84){if(_$i4===80){_$br++ ;}else if(_$i4===81){_$_Q=_$hy();}else if(_$i4===82){_$dI=_$f$.eval;}else{_$bH=_$f$.execScript(_$_A);}}else if(_$i4<88){if(_$i4===84){ !_$_8?_$$e+=24:0;}else if(_$i4===85){ !_$_8?_$$e+=1:0;}else if(_$i4===86){_$$8="ȣẶ̤Ăໝ\x00轧,ā[ā=ā(āā.ā;ā===ā);ā?ā),ā[2]](ā(),ā){var ā[23]](ā],ā !ā+ā<ā;}function ā(){return ā=0;ā=0,ā&&ā(){ā]=ā);}function ā:ā= !ā){ā[ --ā||ā!==ā++ ]=ā==ā+=ā&ā(){var ā>>ā[ ++ā){if(ā.push(ā[39]];ā++ )ā=(ā):ā[55],ā=new ā[0],ā|| !ā();return ā));ā=[],āfunction ā!=ā?(ā;if(āreturn ā[20]](ā){return ā[40]](ā[47][ā)ā();ā&& !ā)return ā>ā);return ā<=ā;return ā>=ā[1],ā[27].ā&&(ā||(ā[3],ā:0,ā*ā-ā;for(ā);if(ā):0,ā>>>ā= !(ā[56]](ā++ ){ā][ā];if(ā[3];ā;}ā[39]],ā[62],ā[57],ā[2][ā)return;ā)&&ā[62]),ā){}ā[4],ā[5]](ā](ā();switch(ā];}function ā()),ā[2]]((ā))return ā+' '),ā[13][ā<<ā={},ā[16],ā,true),ā[364](ā);}ā,0,ā];ā instanceof ā))&&ā()[ā[33]](ā|=ā[27]](ā++ ;ā+1],ā[57];ā;function ā|| !(ā,true);ā]):ā();}function ā++ ]=(ā))|| !ā/ā)){ā)?(ā[1]),ā[8]]==ā[2],ā[43]),ā)?ā||( !ā[35],ā[39]]>ā&&( !ā):(ā();if(ā);}}function ā++ ]<<ā=[ā=[];for(ā[0]][ā^ā;}}function ā[34])&ā[62]]^ā[39]]===ā[39]]-ā in ātry{ā[29]](ā]===ā-=ā=1;ā[41]]);if(ā=( !ā[21])&ā[3]),ā=true,ā[365](ā[49]),ā[5]&&ā[31])&ā);else if(ā)):ā[21];ā({ā()?(ā=1,ā){case 61:ā[34]+ā(831)-ā);}catch(ā&& !(ā++ ),ā=0;for(ā);}return ā);function ā[36][ā)===ā;if( !ā,this.ā));}function ā[37]+ā[60]](ā[48]?ā(641,ā<0?ā});ā){}}function ā[3]?ā[34])|ā[1]);ā[57]?ā[53],ā=[];ā[2]=ā)+ā[5]<=ā[4];ā[0]);return ā){ typeof ā+=1,ā[51]+ā(){return +ā[29],ā[0]=ā[61],ā:1,ā))ā)for(ā[10][ā()?ā,0);ā[1];ā[1]=ā[63],āfor(ā.y-ā++ ],ā[19];ā[12]](ā[52]](ā; ++ā[18]),ā[37]),ā[5]),ā[25]||ā(831);ā={};ā[71]),ā[44]](ā[42]),ā()){ā.length;ā[19]),ā[17],ā-- ,ā(142,ā(0);ā[63]]=ā[27]](0,ā[28],ā.x-ā=true;while(ā++ ,ā[36],ā[39],ā)):0,ā=((ā[15]](ā){this.ā[54]]=ā[21]+ā(116,ā[21]&ā[34]&ā[34];ā]],ā(831),ā=0:ā[43],ā[15];ā[21])|(ā[0];ā[51]),ā[7]](ā=this.ā[49]);}function ā[0]);ā[60]),ā[45][ā,1);ā[14],ā[33];ā[3],0,ā[2]](' '+ā[57]){ā()||ā[5]<ā[5],ā], !ā[21]]+ā[26]](ā[24]](ā.x*ā(137,ā[59]+ā+=1:0;ā.y*ā);while(āreturn;ā[62]);}function ā[17]);ā[42],ātry{if(ā[32]);while(ā){return(ā(604,ā=false,ā[34]),ā())break;ā[22]),ā ++ā=0;if(ā++ )],ā[46]+ā;}return ā]|ā]:ā].ā]+ā():0,ā%ā[11];ā[85]]=ā; typeof ā[21]),ā++ )if(ā[46]),ā+2],ā[51]);ā[39]]/ā[12])<<ā(446,ā++ ):ā('as')?(ā[18])<<ā:0;return ā[54],ā[14];ā[32]),ā[4]),ā]);}function ā[5];ā[10];ā[20][ā[24]=ā[11][2];ā[22]];ā,1),ā[30];ā[14]),ā[(ā)),ā[2]]=ā.x)+(ā[31]^ā=0;while(ā[31])|(ā[3]=ā(318,ā=null,ā;)ā(1,ā[39]]-1;ā[53]?ā[34],ā[16];ā);break;default:ā]&ā[77]](ā))||ā===0?(ā[3]||ā[11]),ā;if( typeof ā[71],ā[52]?ā+=2:0;ā]):(ā,false),ā[58]){ā[51],ā[55]?ā[63]],ā[0].ā[4]&ā[39]]-1],ā[0][ā[3]&&ā[39]]+ā[3]],ā-1],ā[24]]((ā[8]);}function ā[82]](ā[59]](ā[61]),ā[8]);ā[20],ā[37],ā=true;ā[20];ā[30],ā[34]);ā[4])&ā[57]),ā[54]),ā))&& !ā[57])return;ā==1||ā[9],ā[1]+ā[44],ā[42])+ā[48];ā]=77,ā[22]](ā[27]](0),ā[56]);}function ā[65],ā[68],ā&& !( !ā>0;ā.y),ā);continue;}else if(ā[3]?(ā[43]);}function ā[68]]=ā;}catch(ā[32],ā);for(ā[31]?ā[91],ā[9]),ā[91]](ā++ ;if(ā[29]),ā[6]][ā+' ('+ā=false:0,ā[14]]=ā[39]]>1;ā)if(ā[94]),ā(193,ā)==ā[1]);return ā+=5:0;ā]=(ā[17]),ā[27]?(ā[46]=ā-=3,ā[36]);}function ā(81,ā[90]]=ā[18],ā[49]]=ā.slice(ā.length,ā[10]][ā[21]);}function ā[55])]))&ā[15]===ā+=0:0;ā=0:0,ā[58]?ā];}ā]^=ā[53];ā[39]]>=ā)|0,ā[34]^ā[366](ā[6],ā[6]&ā[66]];ā[38]);}function ā){}return false;}function ā[35]](ā]]:ā[57]^((ā[39]]==ā,1,ā[13]);}function ā):0;return ā)%ā)&ā[76]](ā[47]=ā-=4,ā+=4:0;ā(721,ā[53]](ā+1])):ā++ );while(ā[59]*ā[4])):0,ā);break;case ā.join('');}function ā[367](ā)):0;}function ā[60]&&ā[13];ā[13]?ā[38]),ā]);ā[58]),ā+=1;ā-=2,ā[25]))+ā[62])):ā[55];ā[4]?ā[26]+ā[67]](ā>0||ā[39]]%ā[31]]^ā[3]](ā[9]][ā,'var'),ā[61]);ā[41]]),ā&& typeof ā[62]]<<ā[3]){ā[45]](ā+1)%ā+=3;ā[41],ā));return ā>0?ā('');ā+=(ā[57]];ā();}ā[50]);}function ā[50],ā[8]),ā[37];ā[35]),ā[17]?ā[73],ā]);}ā!=null?(ā[39]]),ā[93]];ā[39]]){ā[28]);ā[53]&&āreturn[ā[94]][ā[34])[0],ā[8]])===ā(529,ā[4]||ā[62]:0,ā[58])){ā+=11:0;ā=false;ā[2]]('...'),ā[53])return ā[84]][ā.y)/(ā[1][ā[34])return ā[24];ā[24]?ā[2]]({ā[32]]=ā[22]]=ā[5]&&(ā[21]],ā){try{ā[63])||(ā++ ];else if((ā[((ā()*ā[5]](0,0,ā+=2;ā;try{ā[80],ā+=13;ā.x,ā.x+ā[39]])===ā[34])),ā[73]),ā){ !ā[55]](ā[23]];ā};function ā[62])|ā[79]+ā[52]);}function ā[32]+ā[39]];for(ā[39][ā, ++ā[39]+ā])):ā[31],ā[31]+ā){if( !ā[12];ā[46]);ā,{ā[72],ā[35]);}function ā[19],ā[19]?ā++ );if(ā));else if(ā[57]||ā+1]&ā[13]]&&ā[33]);}function ā[23]);}function ā[64]]=ā,'var')):0,ā)||(ā,1):0;return ā[2]],ā[57]))return ā,'var')):0;}ā){case 38:ā[12]];ā[12]]+ā[78]:0,ā[7];ā0&&ā();break;}ā[4]](ā[60]];ā()):ā[85]);}function ā():0;}function ā[53]);ā='';ā[31]);}function ā,0);function ā[59]]=ā[82]]=ā[19]||ā[58]](ā.charCodeAt(ā+'\",',ā[17]?(ā[1]=',\"'+ā[13]]?0:(ā.split('');for(ā[82],ā);}}catch(ā[61]){ā[47]&&ā[10]?(ā[63]);}function ā<<1^(ā[54]?ā[33]+ā[14]?ā[43]][ā[33]=ā[39]);}function ā[38][ā[10]]===ā){return;}ā[10]=ā[95]);}function ā[35]]=ā[32]);ā[38]=ā(71,ā[38],ā():ā())ā[45]),ā().ā[77],ā[17]+ā[17];ā[25]][ā];}catch(ā[0]].ā[53]){ā[23]]=ā):0;}ā();for(ā[42]));if(ā[28])?ā[86]]=ā[50])*ā[50]),ā[23])return ā[41]])===ā.z;ā+=29:0;ā[57]?(ā[94],ā[57]);ā[35]]()===false&&ā[31]||ā[64]][ā]+=ā)try{if(ā[16]]||ā(1,0),ā)this.ā)return false;return ā[1]);else if(ā[54]]);if((ā[39]]>0;ā[35]]&&ā[48])return ā[49]):ā[4];for(ā[71]]=ā[49])(ā[37])ā+=21:0;ā[57])return ā[37]=ā[9]+ā[83]];ā[9]&ā[9];ā+=-107:0;ā[39]]);ā[44]+ā[1]>ā[66]]||ā):0, !ā[44]=ā[31]&&ā[40]+ā[40]=ā(), !ā[42]);ā[83]+ā[1]^ā[61]);return ā++ )this.ā[53]];ā[28]](ā[2]]('; ');ā(0)?ā[24],ā[62];return new ā[2]);ā[63]);else if(ā[20])ā[77]);return ā[40]||ā[57]);return ā[64]];ā[371](ā))return false;ā[23]][ā+=-382:0;ā[88],ā,1);if(ā=[];if(ā||0,ā[8]]==0?ā(){return(ā>0)for(ā[24]];ā;return[ā[51]];ā[55]?arguments[3]:0,ā[79]](ā;}}ā(){return[ā[83]],ā,true);}catch(ā[57])),ā)switch(ā+=25:0;ā[23]]&&ā[58])&&(ā[110])return ā[23]),ā[8]]&&ā);return;}return ā(156,ā[13]);ā[30]]);ā[7])|((ā(711,ā!=='';ā[34])[1],ā?1:ā[0]);else if(ā[30]]();ā[79],ā]=1,ā[48]),ā[63]),ā[63]);ā>0?(ā.y;ā++ ):0):0;ā[36];ā[55]](false),ā):0;}function ā[56],ā);}if(ā[39]=ā[76],ā[12],ā[4]);}function ā[31];ā[67],ā){}return ā):0):ā-- ):ā))if(ā[61]+ā=arguments.length,ā[61])ā[31]]!==1|| !ā==='get'||ā[40]){ā){return false;}}function ā[92]);}function ā[9])&ā[47]),'\\r\\n');ā in this.ā[52]?(ā[44]){ā[34])0;else{ā?0:ā+1]=ā[60]<=ā))?(ā[57])return[];ā-((ā[17]&&ā[64]+ā[36];return ā[62];return āreturn(ā[54]);return ā[29]);ā, delete ā=false;if(ā+=9;ā()];ā[15]]=ā[22]]()));ā[37]||ā[61]);}function ā[2]];ā[56]];ā[14]][ā[87],ā[100]){ā[74]);return ā[0]instanceof ā[40]);}function ā[0]];ā[69]+ā=[],this.ā!==null&&ā[54]],ā[69];ā[54]];ā[67]||ā[34](ā};ā[17];return ā[91]]=ā+=-238:0;ā[55]]^ā[52]]=ā[10]],ā(){return this.ā[10]];ā(461,ā+1]<<ā();return;}ā[3]]&ā>>>0),ā(49,ā[4]);}}function ā[29]]((ā[3]*ā[25]?ā[42]=ā[42]+ā[25],ā[50]](ā[3]|ā,'');ā>=0;ā[81],ā[21]^ā[62];ā[3]^ā[19])return[ā[3][ā[2]]('as '),ā[46]?ā[55],0,ā[17]);return ā[31]]&&ā){function ā[48])return((ā[39]];while(ā,'var'):0,ā[18];return ā[43]=ā]=79,ā[6]),ā+=7:0;ā.split(''),ā[13]+ā= typeof ā+=-7;ā.apply(null,ā[36]));ā)<<ā[57]?arguments[0]=ā[86]](),ā++ ):0,ā[90]];ā[60]);}function ā){return[ā[39]]);}}function ā[9]],ā)!==true?(ā===1||ā[26],ā[39]]-1,ā[49])):0;else if(ā];while(ā[80]],ā(9,ā):'';else if(ā))for(ā+=1:0,ā=2;ā[18]);ā]>=ā];}return ā[4]?(āreturn false;ā[48]);}function ā[84]]=ā.x&&ā[40]]===ā(29);ā,'();',ā[0]]&&ā[22]){ā[93],ā[5]?(ā[34]);return ā[24]&&ā[58],ā[89]](ā+=6:0;ā+(ā)):(ā[32]);}function ā+=81:0;ā};}function ā[45]=ā});return;function ā[20]){ ++ā[28]);return ā=\"\";ā+=-4;ā[90]+ā>>(ā[14]);return ā[76];for(ā[2]||ā[25]);}function ā|=1;ā[70],ā[1]||'',ā[82]);ā[66]]?ā+2])):ā[2]+ā[31]]===ā[2]^ā[5]](0,ā[52]),ā+1},ā[46],ā[56])return ā));}ā]]]=ā<=77?(ā[62]+ā+3],ā[62]](ā[27];return ā[30]]=ā[50]]('');ā[55];while(ā]]=ā[74]]();ā[11][1]&&( !ā[71]];ā[49]);return ā]^ā[62]]]^ā[39]]!==ā[93]),ā[23])return((ā+((ā[73]);return ā]>ā[78]);}function ā(){if(ā]-ā]/ā]*ā(1)?ā)*ā)-ā)/ā[20]];ā[8]]==1&&ā){return((ā();else if(ā)[ā[23])===0)return ā[15]]==ā[57])|(ā]);}}function ā[81]](ā[93]||ā[1])+ā[30]]===ā[32]&&ā[32]=ā[47]?ā[66]);}function ā[47],ā!==1&&ā[93]);}function ā[53]]=ā,0,0).ā(){this.ā[28]]=ā<=81?(ā[88]+ā[73]],ā[9]||ā[23];ā[22]](0,ā(831);if( !ā[27],ā[8])<<ā());}function ā[27][ā[60],ā[17]||ā[75]),ā[58]&&ā)):0;if(ā[19]){ā[1])):ā[64],ā[35]+ā.y))*ā[1]||ā[13])this.ā[3]?arguments[2]:1,ā,'');}function ā(695,ā[1]]:0;if( !ā[3]);ā()){if(ā[56]));ā[71]+ā[33]&&(ā[11],ā===1&&(ā[75],ā={},this.ā=null;ā++ ];}function ā]]):ā+=-9;ā[22]&& !ā[52];ā[61])return ā===1?ā[16]+ā);break;case 42:ā[61])&&ā[122]&&ā[19]);}function ā-1),ā[87]](ā){case 1:if(ā={};for(ā[39]];)ā[75]]=ā[12]);return ā[91])===ā(515,ā[94]]||ā[62],(ā[51]);}function ā[2])return((ā[28]))ā[23]]([ā[7]);ā]=45,ā[18]+ā[67]]=ā[81]);}function ā(186,ā[39]]):0,ā[11][0]))&&ā]),ā[3],( ++ā[18]][ā[5]);}function ā.y))),ā[58])(ā[16]]=ā++ ), !ā[33]||ā<=4?(ā)>1?ā-1+ā[51];ā[0]);}function ā[69]),ā[46]){ā]!=ā[18]];ā[92]+ā){try{if(ā[57])],ā[92]^ā[16])&ā()][ā===null||ā[63]];ā[66])||(ā[8];ā);break;case 10:ā[93]]([ā[22],ā[25]);return ā[14]&&ā[4]+ā[26]?ā=null, !this.ā[31]]<<ā+2]=ā[31]],ā[48]]=ā[51]){ā,true):0,ā[8]];ā[3])return;if( typeof ā+2])):(ā++ ;return ā]&&ā[48],ā[61]*(ā[39]]!=ā;else if(ā++ );ā[47]]=ā[42]);return ā[29]);return ā+1,ā[7]);}function ā[30]||ā.substr(ā[85],ā[79]]===ā[(((ā[42]);}function ā<=24?(ā]);if(ā[49]||ā[51]&&ā[0]),ā<=20?(ā[3]):ā[45]],ā[16]);ā[41]])return;ā[41]=ā(31,ā]);}return ā=[[],[],[],[],[]],ā){return[(ā]++ :ā[40]][ā[50]&&ā]++ ,ā[61]):0,ā++ ;else if(ā)|(ā[23]](this,ā);}}}catch(ā[2], typeof ā)||ā[41]],ā(835);ā[5]);else if(ā[68]);}function ā[63]?ā[39]]>1?(ā[26]]();ā+3])):(ā[55],'==');}case 62:ā]=Number(ā(147,ā[40]))return true;else if(ā+=515:0;ā[143]?ā<=5?(ā[71]);break;case 52:ā[8]){ā[95]&&ā]='b['+ā[83]);}function ā[29]]=ā;if(this.ā[93]],ā!==null&&( typeof ā,true);else while( !ā)||[];else return ā[61])&& typeof ā[50]?ā[39]]>0){ā[35])))return ā('\\\\n',ā[87],1);ā:'\\\\u'+ā<=80?ā[45]);return ā[4],1):0):0;}}function ā=false:0;break;case 4:case 36:ā());else if(ā-52:0):ā:true};}function ā[1].concat([arguments]),ā[3])return new ā[68]]);ā='protocol';ā[379]();ā.x!=ā[88]);return ā+=-160:0;ā[87]):0;if(ā[74]),ā(),'^=');default:return ā[59];return ā[79]);}function ā,0);}function ā):0);else if(ā[37]?ā(274);ā[4]&&ā?(new ā+=-131:0;ā[12],arguments);}function ā<=96?(ā[55],'!==');default:return ā);if(this.ā[377](ā):0);else{switch(ā)return;if(ā[51]);if(ā.x?(ā[57],'else':ā[3];break;}ā[9]?(ā});}catch(ā===252?ā[38];ā[32])(ā+=-453:0;ā[29]);}function ā<=94?(ā[89]||ā[91]];}catch(ā[55])):ā<=55?ā[127]){do ā[11][1]|| !(ā[55])),ā()];if(ā()%ā[55]?(ā,'let'),ā[30])){ā=true:0:0;return ā[21]&&ā(672,ā[17]=ā,'let');ā?0:(ā[369](ā>=40&&ā[34])[1];return ā+=-77:0;ā[3]:(ā[0]);return null;}ā[8]);return ā[10]]&&ā+=175:0;ā:0))/ā(290)+ā[2]](this.ā());}ā[37])break;ā[34]|0),this.ā+=-226:0;ā(477);ā[38],{configurable:true,value:ā[55],'<<');}case 61:ā=false:0;}while(ā[81]),ā){case 1:ā>0)return;ā(756):0,ā[120];ā[13]]){ā[28]){ā];for(ā[81]);ā+1));ā[63]);if(ā[61]:0):ā[17],'...')):ā++ ])>>>0;}function ā[37]);}}function ā[46]='';ā))return;ā[3];return ā;break;}}ā):0):0):0;return ā[7](),ā[62]}),ā(0,'',0,0,0,true));function ā<=98?(ā[28]),ā[16]])return ā[91])return ā>1)ā[3]);else{ā[30]);}ā[53]),ā[53])+ā[29])];}function ā>1;ā1?ā[33]))&&ā[124]=ā[50]);ā[39]]<=1)return ā+=-52:0;ā()):0;}}function ā[86]](ā[81])[ā[34])+ā[48])===ā[4]){ā):( --ā[41]];ā,'');}else return'';}function ā[0];}function ā[34]?(ā=Object;ā[10]]('on'+ā[374]();ā<=90?(ā(),'>>=');case 62:ā[13]]()[ā<=12?ā[19];for(ā++ )];if(ā[58],'img',ā+=650:0;āreturn new ā[0])+ā[51])===0){ā[46];return ā[28]))return true;else if(ā[35]]):0,ā[4]):ā[4]);ā[49]];for(ā[26]]){ā[49])if(ā[33]&&( !ā];if((ā[11]);if(ā[26]?(ā[0]=[],ā[3]);else if(ā);case 15:ā[28],'return':ā[50];ā[42]);}ā<=23?ā));}return ā= ++ā[21],0);for(ā[84],ā[156];for(ā[32]);return;}ā[62])<<ā-- )ā[82]&&ā[88]||ā=false;for(ā[94]+ā[90]);}function ā[94]);return +(ā; !ā]()*ā[94]=ā(79,ā[55],'>>>');}default:return ā[57]):ā[44])===0;ā[50]],this[ā(arguments[0]);}}function ā&= ~(1|ā<=83?ā);break;case 15:ā[11],'ig'),'$1'));return ā[21]);if(ā[180];}else if(ā-- :0;return ā>>>1)):(ā);return;case 16:ā[10]))||ā+1));}}function ā[117];ā[36];}ā=1;}}if(( !ā<=10?(ā[2]];}ā[64];for(ā<<1)+1,ā='#';ā[59]?(ā++ )==='1',ā[11]];for(ā]-- ;else if(ā!==''){if(ā-=1):0;return[ā,false);break;case 37:if(ā[41]);return ā();case'*':ā[43]];ā<=14?(ā[21]!==0?ā[17]](ā+3]));}else ā,0);for(ā[46]?(ā<=16?(ā[55];for(ā[36]),ā[49]){ā++ :0;}return ā[75]):0):0,ā[113];ā[37])(ā[79]]||ā[3]===ā[85])break;}else if(ā[92]?ā[168]);}}function ā[58]?(ā=this;try{ā[48];try{ā>>>0);}}function ā[45]]==ā[33]])return ā[61]]){ā>=92?ā;else if((ā[48]='';ā)&& !ā<=69?(ā])):(ā[30]=ā[48]||ā[14]|| !ā[0]=this,ā[55]:ā[80]);}}function ā[16]])&&ā[20],'ig'),ā=0, !ā[49])):0,ā[3]=(ā[35]?(ā];}if(ā+1],16));return ā[50],'typeof':ā<=65?(ā())&&ā[62]<<(ā[1][0]===ā&= ~(ā[1];return ā+=293:0;ā[191],ā[5])&&ā<=61?(ā,false);break;default:ā[15])&&ā[75]]?ā=[];function ā++ );}function ā+=350;ā:0):0:0,ā='/';ā);return true;}}else ā[43]);else{ā[58]];for(ā[3]];}return[0,0];}function ā>=97&&ā[86]]();}function ā):0;}}}function ā<=58?ā+=-121:0;ā[19]])/ā++ :0;return ā[0]=(ā[3]=[ā[55]);}function ā[39]]),1);}catch(ā;while(ā=0:0;break;default:break;}ā[39]]>1&&ā[2]);else if(ā+=-680:0;ā[15]];}function ā[3],'null':ā[10],ā+\".y\",ā+=-208:0;ā[75]](ā[30]);return ā[75]],ā[62]];return(ā[4]);}ā[39]]-1);ā+' '):ā[0];for(ā[11]=[ā=unescape;ā[53])return[ā[130]){ā]='c['+ā+=497:0;ā[56])&&(ā[9]?ā(),'**=')):ā[49])):0;}else ā[39]]));}}function ā[28];ā|=1:0,ā[131],ā[27].cp;ā('get')||ā+=-177:0;ā[2]]('try'),ā[12])||ā[53]:0):0,ā[39]]-1){ā[1]:0,ā[39]]&&ā+1));else return\"\";}return\"\";}ā.y>0?ā[29])%ā);}else(ā[53])continue;ā+='r2mKa'.length,ā[184],ā.fromCharCode(255));return[];}function ā++ );while((ā[41]),ā[39]]):(ā[4])if(ā;return;}return ā];return[ā[40],ā[1]);if(ā){return typeof ā[20];return ā[65];return +(ā[45])?(ā[0]===' ';ā[111],'??');}return ā[118]?ā[75]);}function ā[3]]<<ā[94],'let':ā[3])));ā(835)));ā[137]?ā,(ā]=1:0;}function ā[48]+ā[57])||(ā);break;case 38:ā[50]](''),ā==='img'||ā[26]);return ā=0):ā);return;case 17:ā===\"`\"))return ā[32])+1,ā[65];return ā],0),ā=[], !ā[28]],ā[37]|| !(ā})):0,ā[19]]===ā[13]):0,ā[2]](' '),ā+=17:0;ā[39]]){case 0:return ā[24](ā[24]);return ā(0))ā(136,ā(549);ā[33]]=ā});return ā[33]];ā[63]=ā[84]){ā[164],ā[55],'!=');}default:return ā[62]&&ā));function ā);continue;}else ā==1&&ā[10]:0):0,ā=['top',ā[0]!==0?(ā[39]]];function ā);return;default:return ā[158],ā[92]])&&( typeof ā[32],'');ā[20]?ā[20]=ā= typeof(ā[23]],ā>0)return ā[80]]&& !(ā[1]==\"?.\"?ā[34],'in':ā+=8:0;ā[30]||( !ā[19])>>>0;}function ā[44]]==0){ā(838);ā[0]):0;if( !ā+=342:0;ā[46]);return;case 7:ā[54]]+'.y',ā[3]||( !ā[14]&& !( !ā.x==ā)==false)return ā[153]];ā===1?(ā<=30?ā[85]),ā[81]];ā[62];}for(ā=window;ā+=-3;ā+=-572:0;ā+=-485;ā?( typeof ā[34])[0];}function ā[2]]('\\n');return;}ā[174];}else if(ā=true;}}if(ā);break;case 55:if(ā<=86?(ā+1)];}function ā[4]=2,ā=0):0;break;case 3:ā();return;case 26:ā);}else ā+=-204:0;ā+=1;switch(ā[48]);default:return ā;}}if(ā[56]||ā[26]);if(ā=( typeof ā[34]](ā]>>>ā);}else{ā[54]]&&ā[34]]^ā[3]);return ā[5]);return ā<=82?(ā[0]]=new ā)):0):0);else if(ā].y-ā.y);}function ā=Date;ā[27]];ā[14]||ā[57]);for(ā[48]&&ā[26]]=ā[26]]?ā,false);}ā[27]]-ā[39]]>1){return(ā]+this.ā[37]];ā[4])):0,(ā[1]===0||ā[7]();return ā[72]));ā[49])||[];return[];}function ā[167],ā={ā[36]&&( !ā<=72)(ā[3]);continue;}}ā[60]===ā[148],ā),this.ā[3]]:0):0;return ā,0);if( !ā={'\\b':'\\\\b','\\t':'\\\\t','\\n':'\\\\n','\\f':'\\\\f','\\r':'\\\\r','\"':'\\\\\"','\\\\':'\\\\\\\\'};return ā[120]||ā+=-540;ā[70])[ā[37]&&(ā[45];return ā[79]]=ā[79]]?ā[9]]||ā[18]);}function ā[30]];ā[34]?0:(ā,1)+ā[40],'class':ā,1):ā[37]);ā.x<ā),this[ā.x;ā[26]],ā+=193:0;ā+=-581:0;ā[0])||(ā());else if( !ā[38]&&(( !ā[3]]=(ā);break;case 1:ā[125]=ā[58]);}function ā!=='get'&&ā[34]));ā[13]===ā[125],ā.length=49;ā[31]);ā[14]){ā[73]);ā[4]);if(ā):0;ā1){for(ā++ )try{ā[75])^ā[12]](new ā[54]]),ā){case ā+=285:0;ā(841));if(ā[157]^ā+=-214:0;ā],0)!==ā){try{if( !ā+=-231:0;ā[65]);return ā[39]]);return ā);break;}ā[70]){ā(),'?.');}if(ā[44];return ā++ );do{ā[41]])if(ā!=true)?ā[77]);}function ā());else break;}}function ā==null?ā[47]);break;}ā)))ā))(ā]]+1:0;for(ā);case'number':return ā);}}return ā);return true;}return;}return ā<=57?(ā[22])return ā[2]|| !ā[39]]-1);}return ā()));ā+=145:0;ā);break;}}else(ā[170],'=>');default:return ā<=39?ā[19]?(ā)||\"\")+ā[58])ā<=59?(ā[93]))&&ā,0)===\" \")ā[90]);}ā|| typeof(ā.x),0<=ā[55]]=ā[39]]-1)!==ā[80]);}function ā))[ā[370]());ā[55]],ā[17])?(ā[55]]&ā=true:0;if(ā(1)){ā[2]?(ā[39]){ā[8]);if(ā[1]+(new ā<=45?ā+=40:0;ā||\"\";ā].apply(ā[66]);return ā=true;break;}}ā[57])return false;if(ā[58]=ā()==1?ā[82]]];ā[62]);ā++ ]= ~ā[10]])return true;ā[47]);}function ā[1]=arguments,ā[4]))( !ā:0;function ā=false;}function ā;return;}ā[23]]){try{ā(16);}catch(ā[2]&&ā[39]),ā[19]]||ā=0):0;break;case 2:ā[21],'throw':ā[5];}function ā[4])|(ā++ ]= !ā,false);break;case 54:if(ā+=13:0;ā+=-93:0;ā,0);return ā(825);ā[49]))break;ā[88]))&&ā<=3?ā);break;default:if(ā[0](ā[55])return;ā[16]]==ā].x-ā(),'&=');default:return ā||1,ā[89];return ā[30]);return +(ā+1?(ā,'id');ā[42];ā[10]]||ā[21]?(ā[44]]==0&&ā[64];return +(ā]&1;return ā));else{ā<=67)ā>=127?ā[49])?(ā,true,true));if(ā[76]]=ā[59],ā[0],0);return ā<=11?ā[19])return true;return ā[4],'++');case 61:ā[32];ā[59]=ā[87]];if(ā++ <ā[4]);else if(ā++ :ā[38]));}function ā=false:0;break;case 42:ā[63]):ā[5]||ā[27]);}function ā+=19:0;ā[62]));}function ā[94],{keyPath:ā[17]);}function ā[12]])return ā[24]((ā||0);ā[33]](new ā[3]];if((ā+=478:0;ā[0]):0;return ā[39]]-1];return ā){for(;;){ā[77]);ā[83]]||ā.y<ā[36]+ā[78];ā-=1):0,ā.y+ā):0):0;function ā[55],'with':ā.y,ā[17]]():0,ā[23];return ā[24]]({name:ā[22]])){ā[36]=ā<=104?(ā)===true){ā[56]?ā[56];ā[13])))continue;return ā(){return((ā[74]](ā[73]);}function ā[56]+ā.length===3)return new ā[35]];}catch(ā[65]),ā[33]?(ā[54]&&ā[2]]('=>'),ā[38]&& !(ā[52]+ā[87],'ig'),'$1'),ā[2]);return ā);return;case 19:ā===null;ā[46])){ā[72][ā[193])/ā;}else return ā[30]&&( !ā[51])while(ā)return;try{ā[20]?(ā))):0):0;}catch(ā[76]+ā<=0)return;ā]];for(ā[91]=ā[1]:null;ā[72]);return ā<92?(ā[12]+ā+=-14;ā[61]?ā(100,ā[91]+ā[23]&&ā[61]=ā[5]++ ;for(ā+=15:0;ā+=197:0;ā);try{ typeof ā[99]?ā[7]&&ā[55],'>>');}default:return ā[99];ā){case 2:ā[57]&&ā[72];ā+=26:0;ā+=248:0;ā[72]?ā[15]]);break;case 5:case 6:ā==0?ā(411);ā[3];else return 0;}ā++ ;}return ā++ ]));return ā?(this.ā++ ){if(ā[91]);}function ā+=73;ā[22]+ā[36]]();function ā[27]](1));ā[67]];ā){}}return[false,null];}function ā()]()[ā[19]+ā[50]]('');}ā[58])&&( typeof ā,false)):0;}function ā.length===6)return new ā[61];ā.length=0,ā[36],'extends':ā]===\"..\"?ā,' ')),ā[16]])),ā+=318:0;ā[18])if(ā<=37?(ā[118])return ā+=642:0;ā[54]]-ā-- ){ā[129])):ā[47]]||ā+3]));else if(ā(80);ā<=31?(ā+=-529:0;ā(610,1);ā+1)===ā[67])||ā();break;case 56:if(ā[177],ā[46]&&ā[68])return ā:0},ā[147];for(ā[48];}function ā+=77:0;ā<=15?ā+=-321:0;ā[31])):0,ā<=33?(ā[94]],this[ā[88])==ā[58]]&&ā[32]);return ā]>>ā[40];return ā]=1;return;}if(ā[44])(ā[51]?(ā+1]-ā[57])&&ā[55]& -ā+=-551:0;ā+96));}ā+=-114:0;ā[69];case'boolean':case'null':return ā[34]])return false;if(ā[50])?(ā));}for(;;){switch(ā(208);ā[6]](ā())!==ā()?this.ā[5]](1,1):0,ā[27]);ā);break;case 53:ā>>=1,ā+1))[ā[67];return ā<=85?ā[6]]=ā[70]];for(ā[27]),ā[15]&& !ā+1]=(ā):'';return ā[57])):0,ā[52])){ā[49], !ā[7]);return ā+=-75:0;āreturn{ā()):0;switch(ā[24])+ā==='let'&&ā[52]&&(ā[122]<=ā[86]];ā[62]]&&ā<=27?ā[52])||ā)===0)return ā[3])return true;}catch(ā))return\"\";for(ā; --ā<=47?ā[26]]===ā);return;case 21:ā[68])!==ā[124];ā);return;case 18:ā[96]=ā===0||ā<=87?ā[76]]=false;}function ā+=-120:0;ā.x)*(ā);break;case 44:if(ā[27]|| !ā[57],'delete':ā[50])&&( typeof ā='pathname';ā[46]];ā[48]:0;}function ā[15]];ā[162],ā<=41?(ā<=76?( --ā[39];ā<=47?(ā[119],ā;continue;}}ā[55],'>=');case 62:ā[21]);return{ā){case 52:ā[10]:0):ā<=49?(ā]();case 1:return ā=[0,1,ā[55],0,0,0,0,ā[19]]():ā))try{ā,[{\"0\":0,\"1\":13,\"2\":31,\"3\":54}],ā)/(ā.length===4)return new ā[0])&&(ā[39]]-1], typeof ā[111]?ā[74]][ā[39]]>0&&ā[8]]){case 0:case 3:case 4:ā[94])?ā[75]);return ā(),'/=');}return ā();}return ā[53],'do':ā.y==ā){if( typeof(ā){this[ā[76]);}function ā])):0;return ā++ );return ā+=-27:0;ā[63],'switch':ā[54]][ā){return(new ā[39]]);if(ā[71]];if(ā(96,ā[21])||(ā);case'object':if( !ā[42]:0,ā[56];return ā[87]);default:return ā[15]);return ā();return;}return ā[67]](),ā[31],'default':ā>>>1));ā[62])|((ā[28]));ā[73]));else return ā+=-574:0;ā('of')){ā[47]),'\\n'),ā[39]]+1),ā[24])){ā+=-17:0;ā[55]?( !ā.y)return true;return false;}function ā[39]]==1)return new ā[93])!==ā[194];}}function ā[26]](\"_$\")>0;}function ā+=-577:0;ā);return;case 43:ā[39]]>1)ā){for(ā[69],ā[95],'gim');if(ā[69]?ā+2);for(ā[24]));ā+=532:0;ā+=-161:0;ā.y);break;case 1:case 2:ā[90],ā];else{ā[14]))&&ā)):0);else if(ā(0,ā='';do ā[47])){ā[11]]=ā]==ā){case 1:case 2:ā+=9:0;ā[13])return false;return true;}function ā++ ]=true:(ā+=456:0;ā[8]]){case 0:case 3:case 4:case 1:case 2:return true;default:return false;}}function ā++ ;for(ā[19]](),ā[10]](ā[21])[0],ā+=-174:0;ā[21])[0]+ā(73,ā[34]:0;return ā[5]===ā==='set')){ā]!==null&&ā[5]);}}function ā[55],'||');default:return ā[80]));ā[14]||(ā[151],ā(290);}}function ā[155],ā)):this.ā();break;case 42:ā)):0;}}function ā){try{return ā]=[ā]+'\\\\b','gim'),ā=false:0;break;case 44:ā.length===7)return new ā[29]];ā;'use strict',ā+=602:0;ā[136],ā[61])?(ā]||1)ā===0)return[];return ā[62]^ā[21]?ā[39]]];}function ā++ ;break;}if(ā[21],ā[21]-ā[62]);break;case 43:ā[169]^ā[3]+ā[7])ā[42]?ā[25];ā);return;}}ā[50]]=ā=='var'?ā[14]);}return ā[74]]();}function ā[25]+ā[8]]==1?(ā[1]||( !ā[62]]];return[ā?this.ā[45]|| !ā=false;do{ā[50]])return ā[5])!==ā[372]());ā[19]];}function ā[66]+ā+=-515:0;ā=[0,0,0,0,0,0,0,0,0,ā)];}function ā+'')[ā[114])),ā[40]])));}catch(ā[55],'**');default:return ā[62]:ā[3]]=ā[61]);if(ā:0});function ā+=221:0;ā[182],ā[88]][ā,0)-ā[84]);}function āreturn'';ā[78]]=ā]]===ā[53]]);ā+=659:0;ā+=-122:0;ā[2]);else return ā[3])return;ā[44]],this[ā[1]);}ā[48])==ā(74,ā){}}return{ā[78],'void':ā,1);}function ā);return;case 33:ā[89],ā[94]];ā+=-11:0;ā):0;try{ typeof ā[89]+ā[33]))|| !ā[3]==0?ā:this,ā[30])&&(ā+=-610;ā.length===0)return new ā-- ;ā[2]===ā(261,ā+=96){ā[1], !ā,1):0;else if(ā]===1){ā+=201:0;ā)):0);return;}else if(ā[10]);return ā[14]]){ā], !(ā<=75){if(ā<=25?(ā,1);return ā+1);}function ā[32]]||ā[102],'break':ā+1))){ā(123,ā[24]&& !ā[74]]=ā[55]));for(ā[39]]>0)ā[92]];ā[139]){ā<=21?(ā[92]](ā[39]]>0?ā.cp;ā[55])return new ā++ ])>>>0;else return ā,true));ā))return[true,ā=1<<ā[16]);if(ā[8]]||ā&& ! !(ā]>0;}function ā<=29?(ā[91]],ā[57]]*ā[3],'true':ā[49])break;ā[49]){if(ā(475,ā[34];}for(ā<=78?(ā[91]];ā(771,ā[64]);}function ā<=50?(ā[74],ā()){ !ā(833)))return ā[2])==ā+=-258:0;ā[4]++ :ā-1].x,ā[1]++ :ā(835);return ā[21])[1]||'';return ā();}else{for(ā[2]])];ā=String;ā+=239;ā[45]||(ā<=70?(ā[115]]^ā[39]]==0)return new ā-1]===\"..\"?(ā+4])):ā=0; !ā[12]]),ā+=665:0;ā+=-118:0;ā<=32?(ā+=54:0;ā]=1;for(ā[61])):0;}function ā[41])){ā[99]){do ā[89]);return ā()):0;if(ā[69]);}function ā()==ā[10]:0):0;return{ā;switch( typeof ā[2]),((ā+=-111:0;ā+=-253:0;ā<=79){if(ā<=91?ā], typeof ā);}else{return;}}catch(ā[0])return true;else try{ā<=74?(ā=Array;ā+=-137:0;ā[26])&&(ā;continue;}}while(ā)return\"\";ā[3]&& !ā[116]:ā[35])?(ā[86]+ā[44])),ā[8]);}ā[30]?(ā[2])+ā[15],'ig'),ā<=25?ā[86]:ā[33])===ā+1]);ā+=-134;ā[39]]?(ā[5])return;try{ā[60]](new ā(833)+ā(440,ā&1)?(ā[55],0,0,0,0,0];ā[11]];ā[69]])return ā]);else if(ā[29]](0);return ā[34])));ā[80]]=ā[75]];}catch(ā[46]){this.ā[80]];ā<=101)(ā);break;case 5:ā[123]=ā[2]);default:return ā[14]],this[ā[47]),'%0D');ā(406);ā[123],ā[34])^ā:0):0,ā[16]]===ā(228,ā=[0,0,0,0],ā= delete ā:false;ā[14]?(ā<=51?ā[51],arguments);}function ā[14])?(ā[373]());ā++ ;}if(ā){throw ā-30:0):0,ā(499,ā[55]};if(ā[80]][ā]='\"':ā[29]]/ā[8])):0,ā[57]])return ā,1): ++ā[146]?0:ā[5];return ā[77]);}ā[20]]();}function ā[51]));ā[51])):ā(87);ā+=-224:0;ā)!==ā[21]];}}}function ā+=36:0;ā[11][2]))|| !ā[34])?(ā,'\\n')>=0;return ā.charCodeAt(0)-97;for(ā[2]=',\"'+ā[2]](new ā===(ā+=0;ā[69]);return ā[84]],ā)):0:0,ā={'tests':ā[18],{},ā]):0;return ā+=23;ā[33]&&ā-1].y),ā[54],unique:false});}function ā[55],'<=');default:return ā<=93?(ā+=-653:0;ā[1]);}function ā,'let')):ā[2]),ā?1:0);ā=true:0,ā(437,ā[93]=ā[17])return ā[75]in ā=parseInt;ā):0;if( !ā[21]-(ā[3].concat([ā[34];}function ā))continue;else if(ā[33]|| !ā[23]):(ā[3])|(ā[53]){if(ā[79]);}}function ā[61]))return;ā(),'|=');case 124:ā[28]);}catch(ā[22]?(ā[16]]():ā[2]](0);while(ā[28]);}ā[36]||ā,1);try{ā]-=ā-1; ++ā[22]);ā[3]:ā));}break;}}function ā[195]],this.ā[4]&1)&&( typeof ā[3]|| typeof ā[104],ā+=498:0;ā);break;}}function ā){case 43:ā=true;}if(ā[63]];}}}if(ā))):(ā);return false;}}function ā[30])){if(ā[42])):0):0;}function ā[18],'for':ā.y<0?ā[38];return ā===1&&ā+=655:0;ā<=63)ā);break;}break;default:break;}}function ā+=383:0;ā)):0;break;}ā[17]):ā[17]))(ā;}if( !ā<=106?(ā('set'))&&ā+=-158:0;ā[57]*ā[57]-ā[57]/ā===0)return'';ā[196],ā+=224:0;ā)):0):0,ā=[]:0;if(ā[13])));ā+=-119:0;ā[30]&&ā]();}catch(ā[53]+ā[13])));return this;}function ā[70]+ā[37])){ā<=7?ā[1]|| !ā[58]);}}function ā.x||ā[18],'yield':ā[128],ā()]){ā[17]]=ā+1];if(ā+=348:0;ā[22]]();return ā[17]]?ā+=504:0;ā[34]-ā[34]/ā[33]]());}}function ā[34])ā-1;}else ā[48])?0:0,ā>>=ā[90]<ā=true;}ā.PI-ā[55],'^');}}function ā[39]];switch(ā[94]],ā;if((ā[94]](ā[66]](ā[138]){do ā[63]);return ā[8]||ā[57],0,0,0,ā+=483:0;ā++ )]+ā[18],'new':ā[55]),ā[14]>=ā[55],0,0,0,0,0,0,0,0,0,0,0,ā[51],'finally':ā[25]]&&ā[55]);ā[55]):ā:0):(ā[43];return ā[3],1);ā[11][2]||ā.x)+ā,'\\n'));}function ā[11][0]|| !ā[29]](this.ā(157);}catch(ā[49],ā[78],ā[34])||(ā==\"\")return true;else if(ā):0):0);else if(ā[84]))return true;else return false;}function ā[49]);break;case 10:ā(){}function ā<<(ā[78]:ā):0):0;return ā||this.ā)>=0;}ā]=1;ā[6];ā();return;case 10:ā[18])return false;return true;}function ā[58]))return ā[47]),'');}function ā[6]);else if(ā[23],1];ā;}return'';}function ā[39]](0);if(ā)||( typeof ā];return[0,ā.split(ā,true);break;case 6:ā[2]=', \"'+ā(),'%=');}else return ā[102])?(ā[73]];ā(444);ā[73]]=ā[70]][ā[65]);return +(ā<=17?(ā):0;}catch(ā[74]];try{ā+=493:0;ā[52]){ā[199],ā[42]?(ā[27]](0);}function ā=':';ā[82]),ā=true:0;return ā[66]);return +(ā[72]];ā<=13?(ā[11][2]&& !ā]));}function ā(),'case':ā+1];if((ā];function ā+=-614:0;ā[63])===ā[62]=ā<=31?ā[50];return ā){case 60:ā,true);break;case 25:ā<127?(ā++ ])&ā;}else{ā[52])+ā)return[true,ā(156,this);ā(),'*=');case 42:ā<=68?(ā]?(ā;}}catch(ā[0][1]?ā[66]][ā[31]]]^ā.substr(0,ā[11][0];ā[42]===ā)){if(ā===1)return ā<=62?(ā<=53?ā[53]?(ā[36])],ā+=-5;ā):0):0):0;}catch(ā<=64?(ā[30]][ā[47])[ā]]],ā):0;else if(ā[63]])+ā[1]<ā++ ];}ā[18]||ā[35],\"\");return;}return ā[1]];}function ā=[];for(;ā=Error;ā)return false;}return true;}function ā)):0):ā+=536:0;ā+=346:0;ā[1]&&ā,'*/',ā+3]=ā[74]]()/ā(629,ā[34]);for(ā[1],'if':ā+=-101:0;ā[62]],ā[50]-1)?0:ā[46];ā<=66?(ā[16]?ā[35]];ā[47]&&( !ā[4])&&ā[35]]+ā))continue;ā[39]]>0)for(ā[50])<<ā]='';}ā]=\"$_\"+ā[24]:ā[83]);ā[33])return((ā[70]);}}function ā<<1,ā;while(1){ā[192]],this.ā,true);}}}catch(ā[57]))||(ā<=92?ā]:(ā[87]]&&ā='//';ā==='on'+ā)===false&&ā+=-326:0;ā+=-491:0;ā[32]&& !ā[33][ā[60]?(ā===1;ā]][ā[61]]);}else if(ā())){ā<<1^ā[2]++ :ā[83])[ā[114],ā++ ]={}:(ā<=18?(ā[31])?(ā();break;case 43:ā[19]][ā[61]&& !(ā[37]);}function ā[33]](this,arguments);}finally{ā)return true;}function ā[2]](this):0;}function ā+=-98:0;ā,false)):0;return ā==null?this.ā]===0?(ā):0;return[ā=false;break;}while(ā[38]]=new ā[3]=null;ā[39]]; ++ā[77]))return true;else if(ā);}finally{ā[3])if(ā=0^ā+=488;ā)|0;}}function ā[51]);switch(ā.substr(1)):0;return ā[43]]&&ā[19]];ā(new ā[19]]?ā))return true;return false;}function ā]?ā,false);break;case 56:ā]%ā)){try{ā++ ;while(ā])ā[83]||(ā)>ā[21])[0];}ā[54]===ā[34])[1];}function ā).ā[89];ā(){ typeof(ā){this.x=ā<=107?ā[76]);return ā[17]]))return ā[48]);ā[77]]=ā==1?(ā[13]&& !(ā[55]](true),ā[20]][ā[57]],ā)|ā('',ā++ ;break;}ā+=-96:0;ā]):0):0;return ā[79]]&&((ā[78]]+ā[2]=(ā[78]],ā[6]]===ā++ ):0;for(ā[44]]);break;}ā[47]&&(ā[4]=(ā+=-84;ā[62]);break;default:if(ā<=43?ā[15]);}function ā()){case'/':ā[35]&&( !ā='on'+ā-1]===ā[57]&&(ā||[];}ā[10]];}function ā[114]));ā();while(1){ā[2]));}}function ā().concat(ā[68]);ā[172]?(ā[55])return 0;for(ā[2]),(ā[32]?ā={};if(ā[2];}}}function ā));for(ā[35],0,0,0,0,0,0,0,ā,0)):0;}function ā==''||ā[89]]=ā[81]][ā[3];}}function ā[90]:0,ā(833);for(ā[3])+ā[53]);}function ā[38]];ā[150],ā);else return[];}function ā]='\\'':ā[47];ā[82])&&(ā[187],ā,\"var\");if(ā[83]]=ā,true);}if(ā+=-113:0;ā=[]:0,ā[83]]+ā,false);break;case 40:case 41:if(ā++ ]=((ā[88][ā-=4)ā[19]));}}catch(ā[40]])))||( typeof ā(554,ā[41]]);return(ā[3]];}function ā[71]);}}function ā<=100)ā.length;return{ā[53]][ā=encodeURIComponent;ā-1]),ā[26]])return ā)return true;}return false;}function ā(96);ā+=645:0;ā[36]]();}function ā[10]:0:0;return ā<=76?ā[103]&&ā.charAt(0)==='~'?ā],''),ā[35],'try':ā[4])):ā[23]?ā[12]){ā+=162:0;ā[141]?ā[95]<=ā[23],ā=1:0;function ā[7]();ā[23]+ā(729,ā[106],ā=String.fromCharCode,ā[27];ā[27]=ā+=-229:0;ā+3])):ā();break;case 36:case 38:case 3:if(ā[27]+ā]()):ā[375]();ā[88];return ā[60];ā[60]?ā[60]=ā.reverse();return ā[376](ā==0||ā<=35?ā+=152;ā[83];}catch(ā[34]]===ā[75]);ā<=19?ā)try{return ā[42]){ā[39]]<=ā[29]:0,ā='$$_'+ā[190],ā[57]+1)continue;if(ā[50]]('\\x00')+ā,1)===ā[55]](0);ā[103]?ā[35]))){ā&1;ā++ );}break;}ā<=99)ā[56]<=ā,'\\n',ā[26]);}function ā+=220:0;ā[14]));ā(34);ā=null;}}catch(ā.length-2;ā<=97?ā[15]]!=ā[35];ā[35]=ā[35]?ā+=-570;ā);try{ā,false);}function ā[33]||(ā[87]];ā[74]];ā[82]);return ā){case 42:ā):0;}}}}function ā[8]]?(ā-- >0)ā[39]]-1]==ā(186,0,ā[8]]),ā[8]]);ā[38]], !ā[0]++ :ā[25]){for(ā<=54?(ā+=243:0;ā[11][2]))&& !ā]instanceof ā[11]);return ā[54]]+'.x',ā+=12;ā);return;case 11:ā]);}else if(ā+=163:0;ā))return true;}ā++ ]=false:(ā[15]+ā[58])?(ā);}}ā[11][1]||(ā[55]:1]^ā[107],ā.length===5)return new ā[15]?ā,\" \");if(ā[0];if(ā+=-67:0;ā<=52?(ā[34]];else return ā[3]&& !( !ā===\"\";ā!==\"js\";ā[36])).ā)return true;ā+=647:0;ā[71]:ā():0;return ā[3],'debugger':ā[71]?ā='port';ā));return;case 20:ā.charAt(ādo{for(ā){if((ā[16]]!=ā[3]='\")'):0):0;}ā,1);}catch(ā[48]])/ā[115])?(ā<=84?(ā[20]);}function ā);return;case 6:ā]:0,ā[50]||ā+=69:0;ā[370]()),ā<=102)debugger;else(ā<=60?ā[51]):0,ā[1]);case 3:return ā+=30:0;ā++ ];if((ā[43]),'');}function ā[33]|| !(ā[64]),ā[14];return +(ā-=5,ā[21])+1,ā.push(parseInt(ā[24];return ā(756);ā+\".x\",ā+=503:0;ā[73]||ā++ );}if(ā='hostname';ā[34])break;}else if(ā[68];return ā[33]]!==ā<=1?(ā[149],ā[63])):(ā(290);return ā[16]=ā[22]&&ā):0;}return ā[92]);}ā[79]]:\"{}\");ā+=-578:0;ā[145],ā[61]&&ā+=365;ā[50],'catch':ā[8]];if(ā[30])[ā[57],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ā(715,ā[55]];}function ā,true,true)):(ā[366](1,1);ā[82]];ā[83]);return ā[52],ā= -ā[126]=ā[22]](1));}function ā);break;case 9:ā[6]|| !ā])&& typeof(ā,''];return[ā[72]){ā,this[ā-1)*ā[15]);ā[0].y):0,ā[51]);}ā[34])|(ā[16]&& typeof ā);return;case 47:ā[75]];ā,value:ā[3];while(ā[1]=(ā);break;case 33:ā[11][2]&&ā(31);ā[73])|(ā[28]);}function ā[6]](\"\");ā<=105?(ā[93]]);ā=',\"'+ā[42])),ā[72]),ā<=59?ā[41],arguments.callee);}function ā[34];}ā[22]];else return ā[92]);ā-1){ā)return false;ā(623);ā<=2?(ā[132]||ā<=26?(ā[58]||ā(),'<<=');default:return ā[4]=ā[55],'===');default:return ā(),'');}ā+=119;ā[60]]=ā]:0;return ā]+'\\\\b','gim');if(ā[1]=[ā[11][1]))&&ā.y)*(ā[36]?(ā(444),ā[24]?(ā[3]++ :ā():0;break;}if(ā[7]){ā();return;case 39:if(ā[44]))return true;else if(ā?0:1))+ā[57])){if(ā[26]];ā[88]?(ā[34]-(ā(246,ā(188);ā[23]);for(ā++ ]=[];else if(ā[7]),ā[30]&& !ā[202],ā));if(ā+=58;ā.length===8)return new ā[57]:0,ā[31]))&&( !ā[39]]===0;ā[4]===0?(ā[18]]=ā.lastIndexOf('/'),ā()):0;break;}ā++ ):0;}ā[41]]!=null&&(ā[26];ā)!=ā[49])):0):0;}function ā);return;case 12:ā('\\\\r',ā[55]+( ++ā){case'string':return ā[78]];for(ā[39]?(ā();}}function ā+=230:0;ā[3]:0,āreturn\"\";ā<=8?(ā[60]){ā)):0;break;case 46:ā[20]&&(ā)return false;else if(ā[9];function ā)?0:ā(6,ā[17].ā[33]]&&(ā[10]);ā+=-534:0;ā<=36?(ā[67]);}function ā]in ā])return true;return false;}switch(ā[58])?ā[16]],ā[16]]-ā!=null)return ā]);if( typeof ā[16]]?ā[30]:0):ā[31]]===1&& typeof ā<=6?(ā]]&&ā.y||ā[61]);if( !ā==null?(ā=null):ā++ ]=null:ā<=0?(ā(1))if(ā+=1)ā[23]);}ā[8]]);switch(ā,1):(ā+=474:0;ā[18]](ā-=2)ā[38]||(ā[17]]){ā[101]?(ā[35]<=ā[45],'instanceof':ā-1,ā<=38?(ā[55],'&&');case 61:ā[57];for(ā-1;ā[83]&&ā='\\r\\n';ā[84]]||ā[27]&&ā===0?ā[48]);return ā===0;ā[32]))||ā[60];return ā)return[ā[62])),ā[21]));return ā[1]===ā[13]||ā(): !ā[173],ā[11][0]));ā?0:0,ā<=9?ā+=608:0;ā===0||(ā[55]/ā){case 15:ā[70]);ā,this.x=ā[81]):0,ā[4],'--');case 61:ā,false));}ā[62]];}function ā,'let'):0):0,ā+=436:0;ā==='`')return true;}}function ā);}return null;}function ā[16]]),ā(),'-=');default:return ā+=12:0;ā.y));}function ā[55]^ā[41]]&&ā().getTime(),ā[92]&&ā[46])return true;}function ā[22]||ā=1:0):ā[17]){ā[47]],'\\n');ā[62];}function ā.length===2)return new ā+=11;ā+=35:0;ā[33])==ā[2]]('??'),ā[0]),(ā[3])];}function ā[41]]|| !ā(){return !ā(83);ā^=ā=false;else{ā[39]])];}while(ā)>0?(ā<=34?ā[45]], !ā[33]]();else return ā){case 5:if(ā[63]](ā[135],ā[28]]);ā<=46?(ā=true;if(ā.length-4;ā):0:0,ā[29]);}}function ā[8]?ā[58]];ā<=44?(ā[59]])return ā<=95)ā(512,ā[8],ā:0;}catch(ā[36]&&(ā)0;else{if(ā[47],'continue':ā[0]);case 2:return ā<=42?(ā(483);ā(){return new ā[51];for(ā===''))&&ā[61]]:0):0;}function ā[5]?ā<=40?(ā+=-473:0;ā]):0;}ā[29]?ā[165]){ā]))return true;return false;}function ā[1]!==ā!==''?ā[86]]();}ā<=48?(ā[71]);}function ā[181];return ā=Function;ā==0){ā[22];ā[30]};ā[61]](ā[88]]||ā[56]; ++ā) !ā();function ā[58])>0&&ā(420);ā[47]),\"\");ā);}while(ā-- ;}this[ā[61]:ā(367,ā[53]||ā[115],'var':ā[47]),\"\"),ā[88]]){ā]):0;}}function ā[50];while(ā[1],1));if(ā[49]?ā===250?ā[39]]-1)return ā[189]*(ā+=-169:0;ā='href';ā(132,ā[4]=1,ā[61],0);if(ā=\"\";}ā[51])/ā[31]]+ā[31]]-ā[16],'const':ā[4])return;ā[94])?(ā[51])>ā[91]][ā===0)return false;if(ā[63])&&ā[45]][ā[118];else if(ā[39]]:ā[39]]<ā[39]]?ā)return 0;ā);return;case 8:ā[39]]-1]=ā[39]]*ā[108]?(ā+'\")'):0;}function ā[0]],ā[48])return;if(ā);}else{if( !(ā[71];}}return ā[0].x,ā(arguments[ā[38])||(ā[7],'while':ā=false;try{ā[3]];ā);break;case 55:case 2:ā[37]);if(ā+=2)ā();return;case 22:ā[2])===ā();break;case 2:ā[1]]=ā;}}}function ā+=-233:0;ā[60]],''),ā[1]](ā]='\\\\':0;return ā[35]];for(ā]&=ā[9]]=ā(660);ā<=71)ā[9]]+ā[9]](ā[94]]),ā[20]));ā[7]]?ā[7]];ā[116]?ā]=1:0,this.ā[16]));ā+=-495;ā+=-670:0;ā,false)):(ā=true:0):0;if(ā[48]]=true;}function ā[57]]/ā>0)if(ā+=219:0;ā,this.y=ā+=226;ā,false);break;case 59:ā<=56?(ā(767);ā+=236:0;ā=this,ā[48]];}function ā=Math;ā)):0, !ā[1]);for(ā[11][1]|| !ā<<1)|(ā[166],(ā=0;return{ā=\"\"+ā=\"\",ā[57],'export':ā[76]]===false;}function ā+=10;ā[53]));ā[53])):ā[1]),(ā+=-166:0;ā+=529:0;ā[16]]))),ā[63]));ā[68]]===ā[19]===ā[51]);}}function ā()).ā())/ā[57])?(ā[0])):0,ā[154])return ā))|(ā[14]);if((ā(250,ā[24]/(ā[95]),ā[39]]:0,ā[47])];for(ā[27]);}}function ā(700);ā+=-553:0;ā<=89?(ā,0)!==ā[62])):(ā+=8;ā;}else if(ā[11][1]&& !(ā[39]];}function ā[41]]);ā);return;}else if(ā={'false':ā[3]],\"; \");for(ā<=88?(ā){case 45:ā[84]&&ā[58]);ā[42]):0):ā[378](ā[18]])return ā+=473:0;ā(539,ā[0]>>>0;}function ā+=501:0;ā(),'function':ā='',ā[18])){ā]<<ā[41]);}function ā]<=ā[20]&& !ā[46]);return ā[0]){ā[9]);ā+=10:0;ā+=-697:0;ā[39]](ā,''));ā[55]);return ā[39]]),1):ā[39]]),1);ā-=1:0,ā){for(;;){while(ā[88])&&ā+=453:0;ā===251?ā[0][0]&& !ā[4]=0,ā[26]):0,ā[66]),ā[51])])|0,ā<=22?(ā[152],ā[20]]={};ā[28]));}catch(ā[38]&&(ā[34])===ā):0, typeof ā;continue;}ā).split(ā=window['$_ts'];ā[21])?ā=1:0;ā[21]);}ā[27]](0);for(ā[14]);}function ā[47]),'%0A');ā[27]](0),this.ā,false);if(ā[14]=1;ā]|=ā[44]]-ā+1),ā[56]))===\"get\";ā[11]);}function ā<=28?(ā[44]]=ā));}catch(ā[44]];ā[45]]=ā+=484:0;ā[84]);return ā={};}ā[54]];try{if( typeof ā[58],'gim'),ā[4];}catch(ā);return{ā.charCodeAt?ā[16]),ā={};for(;ā[52]&&ā[39]]-1)&&(ā.id;if(ā))||((ā.length===1)return new ā[70])!==ā[10]]){ā){case 0:ā[4]&1);ā++ :0;}function ā=false;break;}ā++ ):0;while(ā[28])|((ā[36])return ā[185]?(ā;switch(ā[48]],this.y=ā[49])ā[39]]-1];ā[44]][ā]());else if(ā[36]);if(ā)|( ~ā[72]+ā[78]];ā[69]](ā=1):0;break;case 1:ā[22]===ā[161]^(ā+=-34:0;ā[57]](ā[2]]('...')):0,ā[72]))return ā[37]===ā[35]()[ā>0)ā[61])?ā[40]](\"id\",ā('-->')&&ā(466));ā[51]])return ā[25];}function ā[78]),ā[18])&&ā[46])[0],ā[68])return 1;else if(ā[26])?(ā,0);if(ā[126]:0):ā<=73){ā[57]);}function ā();}if( !ā[57]]=ā())break;}}while(ā(329,ā|| !( !ā[0]=arguments,ā]: ++ā<=103){if(ā, typeof ā[178]||ā[51]);return;}\x00膢(\"r2mKa0\\x00\\x00\\x00^ƻ\\x00j ^ ( / 5 8 ) 7 6   2  ' + * 1 %Vh/-\\n/N4-?'\\n/O9-'1-8'-\\x00*\\n/P-\\x00\\n d\\n/W-\\x00\\n \\\"\\n/Y-\\x00\\n/Z%\\x00\\n-\\x00\\n;ƒ -\\x004-\\\"'\\n -4-8'\\n -4-'\\n -4-'\\n -4(Ú'\\n -\\n --\\x00\\n -4-\\\"'\\n4-7'\\n4(Ô'\\n4-'\\n/8<-3' 4-|' \\x00\\x00· 4-2'4-'\\n4-\\\"'l4-'4-#'\\n4-'Z4(R'64-'\\n -\\x00 A -\\x004-\\\"'lZ  -\\x00\\n -D<-'4-5'* -'4(§'  -4-'\\n -4-<' -'>4-'$\\x00\\x00\\x00 <\\x00:5=3Q\\x00ÿEҴ/\\n6\\nhҴ4-'>\\n4-s'>\\n/H4--'>\\n4-^'>\\n/G4-/'>\\n4-' /61/54-2'C\\n5u\\n1-'51-.'\\n51-'''4-'9\\x005-\\x00'\\n 5-'\\n/>5-'\\n5-'\\n5-'\\n5-'\\n5-'\\n/C5- '\\n/D5-\\r'\\n/E5-'\\n/F\\x004-'C\\n5\\n1-'51-*'\\n?\\n\\x00\\x00\\x00Ž?\\n<y\\n-\\x00\\n54-9'6 \\n;55<\\n #5«\\n4-3'\\n5<\\x001-'''6@<\\x001-'''5>\\n54-'4-'\\n55D\\n<\\x005555'J4-'#M<\\x002\\x00\\x00 \\x00[-\\x00\\n)P.\\n<\\x00+/\\n;\\x00<\\x00­\\n;\\x00 \\n \\n-\\x00\\n556# \\n55'4-9'\\nK55' \\n- #* ,\\x00\\\\'2\\x00\\x00/ \\n \\n,\\x001-'5\\n5\\n52\\x00\\x00\\x004-'/N N P\\n/O O N$\\n/P\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00-\\x002\\x00\\x00$// /\\n/ / /\\r//////\\x00\\x00D1-,'<\\x00*4-\\\"'D2\\x00\\x00´?\\n-\\x00\\n54-\\\"'6\\r555\\n #5)/5-\\x00 N5/\\n5-\\x00'4-5'!5- O5/ \\n5-\\x005-'5/\\n$\\n5- P5/\\n\\n-\\x00\\n54-\\\"'6355'-\\x006 5555'Y\\n55'4->' 554->'\\n #=52\\x00\\x00 ²<\\x00w\\n;\\x00-\\x00\\n<\\x00\\\\'4-\\\"'H<\\x00\\\\'K\\n<\\x001-'555)/<\\x001-'55*\\n;\\x00/ /\\n<\\x0051©-\\n?\\n-\\x00\\n54-'6@<\\x00\\\\'\\n<\\x00\\\\'\\n54-\\\"'H5K\\n55<\\x001-'555\\n5 #J52\\x00\\x00\\x00,81-''\\n89-/''\\n89-!''\\n<\\x00:5=3Q\\x004-4'->$\\n \\x00\\x00\\x00oj1-\\x00''\\n5O51-;''\\n5<-''\\n-&\\n4-+'&\\n5551-;'%\\x00\\n5<-'%\\n 81-'%\\n\\x0005-'\\n5-5;\\n5\\x005*\\n*1-!'5\\x0052\\x00\\x00!5-\\x005\\x005-\\x00'**\\n1-!'5\\x0052\\x00\\x00\\n\\x002\\x00\\x00[4- '\\n_!4-y'\\r…<\\x00\\n5@-H''5@-H'';-'~\\n4-'4-W'52\\x00\\x00\\x00#!\\x0089-!'%\\x00\\n89-!''1-'%\\n\\x00\\x00ƒ6\\n<\\x001-9'D<\\n<\\x005\\n5;\\n;\\x00< <1- ''<1- '5<1- ''**\\n/<\\x00/< <1- ''<1- '<\\x00/<1- ''**\\n<\\x00/<\\x00/\\n5!4585!1-!'5\\x00?<\\x00<258G!±<<1-Y''D<1-Y''89--''X<1-Y''9-Y'<-A'<-' <1-Y''<-A'<-'\\n_<!?<\\x001-Y''<\\x001-Y''9-Y'<-A'<-' :89--':<-'7¡7Y\\n;<1-Y'89--':<-'7¡\\n1-!'5\\x00?<\\x00<\\n8;-'%\\x00\\n52\\x00\\x00<-Y'%\\x00*<-Y'%\\x00<\\x007-W'8\\n<\\x00<-'82\\x00\\x00ã<\\x001-'''-\\x00[)Q\\x00\\x00 1-3'\\n<\\x005m³<\\x005A\\n82-]'5\\n8;-$'5:1-Y''7Y1- ''7 <-K''7«\\nW?-+'5::Eһ7|7ҵ7һ::-Z''7|7ҵ7Ѻ:=-''7|7ҵ7̝:1-''7|7ҵ7:=-8''7|7ҵ7̸ 5)Q\\x00)Q\\x00\\x00\\x003->'2\\x00\\x00\\x0089-/'' 89-/'%\\x00\\n\\x00X<\\n<\\x005\\n5;\\n;\\x00< <1- ''<1- '5<1- ''**\\n<\\x00<\\n55\\n/52\\x00\\x00Y<\\x00<O-\\x00\\n5<\\x001-'''6=+333<\\x005'\\n5-\\x00'5-'\\r…<-F'J\\n51-'<*2 #J\\\"2\\x00\\x00J<\\x00L<\\x00E\\n<\\x000<\\x00)<\\x00#Aª\\n5-\\x00'5-'5-'<'5-'<'52\\\"2\\x00\\x004-b'&2<\\x004-'2\\x00\\x004-b'&2<\\x00-2\\x00\\x00 <\\x00-\\x002\\x00\\x00\\x004-q'&\\nG4\\r4-'5!c?@-Q'M--'F-2'3-\\\\':-';-C'?--'?-'?-';-W':-)'F-':--'7-'\\n81-K'%\\x00\\n\\x00D-\\x00\\n51-'''6<\\x005'~ <\\x00G2P#+< <\\x00<G2<\\x00G2\\x00\\x00ʠ<\\x001- '<1- ''\\n<\\x00<-K'<<-K''\\n<\\x00<->'a\\n<\\x00?-P'<\\x00&7\\n<\\x001-B''9-?'h<1-$''1-'''-\\x004-+'&K<\\x001-$'<1-$''<1- ''<\\x00&A\\n+$$<\\x00<-\\x00'g<-2'<\\x001-$''*\\n<\\x00<-\\x00'a\\n\\x00<\\x001-B'<1-B''\\n<\\x00B\\r…ƍ<1-B''64 <1-B''\\r…4<1-B''<-'ţ<1-$''<<-\\x00''\\n<1-$''1-'''-\\x004-+'&IJ<\\x001-$'<1-$''<1- ''<\\x00&A\\n5<\\x00<-\\x00'<\\x001-$''\\n<@-'?-,'*\\n<1-B''64 <1-B''\\r…5*51-':-C'*4-'451-'@- '*4-' 8@-5''A\\x00#9-C'<\\x001-$''@- '\\n51-L':-%'*1-'''-\\x00 <\\x00<->'5\\nU81-K''K81-K'?-L'\\n5<-'\\\"\\n5:-\\\"'<\\x001-$''52-''2-*''-\\x00 <\\x00<->'5\\n\\x00+<\\x001-$'<1-$''\\n+<\\x00<-\\x00'<<-\\x00''\\n+<\\x00<->'<<->''\\n\\x00\\x00Ā<-'\\n?:-M'\\n??-4'1-B'\\n<\\x00!-\\x00\\n551-'''6}<55''59<\\x0055''<55''9W55'1-B'<\\x0055''9-?')+\\\"\\\"\\\"<\\x00<-\\x00'<<-\\x00''\\n<\\x001-$'<1-$''\\n<55'<\\x0055''\\n #Š-\\x00\\n551-'''67<55''59<\\x0055''<55''9<55'<\\x0055''\\n #D\\x00\\x00\\x00©?@-F'9-K'3-\\\"'@-';-F'3-'@-;'9- '=-@'7-('M-4':-+'\\n-\\x00\\n551-'''6K55'\\n5<37<\\x0055\\n<(<\\x00&1-'5*<\\x005'\\n<\\x00/1-'5*<\\x005'\\n #X\\x00%\\x002\\x00³5E'^\\x00R,,\\x008\\nE,,\\x005-\\x00'*\\n3,,\\x005-\\x00'5-'\\n,,\\x005-\\x00'5-'5-'B\\n\\x00,\\x009-K'+,\\x001-7',1-7''\\n+,\\x001- ',1- ''\\n,\\x00@-;'4 ,\\x009- ' ,\\x005-\\x00'\\nB52\\x00\\x00\\x00k<Ie+```5<-K'451-$'\\n<\\x005\\r…\\nB51- '\\n<\\x005-\\x00\\n.57-'' <\\x005a\\n<5'1-4' <\\x005<5'\\n\\x00\\x00\\x00ê<\\x00<-\\x00'\\nDG69<GX\\n<\\x00<-'54-V'-\\x00\\n&<-<\\x00&;\\n<\\x00<1-'''4-7'T<-'\\n!<\\x00<1<\\x00!<1-U''<-'9 <1-U'%\\x00\\n<1-!'<<2L<1-'''4-'$<1-;'<-\\x00'<-'<\\x00!<-'<-'W2<1-;'<-\\x00'<-'<\\x00!B2\\x00,\\x001-U'',\\x001-U''1-',\\x00\\x00\\x00^<\\x00&<\\x00*?\\n5<@-F'<-A'5 <\\x00<1<-\\x00<\\x00&<-\\x00'**\\n<1-!'<< <<-'<-\\x00'\\x00\\x00\\x00Ž:\\n\\\"\\n5?\\nH5\\r…\\nB5<\\x0015<\\x00.51-;'5\\n5<-'5\\n53-2'5:-L'5]\\n5;-/'5=-'5]\\n<\\x001-A'5\\n<\\x001-&''<-'9 <\\x001-&'5\\n52D\\\"\\n,\\x00\\\"5g\\n,\\x001-A'\\n,\\x001-&''<-'9\\r,\\x001-&'\\n52\\x00\\x00,\\x00\\\"5g2\\x00\\x00h1-7',\\x001-7''\\n!,\\x001\\r\\n1-&''54-+'&1-&''1-'<\\x00 1-&''1-'5\\x00<\\x00 \\x00\\x00}1-7',\\x001-7''\\n1-7''4-9'!,\\x001\\r\\n1-A''94-+'&1-A''1-'<\\x00<S1-A''1-'5\\x00<\\x00<S\\x00\\x00\\x00©-1-'<\\x00<1-'''\\n51-'''4-'64-'@-'<;1/\\r…2+Tii5/,\\n<$-\\x00 5$<$34-9';-='<$7-%'5$\\rҿ<;1/4-'&!\\r…25A24-'@-'<;1/\\r…2\\x00\\x00s 1-3'\\n<\\x005m\\r<\\x005<A2R<I<4-''?<\\x00¨1-'''\\n5[)4-7'7-'5=-?'<;1/4-'&!\\r…2<\\x002\\x00\\x00\\x00ħ+jjj81-E''<-'9 89-'5\\n89-)''89-)''1-\\x00''1-''.89-''1-\\x00''1-'%\\x00\\n89-''1-\\x00''<-'%\\n81-'5\\n+,,81-''1-\\x00'89-'\\x00\\n81-''1-\\x00'\\x00\\n81-''1-\\x00''1-;'%\\n81-''1-\\x00''<-'%\\n89-)''89-)''1-\\x00''1-''.81-''1-\\x00''1-'%\\n81-''1-\\x00''<-'%\\n\\x00ƒ5\\x00\\n\\x00\\n5\\x005\\n95\\x00?\\nH5\\x00\\r…\\nB\\\"\\n51-A'%\\x00\\n5<-;'%\\n51-&'%\\n51-D'%\\n5<-*'%\\n51-T'%\\n51-X'%\\n5\\x00515\\x005\\\".\\x00f1-7'5\\x001-7''\\n5\\x001-7''-\\\"\\n5\\x001-7''4-9'!5\\x001\\r\\n1-A''1-A''1-'\\x00\\x005\\\"\\n1-7'5\\x001-7''\\n<-;''<-;''1-'\\x00\\x00F1-7'5\\x001-7''\\n!5\\x001\\r\\n1-&''1-&''1-'<\\x00 \\x00\\x001-D''1-D''1-'\\x00\\x00B1- '5\\x001- ''\\n1-7'5\\x001-7''\\n<-*''<-*''1-'\\x00\\x00B1- '5\\x001- ''\\n1-7'5\\x001-7''\\n1-T''1-T''1-'\\x00\\x00 1-X''1-X''1-'<\\x00 \\x00\\x00\\x00“81-E''<-'\\x00+5\\x0081-E'\\x00\\nU5\\x0081-E''\\nU5\\x00\\n5\\x00U<-*'%\\x00\\n5\\x00U1-T'%\\n5\\x00U1-&'%\\n5\\x00U<-;'%\\n5\\x00U1-X'%\\n5\\x00U1-U'%\\n5\\x00U1-D'%\\n\\x00<-*''<-*''1-'\\x00\\x001-T''1-T''1-'\\x00\\x001-&''1-&''1-'\\x00\\x00<-;''<-;''1-'\\x00\\x001-X''1-X''1-'\\x00\\x001-U''1-U''1-'\\x00\\x001-D''1-D''1-'\\x00\\x00\\x00”5\\x009! 81-E''1-\\x00''1-''1-!'5\\x005 \\x005-'\\n5\\x00\\n81-E''1-\\x00''1-''1-'5\\x0095-\\x00'55-'c:\\n5<-'5-\\x00'\\n5<-'5\\n59-'5\\n5\\x00H1-'5!1-7'5\\x001-7''\\n1-'<\\x00 \\x00\\x00\\x00«5\\x009! 81-E''1-\\x00''<-''1-!'5\\x005 \\x00-\\x00\\n55\\x00H1-'''6p5\\x00H5'\\n5<-''5-\\x00'5<-''5-'A81-E''1-\\x00''<-''1-'5\\x0095-\\x00'59-''5-'c5\\x00H1-'5- \\x00 #\\x00\\x005\\x005\\x0095g2\\x00\\x005\\x005\\x0095g2\\x00\\x00\\x00^5-'\\n5\\x00\\n59\\n51-'5-\\x00'55-'S:\\n5<-'5-\\x00'\\n5<-'5\\n59-'5\\n5\\x00H1-'51-'<\\x00 \\x00\\x00\\x00p5\\x009\\n-\\x00\\n55\\x00H1-'''6U5\\x00H5'\\n5<-''5-\\x00'5<-''5-'&5<-'5-\\x00'59-'' 5\\x00H1-'5- \\x00 #d\\x00\\x00€4-' /61/5 ¯4<\\x00\\n!<2<!<2<1-9'4 <2--'4 <1-'8\\r…<\\n;4-4'-\\x00>$\\n<1-'''5[ 1-3'<<<A/+\\n;<2\\x00\\x00 \\x00)<\\x00\\n :5 =7<\\x00=;5=*5=?5=55=G5\\n=$\\\"=I2ý,\\x001-9'9\\r…Q\\x00,\\x00c\\n,\\x00//\\nQ\\x004-$')\\x00a4 24-'T\\x00 \\x00L\\n,\\x00\\\\\\n,4-\\x00\\nQ4-8'Q4-+'& 4-'Q\\\"\\n4-4'&\\n544-\\x00'&\\n-5x\\n 5x4-\\\"'[4 ,4-V'&\\n5 4-\\x00'Q /2\\n\\n,\\nA/);\\nQ\\x00\\x00\\x00^ 1-3'\\n<\\x001-9'0<\\x005n/-1-'<\\x0051-'''\\n+5/,\\n5A\\n;\\x00\\r…\\n;\\x00<\\x00,\\ng2\\x00\\x00\\n62\\x00\\x00¯<\\x001-B''\\n/1-'<\\x00D*\\n 5<-T'9-&4-+'& 24-'6 U65\\x00\\nIF5645a45\\r…<-'\\n5<-'<\\x00B\\r…4 59-?' 5\\x00\\nI52\\r…2\\x00\\x00< -&4-+'& 24-'6 5\\x00\\nI2\\\"2\\x00\\x0062\\x00\\x00\\x00\\x00\\x00I4-'C\\n1-'5 C<-' D1-'W\\n 51- '' 89-;'5.O\\x00\\x00:4-'=@4-'=:-\\x00=C5=(2<\\x00,\\x001I<\\x00,1z\\x00\\x00\\x004-'? >/ 2\\x00\\x00\\x00B51- '1-5'*\\n51-'\\n51- ''1--'551-&'51-A'%\\x00]\\n\\x00S5\\x001-7''!45\\x001-7''3-'45\\x001-7'':-H'(<-''1-M'1-&'1-A'a]\\n\\x00\\x00\\x004-N'>\\n/S S\\n/T\\x00\\x004-'l\\n4--')\\x00\\x00\\x00\\n S S T>2\\x00\\x00\\x00<\\x00:5=35=4Q%\\x00\\n\\x00\\x00\\x00Q4-'C\\n51-\\r'm9-U'\\n 2-'\\n  \\n5)5581%\\x00\\n\\x00\\x00/<\\x00\\n  \\n,\\x00-*1\\n55 u-g/ \\n51\\x00\\x00A\\n4-')\\x005<-\\\\'jO59-\\\"'jO5<-'jO4(Ï'1R\\x00\\x004-5')\\x00\\x00\\x00'<\\x00<-,''\\n54-8'454--'4-')\\x00\\x00\\x004-9')\\x00\\x00\\x004-7')\\x00\\x00\\x0054-N'>\\n<\\x00S5<\\x00S[<\\x00S\\n/S<\\x00,\\n/T 5\\n/S S\\n/T\\x00\\x00R+MMM8@-\\n''8<-'':;-0'2-Y'\\n51-' H<- ''1-\\r' 9-'\\n\\x00\\x00ê+ååå8@-\\n''8<-''Ò\\r1-'51-''4-'\\n\\x00L\\n5;-;'51-J'84-p'>@-^'5@-'8\\n51-' H<- ''1-\\r'\\n59-'5\\n54$!51-''1-'''-4 8 K'2-''\\x00-?-'1/4-'&!4- '&82-)'2-O'\\x00\\x00\\x00.?\\n5D1-' S*1U5D1-' T*1U5 U1e52\\x00\\x00L+EEE¡\\n5 51-'''-\\x00+5 u/\\\"\\n55)i:5f=S5f=,5®=82:2\\x00\\x00j<\\x004(Ø'$\\n d5\\n@-^'5L@-'8\\n$1-'1-'''->9-U'9-'-4-#'>0M-'52\\x00\\x00\\r…2\\x00\\x00&51-'<\\x001-3'< 2-L' G\\r\\n\\x00\\x00”<4\\r…\\n/U81-\\n''\\n5<-&''\\n5!\\\"5<- ''1-\\r'\\n<-\\n'\\n1-N'\\n\\n1-'<\\x001-'-'\\n5/!0559) U1-'''\\n54-Y'65-\\x001-.'/U5/U\\x00\\x00\\x00\\x00\\x00< U6\\n1-' U1-.'\\n-\\x00\\n551-'''6<\\x0055'2 #\\\"2\\x00\\x00*<\\x00<\\x001-'''4-'D-\\x00<\\x00/8\\n;\\x00<\\x00/7\\n;\\x00<\\x002\\x00\\x00È-\\n<!(<,\\n51-'''<1-'''6\\r4-'\\n5\\n;</\\n;<\\x00!?\\n;\\x00?5\\n5<\\x001k4-'¤\\n551k<1-'''4-'T <54-'.t5< r-\\x00A€1k</\\n;5N\\n?\\n551U551Y<\\n5<€\\n5p2\\x00\\x00G<\\x00w\\n<5<q\\n5!251-'4-9'*N\\n5)i55f252\\x00\\x00.<\\x00</!\\n5 5a\\n5-54-'\\x005Z2\\x00\\x00+<\\x00<<<g/$\\nv52\\x00\\x00 Ï<\\x00</!\\n5!\\x005a\\n5-54-'\\x005Z\\n5Z\\n5Z\\n5 r-\\x00Aq\\n554-'.t54-'05(\\n<5);5)i5£K5a\\n5Z\\n-\\x00\\n 5 <1-'''6'+ <5 '\\n\\n5\\n@50 5)i5\\n5N #4#R2\\x00\\x00\\r\\x00Œ?\\n\\n?\\n :5=35=O5=Q5=15=>\\n  89-;'5.O5 )/5 )²5 )±5 )/5 )/5 )/&5 )/;5 )³5 )/95 )/<5 )¿5 )´5 )»5 )À5 )/35 )½5 )¶5 )/45 2?\\n1-Z' *\\n-\\x00\\n551-'''6\\r55'G3 #-)\\x004-S'1R\\x00\\x00B \\n1-Z' *\\n-\\x00\\n551-'''655'4\\n569 #&v\\x00\\x00 \\n1-'<\\x00\\x00\\x00  1-'<\\x00\\x00\\x00  dy1µ\\x00\\x00&< 1-Z'?<*\\n \\n<\\x0052\\x00\\x00¡?\\n-\\x00\\n5<1-'''6ˆ<5'\\n5:<\\x00&r+mmma\\n5C-\\x009@-N'5@P\\n5!1?\\n55(51-'''5C-\\x0095C@-N'5@5.B51-'''55@1I551k #•52\\x00\\x00f51-L'1-5'*\\n51-'''->\\n5-\\x00T555'1-'<-['*9-'55'9-F''1-M'55'd#<4-' /61/5\\x00\\x00\\x00\\x00<\\x00:5=35=4Q\\x00\\x00\\x00\\x00+4-7'>!-\\x00\\n4-'&4-''\\n/ '51A\\x00\\x00\\x00\\x00U4-'l\\n-\\x00l\\n5>/ H\\n1-'5<- ''<-@'59-''5b\\n5 5515)¶ H1-?''1-\\\"'‚-'\\n H1-]''\\n<\\x001-'‚-'\\n55m8 K'\\n51-@''\\n5\\r1-'5<-]'4-'459\\r1-'<\\x001-'4-'9\\n1-%';\\x001-';\\x00 F1-3' d;\\x00 H1-<'<\\x005\\x00\\x00–51- '1-:'*\\n51-('<-8'9-&' 51-'<\\x00\\n51- '1-R'*\\n51-6' \\n5<-'<\\n51--'55-\\nR51-''<-0'1-_'\\n51- ''1--'551-'G\\x00\\x00\\x00s<\\x00c\\n5a9524-'452-4\\n524-9'A<5M\\r…9\\n5= ‹Œ5M5M5%2<4-\\x00\\n;5<-\\x00A/);2<\\x002\\x00\\x00\\rȺ<\\x0064-\\\"';4-';4-W'C@;4-'\\n<4-'&-<\\x00L\\n<\\x00'/.\\n5\\n<4-\\x00'&!Ë5†5Q‰\\n<\\x00%1-'<-@'*4F 4-y'&<<\\x00%j\\rҽ.4-'<\\x00%1-'1-'*44-'<\\x00%1-'1-\\\"'*K4-m';51-'1-'*\\n5-\\x005-\\x00'1-<'=-\\n'1-/'J\\r…\\n51-2'1-'*\\n5N\\n\\r…\\n\\r…\\n<! /2\\n;4-P';55<<gˆ\\n 55 15-&g/ \\n\\n \\n <4-8'& >\\n 5 1-3'5\\n\\n551-%'5\\n\\r…\\n  4-y'&<<\\x00%j\\rҽ4-'<\\x00%1-'1-'*04-'<\\x00%1-'1-\\\"'*0<\\x0024-'4<\\x002-0<\\x00J55Q<\\x00M\\n <\\x00%j5Q<\\x00M\\n :5 =;5 1-3'5\\n=F<=$2\\x00\\x00X<\\x00E\\\\/-\\n5-\\x00'\\n5-'\\n5!\\\"25T4-\\x00'&!\\\"<\\x00L†5Q‰N\\n55+22\\x00\\x00-4(Ñ';<\\x006<<gˆ\\n4-9'51/ \\n52\\x00\\x00 ¸\\n<\\x00<6?5g/#52\\x00\\x00æ<\\x00!?<\\x002<\\x001-'1-%'*\\n;\\x00?\\n-\\x00\\n5<\\x001-'''6`<\\x005'\\n51-'1-3'*\\n51-'''4-'05-\\x00' 045-\\x00' >05?\\r…25-'\\n 51-'5 #m5=<\\x00b1-]''1-'-*?.\\\\25/,\\n55A\\r51-'5A?51-2'1-%'*52\\x00\\x00 <\\x00/--\\x00'2\\x00\\x00Ž+‰‰‰<\\x00\\r…<\\x002<4<64 <<-'9<\\x00c\\n;<a<\\x002<24-'</02<= ‹Œ1<L<'Q<M\\n<2-521-'<J52</02\\x00\\x00'<\\x00'<\\x00'/.\\n<\\x00%j5Q<\\x00M2<\\x00%2\\x00\\x00 <\\x00\\\\ ·2\\x00\\x006 S\\n5 W5\\n/W/W W4-'&-\\x00i º4(Î'$4-,'$2\\x00\\x00\\x00%:\\n<\\x00:4-'=@-=:4-'=C5=35=(O\\x00)\\x00\\x00=<\\x001-'4-a'C84-I'C84-'C84-8'C8c\\x00\\x00\\x00Œ<\\x00%\\x00\\n<\\x00%\\n<\\x00%\\n<\\x00%\\n\\r<\\x00%\\n<\\x00%\\n<\\x00%\\n<\\x00%\\n<\\x00%\\n <\\x00% \\n<\\x00%\\n\\n<\\x00% \\n<\\x00% \\n<\\x00%\\r\\n\\x00<\\x00%\\n\\n<\\x00%\\n<\\x00%\\n <\\x00%\\n<\\x00%\\n<\\x00%\\n$<\\x004-'6-2<\\x00-><\\x004-'>2\\x00\\x00<\\x004-'6-2<\\x00<\\x00->$2\\x00\\x00-\\x00\\n-\\n5<\\x006\\n5P#52\\x00\\x004-='\\n;\\x004-7'\\n8a052<\\x0052\\x00\\x00 5-\\x00-2\\x00\\x0051- '1-='*4-J'4-'2\\x00\\x00! 8<-B''!4-R'24-`'2\\x00\\x00U-\\n;\\x004-'\\n;4-7'\\n;8 K'1-@''1-9'0\\\"<\\x00<<<$<<$4-'$4-9'2<\\x00<<$2\\x00\\x004-'4-'2\\x00\\x004-'4-7'4-'$>2\\x00\\x004-$'4-7'l2\\x00\\x004-'4-9'>2\\x00\\x004-'4-9'-\\x002\\x00\\x00%4-='\\n;\\x004-7'\\n8<-''a052<\\x0052\\x00\\x008<-J''4-'-2\\x00\\x0051- '1-:'*4-J'4-'2\\x00\\x00! 8:-A''!4-R'24-`'2\\x00\\x00X-\\n;\\x004-'\\n;4-7'\\n;8 K'1-@''1-9'0%<\\x00<<<$<<$4-'$4-9'<\\x002<\\x00<<$2\\x00\\x004-'\\n;\\x004-'\\n;<<\\x002\\x00\\x00 4-'4-7'4-'$>4-='2\\x00\\x004-$'4-9'l2\\x00\\x004-'4-'>2\\x00\\x00$4-'4-9'-\\x00-4->'&2\\x00\\x00\\x00 \\x00!<\\x00:4--'=@-=:4-{'=C5=35=(O\\x00!<-Q'P\\n\\x00\\x00P\\x00-\\x00\\n<\\x001-'''\\n<\\x0051I\\r-<\\x001e \\n54-'<\\x0051z<\\x0055\\n\\x00\\x0089-<'F-1'\\r…<\\x00S\\x00\\x00*8@-Y''\\r8@-Y''\\n+ M-1'^\\n52\\x00\\x00/\\r…\\n+\\\"\\\"\\\"8@-''\\r8@-''\\n 7-'^\\n52\\x00\\x00\\x00p<-Q'P\\n!4-f'C\\n\\r-<-Q'.B+ \\n55\\n-<-Q'5.B8@-$'%\\x00\\n8@--'' 8@-$'G\\x00\\x00P89-<''\\x008@--''3-W'0\\n:\\n-\\n?\\n89-<'%\\x00\\n8:-N'%\\n8=-'%\\n%)\\x00Æ!951- '1-I'*\\n1-'':-'M-7'\\n51-P''1--'\\rӀ\\\\@-.'\\x00L1-J'8\\n:\\n53-I'<\\x00\\n59-2'<\\n5?-'5\\n5<\\n1-'2-'g<-E'5*\\n1-'51-'F-'\\n\\x00\\x00g<-E'*\\n?\\n52\\x00\\x00<\\x00'\\n5 <)<\\x00U\\x00\\x00<\\x00\\n-<-Q'<\\x00.B4-\\\"')\\x00\\x00\\x00\\x00 <<\\x00 \\x00\\x00\\x00¨ Y\\x00\\n/Y5-\\x001AV\\x00V\\n5‰5<-V''\\n5!\\x0051-'8\\n\\n1-'5\\rӂ\\n51-V'8\\n5\\r… 51-'''-\\x00 51-V'8\\n\\r1-'5?-('4-'94\\n5;-T'n452-6'2\\\"\\n/Y\\x00\\x00\\x00n8<-^''<-<'8<-^''<-'84- '$*\\n<\\x001-Z' S¹*\\n;\\x00-\\x00\\n5<\\x001-'''6\\r<\\x0055J #4-' /61/5<\\x0055\\n<\\x002\\x00\\x00\\nć<\\x001-'-\\x00*\\n51-'''4-'6\\x0051-V'8\\n-\\x00\\n51-'''\\n556 5\\\\5J#51-'''4-9'>\\n S51-'5*¾-\\x00'>\\n5 Z5\\n/Z51-'-\\x005\\n54(×'525 ¼'1-_'528 Ð Î*\\n55l Ä \\n 51-'''\\n-\\x00\\n556555 5\\\\'K\\n#4-\\\"'5 1/552\\x00\\x00\\x000-\\x00\\n Æ\\n<\\x00:4-2'=@-=:-\\x00=C5=35=45=(O\\x00\\n\\r \\x00\\x00 \\x00\\x00»!4-('C\\n4-~'C\\n*5'1-'8N\\n-\\x00\\nE1-\\x00''1-''1-!' Í*\\n51-'''4-='lX\\n5<-'55$5N\\n55e4-'&\\n4-' /61/54-9'1/5<\\x00 1U<\\x00 Z1U<\\x001<\\x001\\x00\\x007Eҹ\\n5-'4(Ò'4 5-'4(Ü'\\r!44-5'--1/5\\x00\\x00 H1-?''2-'n!\\nb\\n85\\nb\\x00\\x0081-\\\\' Å*\\n45\\n\\x00\\x00f\\x00\\x00!\\x00L\\n4\\r\\x00L5>4-='\\n\\x00\\x00#-4-3'>04-'1R 4(`'1R\\x00\\x00q-4-3'>0d?9-*'9-'<-)'<-\\\\'@-L'9-Z'9-\\\"'<-'1-R'@-['\\n-\\x00\\n551-'''6555' .O #\\x00\\x00-4-M'>0 4(Ð'1R\\x00\\x00\\x00r%\\x00\\n?o\\n!\\r4-\\\"'[!51-'8<-P''?\\n-\\x00\\n551-'''655'\\n5551-'8N\\nP#,\\x00E+@@@-\\x00\\n51-'''6-5'\\n51-'8N\\n5'59\\nP#;\\x00\\x00\\x00%\\x00\\n\\x00\\x00(  o\\n4 %\\x00-\\x00A!!\\n\\x00\\n6]\\n\\x00\\x00K-4-M'>0>^81-\\\\''1E89-\\n''16044-\\\"'-\\x001A\\x00\\x00\\n5\\n8b\\n5\\x00\\x00I+DDD%1-!'<\\x00*\\n ËJ\\n<\\x001-4'94 51-'5*!4 <6<\\x00<9\\n\\x00\\x00\\x00-4-M'>0%\\x002\\x00$ o,\\x00>\\n54-|'-\\x001A o2\\x00\\x00\\x00K ]6 ]2+3381-K' Ž\\n8 K' …'\\n5 Ç'\\n55 Ã'\\n569]/]2\\x00\\x002\\x00Y-\\x00\\n'\\r…\\n(-\\x00\\n)-\\x00\\n*-\\x00\\n+-\\x00\\n,-\\x00\\n--\\x00\\n.-\\x00\\n/-\\x00\\n0-\\x00\\n1<\\x00:4-7'=@-=:-\\x00=C5=35=45=(O\\x00%U!!   \\n51-''!5 Á.O5 Ê.O5 Â.O8@-)'.O\\x00\\x00&\\x00\\x00c<\\x001I<\\x00+1‡<\\x00)1‡<\\x00*1I<\\x00'1U<\\x00(1e<\\x0011U<\\x00/1I<\\x0001I<\\x00-1I<\\x00.1I\\x00\\x00\\n4-'-1/5\\x00\\x00 <\\x00<'692\\x00\\x00:\\n1-'<1-*'\\n;-\\x00\\n5<1-'''6<\\x00<5''69-2 #\\\"\\x00\\x00<\\x00I\\r1-'5<4-'9-2\\x00\\x00«4(.'\\n4-i'\\n4-i'\\n?\\n-\\x00\\n55651-'D<-'855' #&55l\\nD1-'54-='$*\\n/-\\x00\\n551-'''655'5>4-'\\\" #%55l\\nD1-'54-='$*\\n0\\x00\\x00@+2;;\\x00L\\n-\\x00\\n\\x00L5>4-7'6 54-p'# 5\\n14-'\\n1\\x00\\x00!^\\n?-V'\\n54-'-\\x00\\n-\\x00\\x00\\x00)E%\\x00<-(''94E1-''%1-''9 4-'\\n.\\x00\\x00\\x00\\x00\\x00\\x00\\x00!8 È-28I\\r5 Ìn-2\\x00\\x00-\\x00<\\x001\\x00\\x00\\\" \\n<\\x00-1/554-)'&\\x00<\\n\\x00\\x00\\x00û%5 É'45 Ï'-\\n,4-)'4-'1\\x00-\\x00\\n \\n à\\n Ñ\\n? Ü Ô5\\n8 „'\\n8 Ó'\\n 8 Ú'\\n\\n Ø\\n Þ\\n 5!!\\n87-/''!! 1-'7-C'*-\\x0004-)'4-1'15  5 1-Q'5 *45\\n 5\\n1-Q'5 *4-)'4-w'1+\\r5-\\n,4-)'4-'1\\x00\\r\\x00į8\\n5\\n-\\x00\\n8 ß'\\n55'\\r5'-\\n8 K'\\n51-@''\\n51-W' ŠJ*\\n\\n5\\n5\\n-'X4-Q'6 53\\n  5'\\n 5454545'45 \\n\\x005 I-5 -\\x00'@-T' 5 1-W' Ý* 55 ' Ö'-\\n\\x00-\\x00\\n 5 1-'''6#51-P''1-'5 '*-\\n\\x00 #1 -\\n\\x00ąW@-/'2W@-/'?-<''\\n5F<-'532 ÙJ\\n51-[''1-4'51-'51-[''1-'8*!2Ž1-W' ×*!~1-W' ŠJ*\\n55-'X4-Q'T21-W' ÒJ*\\n55-'X4-C'T21-W' ÛJ*\\n55-'X4-'T2\\\"2\\x00\\x00\\x00\\x00\\x00 %\\x00\\n Õ532\\x00\\x00\\x00\\x00\\x00D\\\"\\n:\\n%\\x00 L\\n ƒ\\n5 1-4'55'0R555<-V'53\\n5 !2\\x00+V2\\x00\\x00/51-C' å*2 ï\\n è\\n854552\\x00\\x00Y 8 î'I8 h'!\\\"28 h'1-'8\\n\\r1-'5 ç4-'\\r1-'5 ì4-'2\\\"2\\x00\\x008 ê\\n8 æ\\n5452\\x00\\x008 ã2\\\"2\\x00\\x00 áE L2\\x00\\x00l\\\"\\n éE L\\n528<-'8\\\"8\\\" ä025<-'\\r5  '1-4'05   ða\\n5<4 ë532\\\"2\\x00\\x00\\nƓ\\x00\\n+5 –'60 5 –'1-'''!\\n\\\"\\n51- '1-:'*\\n5 ›\\nhҺ51-' í\\n51- ''251- ''1--'58 ›'<-'0\\n51- ''1-M'5\\\"\\n51- '1-R'*\\n5 â\\nhҺ5<-I'1-'\\n51-6'1-'\\n51- '1-R'*\\n51-6' ]\\n5 ô\\nhҺ51- '1-R'*\\n 5 œ\\nhҺ5 1-'1-'\\n5 1-6'\\rҺ\\n51--'551--'551--'5 51-''5\\n54 5 ]'5\\n545EҺ5 \\n54 5 œ'5 \\n54545 4-)' ü1\\x00\\x00i-\\x00\\n:-Y'V\\n\\n1-'2-P'1-*'\\n-\\x00\\n551-'''6555''69-5H #' ƒV3 -4-2'H52\\x00\\x00†8 K'\\n5 ’'\\n }\\n \\n51-@''51-@''N\\n'55\\n(81-\\\\''1-'81-'''\\n)553 55'\\n+553 55'\\n+\\x00 \\n*\\x00\\x00Ϟ8 K'\\n51-@''\\n5 Ā'69  4-P' 4-m' 8 ý 4-')•\\r1-'5<-]'4-' Ÿ)t8 ÷ 4-')^8 ù 4-')H8 ö-)58 õ4'1-'5 û4-' 4-N') 4-7')\\x00\\n54-$'T3 ó5154-5'T 8<-S''!8 ˜'48 ž'-\\n8 ñ 8 ò ÿ4-9'18<-S''!-\\n5 ø'Ż ú-1/58 þ 4-?')°\\r1-'5 Ą4-'9 4-/')\\r1-'5 ą4-'9 4-9')n8 |'\\r8 |'<-'\\n ă8 |'34'1-'5 č4-'4-)' Ĉ1'8 Ć4 8 Đ 4-')-)8 T' 8 T' ā'!˜8 T' Ă'!‰8 š'698<-J'' š'698 ď'!8 ĉ'! 4-')P8 —'8 Č'!=8<-'' Ċ'8 ċ'!$8<-'' Ď' 8<-'' ć'-\\n, ‘51-P''1-''34-y'4-'18 Ĝ 4-')8 Ġ 4-')y8 ě 4-')c\\r1-'5<-]'4-' Ÿ)B8 T'\\r8 T' Ĕ 4-^') 8 •'\\r8 •' Ğ 4-')8 {'\\n55 ”'4-m'4-7'18 Ę'69  /: đ \\x00\\x00ɭ8 K'\\n51-@''\\n8 ĝ4-)'4-I'1Ⱦ8 Ē4-)'4-('1ȣ8 Ė4-)'4- '1Ȉ8 ė4-)'4-~'1ǭ \\r4-)'4-8'1Ǘ8 ĕ8 ę'4-)'4-M'1Ʋ,4-)'4-'1Ɲ8 —'8 Ě'!4-)'4-'1ż8 ē'48 ğ'4-)' ĩ1Ş ģJ1-'5*4 5 Ħ'04-)'4-H'1IJ ĨJ1-'5*4-)' ĭ1ē $4-)'4-'1ý \\\"4-)' Į1é #4-)' “1Õ8 İ'8 ī'8 Ģ'4-)'4-<'1­8 ġ4-)' Ĥ1” Ī834-)' s1~ 4-)'4-'1h 4-)' į1T 4-)' ™1@ 4-)'4- '1* 4-)'4-z'1 4-)'4-\\r'1\\x00\\x00\\x00+%\\x00)%\\x00 <\\x004-u' \\x00\\x004-)'<\\x0014-')\\x00\\x00\\x00 Ȩ-\\n-\\x00\\n5<\\x001-'''6ȑ<\\x005'\\n9-6'51-''0¬51-''1-O''!451-''1-O''<-H''!NJ51-''1-O''<-H'81- '0 5@-\\\\'' ħ0 4-U')\\x00I5@-\\\\''F-'051-''9-#''=-E'J1-'51-''9-#''*\\n4-*')\\x00ň@-\\r'51-''0ĸ-\\x00\\n559-N''1-'''6Ġ59-N''5'\\n551-''0Ā51-O''!451-O''<-H''!â51-O''<-H'8\\n5<- '0451-'1-'*\\n5;-\\r'J1-'5*\\n4-*')\\x00’51-5'0w51-P''1-' ĥ*9-V'0\\n4-')\\x005 ]'5 ]'1-'''4-S'652-'J1-'5 ]'*4?-'J1-'5 ]'* “)5:-\\r'0 ™) #ij #Ȟ\\x00\\x00\\n¯8 Ĭ'\\n8 ļ'\\n8 „'\\n8 ı'\\n5 51-4'0\\n5 51-4'0\\n555!!4-)'4-U'15!!I \\n:\\n 5 9-6'\\n5 @-\\r'\\n5 2-'\\n53-('51-P''451- ''5 \\x00\\x00C8 Ĵ'\\n5 5 ľ\\n581-;''1-'81-' Ľ*-\\n5452\\x00\\x00W;-[''\\n8 IJ'6 8 ĸ'6 8 ķ'68<-$''8<-$''1-'81-' ij*-\\n+...81-;''!%1-!'81-;''*1-' Ĺ*4-'\\n5452\\x00\\x00:+333 - ŀE L\\n ĻE L\\n ĺE L\\n5!552\\\"2\\x00\\x00\\x00đ%\\x00\\n%\\n+ÿĂĂ8 K'\\n8 §'5 °' ĵJ1-'5 °'*!8 §8 Ķ'-55c» ‘51-P''1-''3/8<-S''1-;'1-^'*\\n51-T'5\\n5<-6'5\\nx8 {'\\n8 {' ”'A+7::81-S''1-'''\\\"81-S''-\\nh̜81-S''@-J' Ŀ#8<-S''!8 ˜'48 ž'\\x00)Q\\x00\\x00\\x00\\\")Q\\x00\\x00\\x00\\x00.4-'&$82-_'\\x00\\n51-&'%\\x00\\n51-' Ŏ\\n\\x004-)'4-C'14-')\\x00\\x00\\x00\\x00\\x00<\\x00:-\\x00=@-=:-\\x00=C5=35=45=(O\\x00 <@-*'P\\n@-#'P\\n9-H'P\\n9-\\\\'P\\n9-I'P\\n\\x00\\x00-\\x001A\\x00\\x00…-\\x00\\n<\\x001-'''\\n<\\x0051I\\r-<\\x001Y4-'<\\x001Y4-9'<\\x001Y4-\\\"'<\\x001Y4-8'<\\x001Y<\\x0055\\n\\x00\\x00¶!!  \\n4-\\n'@-#'.B! \\n\\n4-\\n'9-H'.B!4 9-'P!  \\n4-\\n'@-*'.B!4 9-'P! \\r\\n4-\\n'9-I'.B4-\\n'9-'-.B\\x00\\x00ˆ4-\\\"'~2?\\n? Ž ł ō Ň Ł ņ ŏ ʼn Ō Ŋ ň ń Ņ\\n-\\x00\\n551-'''6\\\"+55'_G1-'55' #/2\\x00\\x00.<!=- '\\n;<\\x00<\\x00[\\n4-\\n'9-\\\\'.B2\\\"2\\x00\\x00\\x00Ɋ8;-'\\n§51- '<- '*\\n5<-' ŋ\\n51- ''1--'551-C'7-Z'*\\n59-\\x00''K?\\n-\\n559-\\x00''3-)''651-'59-\\x00'5* #,1-'51-*'\\rҸ151- ''1-M'5Ɠ /:‡51- '<- '*\\n4-'C\\n51-('\\rҺ@-,' 5<-'7- ' E:-'5 C<-' E<-:'\\n51- ''1--'5-\\x00\\n\\\"\\n8<-3'%\\x004-='\\n ć+ĂĂĂ\\x00Ń\\n\\n Ő\\n 5 ŝ1-'1-.'*\\n 51- '<- '*\\n51-''<-0'1-_'\\n5<-' Ś\\n51- ''1--'55M-\\x00''-\\x00'\\n\\r5\\r@-''\\n5\\r9-J''\\n-\\x00\\n55 1-'''6A5\\r1-''3-['5 5'\\n55\\r@-''4 55\\r9-J''5\\n1-'5 5'P#N1-'5\\n1-.'\\rҼ151- ''1-M'5\\x00…+>>>51-C' E*\\n559-''1-4'59-'?-U'*9-'\\n 4 s0!1-'8 51-C'@-,'*51- ''1-M'\\x00\\x00å+ààà51- '<-M'*\\n55<-_''Á59-'4-''\\n59-9' s\\n5<-_'\\rҶ*\\n1-K'\\n5M-'\\rs\\n5=-:'2-'\\n59-':-I'\\n5:-5'-\\x00-\\x004-='4-I'c59-'?-_'\\n5@-'54-7'4-'S59-'=-'\\n5@-'54-'4-'S5@-1'8[2\\x00\\x00\\x00̎+23351- '<-M'*\\n5<-_'3-;'*45<-_'M-['*\\n\\x00+ʽʽʽ?\\n3-P'\\n2->'\\n 5:-*'8\\n\\n57-V'5@-''5\\n 8;-\\x00'?4(Û'4(Õ'-\\x004(Ù'4(''-\\x00-\\x004(Ö'-\\x00\\n 5?-\\\"'5@-''5 5;-''S5\\n@-P'4-7'\\n5\\n@-W'4-7'\\n5F-%'8\\n 5@-''5@-S''*\\n\\r5@-%'5\\r5 5@-'5\\r5@-''5@-+''*\\n5@-%'55 5@-'55@-G'5 5\\r 5@-G'5 5 5M-%'5 5M-,'5 5 9-W'5=-_'5 F-'\\n5 9-M'52- '5 ;-'\\n5?-X'5 ?-G''5;-S'5 9-W''5\\n@-P''5=-1''-!-\\x00-\\x00V57-?'5 9-M''--S5M-.'5F-\\\"''-\\x005\\n@-W''S5<-M''a51-'5<-M''@-1'85)5@-&''µ?5@-S''5@-+''\\n?5?-E''5:-''5=-7''5M-P''5M-''5:-''\\n-\\x00\\n551-'''6S-\\x00\\n551-'''6<5@-&'55'55'\\n51-'5=-B''5:-''53-A''S #I #`1-'51-'[2_<\\x00IY&1-'5*5I<\\x005'1-9'0;7-'<\\x005'*\\n56\\\"51-'54(Ó'T! 1-'5\\x00\\x00M7-'8\\n-\\x00\\n551-'''6.55'\\n2-\\x00'5*\\n1-'55) #;\\x00\\x00\\x00ì83-Z''=- '\\x003-'8\\n?5@-9''69\\n5@-9''\\r…5@-3''69\\n5@-3''\\r…5@-Z''69\\n5@-Z''\\r…5@- ''69\\n5@- ''\\r…59-S''69\\n59-S''\\r…59-A''69\\n59-A''\\r…59-.''69\\n59-.''\\r…59-Q''69\\n59-Q''\\r…2\\x00\\x00\\x00в?\\n8 K'\\n51-'5 ş'51-'5 ś'51-'5 Ŝ'51-'5 ’'51-'5 Ş'51-'5 Œ'51-'5 Ŕ'%\\x00 L\\n51-'551-' % L\\n51-'5+ \\n  \\n \\r…\\n 51-'5 ?\\n :-X'\\n 51- '<-C'*\\n\\r5\\r5\\r<-'' 5\\r<-''_?5 1-'1-F'*\\n-\\x00\\n551-'''65 1-'5\\r<-'55'* #)51-'5 ?\\n?-N'\\n 51- '<-X'*\\n55<-'' 5<-''_?5 1-'1-F'*\\n-\\x00\\n551-'''651-'5<-'55'* #)51-'58<-L'' 8<-L''_œ?\\n2-'1-'1-F'*\\n-\\x00\\n551-'''6<51-'8<-L'M-G'\\rҾ55'9\\n\\rӁ55'\\r…\\rҷ*9-%'' #I51-'5?\\n7-'1-'1-F'*\\n-\\x00\\n551-'''6<51-'8<-L'7-9'\\rҾ55'9\\n\\rӁ55'\\r…\\rҷ*9-%'' #I51-'5?\\n?-T'1-'1-F'*\\n-\\x00\\n551-'''6<51-'8<-L'7-<'\\rҾ55'9\\n\\rӁ55'\\r…\\rҷ*9-%'' #I51-'551-'p% L\\n51-'551-'p51-'p% L\\n51-'551-' 535 ¢'45 ŕ'48 ¢'!!\\n51-'551-' Ŗ53 Š\\n\\n1-'51-*'\\n-\\x00\\n551-'''651-'55'--\\x00 #+1-'51-'[2$+<\\x00<4<<\\x0034 <\\x001-Q'<*2\\\"2\\x00\\x00\\\\\\n1-'<\\x00<-'\\n8\\n-\\x00\\n551-'''->6555'\\n5!\\\"2P#*5551-'''->'2\\x00\\x00\\r+<\\x00<'2a2\\x00\\x00w?\\n7-''\\n5`-\\x00\\n551-'''6N55'\\n1-'?51-6''59-$''53-''57-''1-*'\\n51-'5 #[52\\x00\\x00g?\\n …'\\n5R-\\x00\\n551-'''6@55'\\n51-'1-'?51-''5?-''59-$''1-*' #M52\\x00\\x00l-\\x00\\n }'<-'9  }'\\n '<-'9\\n '\\n+5?-'2-\\n'\\n\\\"\\nF-'83\\n?5552\\x00\\x00{?\\n+LL2-;')^51-'59-@''51-'53-9''51-'59-$''51-'?-'53+\\r8 hM-'_51-'59-@''52\\x00\\x00 Ǧ!\\r…2?\\n8 œ'\\n51-'55 `'8 ř'\\n51-'55 `'8 ŗ'\\n51-'55 `'8 ő'\\n51-'55 `'8 Ř'\\n51-'55 `'8 Ŧ'\\n51-'55 `'51-'8 ţ'8 K'\\n 51-'5 1-@''51-'5 ¥'\\n5 ¥' š'51-'5 ¦'\\r5 ¦'1-'851-'5 ¬'\\r5 ¬'1-'851-'5 Ť'8 ŧ'\\n\\n51-'5\\n ũ'51-'5\\n Ū'51-'5\\n Ũ'51-'5\\n ť'51-'5\\n Ţ'51-'5\\n9-9''51-'5\\n9-''51-'5\\n ū'51-2'1-*'*[\\n2\\x00\\x00\\x00\\x00\\x00\\x00\",ýüþÿ˱̙Āā\x00‰øùúûȨȩȪȫȬȭȮȯȰȱȲȳȴȵȶȷȸȹȺȻȼȽȾȿɀɁɂɃɄɅɆɇɈɉɊɋɌɍɎɏɐɑɒɓɔɕɖɗɘəɚɛɜɝɞɟɠɡɢɣɤɥɦɧɨɩɪɫɬɭɮɯɰɱɲɳɴɵɶɷɸɹɺɻɼɽɾɿʀʁʂʃʄʅʆʇʈʉʊʋʌʍʎʏʐʑʒʓʔʕʖʗʘʙʚʛʜʝʞʟʠʡʢʣʤʥʦʧʨʩʪʫʬ:Ç$È&ÉůÊŲĢŴË̿Ì́Í͆Î͉Ø͌Ù͔Úɜàɤáɧâɪätåwæyç|èƘ˥ƙɷƛǍƜǓƮƇƯȵưɂƱ˶Ʋ¼ğƳ­lā‹;÷fą3%(BîďÙĉ+@´gýĉ+@‡ęĒç:++Ý ĉ+@‘çĈ+<ÇçJ+»¯ç©+ivGĉ+@¡ç0+=ÎĜĉ¥òçĀ+~đíĉ+@çÏ+-æçė+H•ç8+Õă¨ĉ¥çY+†“ç+^qç¦+ú&Ę{ĉ+@[ç'+³Ğçj+Iç+1 çª+w®)Žĉ+@9ęZčçy++cç\n+4ÅçŸ+È¢ˆĉ¥ûçü+¿]}ĉ¥×ç¼+\x00ç+Eċĝĉ¥–çć+ãÀçž+2Þìĉ+@ĆçL+Übç+›€ç½+Koç+RÖS‰ĉ+@Câĉ¥ę ™çä+èĔßÁĉ+@Òç’+VOç¸+e\rç¬+œéçs+ÔÛç+ó|çk+P?çp+°Æę£Aç#++¶çĖ+uþçU+ñÓçƒ+T>çë+h¤çF+\\ēçÂ+·Ě ĉ+@º§ĉ¥a ĕNĊ76‚dzĎù`ÌÍêQĉĐWÉČěXš¹xðö*ÐÑm.Ê/ø²rõÚË!…àå±Ą_5—Dÿ„¾tõ$”ŠnáMĂØ,ô«\"Ä+Ņ5Ă\r\x00 \x00\n\x00 \x00 \x00\rnj\n/ȩҶ ੍ \r¢\rè\r> ˱\r\n ֈ ࠻ # \x00 ؾ  Ռ ٩ ଞ # \x00 ߧ  ਸ਼\n ! EȨЃ\nă\rϿడǴĄ\r\x00 \x00\n˶\nీ\nϪ\n൅ \n\n\n{\nά EǴą\r\x00 \x00\n˶\nඖ\nϪ\n௱ \n\n\n{\nά\nё\n୉\nʼn\nӲ EǴĆ\r\x00 \x00\nϿ •\n\nó\n෺ ಘ\nŀ\nّȨЃ ć(AĂ຀Ȫ௣ăȸѤĈɝĄȳࢨɛȳ̓ȳಡɝɛăȲƫ ɢăȵҒɛĆȹϴɢɛ\nĄȸɫ ɡăȺԐɝąȳԃɡɝY…5 ɔȲұȴ˷ɡĆȹ͐ɔɡĉɝąȳņɤăȵ׽ɝɤ\rĂȳ๡ĂȷڴąȲѽĄȹПăȴ˼ɝȮ఑ȹ\\ɡȴɕȴՙɝɡɝăȴƖɆȸ࠼ȹੀɝɆąȳԹɛąȹʗɢĂȲƿɛɢąȷָ‘5ĄȹѽɡĄȳ˓ɤĄȳӬɡɤĄȶχăȴƣɡȴϥȸыɛĄȸћɡɛɝăȰƲɢȯÀȵಕɝɢĄȴΤɝąȺňɶĄȸ͛ɝɶąȲӁ ɆĆȹംɝĄȲٿɆɝ!Ąȶʈ\"ɆȲ׻ȵƏɛăȴಹɆɛY5#ąȸɪ$ɔȮΝȯƱɛĂȳனɔɛ%ăȸɔ&ɢąȴ¦ɆąȺൕɢɆ'ɢĄȺȞɶȹĻȶࢤɢɶ(ĂȹǞ)ąȳǥ*ɤĄȹƼɔĆȳѢɤɔ+ĄȹҀ,ɝȺ͊ȺӫɛąȶՔɝɛ-ɔȹ͊ȲÖɢȵйȺ݇ɔɢ.ɆȴࡀȶƮɝąȷࢯɆɝY…5/ɤȶȃȹɇɡăȷՈɤɡ0ąȹʪ1ĆȴʄĊąȵƊ2ɶĂȲȜɔȶңȴۆɶɔ3Ăȹƣ4ɶăȴ֛ɢȸࠋȲϒɶɢ5ĄȹݞċɤȯÀȺఎɆȯÀȶگɤɆ6ɶȹ̈́ȵƓɝĄȶлɶɝ7ĆȵǞ8ąȸޞy59ąȲӉ:ăȸٲ;ąȹΤ<ĆȹоČÕĄȸƫ=ɢąȶجɝȱɕȶށɢɝ>ɡĄȶ˓ɆȶকȴѓɡɆ?ɤăȸïɢĄȲءɤɢ@ɝĆȴҒɶąȲ͛ɝɶčĄȲοAăȶ˧ĎĄȶ੹y5BąȵӉCăȷԋDąȷʄEăȴ՚FąȸЊGɔăȳแɝȶхȶϒɔɝHĆȹΖďąȴdžIɝĄȺ¦ɛĆȷ޳ɝɛJɝĂȶǺɤȷЀȵ൘ɝɤKĄȴɫĐɡăȳňɆąȹౌɡɆYm5LɡăȴŶɛąȹऄɡɛđÕăȶӚMĆȷdžNąȸχOăȸǥĒÕĄȳɪPąȳѤQĆȲȚRɢȳӮȶØɡȲӟȸ٘ɢɡSĆȸ୿TĄȺ̃UɔȴҘȴĀɡăȳߜɔɡq‘5VɤĆȷǺɔăȲ࠺ɤɔWɆĂȷӛɢăȹ੒ɆɢXĂȶɹYɝȵѐȺbɢąȸોɝɢZɔąȰƲɆȯÀȵߣɔɆ[Ăȸˎ\\ăȶƊ]Ąȶ׼^Ăȵɪ_ăȹҵ`ɛȺచȶŒɤąȵжɛɤaɝĄȵџɆȲȃȹಙɝɆYm5ēăȷຏbăȹdžcĄȲ˼dąȹৎeăȲƣfɤĂȸಔɝȺɜȵࠓɤɝgąȹǎhĄȴࠞiąȶɫjăȹɢkɔĄȶˁɶȯəȺઐɔɶĔɡĆȵ̐ɔĄȲݼɡɔY…5ĕÕĆȳ௠lĆȷߺmąȶ޼nąȲǥoɆąȳŠɡăȷࠩɆɡpɶĄȷ©ɛĆȳЩɶɛqɔĄȲϽɢĆȶےɔɢrąȵʪĖɡĆȷƲɛĂȸଏɡɛsɡȶҘȳ಺ɶąȸυɡɶtąȵ໑uăȵಪy5vĂȺƫwĆȵԅxĆȷʈyɤąȸ܁ɡȲйȵ૙ɤɡzɆĄȳџɛąȸ࣮Ɇɛ{ąȸǞ|Ćȷˎ}Ɇąȵ՗ɢăȷϴɆɢėăȶɔ~ăȶޣɤĄȷȞɢăȴҼɤɢ€ąȲീm5ąȴȚ‚ĄȸƣĘĆȷ˫ƒɡăȵ೙ɶȸਅȱϺɡɶ„Ăȷճ…ąȷа†ɢąȸʬɝăȳ৮ɢɝęÕăȳɢĚÕĆȷබ‡ĂȳĕˆɆĄȵêɛĂȶԂɆɛěÕąȷਇ5‰ɶĆȹŔɡȺϥȵߛɶɡŠɔĄȸƖɢĄȶЩɔɢ‹Ąȵ˫ŒɔȶӟȴɡɶȷұȸѓɔɶĜɡĂȲӛɔȷࠧȷंɡɔąȹ೓ŽɝĄȵɍɛĄȲζɝɛɤĆȸ¦ɆĄȺҼɤɆăȴӐ‘Ćȳ˫’ăȴП“ɤĂȳ̐ɛĆȸຖɤɛYm5”ĂȳƊ•ɔąȴƲɆăȴথɔɆ–Ąȵ̈—ɢąȸࠢɝĂȲυɢɝ˜Ăȸ߾™ĄȳȚšăȸഫ›ɔȷÔȵŒɡȷəȳఝɔɡœąȳ˧Ąȹ˧žĂȷҀŸĄȶڂm5 ɝăȲŔɤăȷζɝɤ¡ąȲdžĝÕăȸৰ¢ăȵʈ£Ąȶǥ¤Ąȶ̃ĞɆąȷêɤĆȵଃɆɤ¥ąȲ̈¦Ąȷޅ§ɤąȹщɔĂȴہɤɔ¨ąȵɔ©ąȶੁ‘5ªɡȵ઩ȵƛɢąȴћɡɢğăȲঀ«ɤȷ࠵ȴрɆȶࡡȺڮɤɆ¬ăȶಆ­ɆȯəȯƱɛĂȵ๤Ɇɛ®ąȹĕ¯ąȳǞ°ɶĆȹķɤȴ˿ȵࢍɶɤ±ĆȸӁ²ɝȲ҆ȸĀɛĄȸܡɝɛ³ɡĄȹ¦ɆăȸԃɡɆ´ăȶຄy5µɢȺ౤ȹĀɆąȶѢɢɆ¶Ąȳ఻·ɤĄȵΉɢȺ̓ȱϺɤɢ¸ɆĂȷʗɤăȸжɆɤ¹ɡȯફȳ.ɢăȺӬɡɢºĄȵɢ»ąȹʄĠąȲҵ¼ăȷʪ½Ąȸ௃¾ĆȳӚ¿ĄȴೇÍ5ÀăȳˎÁĄȵࣵÂĆȲоÃɛĆȹʬɆąȸ͐ɛɆÄąȷЊÅɶăȶķɛĄȳࢋɶɛġÕĄȴɹÆĄȸ˂;ɯȮðǧȫ੬ģɱȮொĤ%\x00ɱȮϗŝȮƀȮ։ȯɵȯβȰේȯģɃĻĥ%\x00\x00 ɱȮϗŝȮƀȮ΂ ȯౕ ɭ ȯư Ȯ૪ɭ Ȯǹ ȯంȯɵȯβȯஸȮƜ ȯģɃĻYȡ5Ħ%\x00ɣȮǩȮֹȮƃȯ͡ȮŲÏ\r\x00 \x00\nȮžɃÜȮɣȮ๑  Ȯ* U\n WŘ\n\x00iɊȮ\n\x00ȮЌħ%\x00\x00 \x00\n•  ȫŃ U O\n\nȫĊ\n+Ăਕȫົ؎ई ļĨ\r\x00 \x00\n\x00 ŅȮÊŖQɃH´JɃH´ħg ஏȫɣ\nȮɖ  \nŪ , RȫਨŠ — ଟȫځ —ȫ۳ĩ\x00\x00 \x00\nȮญȮē\x00 \x00\nெ\x00Ȱ<\x00 ¿Ī\x00\x00 ȯܭȯĤ\x00 -Ⱥא\x00 ī\x00\r \x00\n Ȯɖ\n\n \nŇ\n ஁Ĭ\x00\r O >  fĭ\x00\r  צ $ȫѲ ે $ȫ׈ȫѠ $ȫŌȫÈକ $ȫ෼ȫϷ $ȫҍȫĐϛȫÈȫࠃ $ȫ਍ȫӂ $ȫŐȫŦϛȫĐȫڵȫÈȫವĮ\rOȮ*ŇȮT஠ȫ൹į\x00\x00 \r\n\x00 \n•   Ȯ* +\n ڊ Ȯ͗ɠȮØȯĀȱƮȴЀɃ]Ȯ\n\x00ȮƞȮ̹\x00\x00 İ\x00\x00 ˛ Ȯېࣟd ඤd 0 ಏd 0 G ਣį\x00\x00 ౦ɯ5ı\r\x00 \x00\n\x00 \x00 ɃÜȮ\x00ȰॺȮׂO ¢ Ȯ* U\n W\nȮǗȫȏ ɊȮ\nrȫ¦ ɱȱT \x00ȫ؋ȫహ  Dȫۚ ɪȱ͓ ÎɊȮ\n\x00ȫܼ ȰΝ МɃ]ȮҝÐ\rऩ\x00ıī6AɃ̄ȮIJ\r\x00 \x00\n\x00 \x00 \x00\rส Ŝ\x00Ȯņ Ȯ›ȫÇ ڛ\n ƄȮăȯş \nȮZ\n ேȯૌ\n ৢ\n ˟ ஼   Ū\n ࡩ Ŵ\n ˟ Ŏ Ұ\nȮc ൂ\nȮc ോȫ¦ Λ\n  ȯ඙ Ŵ\n ˟ Ŏ\nȮc ݐ z\rɃ]Ȯ\n\x00ȯşȮস\r#ȮĆő\rij;ɜȮ¼ȱ່Ĵ\r\x00 \x00\n\x00 \x00 Ȯŋȫ\\ \n ȮZ /ȩī  > \n௯ “ȫŦ “ȫĐ “ȫೈ ࡖ ĵ\r\x00 \x00\n\x00 \x00 \x00\rȮZ \n Ȯ෫ȫ\\\r/ȩ ī >  ä\r\n‚ Rȫ«ȫ[\r\n‚ Rȫ¥ȫ[\r\n‚ Rȫ™ȫ[\r\n! $ȫδ\rĶԚRȫ«ȫӀRȫ¥ȫӀRȫ™ȫ[$ȫ൬ķ\r4ĴC๛ĸ%\x00ɣȷලɣȳࣽɃ=ȮP Ⱥຬ૶Ĺ\x00ैȮ൶Ƀ=ȮȮ̢ƭ ΣÑ%ɱȯ߲ȯؼɱȯ˄ȯඏ̙´ɿĺ\r\x00 ŷ6Ȯί•  Ȯ* +Ȯ ɮȮ\x00 ȔYɉ5Ļ\r\x00 \x00\nŜ\x00Ȯ໋ ɃɗȮ\x00ȯޭ ȫҕ\nɃɗȮ\x00ȯ฾\nȫ˯\n _ ȮෑɃ=ȮɊȮ\x00 ؑļ\rɆĻCī\x00Ƀੵ ΣĽɥľľ%\x00\x00 ɣȮǩȯňťȮȥ VȮ:Ȯ֥  ؞ɃªɃÏȫ௅ř \x00ȯഉř \x00Ȯࠛň \x00Ň֓ࡕҁĿ\x00( ɚԽȮɧȮࠕඳŗ͇7ɥľ ɥǦň\x00൰ŀ%Űȫິƻɼɼȯ६ɼȯϧԿɺȮʭȮܷŁ\x00\x00 \r\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00Ȯݡ \nȰ਌\nȰƓ ŀ  0\r ˈ ŎŮ\nɴɴ š Wଢِ\rÛ\rȮ*U\rWȮ෦ȫరƅس ՟ঝ\nʒ/ɏݧȮĥঽ̖࡟ł\x00\x00 \r\n\x00 \x00 \x00\r\x00\nŁ\x00\x00 P\n৻ Űȫি  ɃÜȮ \x00Ȯڬ ȮŽȫஎ ٖȰԶ\r/ɏɃĘȮ ෎\rȮĥiɃ͟ ܝĨѱȮષ ൜Ƀ͟ ԣǟÒͨɃƂȫࣧɃǜȫ˂Ńѯȫ఍DȫӧȫࢶDȫ߶ńIJȫέDȫӐŅ\r\x00 \x00\nɮȮ݁Ńࢽ  Ȯ* U\nɮȮ\x00 PŃ\nԥń\nɮȫ຺\nɮȫເ\nɮȫ஢\n੭ȫଭ\nAɃ=ȮɃĘȮr ڝ֣5ņ\x00\x00 \r\n8 ȯ͉ Ȯமɴ͠\nŅ P\n\n ȯ͉\n ȮयŇ%\x00\x00 ģ ɭ ɸĢ 7ȯư ȮɶȮǹ ȯ৲%Ȯƀ=ĥ JȯɵɋȰӳ0\x00)ɟ# \x00LȯȾEɃыMȱ҇6Սň\x00\r \x00\n\x00 \x00 \x00\r\x00\x00\x00 m %\x00 = J 0 ) # L E MɃӼ 6Ĵ ¸ɃӼ 'ɃعŘ\x00ɑ‹ 2ȫഈ\nģ \nɸĢ  Ŵ\nɭ ȯư Ȯɶ\nɭ Ȯǹ ȯۡɃÂ=L 'Ƒ\n ɣȮæȮƍ ɧ\x00 ɧ ɧW ɧʀɃܫř ɧȵ৬ 2ȫγ Y\r ɭW\rȮೂ 2ȫଛ ઙņ\r\x00Ƀġ %… 2ȫγ Yƌ\nֆř\x000‹ɃĘȮ\x000ȮӋɃ»Ȯːɐ Ƀ»Ȯలɐ7§ ɧ0- ɧJŘ\x00Ȯຂ ɧJLŘ\x00Ȯੋ ɧJLE\x00 'ƑE­ ɧJƍLÎ\n 0 ɭ ) ɟ ɸ Ƀم ɸஆ ɭ ȯư #Ȯɶ ɭ Ȯǹ #ȯࣝ # ɸɃ»Ȯ ɕݹɐ LɃřȮɐ\x00 ɕ€ L ɕ E ȮԼ M ȱ҇ JɃřȮ 0\x00ɋ\x00 )\x00ɴ\x00 #\n =ɃřȮ J\x00 L\x00 E\x00 M\nɃřȮ\nȯ஺ɴ\x00 \nɃřȮ )\x00ɴ\x00 #\nł 0\x00 )\x00 #† 6 \x00 ¸IJ L\nļ L‹ 2ȫو 2ȫ੿ 26ȫÊ 2ൻ 2ȫບ 2ȫؓȮ࣫Ȯ౑Ȯʕ MȮऺ ʼn(ɼɼȯਘɼȯຸºʭ\r\x00ʯɏȷƏȮʸʯ݂ȯ̾ɗȮ\x00\x00 Îȯണ \r\x00 ʯ ɮȮߏ ՆɃĘȮȵࠟ Ȯơȫņȫضʮ\r\x00 \x00\n\x00 ৳ഗʭތɬ‹ɪ-ȱࢗɪऀAȱύ ɜȮw\n\nͥ ȱ౗Ȯ*ി\nʮʤȮӇɃ]Ȯ\n\x00ȮƞȮ܃ >ɒȮ–Ȯ௛Ȯ\x00 ‹\nȮ ʭ ÎȮƜʮ ࣶȮɕɃ]Ȯ\n\x00ȮƞȮ෱ʮÓ஦ɻƾȮŹɻ˨Ŋ;ɯȯŸɘɃŋ\r\x00 /ȩ\n ť > !Ŋȫ౜Ôʭ;}ʭȫිʭ$ȫࢳȫභʭ˜Ō\x00\r \x00\n\x00 ׾  L Ȯϸ ֶ ö ս \x00\n    \n} ɯȯŸɘɃȫ඘ō;ŐȯಽÕ%\x00ODȫϭ+ʅȫזʆȮ*+ɮȮʆۇʀlȫKʁ&ȫ\\ʂǁ$ȫŐȫ\\ʃ&ȫKʄǁ$ȫʍȫÿʅŎ\x00\r \x00\n\x00 \x00 \x00\r\x00ŅȮÊŖQʆ\x00\n  ȮZ /ȩɯȯÁ Mȫટȫջ Ȯœȫ್\n >\r\nä  !\r&ȫƇ\nä  !ɂ\r$ȫʍȫѴ&ȫӡ\r\nä  !ɂ$ȫŐȫੰ\r&ȫଳ  !\r$ȫɴ\nȮਐ\r\n  !\r&ȫƇ'\n  !ɂ\r$ȫʍȫѴ&ȫӡ ɚ  !Š$ȫŐȫ݀Ƀ]Ȯ ݪ͹5ŏ\r\x00 \x00\n\x00 \x00 \x00\r\x00\x00\x00½ޟഒȮίȮZ /ȩɯȯŸMȫ൥ȫͳNȫثŪ\nɮȮ\x00· ɮȮ\x00· ɮȮ\x00·\rɮȮ\x00· !ʀ\nĽʁ  !ʂ Ľʃ  !ʄ Ľʅ\rs7\nɮȮ\x00· ɮȮ\x00· !ʀ\nĽʁ 7 ɮȮ\x00\n !ʂ Ľʃ ஶ Ő\rŏCœő\r\x00 \x00\n\x00 \x00 \x00\r ȮZ\n/ȩ Ҷ ɮȮॿȫࢁ \r¢\r è\r>ɮȮ\x00\r\nFȫఄȫة# \x00Fȫϲ¡ȫ໏FȫҴȫ࠳# \x00Fȫ۩¡ȫഴFȫǷȫଊ# \x00Fȫफ़¡ȫڙ\n !EȨȮɼ\nŒ\r\x00 \x00\n\x00 \x00 4 ɮȮȮײ  ȮҺ\n \nȫఉ \n\nȫ  \nȫޫ Ă\n$ȫŌȫʡ ɨȫʲ Ŏ\nȫࠣ Ă\n$ȫŐȫͿ ɨȫŌȫʡ ȫϝȫʲ #ȫԒ\nȫ೼ Ă\n$ȫ୚ȫຫ ɨȫŌȫͿ ȫϝȫŌȫʡ ȫިȫʲ #ȫ૗\nȫອ  \x00 #ȫ؃\nȫௐ  \x00 #ȫנ  \x00 þ Bȫೳ ¡ȫǛȮh &ȫֺȫว łȫଡȫࡳȮ Cœ;ŔŒ¿Ŕ\x00\x00 \r\n\x00 \x00 ͦ ɚ Ȯโ\n/ȩɍȮŋȫॵ  Nȫ୸ ť >\n !ȨȮɼȮy\x00#ȫோ \n !ȨȮɼȮy\x00 ʹɃ]Ȯ\nҝŕ;ɹɖ¿Ŗ\r\x00 \x00\n ŕ\n\nȮZ/ȩ\n\n\n¡ȫі \n> ɮȮ\x00 · ɮȮ\x00 · ɮȮ\x00 · ɮȮ\x00 Ԁ\n#ȫі \n> ɮȮ\x00 ࣷŗ;ɽ ɽȮ-ɗȮ\x00ɏȴƥȮ૳Ř\x00;ɃĘȮrȮɋř\x00\r ½1ೠ ɃĘȮrȮݽɃ=Ȯ ¼Ƀ=ȮŚ\x00ɝ1̰ɊȮ\x00ȮœȮɋY࠷5ś\x00ɝ1̰Ƀ=Ȯ¼Ƀ=ȮŜ\x00\r  ɃkȮ\x00P ȫϯڪɊȮr \nɊȮ\x00 ܏ŝ\x00\r  ɃkȮ\x00P ȫϯುɊȮr \nɊȮ\x00 ॳÖ%ʭ\x00ʮ\x00ʯʮ ʯmʰʮɠ‹Lpࢀʯ\nʭʯ\nɃ͈ \x00Ƀ͋\n}%ʳ\x00\x00 \x00\n\x00 ʳ•¢ȫϭ+ʳȮȺŒÙoÅʳȮȺŒȫÿoȫְʳȮȺŒȫƐoॻ\rOʳȮ*ŇŒDʳĿŒʳȮcrʺʳȮ හʳȮच ʳȮúȫ¦\n 0  GʳʳȮyȫ¦¯Œ\nŒ Œ\x00X\n\x00Ž ۗʳ׍ʰ\x00\x00 oഺʰXɠ‹‹ୡppъ \nʰŽɠ‹ʋ‹ؘppъ ­ o\rOƻĿpFȫȷĿ‹кĿpNȫ˂ʱ\x00\r \x00\n\x00 \x00 \x00\r\x00 4\nȮZ  ¸\r\r\n\rU\rċ , lpல‹\x00 #pٴ Fȫઽ Ȯ к NȫɌ ٗȫٕ NȫɌ ¡ȫ೜ ȕ Ȯh ૩ȫ઺ ฽ʭ& ʹ ʲ\x00\r \x00\n\x00 \x00 \x00\r\x00 4\n\x00 ȮZ \r¸ U \rাȫ෍\rໂ $\r \n\nŽ\n\nX\x00\rࢢ\noȢ Ȯ \no\n\n಩  ;ʱ\x00ʯ\n;ʲʮ\x00’Ş\x00\x00 \r\n\x00 \x00 \x00\r\x00\n0 G \rȫмȫࠚ+\n,\nѡ lȫǢ &ȫƕȫǿ —  Š $ȫǏȫÖ , \rǨȫÖ , ѡ\nlȫǢ\n&ȫƕȫǿ\n—  Ԋ &ȫӣȫΥȫǏȫ˘Ȯ \n\x00 ş\x00Ћ˞0͏ୀŠ\x00\r \x00\n\x00 \x00 \x00\r\x00\x00Ĵ\n ɯȯŸȮŋȫĵ 4 4\rȫ೽ȮȆȫĵĴŋȫɌ Ȯ຅\n\n \n+ Ȯ ĴȮy\nMȫŮ\nMȫ³ȫਛȮy Mȫୌ\n\n\r\n+Ȯ \r Ȯ Ĵ௖\n\n Ȯ*\n+Şş \n\n \x00\n Ȯy Ȯœȫܠĵ š\x00\r \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 /ȩȮœȫĵ\nĴ\nĴ\n0GȮБȫм ȫX ʛ  {ȫ״\r\rȫ඾\r>,ΰlȫǢ&ȫƕȫǿ—Ԋ&ȫӣȫΥȫǏȫÖ,NǨȫÖ,ΰlȫǢ&ȫƕȫǿ—Š$ȫǏȫ˘—\x00—\x00 \n‚&ȫ«ȫ[ \n‚&ȫ¥ȫ[ \n‚&ȫ™ȫ[ \n‚Ǩȫ[ \n‚&ȫ«ȫ[ \n‚&ȫ¥ȫ[ \n‚&ȫ™ȫ[ \n‚Ǩȫ[ ä ଽ \nƈ Ȯc\nN\x00C ×%ʭ\x00ʮʭԙʮԙʇ}Ћʭ\x00ʮʾŢ\x00\x00 \r\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\n\x00ȮȆȫإ\nɃǵQ Ĵ\n\nb ȮZ± ȮƢ•  ȫઝȫ֟ + ƈ ł൤ȫɽ łȫฺRȫӱȫŤ&ȫĈȫȎȫϬ&ȫĉȫȎȫǙ$ȫ୏ łŴlȫǙRȫŤlȫɛ˽&ȫ̟ȫد  NќO\r \rþ ׷\r$ȫſ  Nȫற Dȫɧ\rȫÊ\r\r ƄRȫପ ȶ&ȫĈȫѝ ]&ȫĉȫѝ ϰ$ȫ२\x00fţ\x00\x00 \r\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00\x00\x00\nb  b4•  ȫŃ +Š  ˽ &ȫ̟ȫݱ  O\r৤\n\rs\rඉߚ॒—୵lȫϮlȫ൵lȫ\\&ȫǙ$ȫ॔ȫತ\n\r\x00 \r\x00\r֢  ȫŃ + \n ї O\r\rȫŃ\rU\n\r\rହMȫݷMȫज़MȫӢ\rMȫҗѨȫӢMȫؗ  ȫ| + V\rlȫŤRȫŮ  VlȫŤRȫ৊  ȫÐ +  VȮƢ    VȮଋŤ\x00\x00 \x00\n\r \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00   ˞ 0\r ȫ౨ Gч ‰ ΃ȫϕ K ȮŋȫઞȫKȫ\\ਬ\n0\nG\n‰\nK\n̷+ Rȫȇ\r&ȫĈȫš&ȫĉȫš$ȫš \rRȫȇ&ȫĈȫš&ȫĉȫš $ȫš {Rȫȇ&ȫĈȫš &ȫĉȫš\r$ȫš ȫƇRȫȇ &ȫĈȫš\r&ȫĉȫš$ȫš ȫަ#ȫ\\ \x00\r\x00Oȫ|+ ȫ࢓ RȫӱȫŤ\r&ȫĈȫȎȫϬ&ȫĉȫȎȫǙ$ȫš ä \x00 \r\x00\r\x00\x00EYɯ5ť\x00Ԛ˞඄͏ะч௒ϮඅŦͰŊȫƵŊȫƵŊȫƵŊȫֻŧ\x00\r \x00ʭ\x00ʮ\x00ʯ\x00  ʇ ʭ 0ʮ ঠʭ๳ʭନţ\x00ʭ\x00ʮQʯŢ\x00ʭ\x00ʮº\n\x00\r \x00\n\x00 \x00 \x00\r\x00\x00\x00 ɯȯŸȮŋȫಗ 4\rȫ੪ȮȆȫņ ŦŁȮƢȮƆ\rO\nȮ*\nŪ\n!\rĴƯ\n\n ʛȮy\nlȫӎ\nЅȫ¦ ť\x00-\x00Ťʯ\x00rʭƯ  Ȯ* + Ȯ  Ԙĵ  \x00\r \x00\n\x00 \x00 \x00\r\x00\x00\x004Ĵ\n7ȮúȫƖȮyȫࢬ Ȯŋȫൎ\n\n ʛ\rȮy\nlȫӎ\nЅȫ¦ Ťʯ\x00\rǤʮ\n ť \x00ˀ   Ȯ* +Ȯ  ǻ\rYĵ\nȮࠆȮúȮœq m »\n\x00 · E Ũ\x00\x00 \x00\n\r \x00 \x00\n\x00 ŅȮÊŖQ Ξ  BȫҜ\n Bȫͭ ŧ\x00\nC »\x00 ũ\x00\x00 \x00\n\r \x00 \x00\n\x00  Ξ  BȫҜ\n Bȫͭ ŧ\x00\nC ·\x00 Ū\x00;ŎŨ\x00¿ū\x00;ũŏ\nŬ\x00;œū\x00¿ŭ҃VĔ3Ȯຈ‰ϊpʴŮ%\x00/ư̆ɸ+lෳʤ^vȮúȫǎůࣻŭุlத^Ű\rɃɺWAŔqŷ5ű;ɃɺfŲ;ɳŔɃɺଓų\x00Ɏ ǒqEÛ;qȮํŴ;qҪŵIJq“ȫÈqҪŶ\rq಑$ȫѲؿ$ȫঋȫѠ$ȫŌȫÈqɁ$ȫ৓ȫϷ$ȫҍȫĐq“ȫÈqɁ$ȫංȫӂ$ȫŐȫŦq“ȫĐq“ȫÈqɁ$ȫࢉȫୟq“ȫŦq“ȫĐq“ȫÈq঻ŷѯq“ȫŦq“ȫĐq“ȫÈq֨Ÿ;ŷѪȫ̈́ŷŹ\r\x00 Ŷ\n q\x00q#EȮy \x00qÜ\r\x00 Ŵ\n q\x00q#EœȮy \x00q¿ź\r\x00 Ŷ\n q\x00q#EœȮy \x00qэɥ5Ż\x00Ò ȮìÄčBȫɻȫȮȮ ż\x00Ò ȮìÄčBȫɻȫȮȮ Ž\x00Bȫȹȫʌž\x00ž\x00Ò ȮìÄčBȫදȫభDȫϲȮ -DȫൈȮ˜&ȫ™ȫɒȫ͹Ȯ $ȫȀDȫխȮ˜&ȫ¥ȫɒȫΈȮh&ȫ™ȫ`Ȯ $ȫȀDȫ෬Ȯ˜&ȫ«ȫɒȫ੡Ȯh&ȫ¥ȫ`Ȯh&ȫ™ȫ`Ȯ $ȫ้Ȯ ȫʗȮh&ȫ«ȫ`Ȯh&ȫ¥ȫ`Ȯh&ȫ™ȫ`Ȯ $ȫ߼ſ\x00Ò ȮìÄčBȫȹȫʌȮ &ȫĵȮ $ȫĭƀ\x00Ò ȮìÄčBȫȹȫʌȮ &ȫĵȮ $ȫĭƁ\x00Ò ȮϣǒȮh&ȫ«ȫ`Ȯh&ȫ¥ȫ`Ȯh&ȫ™ȫ`Ȯ $ȫĭƂ\x00\r \x00\nŅ ȮìÄǒ „ȫƝ\nłȫƝȮh &ȫ«ȫ`Ȯh &ȫ¥ȫ`Ȯh &ȫ™ȫ`Ȯ $ȫ`Ȯh\n&ȫ«ȫ`Ȯh\n&ȫ¥ȫ`Ȯh\n&ȫ™ȫ`Ȯ \n$ȫĭƃ\x00ŖȯҊȫ൚Ż\x00ȮȣƆ\x00Ƅ\x00Ŗ\nž\x00ȮȣƆ\x00ƅ\x00ž\x00ȮȣƆ\x00Ɔ\x00\r \x00\nO  Ȯ* +\n ৹\n Ȯì\nÄ\nč\nBȫɻ\nȫȮȮ  ȡʛ5Ƈ\x00\x00 Ò Ȯϣ ǒǁ &ȫ«ȫ[ࢪ &ȫ¥ȫ[ȫݛ &ȫ™ȫ[ȫޡ $ȫൾÝQ¯3дʌʭʭ%ʮ\x00ʯʮmʯĴʋ\nʊºʰ%̙৘ɃǵѱȮúȫǎ\r\x00 ½࠲ȰˤȲŶ7ŏ\n ķȮúȫͳȮyȫƖĨƾ 7š\x00ʰgŔ\nɺȮʭȮ©ȍ\"ȯȟĬʮ\x00ଵ\nÆʱ%\x00\x00 \x00\n\x00 \x00 mm ̙௞\nʮ> ʮ\n  0 \"ȫſ\n  6ȫƅ ͅ \n ˗ʲ\x00ʋ\nʲ\x00ʊ\nʯ߀ʲ\x00\r Ɇ7 ʼn\n ȮŽȫƪ Ŗ \n Š \x00ʰg ĶĨ ޤȮʃ \nȰçȲҥŎ ࠴\n঍Ã\x00€ ɑ\x00\x00 \r\n\nBȫſ\n̙ਓLʮॉ\x00\n\x00 Ģʯ6ȫƪʯ§ɓʱ௘ \rʮWIܴ̙ͅ৒௕ƈ(ʌAʌ€Ɖ\x00\x00 (ʌ റʌÃ\x00\x00 Þ\x00\x00 \r\nO\n\n \n+\nǕ\nfƊ\r\x00 \x00\nŜ\x00Ȯĵ 0\nсŜ \x00Ȯࣛ¯0'сM\nвƋ\r¯\x00' #ȮĆ'LM #Ȯ³Mőƌ\r\x00 ”ȳǛȵΕȷǛȹ؜  Ȯ* Ňř\x00 නƍ\rŜŜ\x00ȮȪȮशɃɗȮ\x00ȯлɊȮrফƎ\x00(AȮĆEƏ\x00(AȮ³EƐ;ŜŜ\x00ȮȪȮ஡ቅ5ß\x00\r \x00\nȮăȮê#Ȯඨ  Ȯ* U\n WŘ\n\x00i\nȯơȮЌƑ(AŜŜ\x00ȮȪȮ৙ƒ;ŝ\x00ȮணƓ;ŝ\x00Ȯ܉Ɣ\x00;ƓƾƓã\rʭ\x00\x00ʮ\x00ʯ\x00ʰ\x00ʱ\x00 \x00\n\x00ʲ\x00ʳ\x00ʴ\x00ʵ\x00ʶ\x00ʷ\x00ʸ\x00ʹ\x00ʺ\x00ʻ\x00ʼ\x00ʽ\x00ʾ\x00ʿ\x00ˀ\x00ˁ\x00˂\x00˃\x00˄ʭ±ʮʯ±ʰʱ± ȫડ\nȫ˷ʳȫɣʸ˅ \nʹ˅\n\nʺ4ʼ̙Čʽȸțʾˀˁ˂̙Č˄mO¯@Ù:ÙCL3 \x004 \x00(\rд ૨ ʶˏ ʷ/ːȫƍʴŲČgʵģvȯȾĩɣ\x00ȯȓ\nĩɣ\x00Ȱį\nĩɣ\x00Ȱʻ \nĩɣȮДȹҧ\n\nĩɣȮДȶ߫ \nĩɣ\x00ȯ˒ \nĩɣ\x00ȲË\r\nĩɱ\x00ȳƱº˕न˕ū ˕ȫK\n˕ȫ. ˕ȫ\\ ˕ȫb\r˕ȫÿʴ7˗஖ˑȫ੖˓ȯำ˙ׄ\r(ʶɚ^˖ʯ\nʲ Ɔ\x00ʲΐ˅\r˛\x00˜\x00˝\x00˞\x00\x00 ˛\x00˜˝˞4m g\n\x00j \x00¤ \x00 \r\x00”\x00`\x00\x00‡\x00t\x00{\x00¶\x00€E}\nࠜ˝ȑ˛\"˜ ˝\"˜ %Ӱj°˞˜˜,˜ȑ˛Ǧ\r%Ӱj°˝,˝Ә˛ǧ˛\x00˞˝੗Ąg࢞¤Ł˞˝\x00˝,˝ȑ˛ͨ˝N˜˛ǧ˛˜˝ʴ˜˝IJȑ˛IJӘ˛ǧ˛;˞ʾˆ\x00\x00 \r\nO\n\nè\n>\n ˇ\x00(\"ɚ\"ɚഢۼСࣲओˈ\x00;ɯȯƉü࣊üţã೰ã൴ˉ\x00;ɯȮðü૜ɯȮðãܦˊ\x00\r  ,ĦɊĪȵɯȯƉĦţĪҙɯȯƉĦţĪӑɯȮð ӗ ɳ Ǧɯȱɏ ˋ\x00\r \x00\n ,ĦɊĪȵɯȯƉĦţĪҙɯȯƉĦţĪӑɯȮð ӗ ɳ Q\nɯȱɏ \nએ\nȫϢɯૃ\nő\nˌ\r\x00 \x00\n\x00 \x00 \x00\r4 /˒̮\nڅ ¢ Ȯ* +  \r/˒ ü\nɉ ã\nƨȮ ˋ\r\x00 š\n Eˍ%\x00˛\x00˜\x00˝\x00˞\x00˟\x00ˠ\x00ˡm˛4˟4ˠ4ˡ4¢\x00Y \x00¨\n\x00ž \x00r \x00Â\r\x00\x00š\x00e\x00À\x00—E}\r\x00 ˜˞˝ˠ4ˡ4˛4˟• ‡? 6t? { ମ 6‡ò˛˜ˉ€ \n\n˜þˡȮ € അˇ€ \n୘˟˞ˈ€ \n\n˟˞ʥȫങ˝#˟˞˞ഏ€ \nˠȮ ’ Ͱ˝\x00˞f\n\r\x00 \x00\n\x00 \x00 ȫÿ 4\nˆ \x00ب  ˞è > ˟  DȫÇ ౖ Dȫŭ ৗ DČÝ ୶ DĚÝ ೴ Dȫڳ ৕ ࡃ  è >  ங\nٯ\n \r\x00 \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00ȫË \n m \rĹ˜A ť˜೟44\n ພ˜੽˛{˛WణBȫެॗඹ#ȫլN\x00ī\x00Ў ·\nŎ Ԟ\x00਴ȫڡ  ҹ൏+࢑ī\x00Ў · Ŏ ԞO > ѧȮŽȫڹ ຃\nB \r \r\n\x00 ɯȯç\r\x00 ¹  \r\x00 \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00§  \rĴĹˠȮŽȫ࠱ ˡȮښୁ ˡȮŬ U ˡ \nˡ વˇ \x00\n… ழ Փ\nժ , ã\nȵ ü\nޠ  ȫฏ ȫਃȫુ  Ä ȫ௝ ȫ౺ ȫ౷ Bȫ࠾ ȫ֦ ã\nڞ ȫෆ ȫŸȮ ΒȮŽȫ̘ȮЇȲआ¸Ȯ*+#s„ȮZ¸Ȯ*+ɯȮðѦ\n#ࡒ„Ȯ෥,„ȮƆѬȫKBȫఌƸ\r܌\r൙\x00ૹȫ९\r\r\x00 \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00ȫlj §\n§ § ඕˠȮŽ\r±¸¢ˠȮŬ+ˠˠ{ݒɉ 67\rÓBȫÇ\n L -Óࠊࠑ 67\rÓBȫÇ  L -ÓBȫƅ\n6 7\n \x00\rࠍBȫƅ 6 7  \x00\r؟\r\x00ˠȮœȫ٨%\x00\x00 \x00 \x00 \x00\r4 ĹˠȮబȫڈ\x00Ȯۤ\n\x00(NBȫ໌NBȫࡿȫࡔˌˠ\n \n0ฤ ȫX Ȯ* +\r\n  ௼ \r7Ó BȫȂ๮ ۂ Ó \rͫ\x00Ȯॖ\x00\r \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00 ȫ௧\n ˠ\x00 ɳ M Ȯएɚ\x00Ĺ ȫ௑ ȮŬF Ȯœ ࢾ>/˒ ߘ ৖ ܥ ਗ਼6ɚ7ˊ\x00\n#\x00ɯȯç\x00āĂNࣥ ೄȫ୷ȴਚ\x00\x00 \r\n\nι6ʭ෨`޷ ȮѮˇ€‡g ‹\nց\n%\x00\x00 \x00\n\x00 \x00 \x00\r\x00\x00ˠ0/˒̮ ɚ\x00\n  ¸\r¢\rˠȮŬ\r+ˠ\rˉ\x00ඌ/˒üɉãƨ\nˋ\x00\n ɚ\n И Ó \n\x00இ \x00 f\r\x00 \x00\n\x00 \x00 \x00\r\x00 \n ٌ˄s ˄s/˒ˠෲˠೆ ˄h ˄h˄s\x00ˠȮɖ\r\r\r+ˠ\r ȗü˄sʘ\nȗã˄sƨ ˈ\x00 \n ˄h ͫ \x00\n\x00 \x00ʾˎ%\x00˛\x00˜\x00˝m˛4˜˝¢\x00Y \x00£\n\x00z E}\r\x00 ˜˝¸‡?6t?{Ú €\n Ȯˆȫȭ Ȯˆȫೱ˛˜ \x00˜Ј ȮˆȫȂ˝ຨ ˝\n\r\x00 \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00ȫØ ȫൟ\nũ  4\rĹ˜ݯ˜è>˛ȮˆȫН\nȢ  ȯര\nȯയ Ј\nˀ è> ʥ \rخ\r \r\x00 \x00\n\x00  ׺\n\n˜è\n(\n ˛\nWȮˆȫ੺ Ȯˆȫڨȯߢ ȯ۴ ޴˛\nМ ˜ˏ%\x00˛\x00˜\x00˝\x00˞m˛ˍ ˜ˎ ˝˞ȱ̞E}\x00\x00 \r\n\x00 \x00 \x00\r\n௔\"ʮछ ˛>˛ȮѶ † ˛ dʸ\x00\x00 \n ɚ7\n  \x00˝΍ʸ৚ ˜>˜ȮѶ †\r˜ dʹ\n\r ɚ7\n \r\x00˞΍ʹࣰ\n˜ː\r\x00˛\x00˜\x00˝m˛˜˅\n˝˅\nÉ \x00°\n\x00™ \x00œ E} \x00\x00 (࠶\"ʮ7˜” \n˛Ŏ˝” ܿœ\n\x00(\"ɚAE ;ɳMȫ͎ȫԩ %\x00\x00 \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00!\x00\"\x00#\x00$\x00%\x00&\x00'\x00(\x00)\x00*\x00+ \n  \rʳ\x00 ʳ\x00!˜` \"˝`‘!ͩ#˜‡?#6˜t?#˜{#Ú$˜€#\n%$Y\x00 #%0#%G ɯȯç$¨\x00 \n ɯȯç$ž\x00 \n$r6ɚ7&$r\x00&ۣÓ#&G&0 Иȫӽ„\nȫӽ„ણ'$\x00#'0#'G($À\x00#(0#(G)$—\x00#)0#)G#)‰#)K\rɯȯç$š\x00\r\n$e6ɚ \"ʳ $e$e˗ȕɯȯŸ„MȫԟȕɯȯŸ„MȫԟBȫଲĂ„ѫȫෙȫګĂ„ѫĚูġ ,Nȫ࠮ȫۛɯȮŸMȫƍɯȮŸMȫƍɯȮŸMȫฯĹ\"ͩ#˝‡?#6˝t?#˝{#Ú*˝€#\n\n#*Y\x00#*£\x00*z6ɚ ʳ *z  *z˗\"ʳ Ƹ \"ʳ Ƹ#ʲ4+ +ڒ +xȫജŻʲ\x00+\nƀʲ\x00ɯȮŸ šƀʲ\x00\nƀʲ\x00˛\nƀʲ\x00 \nƀʲ\x00\nƀʲ\x00 \nƀʲ\x00\nƀʲ\x00\nƀʲ\x00\r\nƀʲ\x00\n\nƀʲ\x00\nżʲ\x00\nƁʲ\x00ϞƁʲ\x00ϞƁʲ\x00غˑ\x00\x00 ࣴȮˠ൨ȳຯȳ࢈ȯӓ ೃȯຑȯউȰॡȰ؅ȯμȯٹ˒\x00஧บ˓;̙´˂˔˛Ȯल˕\x00\r  /ˑ\x00\x00˓ȯ࡫ʴ ˗ ੩˔ ފ˃\"ʮ ˖ʮQʹ” \n˃ʯ\x00ʹgÝ˖ʯէˁ຦ Ȯͧʸ” - Ȯ०˖ʮ\x00ʭ\x00 \n ȯѳʰ ˁȫ֋ˀˁȫշ Ȯˆȫ̥ʿ \x00ˁູ Ȯˆȫऒˇʿ\x00 ‹˖ʮQˁ߇ ȮˆȫÇˁč ȮѮ ȯѳʱ7ˁȫ.ˀܑ ȮͧˀߵˀˀFȫÇˁٵ˃ʮ˜˖\x00\x00 \r\n\x00 \x00  ”ȴඟȲɰ\"ʮ ʸ`̎ ʹ` ΋\nʶȱׅ\x00\x00 \nʷÉ\x00 \x00\nǶ˗\r4Ȯ ȮുȮ࣬Ȯ ʘȮ णȮ ʘȮ ƨȮ ȯࡑȮ ȯ஽Ȯ ȯ൱ʺȮ Ƀ]ȮࡪʺȮڜ̙´ʼFȫ౫˙˨˘%\x00\x00 ” \x00 \x00\r\x00”Űȫใ  Ȯ* ݰ  ન\n ୛Ƀ]Ȯ\x00ȮԂŎů۞ %8ɱȱদɱȱςȹݲɱȴૈȫ൛Ƀ]Ȯ׌ ɯȯੂ\rටəvȮ।ɱȯ୨ɱȯ˄ȯധɱȯ˄ȯ઼˙%ۈʻ ʻ˘ŁʾþȮ ʻ\nȮ ʾ\nȮ ʵ\nȮʃʺ\nʺ4ʼ̙Č˚Ƀ]Ȯ૝˚\rũɱȮ஗/ɱȮ࣢ɱȮٟ/ɱȮپȱ൩ȢȮƌȴҗʽoȯȈेƕ%ʭ8ʎ^ʎ±ĩɣ\x00ȸƏƘ\nɥľ ʭĿ̙ijȫ౴= ɥ=\x00ɃǚȫKɃಋƗɣȮЍº\r\x00 \x00\nɃ=ȮȮ£ȮΟƚ\x00Ȯ͙ȮӒƚ\x00ȮǂǬɦʭǿ\x00ȮӃ̙Ȭ¬ȮੱȮ:ȯҽȰ೶ȰଂȮŲ٥ȮڍɃªɃĠȫݍ Ȯ:ȮǺ ܈ ȮŹ Ǻ Q\nƭ ŝ4Ȯஉɠ\nୄȔ\x00ǾઋƖ\x00\r \x00\n\x00  Ȯ:ȯഹ ɝ^ ̙಴q\nʑ Ģ\n7\nmʑ \n\x00Ƀ»Ȯ ่Ȯ࢐ ̙΀ \n\n%̙ij \n Ŀ\n%\n\n2 2૫\nƗ\x00\x00 \r\n\x00 \x00 \x00\r\x00\x00\x008ӥɚ^\n/ȩȫщ  Ȯɛ\rȷАȵࢮ Q\rГ ȅʝ( ঢW࠘ࣙ\n !\x00\rǔ ΋\n ෌ƚ\x00(Ȯ:ȯੳ̙Ũ\x00\x00Ȯ:¿Ɲ\x00\x00 \x00\n\x00 \x00 Ą2¾‹¾½ ¾È\n¾‘ ¾ ƞĄ„௉̹5ƟĄ•ƠĄdҨnҨ_ϊ’¾[ [ঘ _Ȯஂơ\x00\r \x00\n\x00 \x00 ƒ ̙Ϛȫƍ\n¸ ඿d ଦ   • \nä\nF Ȯ෧ƛ ȮƆȫඪƢ;ī\x00ʗƣ;ī\x00ʙƤ\rŷ\"ȮĞȰ૷ȯ҈ȱ̩൯ƥ\r\x00 \x00\n\x00 „8ȮӾȫߖ 0\nˈ\n Ȯԏ\n Ȯ෯ tƟ> •Ȯ˻˴\n˲ȮɄɃHÅȮŠȮ ȮВ 2ʤ  „8 ȮӾȫƙ   ȮœȫƇ tƟƤ _ƣƧ ή Ȯc Ȯœȫ.ȫ૑˴\n˲ȮcȫĜ \x00ȮñȮɄɃHkȮŠȮ Ȯڏ 2ʥ7  „\x00   Ȯƃƣ † ȯ̾ ȯƛ Ȯc ȮœȫKȫ¦˴\n˲ȮcȫĜ \x00ȮñȮɄɃHkȮŠȮ ȮഓƦ\x00(Ȯ൐ȱ߮ī\x00ʘƧ\r8ȮŽȫȏɃ»Ȯ໎Ƀ»Ȯ\x00Ȯຠȯ҈ȱ̩ۄɨȮǤȮޒƨ\r\x00 \x00\n\x00 \x00 „\x00 ౭ tƟ> •Ȯؚ×ɃHw\x00ȮcȫĜȹ੄ •Ȯ൸ȮǗȫ̥ȮcȫĜɃH–ȮĎ \x00ȮñȮ ȮВ 2ʥʦ\n „\x00 \n‰ \n0Ʀ\nƁ•\x00 † ೗ ȯƛȮŽȫſ #Ȯँ×ɃHi\x00ȮcȫĜ \x00 ध 2ʤ\n „8\nȮўȫƙ \n‰ \n0Ƥ _Ʀ •\x00Ƨ ή×ɃHi\x00ȮcȫĜ \x00Ȯį \x00ȮñȮǣȫſȮcȫՉƩ\r\x00 „\x00 ‰ ȮƪÍ0×ɃHW\x00àȮĎŧȮ̶Ƣ †à0×ɃHcȮĎ੎ ෭ƪ\r\x00 „8Ȯўȫƙ ‰Ƥ † Ƨ \n ȮƪÍ0×ɃHW\x00àȮĎŧȮ̶Ƣ †Ɓ„Ɓ„ȮٶƁ„ۯƁ„Ȯ࢟à0×ɃHcȮĎૼ \x00ಁ˃5ƫ\r\x00 „\x00ȮǗȫН G •Ȱ˻×ɃH²\x00àȮĎÍ \x00ȮcȫϳȮઍƬ˛2ݴʤƪdzʥƩdzʦƨdzʧƫdzʨƥઆƭ\x00\x00 \r\n\x00 \x00 \x00\r\x00\x00½ਁ\n̙Č ȥ\n\n̙ҋ   ªO\r\r Ȯ*\r+ \rĿ| Ƭ \rථ\n̙ČɃƂȫञơ ˜\x00 ­Q\n̙Č ÇȮڿ\n̙ҋɱȮষCļƳȿƗ\x00 Ͳʨ \r½ȮΠȮԕɃ=ȮȮȌȔ\x00\nȮǓǬQǾ’é\x00\x00 (Ʒi̙ʧ\x00 \x00PȮ̵# E ƴ\rɱȹຘȯ੦ϋȮഐtĹ\x00ȮऋȍȯαϋȮϵȮஷȮവȮԉȮڽȮцȫ೉Ȯԉȷ๻ ǟƵӠȮϵȮцȫࢼǟƶ\r\x00 \x00\n\x00 8ɱȮ޻ۢȵϦȶഘ  Ȯ* ࡘɱ ഷɱ ୲Ȯ̅౵\nɱ ࠷ \n \nȰʟȮ* Ň\nȰʟ ӻ\nȰʟ VȮ̅௾ƷݺȮආȯ࢘ɃªɃĠȫȷģğȯధģvȯ౰ƶ૸ȯТȮຟɏȶ׆ȮĥʚȮwȯ௳ȯТȯαɏȺಲȮĥɜȮȯॶǟƸ\x00\x00 \x00\n(Ʒ ೀ\n¼Ȯ̼̙ʧ\x00\n\x00 Ŗƹ\x00\x00 \x00\n(Ʒi̙ʧ\x00\n\x00¬ƴ_Ĺ\x00ȮʱȮÂ\n,̙ǭޙ\nL̙Ũ\x00 \x00\nC\n๋ƴ_Ĺ\x00ȯࠬȮÂ\n# ಈ \n\x00ȗ2\n˜ƺ\x00\x00 \x00\n(ƴ_Ĺ\x00ȮȯȮÂ\nȉ\x00 Î\nL̙Ũ\x00 \x00\nC\nͯʡ5ƻ\x00\x00 \x00\n(ɣȮÂ\n̙֑\nL̙฿\nC̙ृƼ\x00\x00 \x00\n\r 8ƴ… Ǒ\n\nȮ  ŀ L  \x00ƳC\n˜ƽ\x00\x00 \x00\n\r \x00 8ƴ… Ǒ\n\nȮ  ŀ L ȯ۬  \x00Ƴ C\n˜ƾʭ\x00\x00\x00 (ƴʭ_Ĺʭ\x00ȮՀ Ȯଈʭ} \x00ʭ\nE \nǵʭ\nʭ}؆ƿ\x00\x00 \x00\n\r \x00 8ƵΜɃªɃĠȫΪ ȱʿ Ƀ=ȮȮ̲Ĺ \x00Ȯҳ ȮɀĹ \x00Ȯͷ Ȯґ Ȯవ\"ȮÂ\nȉ \x00 Î\nLȄ \x00 \x00\nC\n෿ǀ\x00\x00 \x00\n\r 8Ȯԏƴ_Ĺ\x00Ȯࡣ\nȮࢭ Ɩ੻ \n\x00Ȯ̉ɚƭ Ι\n˜ê\x00\x00 \x00\n\r \x00 8ɚɃӸ ȮĞ ʜȮ³ W ɚ  \x00\x00 \x00\nP ɚA ܗ\"Ȯ̵ ̫\nE \nǁ\x00\r \x00\n8ƴ… Ƀ=ȮȮ£ \"ȮŽ\nWƴ\ni\n8\n@Ř\n\x00Ȯ຿Ƀ¨\n\n̙ǭP\n6ɚA̙೾\nލfǂ\x00\r  ȯΏȒ CɃ¨ Ŗǃ\x00\r \x00\n\x00 \x00 \x00\r\x008ƴ… Ƀ=ȮȮ£ \"Ȯүǂ\x00¬ ȰΩ\nȘʫȫô Șʯȫô W Ȯȧ\nȰь ̙ō Ж\nȯ˺ \rȯΏȊ \n\rȮ<ȮáC\rȮઉģʳĤ‘ƷiɃ¨ʤfDŽ\x00\r 8ƴ… Ƀ=ȮȮ£ \"Ȯүǂ\x00¹fDž\x00(ƴiȓ\x00CǔȽ5dž\x00\r 8ƴ… Ƀ=ȮȮ£ǿ\x00iɃ¨ਙ Ȯȳ̙ōԘfLJ\x00(ģʳɃםfLj\x00\r \x00\n8ƵΜɃªɃĠȫΪ ȱʿ\nɃ=ȮȮ̲Ĺ \x00Ȯҳ\nȮɀĹ \x00Ȯͷ\nȮґ\nȮՃȉ \x00\n¹flj\x00;fNJ\x00(\"ɣA̙ijȫ͝fNj\x00\r 8ƴ_Ĺ\x00Ȯȯ ƖP A ļfë\x00\r 8ɚɃӸȮĞ ʝȮ³W ɚA \x00¹fnjڭȮࡌȮĤȴѐȶ॥ȯශȮगǍ\r\x00 \x00\n\x00 8nj͠”ȮØȮËȮטȰƝȮȠȱțȹࢧ  Ȯ* U\n/ɏȯɓ ೭\nȯƋౢ /ɏȹझ ȯƋ஘ǎ\r\x00 \x00\n\x00 \x00 \x00\r\x00”ȮØȮËȮȠȮ٧  Ȯ* U\n/ɏȯɓ ॊ /ɏȯɓ ŀȵȃ ŀȯນ\rť \nȯƋÚ\r஝  ȯƋÚƴ\rˢ෡\rˢธ\r6ୃǏ\x00(ɏȸƝȯ݅Ȯĥ۽7ȮÁɏȳًȱΉȮÁɏȲਊȱಥȮÁɏȲࠨȮÁɏȵ؊ǐ\rɃШǏoɃÏȫʕȰ҆਩ɣȮæȯŶȯŢ\x00ț\nȯɰɃШɃÏȫʕɃĘȮ\x00Ȱ௰ȮӋǏ஄Yƛ5Ǒ(ǍࣣǐµΙǒ\x00\r ʛ#½ǎʛ֫ɃªɃÏȫ౅ʛǑʛ-Ǎʛ† /ɃແȰȄʛ\x00ȸǼț \nʛ ȹ෠Ȱୗ ȮȉȰןȰͮʛ\nʛ๞ƳǓ\x00\x00 (Iȱ஻ȮடɃऻȫɽ̙ඞ¼ȶޜȰ௽ǫ2İ\x00\x00 ǔ\x00\x00 (ɱAƱȮwɱ\x00 Cİ\x00\x00 Ǖ\x00\x00 (ɱAƲȮwɱ\x00 Cİ\x00\x00 ǖ\x00\x00 (ɱAȐȮw\x00 Cİ\x00\x00 Ǘ\x00\x00 (ɱAȑȮw\x00 Cİ\x00\x00 ǘ\x00\x00 (ɱȍ ʩȮ̼ƭ ߬İ\x00\x00 Ǚ\x00\x00 (ģğɫA̙਷\x00 Ñİ\x00\x00 ǚ\x00\x00 (ģğɫA̙੤\x00 Ñİ\x00\x00 Ǜ\x00\x00 (ģʳ̙ਔ\x00 Ñİ\x00\x00 ǜ\x00\x00 \r\n\x00 8ģğɫ\nŝȮƀȮ΂ ŜȮƀȮसɃĻ\nE ļİ\x00\x00 qƇ5ǝ\x00\x00 (ɣ¶Ƀં ʩȮɱǒ\x00 Ñİ\x00\x00 Ǟ\x00\x00 (ƴ_ȮɾȄ\x00 0 ƿİ\x00\x00 ǟ\x00\x00 (ƴ_Ȯɾȉ\x00 Ñİ\x00\x00 Ǡ\x00\x00 (ƴ_Ȯɾȋ\x00 Ñİ\x00\x00 ǡ\x00\x00 (ɱȰ๘̙ਫ\x00 Cİ\x00\x00 Ǣ\x00\x00 tɱȳࢸ φɱȯуǷ ࠅİ\x00\x00 ǣ\x00\x00 ɱȱХtɱȱХ φɱȯуǷ ۶ʍƴ_śȮԦȮȯɃ̙ܵͼ¹İ\x00\x00 Ǥ\x00\x00 (ƴ_Ĺ\x00Ȯ૲ǭ\x00 Ñİ\x00\x00 ǥ\x00\x00 (ƴiȍ\x00 Ñİ\x00\x00 Ǧ\x00\x00 (ƴiȎ\x00 Ñİ\x00\x00 ǧ\x00\x00 (ƴiȌ\x00 0 ƿİ\x00\x00 Ǩ\x00\x00 (ƴiȏ\x00 0 ƿİ\x00\x00 q˻5ǩ\x00\x00 \rʭ8ƴ…ʭȯɏ ԐȒʭ\nƗʭ\x00\n\nțʭCʭļİ\x00\x00 º\n(ʭ^Ȓ’Ǫ\x00\x00 (̙෇ȰபdzCİ\x00\x00 ì\x00\r \x00\n\x00 8ɚɃঈ •\nȫX\nɸ\n+ Ȯʚ\nലȮĞ ʞȮ³W ɚA \x00\x00 ¹İ\x00\x00 í\r\x00 • ¢ ɸ +Ȯʚ ԍɱȮගƱȮwɱ\x00¬ɱȯ਽ƲȮwɱ\x00¬ɱȰ߿ȐȮwɱ\x00¬ɱȯ໇ȑȮwɱ\x00CȮwɱ\x00î\x00౿ɱȮۧȮɱƭপï(ɣA̙ದȮ௶ǫ%\x00ʊȰݕʊȱऴ ʊȰܬőǬʭ\r\x00½ʭ‚ʭ‚4ĩʭ\x00ȮƓ \nƖʭP^ʭȮ:ȮȞȄʭ\x00Ȯ ̙Ãʭ\x00’ǭ\x00\r  ƖP  ప  ȮͶ Ȯ\x00µ\nÆǮ\x00\r \x00\n\x00  ‚8  Ȯ୙\n\n Ȯ஋\nʒ  \n ȮͶ Ȯ\x00µ Æǯ\x00\x00 \r\n\x00 \x00 \x00\r\x00\x00\n 0  G  Ԥ ȯȟ  ȱҟ ƻ̙LJ\n\x00ȯ޾a a௬aȮ \nĹ\x00Ȯ॑\rĴȮ:Ȯş7Ƀ]ȮӄɃH]ФɃH\x00ȱก\rȫึɃkȮ\x00ร\r Ǿ૥̙LJ\n\x00ȮրĹ\x00ȮമǬ͇‚ ‚તȮढ़‚Ȯ ¬Ȱ΢‚ȳव ގİ\x00\x00 ǰ\x00\x00 \r\n\x00 \x00 \x00\r\n 0  G  Ԥ \"ȯȟ  ȱҟ ƻ̙LJ\n\x00ȯୖaÛ\r\raȮ*\r+a\r  aȮc\rড̙LJ\n\x00Ȯઌ‚Û\r\r‚ȮҺ‚\r  ‚Ȯc\rਾ\rکİ\x00\x00 qȏ5DZȰളȰ੷ȰࣈDz(ȰִȷೝȰฬdzȰસȰࠒȲถǴ;Ȳมǵʭ\r\x00ʡʭ\x00Ɩʭʼ122FȫෝɃ֯Ƀp%oɚɃÇ̙ħʭ\x00Ȯ߸ʭȮ<Ȯá\nɓ ˬ Ƕʭ’Ƕ\r̙ǭ\nʡɚ\x006ɚ ȮùȰ࣑Ƿʭ\r\x00ʢʭ\x00ʭȮ:Ȯǂ@Ř\x00Ȱિ̙ǭʭ\n\"ɚ ̙ħʭ\x00ȮગʭȮ<Ȯõ\nɓ ˬ Ǹʭ’Ǹʢɚ\x00Ȯ઴ȰࢂǹIJɏȸϫȮସȮĥ¿Ǻ\r\x00 \x00\n\x00 ŅȮΨʚȮ\n ɷȮ\x00Ȯۅ\nȮБ ɨȮ\x00 \x00\nʹ ǻ\r\x00 \x00\n\x00ʭ\x00 \x00ʮƖ\n Ɩͤ} u}߁u \n uʋ\nȮ:Ȯş u\nࡆ\nȮŹ\nǺ\nQ\nƭ\nಂ \nෘʭɃ]ȮӄɃH]ФɃH\x00ȱҐ\nఆɃªɃĠȫ׎ Ȳ࡛ȷڼȳžʭƭ ݎʭ\x00ȮƹɠʭЯʮȮƹ\rº\r%\x00\x00 8ʮ֝˕Ȯ:Ȯş˕ȮਤȮ<ȮĚʭేʮþ ˕ȮςȮ஀ʮළȮ<ȮĚݓȮƹE ˜Ǽ\r8ijaЗaȮ*+Ī\x00ȯbaȡ̋5ǽ\r8ijaЗaȮ*+ĩ\x00ȯbaŖǾ\r\x00 \x00\n\x00 \x00 8śȮԦȮʱǻʺ”ȮĚȮค  Ȯ* U\n  Ȯ:\nPǹ …\nȮ̀Ǽঔ ȮŹ Ǻ Q Ȯɡř \x00 ‹  ƭɊȮ \x00 Ȯ๬ ƭ ŝ\nɠ µ\ra\nȮ̀ǽ٫ǿ\x00\r 8Ȯ֡ Ƀ=ȮȮ௵ ȱಉ Ȯಝ ۀ ȯϏ ȸн ȯ׹ Ȳࣿ Ȯ׸śȮ:ȮȜȰ்Ȁ\x00\x00 \r\n\nɃ=ȮȮ£\nȮ˹̙Ũ\x00\x00 ๏\nȯӜȮ<\x00 \nȗअȮ<\x00 ȁ\x00\x00 \r\n\nɃ=ȮȮ£\nȮ˹Ȯ<\x00 \nǻͻȮ<\x00 Ȃ\x00\x00 \r\n\nɃ=ȮȮ£\nȮŽ̙Ũ\x00\x00 ͻȮ<\x00 ȃ\x00\x00 \r\n\x00 \x00 \nɃ=ȮȮ£\nȮŽ Ɩŝ ෶ b ໚ ȮΨ § Ǻ ā ƭ ŝȮ<Ȯ ՠɠ ­ \n Ȯࠡ\raȮ<ȮିȮ<\x00 Ȅ\x00\x00 \r\nŷȮĞ\nʟȮ³W\n ɚA\n\x00\x00 ¹Ȯ<\x00 ȅ\x00\r \x00\n\x00 \x00 \x00\r Ƀ=ȮȮ£ Ȯ˹\nƖP\n\n%A\n%˔Ƀ¨Ȯ:ʜ ȰΩ Șʫȫô Șʯȫô\rȮ:P Ȯȧ Ȱь\r ̙ō\rЖ ȯ˺\rAȊ\r¹Ȯ:Ȇ\x00\r \x00\n Ƀ=ȮȮ£ ȮŽ\nƖP\nI\n%Ƀઃ\n%Ȯɱ\n%˔Ƀ¨Ȯ:װȮ:ȇ\x00\r \x00\n Ƀ=ȮȮ£ ȮŽ\nƖͤ\n\nbA\nbļȮ:Ȉ\x00\r \x00\n Ƀ=ȮȮȌ\nȮ:Pǿ\x00iɃ¨\n¬ Ȯȳ\n ̙ō\nࢫȮ:qɭ5ȉ\x00\r ŷȮĞ ʠȮ³W ɚA \x00¹Ȯ:Ȋ\r\x00 Ƀ¨\n ɃkȮ\x00ɃĆȮթ ȫҕ ־ ؍ɨȮr ¹ȋ\x00\r \x00\n Ƀ=ȮȮȌ\nƖ\n\n7 ȮಮȮɀ ȮғȮާ\n%ɃK\n2ɃԒ ȮғȮُ\nbɚ\x00\nɚ඗ ȯࡾȮԪȗ౸̙ħ\x00Ȍ\x00\x00 ɱȯɩtɱȯ˵Ȗ\nțȔȶช\x00 ȍ\x00ɱȯɩtɱȯ˵Ȗ\nțȔȮȐȎ\x00\r  ȮŲ\nȗ2 ȏ\x00\x00 ɱȯɩtɱȯ˵Ȗ\nțȔȵ˰\x00 ȐÒȮІƭɯİɱ\x00ȰբȑÒȮІƭɯİɱ\x00ȯ਱Ȓ\rƖ\n7u6ɚ Ȯ<ȮĚuQ2ȫȭ2ȫՁĹ\x00ȮໃȮ<Ȯá%-Ĺ\x00Ȯ౥Ȯ<Ȯõ%\n‚ ‚ɚ٣b6ɚ Ȯ<ȮbQ̙ħ\x00ȯ৫ȓʭ\x00\rʮ8ɃªɃÏȫɽʭȮރɃ=ȮʭȮ̢ȮȳʭथʮɣȮæȯŶʮȯŢʭȒʮ\nƗʮ\x00CʮȯؖʭʭȯயȒʭ\nƗʭ\x00 Cʭଖ(ʮ^Ȓ (ʭ^Ȓ’Ȕ\x00ʭ\r\x00 \x00\nʭȮ౏Ƀ=ȮʭȮ౓ ,Ȯˁ\n,Ȱ৴Ȯ௦ \nຢȯٞ ‹ĩʭ\x00ȯb ࠏ ʏȰˇʭ\x00ʏȰ෾̙Čʏȯєͯʥ5ȕࣳੇȮ޵૤Ś\x00ȲמŚ\x00ȴ஌Ś\x00ȵ೸Ś\x00ȲԱŚ\x00ȹ૦Ȗ\r\x00 \x00\n\x00 \x00\r\x00\x00\x00\x00\x00½ȮΠȮԕɃ=ȮȮȌȔ\x00PȮ:ȯʱȮǓǬQǾʣȮΟƚ\x00Ȯ͙ȮӒƚ\x00ȮǂǬɦǿ\x00ȮӃȮ:Ȯ̝̙Ȭ଺Ȯ̘ Ȯಱȕ ஜ\nȯɰ\nƭ\nŝȯŢ\nƭ aȚڠ Ȯ:Ȯֳ 7 ̙ō \nȮ<Ȯû তȯձ\rȮ:ȸôȮ:ȯɍ\r\rȴࡈ7Ŝ\x00ȮĒȮԫɗȮGɏȱƤȮ්˙ȮÔɃp\nȮ<ȯȠܤȰ࢏ȘʫȫôȘʯȫôȮȧȰ࠙Ț-ȯѼș՜ȯӜȗϜǾȗѥʣ^ʣɥ\x00ɓˬɥľ͌Ɣʣ=\x00ɥ=‹̙֞ʣɃ௜Ș\x00\x00 \r\n\nȮ:\n\n7\nŗ\n\n 7 Ä\nɃ=Ȯ\nQ ȕ\nɃ̄Ȯ\n֮\nș\r\x00 Ȯá Ȯ:ʼ ^̙ƽ\x00\x00 এȚ\r\x00 Ȯû Ȯ:ʼ ^̙ƽ\x00\x00 ՛țȿƗ\x00ȖͲÆð\r\x00 \x00\n• ¢ ֽ >Ȯʚ ԍ\"ɱȰ֎ȮՂ\nȮࣨ\nȮÊȮ෪ƭ\nɯɠȮࠂɠ ΒȮৡѰȮऔ΄ȮǣȫՏ0̱Ȯǣȫ঺0GইȜ\x00Ȝ\x00\r \x00\n •\n\nȮ*\n+ \nԸ\nȮ͗ɠȮØȯĀȲ˿Ƀ]Ȯ \x00ȮƞȮ̹\x00ȝ;ʩfȞ;ʪূȟ;ʫȮĤ૭⻩5ȠIJFȫԷDȫӧFȫҴDȫ෴Fȫ࡙ȡ;FȫǷDȫ߉Ȣ(ȫ̡ʬűȫ֬Ƞȣ(ȫ̡ʬߤȠȤ\rʭ\x00ʮ\x00ʯ\x00ʰ\x00ʱ\x00ʷ\x00ʸ\x00\x00ˆʭɗȮ\x00ɏȳįȮऎʮʯʰ§ʱɃ»Ȯʭːȶ୓ʮఏʲɃ»Ȯʭ\x00ʮʳɮȮʭ\x00ʮʴ%ɮȮʭ\x00ʮ·ȫŭʰ଎ʵʝ౐ʴʶ;ɊȮʭ\x00ʮ\x00ȮɋYʷ4ʸ¸ȫ׭+ʷȮ੏Ɲֱʹ\x00\r  ʷʸʸ,ʸȫ୐ʸԄ 2\x00 ‹\x00 ‘ʯ\x00 ʰ\x00ʰĴʱE ʺ\x00ਵʻ\r\x00 \x00\nʮୢ ɮȮʭ\x00ʮɥ ȫട ɮȮʭ\x00ʮɥ ȫյ ȫ૊ ɮȮʭ\x00ʮڥʬ űȫ๽ȫಠ ȫೣ ȫ৭ ɮȮʭ\x00ʮǰȫέ  Dȫش ĝğ ȫչ ɮȮʭ\x00ʮǰȫܽ  ĕ໔ȡ Ú ɮȮʭ\x00ʮɥ ȫҭ ɮȮʭ\x00ʮǰȡ Ú ɮȮʭ\x00ʮಞ ȫ໛ ȫډ ɮȮʭ\x00ʮ· ȫξ ȫ˾ ɮȮʭ\x00ʮສȡ Ú ɮȮʭ\x00ʮష \"ȫਿȢ †ʺȵ̠ʮΛʮö\nɨȮʭ\x00\x00ʮ\n \n\nőʹȫK\nʼ%\x00\x00 ʮ\x00ɮȮʭ\x00ʮނ ɮȮʭ\x00ʮӔ  ȫŭʺȴՖ ȫеʮ਀ AʹȫKɨȮʭ\x00\x00ʮ¿ʽ%\x00ɃkȮʭ఺ʮ\nȫޘɊȮʭ\x00ʮ\nʮʭȮڧɨȮʭ\x00ʮ\x00\nʮC˅ʾ%\x00ɃkȮʭୈʮ\nȫɤʺȺۍɨȮʭ\x00ʮ\x00\nʮȫKʰʰɃkȮੌ˅ʿ%\x00\x00 ʮ\x00ɮȮʭ\x00ʮǰȣÚɮȮʭ\x00ʮԀʮö ɨȮʭ\x00\x00ʮC ˀ\r\x00 \x00\nʮ\x00\n५ ɮȮʭ\x00ʮӔ  ȫŭʺȺ๵ ȫԳ\nީ ȫеʮ๿ ȫఴ\n֚ ȫ೥\n>ʿ2ʹȫKɨȮʭ\x00\x00ʮ¿ˁ%ʱ8ȫԎȫȭЏȫŵĕğȫԎ\"ȫ͜\"ȫ݃\"ȫ૱˂ʮܕʲ௄ʴ2ʽآʴ2ʾ໒ˁҡʲ˖Ȯӵʴ2ʹđ࣯ʹȫ.ȯॣˀȯຆ˃%ʮÓʳ‘ȡiʻȯ֍ȫನʭȮTʮࡺȫ੶ʴ ʴ ʹȫ֧ʹȫӫȯƊ˄%\x00ʿ‘ʱȫސʹūʪWۭʹ\x00Cʹū %ˆʔˆΓʼ\x00ˆDŽ˃\x00ˆǪ˂\x00ˆ̂\x00ˆ̽ \x00ˆ̋\n\x00ˆϤ \x00ˆϻ \x00ˆг\r\x00ˆఠ\x00ˆࡂ\x00ˆଙ\x00ˆۙ\x00ˆ؀\x00ˆࣅ\x00ˆ׀\x00ˆ಼\x00ˆ͋\x00ˆԖ\x00ˆ͈\x00ˆ޶\x00ˆ߱\x00ˆ࠸\x00ˆ੥\x00ˆਢ\x00ˆݝOȫ҉+ʬűȫLj˄FȫǷDȫණˆʻ޿%ʴ ʳe²ʴ ʳe²ʴ2ʹȫդʹȫۜʹȫ\\ȳى %ʴ ʳ‘\"ěòʴ2ʹđ૽ʹȫ.Ȱο\n%ʴ ʳeɳʴ2ʹȫ്ʴ2ʹđߙʹȫ.Ȯ֩ %ʴ ʳe²ʴ2ʹđତʴ2ʳ˖ě°ʴ ʹđڎʹȫॷʹĒ ȮϠ %ʴ ʳeઇʴ2ʹȫ߯ʴ2ʹđ ȮܖʹȫƮȱݫ\r%8ʶ໅ʰʵȫ๫ʽșʴ ʳe๓ʴ2ʹȫ൪ʴ2ʹđ൲ʹȫƮȰไ%8ʶȺऐʵȫ͝ʽșʴ ʳeଜʴ ʳe²ʴ2ʹđ೦ʹȫ֙ʴ2ʹȫੜʹȫ.ȯੲ%ʴ ʳe²ʴ ʳe²ʴ2ʹȫ೨ʹȫԮʴ2ʹȫޖʹȫĚȮื%ʴ ʳe²ʴ2ʹȫࣚʴ ʳe²ʴ2ʹđדʴ ʳe²ʴ2ʹđ ȹःʹȫ؂ʹȫࡉʹȫ.ȯયʮƴʳ˖ȫҭȡʭȮTʮমʴ2ʹċހʳৱȫఊʴ2ʹȫڲʹȫɡȮǎ%ʴ ʳe²ʴ2ʹđ՘ʹȫૄ%\x00ʮ\x00ʴ ʭȮTʮīʮʭȮȥʮƴȫ͚ʮԠȫѺʭȮTʮ¼ȫτʮӺʹȫԈʭȯǠ\x00ʮʜȫ͸ʹȫࣘʭȯǠ\x00ʮ3ʭȮTʮqʺȱΖ%ʴ ʳe²ʴ2ʹđੴʴ2ʹȫिʹȫ.Ȯୠʴ2ʹȫ\\ȰƊʴ2ʹȫАȮƫʴ2ʹȫૡȮĕʴ2ʹȫƐȮԋʴ2ʹȫҐȮ੟ʴ2ʹȫЫȮɹʴ2ʹȫҌȮ݋ʴ2ʹĕ Ȯĭʴ2ʹȫŒȮаʴ2ʹĚ Ȯ௷˅%\x00ɮȮʭ\x00ʮīȫܘȫ൉Dȫ৞Bȫࡁȟމȫŭʰ੣ɮȮʭɘʮʯʮ\x00ˆWA‘BȫֵʹūʿݙAʹøʺȳ॰Ȩэˆ4 ˅vʺ\x00˅y\n\x00˅¡ E˅}\nʱʴ %\x00ʮ\x00ʭȮTʮīʮʭȮȥʮƴȫ͚ʮԠȫѺʭȮTʮ¼ȫτʮӺʹȫġʭȯǠ\x00ʮʜȫ͸ʹȫįʭȯǠ\x00ʮ3ʭȮTʮqʺȱϠȥ\x00\x00ʭ\rʮ\x00ʯ\x00ʰ\x00ʱ\x00˘\x00˙\x00˚\x00˛\x00˜\x00˝\x00˞\x00˟\x00ˠ\x00˫\x00ˬ\x00˭\x00ˮ\x00 ʮȤ\nʯũʰũʱũʯʴවʲ;ʯ2ʳʱJʱʮҎʴʰʯ\x00ʱ7ʯʱ\x00ʱ഻ʯʮ2ʯʵ\x00\x00 \x00\nʮv\x00\x00 \x00\nʶ\x00ʵ\x00‘ʷɎ ʯLʶ\x00Ȳ͎2Ʒ‹Ȯĕʸ(ʲiʴ?ʶʯ\x00ȱ³ʯ2Ʒʯ‹ȰωƷȝÎȮĕʹ(ʺiʴ?ʶʯ\x00ȱ³ʯ2Ʒʯ‹Ȱωʺ;ʯ2۠ʯ‹\"ʻඇʭIʯʯ2ࣆʯ2ĚҎʼȮ Ȯňʯ2ȫǓʴ൞ʻÝʷ˨ʽ\x00Ȯ \nʸȫʏ˦\x00˞oʮy ʸȫ©Ȯ Ȯĕʾ\rຮʯ2Ҹʺȯपˁʣʺȯ๟Ȯ ʯ‹jʴϜʳ̑2ȫట˂-˃ङˊೊʴ Ȯ Ȯ۸Ȯ ʯ‹\nʴ ˄෩ʴ Ȯ Ȳ଍ʼࣄȮ ȳëʴ ʾ\nʸȫʸʽ\x00ȶΈʼࠪʴ ʽ\x00ȹ˓ʾۃȮ ȸƼʴ ˧ ˅\n˨૰Ȯ Ȱķʴ ʯ2\"ǰʴ Ȯ ȮDz˗Ȋˇಇˈ౟ʴ ˉࣁʴ ʯ2ȫطȮ ȱ͹ʴ˦ʻÝȮ ȱ੯Ȯ ȵ๶˦\x00˞oʼ౼ʴ ʽ\x00ȵǂ˧ ˋ\n˨෻ʴ Ȯ ȵņ˦\x00˞oʼഔʴ2ˌ׫ʯ‹\x00Ȯ jʴ ː\x00\nʼ؏ʴ ʽ\x00ȶϽ˧ ˮx§ʾ\n˨ܒˀঐʳ 2\"ȫൺ2\"ċ°ʯ2±˃­ʿۥ˃’ʿʴ Ȯ ȸקʯȮ܊ʯ2ǰʴ Ȯ Ȯఈʯ2\"ȫܩʯ2\"đ°Ȯ ʯ‹\nʴʉ˦\x00˞oʼˀ\rȮ ȶ̠ʴeʯ2ɳʴ Ȯ Ȯŕʺŏʴ Ȯϱ˗ɭʹȯ‡Ȯ ȯë˦\x00˞\nʼˑʴ Ȯ Ȯıʯ26Ěòʯ2\"ȫ˃ʴ Ȯ Ȯ˝ʯ2\"ĚĶ˗\nʺŏʴ Ȯ ȯŠ˗ɲʸĚgȮ Ȯïʺȯʶʴ Ȯ ȯë˦\x00˞āʼ؉ʯ‹\x00ʴ Ȯ jː\x00\nʼөʴ Ȯ Ȱķʯ2ǰʴ Ȯ ȮDz˗Ȋˇಾʴ Ȯ Ȱஒʯ2൦ʯ‹\x00ʴ Ȯ jː\x00\nʼөʴ Ȯ Ȱķʯ2ǰʴ Ȯ ȮDz˗ȊˇŰ˦\x00˞\nʼઔˁ\rʳ‘\"ȫЦʴ Ȯ ȯʸʴ Ȯ ȯȜʹȯŔȮ ȯ׵Ȯ ȴڦʴeʯ2ࡋȮ ʯ‹\nʴ ʼھʴ Ȯ Ȯŕʺŏʴ Ȯϱ˗ɭʹȯ‡Ȯ ȯë˦\x00˞\nʼˑʴ Ȯ Ȯıʯ26Ěòʯ2\"ȫ˃ʴ Ȯ Ȯ˝ʯ2\"ĚĶ˗\nʺŏʴ Ȯ ȯŠ˗ɲʸĚgȮ Ȯïʺȯʶʴ Ȯ ȯë˦\x00˞āʼߔʲު˗௨ʲȫબȮ ʯ‹\nʴeʯ2ɳȮ Ȯŕʴ ʺŏʴ Ȯ ȯŠ˗ɭʹȯ‡Ȯ ȯë˦\x00˞\nʼˑʴ Ȯ Ȯıʯ26Ěòʯ2\"ȫ˃ʴ Ȯ Ȯ˝ʯ2\"ĚĶ˗\nʺŏʴ Ȯ ȯŠ˗ɲʸĚgȮ Ȯïʺȯʶʴ Ȯ ȯë˦\x00˞āʼޕʹȯ‡Ȯ ȯë˦\x00˞\nʼ઀˂˗ȊʸȫėȮ Ȯ‡ʾ˃˦\x00˞oʼ˄ɎʻÝʯ2ۿȮێ˗੔ʼ˅\rʺȰߨȮ ʯ‹jʴʉʸȫܙʯ2ȫޚȮ Ȯ٦ʲȫʽʯ2\x00ʯ‹ࢴѿ ȫࠤ\"ȫǃʯ2±Ȯ ȮŠ˦\x00˞ಶʯ‹\x00Ȯ Ȯʭjʴ ː\x00ઊȮ ȮŠ˦\x00˞ߩʯ2ȫҚʺऍȮĝʯ‹jʴ ˦\x00˞oʮy ʸȫ©Ȯ Ȯ©ʾॠʸȫǼȮ Ȯňʯ2 ȫǓ˦\x00˞ӶʸȫǼȮ Ȯňʯ2 ȫා˦\x00˞Ӷʮy ʸȫ©Ȯ Ȯ©ʾˆ\rʸȫʏȮ ȮŠýʯ2 ȫະ ˌʸȫêȮ Ȯ೘ʯ2ȫ˳ʴ ȮȲ˗੠ˏօʸȫ©Ȯ Ȯĕˇ\x00˩ ʲѩ˗Ϲˆ\n˩ ˊ\n˪ ˪ˈ\x00Ȯ ȳǼʴ͌ ˗Ϲ7˧ ʲѩ˗൭ʯ2ȫਈʴ Ȯ ȵ߅˦\x00˞ā˩ ʸȫƗȮ Ȯıʯ2 Ěòʺȹ࢙ʴ Ȯ ȷ฻ʺȯʽʴ Ȯ ȴࢆʯ2ǰʴ Ȯ Ȯܳʺڕʺછʳ̑2 ȫרȮ ʯ‹jʴࢲʯ2भʺȯʽȮ ʯ‹jʴ Ȯ ʯ‹­Ȯ ʯ‹\nʴॆȮ Ȯéʴ ˦\x00˞oʸĕgȮ ȮுȞʯ‹…Ȯ ʯ‹\nʴˣʷʯ‹ݾˇqʸĚgȮ Ȯï ˨Ł˪ˉʽ\x00ȴôʾ\nʲȫ૾Ȯ Ȳ້ʴ ʾǶˊ˧ ʸȫƗȮ Ȯıʯ2 Ě̏ʲ͕ʷŁʾȮ Ȯïʴ ˨ˋʸȫƗȮ Ȯıʯ2 Ě̏ʲ͕ʷŁʲȫ୻Ȯ Ȳɍʴ ˦\x00˞oʸȫėȮ ȮҖʲȫ਄Ȯ ȰĒʴ ʸȫėȮ ȮҖʾȮ ȮïʴˌȮڗˊ\nʲȫڰȮ ȷʬʴ ʲȫໍʸȫʏȮ ȮŠ˗տʸȫ©Ȯ Ȯٍˊāʲȫ಄Ȯ Ȳŕʴ ˊǶˍ˯\x00˰϶%ʳ 2\"ȫ୰˯Ȯ ʯ‹Ȯ‡ʴ ʴ ˏ˯\x00˰­2\"ȫਯ˯Ȯ ʯ‹Ȯ‡˗˯\x00˰\nʴ ˯Ȯ ȮĒ˦˯\x00˞ด˯Ȯ ʯ‹Ȯ‡˗˯\x00˰࢚ʯ2ࣜ˯Ȯ ʯ‹\nʴ ˗˯\x00˰ݜ෽˯Ȯ ʯ‹\nʴ ʸȫė˯Ȯ Ȯ‡ˏ˯\x00˰Ҳ˯Ȯ Ȯéʴ ˦˯\x00˞oʸĕg˯Ȯ Ȯ`ʸȫė˯Ȯ Ȯ‡ˏ˯\x00˰ŰȞʯ‹‹೵ʯ2ȫر˯Ȯ Ȯñʴކˎ\x00๯ʯ2\"ȫ̺Ȯ Ȯñʴ‘ʯ2\"ĕĶˏ\x00’ˏ\x00϶ \r\x00 ”ȯljȰע  Ȯ* Ň\" ഭʯ2Ҹ ʯ‹…Ȯ ʯ‹\nʴˣ˗\x00Ҳʴ Ȯ Ȯéˎ\x00\nʸĕgȮ Ȯग़ʴ Ȯ ȮŔˍ\x00\nʸĚgȮ ȮԵȮ ʯ‹\nʴ ˗\x00ŰȞʯ‹†Ȯ ʯ‹\nʴഎʲȫਲʴ Ȯ ȮĒ˦\x00˞ࡤː\x00ࠇˏ\x00Pʯ2 ȫ֔Ȯ Ȯñʴചˑ\rʴ Ȯ ȮŠýʯ2 ȫৈ>ඊʸȫ෹ʯ2ȫেȮ Ȯ׮ʯ2ȫ˳ʴ Ȯ຾˦\x00˞ܮȮ Ȯ©ʴ˒\r\x00 ýʯ2 ȫح ˌʸȫêȮ Ȯ̜ʲȫઘȮ ʯ‹\nʴՋʲȫߑ ȮZ˦\x00˞żˤ\x00 ’˓\r\x00 \x00\n\x00 ʸȫƗȮ ȮŔýʯ2 Ě৑7 ʸȫê  26ĚÝȮ Ȯ๖ιʯ2ĚĶ\nʯ2\x00 ʯ‹\x00 ʳ ʺȯ໊ 2஭Ȯ jʴ৯\nҦ 2ȫξ 2Ě୴Ȯ Ȯ‡˗Ʃ\nҦ 2 ȫǷ 2 ȫ৿ Ρ ़ʴ Ȯ j˖\nˇƩ\nઑ 2ȫݥȮ Ȯ‡˗\nʴ Ȯ ȮĒ˦\x00˞Ʃ\nȫർʴ ȮȲ˦\x00˞Ʃ\nĒòʴ Ȯ Ȯŕʯ2ȫǃʴ Ȯ Ȯé˦\x00˞oʸĕgȮ ȮȀ˖\nˇ۟\nȫǃʴ Ȯ Ȯé˦\x00˞oʸĕgȮ ȮȀ˖ʯ2ȫӯˇʸȫėȮ Ȯ‡˦\x00˞൫Ȯ Ȯïʴ˔\rʴ Ȯ Ȯéýʯ2 ĕò ˌʸȫêȮ Ȯ̜ʯ2ĕĶʯ2ȫ˳ʴ ȮȲ˦\x00˞­ʯ2 ȫ՝˦\x00˞̚ʴ Ȯ Ȯĭ˕Ȯ ʯ‹jʴௌ˦\x00˞oʯ2 ĚÝʸĚʉʯʮ¡ Ȯ Ȯңʯ‹Pʯ2ȫఫʴˣʸȫा˖ʯ2ȫŵʯ2ЏȞʯ‹‹Ȯ ʯ‹-ʷ ʴ˗\x00\r \x00\n½ʲാʯ26ȫ΢ʵȹ֌ ʯ‹8 \"ȴ๥Ȯ \nʴ2 Y\n˟ ধ\ntƟ†\n/Ɵ \n˟ \nQ ॢ˭d \nˮd \nˮn \n\x00Ȯ \n\nʴ2\nY˘ȫѾ˙ȫû˚ȫá˛ȫक़˜ȫÿ˝ȫb˞˟mˠ٠ˡ\x00\r \x00\n\x00 \x00 \x00\r Ĵ\nˮ’O  Ȯ* +   | |ɚL tƟ7˭d • θ\nn •€ tƞ7\r „0\rtƟ7˭d\r•\rθ\nn\r•€\rȮା\rȮ௓ ต Û  Ȯ* +ˢ Ŗˢ\r\x00 8tƟ>ˬd•ӿtƞ„O  Ȯ* +ˢ ѵˣʝ>f§’ˤ\x00\r ȮŽߝ /ƞȮyšȮc\x00Ȯœ\nȮ Ƕ˥\x00\x00 \r\n\n/ƞȮyšȮc\x00Ȯœ\nȮ \n\n\n|§\n2 \x00ˠȮ \n˦\x00\x00 \x00\n\r \x00 \x00\r\x00\x00\x00\x00 Ȯૅʯ2֜\rʳ‘ʯ‹\"ȯ࡭\r2\"ȫ෈\r2ƚ\r2\"ȫȏȮĝʯ‹jʴ ˦\x00\x00 \x00\nʣʯ‹\"Ȱפ\r2\"ȫ͜\r2ƚ\r2\"ȫȏȮĝʯ‹jʴ ˦\x00\x00 \x00\nʺ˗෸Ȯ ʯ‹\nʴ୼ˠȮZ˓Pʯ2\"ȫӭˠȮŽÛˠȮ*+ˠ2\"ʥ2\"ʤ |߷ˠȮZ˔Pʯ2\"ȫӭˠȮŽÛˠȮ*+ˠ2\"ʥ2\"ʤ |ोʴ Ȯ ȮŠ ȮZ˒\nʸȫ©Ȯ Ȯ૧ʴ Ȯ Ȱķʯ2\"ǰʴ Ȯ ȮDzˇૻˈଝʴ‘ʯ2ȫЦʴ ʹȮຝȮ ȸވȮ ȲǺ ȮZ˦\x00˘żˤ\x00 \nʯ2ȫӯˑQ˥\x00 \x00ʧਡȮĝʯ‹jʴ ˠȮZ˦\x00˚ຉˠȮŽÛˠȮ*+ˠ2\"ʥ2\"ʤ |ՊȮĝʯ‹jʴ ˦\x00˚ச˕೏Ȯ ʯ‹jʴ ˦\x00˞ٝȞʯ‹†ʯ2±˗ખýʹʯ2్ʴ ˤ\x00 \nȮ Ȯé˦\x00˞oʸĕgȮ Ȯ`˥\x00 \x00ʤࢡȮ ʯ‹\nʴ ʯ2ƚȞʯ‹†Ȯ ʯ‹\nʴ ˥\x00 \x00ʥ­ʯ2\"ȫǃʴ ˤ\x00 \nȮ Ȯé˦\x00˞oʸĕgȮ Ȯ`˥\x00 \x00ʤഠ ʯ‹\x00ʴ ˤ\x00 \nȮ \nʯ2ƚȞʯ‹‹Ȯ ʯ‹-ʷ ʴ ˥\x00 \x00ʥ࣋F˙^ˤ\x00 \n Ȯƃ | |ɚL tƟ •ȮصˣˮQˑ\n˥\x00 \x00ʦ܍F˙^Ȯ ʯ‹\nʴࡼF˙^˕Űຩýʹʯ2ඐʯըF˙^ Ȯƃ | |ɚLȮ ʯ‹\nʴఙF˛^ʯ‹ȴॕȮĝʯ‹ڄȮ ʯ‹\nʴ ˦\x00˛ؠF˛\n^Ȯ ȶêʴ ˦\x00˛ߌF˛^˩ ˡ\x00 \nȮࠥʴ ʯ2ȫ˾ˊ-˦\x00˞ż˪೷F˜^ʴ Ȯ Ȯņ˦\x00˞żʸȫėȮ Ȯ‡˦\x00˞ผȮඃʴ ˦\x00˞௮B˝^ Ȯƃ | |ƸȮ ʯ‹\nʴ ȮZ˦\x00˝żˤ\x00 \n˥\x00 \x00ʨŰஈ ʯ2ȫ̺Ȯ Ȯñʴ ˦\x00˞ై˧˫Ȯ ˮ\nˮ/Ơˮ˨ˮ˫Ȯ٪˩˫Ȯ ˭\n˫Ȯ ˮ\n˭/Ơ˭\nˮ˭˪ˮ˫ȮЇ˭˫Ȯප˫4ˬ/Ơ ˭ˬ\x00ˮˬ\x00 ͥ>˦ \x00˞Ծʲۓʾ ປ˜ˬ\x00Ç \x00­˟\x00ªˠвȦ%ʭ\x00ʮʭ4ʮศm\x00ɑѥʮ॓ʭʮfࡧʭʮ!˜ȧʭ\x00ʮ\rʯʯʭ௹q\x00Zʰ\x00~\x00Š \x00¿\nɑʰʭ˱ʮ١ʮ%\x00ʰ‘ઠʭԇʮ\x00\nʮ#E %Ĕ~‘Aૺɪڤ\n\r\x00 ʭ\x00ʯnjʮ• ʮʯ + ʰ2˜ñ\x00ʭ\x00ʮ\x00ʯ\x00ʰ\x00ʱ\x00ʲ\r\x00ʳ\x00ʴ/ə൷ \nʲԖ\x00ʴʳ¿\x00\nº \r\x00 \x00ʶ\x00ʷ\x00\n mڢ ¹౽؛ ¹ൡʳȧ\x00\nʶʳZ\x00ʷʳ~\x00\nʷ\x00 ºʭ\x00 ›ʯ\x00 «ʮ\x00 ÆʳŠ௎ʳŠg ®ʶ ¦ʶ Pʸ2 }ʸ%\x00\x00 \x00\n\x00 mKʶ ˆʶ -ʷ ʶ \n/ȩ ट +\nӲʸ? ʶ /ȩ Ư + ʸ?.\n\x00³ E˜ʵ\x00(ছѰຣ΄ൿ0̱ࠠ0Gٷࣦ0G‰ת౪0G‰Kߴࡥ0G‰KbԨौ0G‰Kbġ૴ഇ0G‰KbġǛԅ\n\r\x00ʶ\x00ʷ\x00 \x00\n\x00ʸ\x00 \x00 \x00\r\x00ʹ\x00\x00P\x00ʶº\x00ʷ«\x00 ›\x00\nÆ\x00ʸȦ̛   ó + ʺ  Ӎ\r ഍  ɏ ଫ\r\n ԇ\r֤ʹ/ȩK\nʹ×ɱ\x00ʹ®ɱ\x00ʹ¦ʲ\x00\n\n4ש೮෮Íʹ\x00ٱʹ.O Й ó +ʹ ʼ -ʴ-\nʽr-njº\rOó+ʺŖʺĂ\nఅʻஓʻ\r\x00 \x00\n˶  ó +\n˱ \n\nැ ਺\n๲ ௤\nկ ฃǴʼʿ\x00ˀ;}%\x00\x00 \x00\n\x00 \x00 8ʿˆʦʸm ʸm àˀGŧˀַ4/ȩʿK\nàˀՎŧˀ੫Ӎ ʿ.O\nЙ\n ó\n+\nʼ \nq໗Í\x00ه޽ʿ-ຜʿ-ʴʿ-Qʽʿrʿ-nj\n b ġʿˆ7ʸ\nʸҔ ଯ ˜ʽ\x00\x00 \x00\n\rʿ\x00 \x00ˀ\x00ˁ\x00 \x00˂\x00\r\x00˃\x00˄\x00˅\x00ˆ\x00ˇ\x00ˈ\x00ˉ\x00˃-\x00˄\n‰˅\nKˆ\n0ˇ\nGˈʸm ˉ¸ʿʿ ʿU ˃ʿW ઓ ࢄ ߓ ഽ\nܐʿ - ಣ ˈˉ\r˃'ʿ Ϋʿ#\r- ೢ ˀˀˁ ˀ˦ˈˉ!ʲ˃'ʿǡ ભ Ӗˁ˃'ʿˀ˄- Դ˂˃'ʿˈˉ!˅˂V˃'ʿҫ ശ ˈˉ ˈˉѣ \x00ˈˉ! ˉǾ ˉ\x00 ˈˉ!ˀˁdˈ ˈ ǯ ߭ ഞ\r˃'ʿˈNjˉN\r\x00ˉ\nˉ¡\r\x00 ˈˉ!ʵˀˁ­ ൢ ˀˁԛ ؕ ˈˉ ˀˁ  ˀˀˁˈˉ!ˀ˦ וˈˉ!ʹ˃'ʿǡ ଑˃ʿӆˁ˃'ʿ ʶˁ˃ʿ \x00ˈˉ! - ؤ ˈˉ ˀˁ̫ \r˃'ʿʿ#\r- ଚ ఩ ت ˈˉ ˀˁ຋ - ଄ Ёˈˉˈˉ! - ୺ ˈˉ ˈˉ  \x00ˈˉ! ˉö ˉ\x00 ˀˁdˈ ɚ ׯ ԑ˂˃'ʿˁ˃'ʿˀ˅˂€ শˁ˃'ʿ ˈˉĢ 7ʿ#ˁɘˉΚ ๸˃ʿϼˁʰ˃'ʿċ˃ʿˁ\x00 ˈˉˈˉ! ˁŻˉö ˉ\x00 ˀˀˁˈˉ!ˀˈ ɚ ࢹ Ԍˁˈˉˀˈˉ€ ঩˃ʿƠˁʰ˃'ʿċ˃ʿˁ\x00ˀˈˉ€ ೤ ˈˉ ˈˉӝ \x00ˈˉ!  ˈˉˀˈˉƈˀ) ­ ຐˉǾ ˉ\x00 ˀˀˁˈˉ!ˀˈ ˈ ǯ ৃ ˈˉ ˈˉŀ \x00ˈˉ! - ܀ˈˉरˁ˃'ʿˀʲ- ࢿ త ২ˉǾ ˉ\x00 ˀˁdˈ ˈ ǯ ࢇ ˈˉˈˉߋ - ඍˈˉౣ\r˃'ʿʿ¡\r- ޗ പ ˈˉ ˈˉѨ \x00ˈˉ! - ࡮ˁ˃'ʿˈˉ!ʼ³ˁ\n­ ൌ ˈˉ ˈˉű \x00ˈˉ!  ˈˉˀˈˉˈˉ!ˀ € ூ ඬ˃ʿӆˁ˃'ʿ ʷˁ˃ʿ \x00ˈˉ! - ࣔˉö ˉ\x00 ˀˀˁ ˀˈ ɚ ඥˉö ˉ\x00 ˈˉ!ˀˁdˈ كʾ\x00˃'ʿ˃'ʿ\r˃'ʿ˃'ʿʿԄ˄\x00\n\n\nȂʿ ʿ#\r- ඛ˂˃'ʿˈˉ!ˇ˂V˃'ʿҫ ޯˈˉ!˃'ʿľ ඔˉDž ˉ\x00 ˀˀˁ ˀˈ ˈ {ˈ ӹˁ˃'ʿˀʹ- ਰ ඵ ˈˉ ˈˉब \x00ˈˉ! - ࣞˉǾ ˉ\x00 ˀˀˁ ˀˈ ˈ ǯ ৏ ˈˉ\nූ\nʊ \x00ʿ  ˈˉ ˈˉബ \x00ˈˉ! - ո ౯ˁ˃'ʿ ˈˉ 7ʿ#ˁɘˉΚ ଱ˈˉ!˄˃'ʿǡ ౘ ˈˉ ˈˉʥ \x00ˈˉ!  ˈˉˀˈˉƈˀʶ˃'ʿю - ೚ ฝ ˈˉ!ˀˁఛ ޏ ˈˉ ˈˉʀ \x00ˈˉ! - ٬ˈˉ୹ˁ˃'ʿˀˆ- ಍ˈˉ!ˆ˃'ʿǡ ٜ ˈˉˀˈˉƈˀʰ˃'ʿю - ର ˈˉ ˈˉѦ \x00ˈˉ! -ˈˉഁ ৷ ߦ ଶ ˈˉ ˀˁฅ - ٓˉDž ˉ\x00 ˀˀˁˈˉ!ˀˈ ˈ {ˈ ф ୒ˉDž ˉ\x00 ˈˉ!ˀˁdˈ ˈ {ˈ ӹ ˈˉˈˉ޺ ¬ จ ଥ ˈˉ ˈˉ஛ \x00ˈˉ! - ق˃ʿϼˁʶ˃'ʿċ˃ʿˁ\x00 ˈˉˈˉ! ˁ€ য়ˁ˃'ʿ  ˁŻ ˀˁຳ ন ܻ ˈˉ ˈˉ๠ \x00ˈˉ! ¬ ໐\r˃'ʿ ˈˉʿळ˂ ˀˁ˂\x00ʽ\x00ʿ\x00ʿ\r\x00\nP\n׉ʿ ֭ʿ#\rા ৼ ˈˉ ˀˁǕ  ˈˉ ˈˉĽ \x00ˈˉ! ܓ ࣕˉ\x00ˀˈ\x00ˁˉ- яˁ˃'ʿˀˈˉ€ োˁ˃'ʿ ˈˉ  ˁŻˁ˃'ʿ ˈˉˈˉ! ˁౠ ඝ ؈ Շ ױˀˁľ ҅˂˃'ʿˁ˃'ʿˀˇ˂€ ܢˁ˃'ʿ ˈˉĢ ʿ#ˁ૘ˉDž ˉ\x00 ˀˁdˈ ˈ {ˈ ф ࣇ ಅ ˈˉ ˈˉЛ \x00ˈˉ! - ࢥ ਭˀˁľ ܎\r˃'ʿˉ¡\r\x00ˈNjˉ\x00ˉ\r\n ˀˁ޲ˀ\x00Яˉಖ ˉ\x00 ˈˉ!ˀˁdˈ ˈ {ˈ ʼnˈ ёˈ ৣ ৸ ๒ ˈˉ ˈˉ౛ \x00ˈˉ! - ็ ಻ˈˉˈˉ! - ג ˈˉ ˀˁ੼  ˈˉ ˈˉ๢ \x00ˈˉ! - ୦ˈˉ!ˀˁԛ ੝ ˈˉ ˀˁ \x00ˈˉ! - մ ˈˉˁ˃'ʿˀʱˁ\rˀ \r\"ɚ \r˃'ʿ໘ʿ\x00ʿ#\r\r˃'ʿˈNjˉN\r\x00ˉ\nˉ¡\r\x00 ʵˀˁɦ స գˁ˃'ʿˈˉ! ˁ€ ుˈˉ഼ ֲˉǫ ˉ\x00 ˈˉ!ˀˁdˈ ˈ {ˈ ʼnˈ ԭˉǫ ˉ\x00 ˀˁdˈ ˈ {ˈ ʼnˈ ࡵ ໙ ௸ ˀˁ؝ ਠ ˈˉ ˈˉќ \x00ˈˉ! ¬ ಌˉǫ ˉ\x00 ˀˀˁˈˉ!ˀˈ ˈ {ˈ ʼnˈ ا ந ࠗ˃ʿƠˁʶ˃'ʿċ˃ʿˁ\x00ˀˈˉ€ ೕ ˈˉ ˈˉܜ \x00ˈˉ! - ચˉǫ ˉ\x00 ˀˀˁ ˀˈ ˈ {ˈ ʼnˈ ఘ ˃'ʿ୧ ˈˉ ˈˉѧ \x00ˈˉ! qʸˈº%˃'ʿ਋Ӗˁ˃'ʿˀ˄-ԑ˂˃'ʿˁ˃'ʿˀ˅˂€ԌˁˈˉˀˈˉŻ˃ʿƠˁʰ˃'ʿċ˃ʿˁ\x00ˀˈˉ€ఃࡷˁ˃'ʿˀʲ-ࣗˁ˃'ʿˀʹ-ޛˁ˃'ʿˀˆ׊ˉ\x00ˀˈ\x00ˁˉ-яˁ˃'ʿˀˈˉ€҅˂˃'ʿˁ˃'ʿˀˇ˂Ż˃ʿƠˁʶ˃'ʿċ˃ʿˁ\x00ˀˈˉѵʾ\x00\x00 \x00\n\x00 \x00 \x00\r\x00\r\x00\n¡ \x00 ¡Ɇʽ\x00 \x00 #\x00µ\r \x00ʽ\x00 \x00  \x00஍ġb๴ # \x00ʽ\x00 \x00 \n\x00\nഋ೧\x00ʊ౎ò҃l¾^¾3”ȫړȫॄȫഄȫۦȫୣo”ȫॐȫूȫಭȫઁ… }\r\x00 ŅȮÊŖˀȮ*͑‰Ȯ ǻ Ĕ‰¾p#Ȯϸ ȮǗȫқ…Ĵ Ȯшȫપ%\x00\x00 \x00\n\x00 \x00 \x00\r Ĕ‰\x00\nĔV\x00 ȮĀ Ȯ ȫഀ ȮƆȫϢȫ|$ȫɞ+ Ȯ੸  Лȫқ…Ĵ Ȯшȫથ Ĵ \n Ȯ ɯȯ૟pMȫ઻ȫਆ Ȯ֒pMȫ֕… \n \nȮZ /ȩ Mȫܪ Ū\r\nä ‚\rRȫ«ȫ[ ‚\rRȫ¥ȫ[ ‚\rRȫ™ȫ[ !\r$ȫδ  \r\x00 \x00\n\x00 \x00 \x00\r\x00\x00\x00\x00\x00\x00ȮƢĔV\x00ȯÖ\n0 G ‰\rK̷Dȫࡊ+FȫߡNȫϕNȫܟNȫৠNȫȾǁฦRȫ਼,\nlȫߊ\nRȫˁDȫѼ, $ ີ $\r-Dȫࡐ — —\rDȫࣩ, $ ԡ $\rԡ $\r-Dȫࡇ — —\rL ,ܱoɯd„ȫ๷\r\x00\r \x00 , lȫ೒ Rȫ¦ \n\x00\n ٰ˙\nǘ೎Ɯ ǘஹх ǘَड़\rǘிӮ஑óʭ\rʮ\x00ʯ\x00ʰ\x00ʱ\x00ʲ\x00ʳ\x00ʴ\x00ॎʮʭȯଆʯʭȮόʰʭȮͱʱʭȵʿʲʭȰৄʳʭȯࠉʭȺࡴʭȺবʭȶਝaʴ੕ȫਸʭȯیʭȿʽȱKʯ\n ɚ ʭȮąච aĩʭ\x00Ⱥlj qʉ\n}\nĄ§ʴ¾†ທ\nȮ–Ȯϓ \x00\nȮ–ȯҁ\r}ʵˀ\x00ˁ\x00˂\x00˃\x00˄\x00\r˅\x00\x00 \x00\n\x00 \x00 ˅ภ˃˃ͦ˃Ŵ˅†Ÿʶˀ\x00ˁ\n˅†¾ʷˀ\x00ˁ\n˅†Äʸˀ\x00ˁ\n˅†¥ʹˀ\x00ˁ\n˅†µʺˀ\x00ˁ\nʻȮ˅\x00ˀ\x00ˁҔˁ ɚජIʳI˅†“ɚ˅†“ඩ˃߳˅§ȸףɓ\r\x00ȫໜ˅†\x00 4\n˅†ҹ > ӻ ऽ ӝɚ  ї  ঃɚ΃  ދ  >  ѣ\n7\n    ݨ ɚI˄ɚ˄ބ˅ȯǮˀ\x00 ๾˂ȮŹ˂ \x00ΐ\rʵȮ˅\x00ˀ\x00ˁ\x00˂\x00˃\x00˄’ʶ\x00Ӡ ɚ>ʯʼʯ\x00\x00˅ʽ\x00ʯµ Æʷ\x00(ʲ̬ ɚ>ʲȰç\x00˅ʲȰˤµ Æʸ\x00\r 8ʱʒ ʾ‘ ɚ>ʱ V˔ʱ V̖\nÆʹ\x00(ʰ̬ ɚ>ʰȰç\x00˅ʰȰˤµ Æʺ\x00\r ½Ƀ਑ ʿȯҥȮ෗ Ȳລ ȮƶȲ௚ȳˈ ɚʦ Ȯ<\x00\n ȸ࢜ߥ ȰƌC Ȯ:ԣ\nÆʻˀ\x00ˁ\r˂\x00\x00˂ظʳ7±ʳȮƌȮ̦\nȮР\n\x00ȷҁ \x00ˁ ɚ ȯą ȯą\rଅ ʨ\nʨ \r\x00 Ȯˊȯԓ ȴ඼Ȯ߽Ȯਜ਼ \r\x00 \x00\n\x00 ȮˊȯԓȱԜȱђȮෞ ȱӪȮ૆ȺƵ\n ȱ ȮƼ \nȵࠔˀೌˁۋȯఁ\r\r\x00 \x00\n\x00˃ȮˊȯඎȱԜȱђȮ࣭˂†“ɚʋ ȱӪȮซ\n ȱ ȮƼ˃\nȮƳˀ\n˃ȯą \nȯ࡜ ˃ȯػɚ ˂†“ɚ˂†“˃ȯ෣ȷੈʼ\x00\x00 \r\n\x00 \x00 \x00\r ʭȱૉ PɃkȮ\x00ȮÀȮෟȫ˯ɃkȮ\x00Ȯל\nɃkȮ\x00ȮÀȮĒ\nȫɤ\nɃkȮ\x00Ȯಎ ɃkȮ\x00ȮƐ\nຍ\rɊȮr\n\n ȫɤ \rɊȮ\x00 Ю\n೹ȮÀȮÔ  \rȮÀȮÔ E ࠯ȮÀȮÔ ʽ\x00\r \x00\n\x00 \x00 ŷ Ȯƙ Ȯž ɃÜȮ\x00ɏȵল\n\n Ȯ*\nU  \nГɃ»Ȯ ޝ ɨȮ Ǥ ȮࣼɃkȮ \x00 ࢻʭȵขɨȮ \x00 ȮZ ȮڐʾɗȮʭȮǍȰӳɏȷಒʿ\x00\x00 \r\n ɚʮȮȄ‹\nʮȮȄ-\nʮȮæ\n\nȮƶȯӴȮ˚\nȮƶȸ̉ȳƤ \nȮໄQ ʮȮȉȮȐ\nǦ\n ʯʼʯ\x00ȱKʭȮݳʭȮąʯ \x00\x00 \x00\nʵȮԢ\x00ɚ\x00\x00ɚ\x00 \x00\n\r\x00ʵȮԢ\x00\x00ɚ’ôϘ„Ȯࡢi5õϘ•ö\rԻfĄ[dࢎʩȱ๔඲ȱਞ[dݭĔdஅ’ࡗx३[dฐ’\\ॅdڻ÷%\x00OΧn̯\\եf૬xÛΧd̯[d৪ݩ_Ȯ*͑_ĿƒșğɇȮ́þ ýǀþɃ୮ɇʒîɉĂȯ೅ýҬ ʙʗȮʃȮҠɖ௻ɃŚɯȯ् þ,Ƀ๼ɃরɡuɨɠɨɨɅȯ୔Ƀౄɱȱ͒þɋɈɱ܄ û”ȫ̍ȫ࣓ȫΘȫܲɃࠖɅȰ*ɪĂȯКɛȮӨʬॲȫ\\ȫ\\ȫ\\ȫ\\ȫಳȫ્ȫ૓ȫȫȫȫȫȫȫȫȫȫௗȫnȫnȫnȫnȫnȫnȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ࣡ȫϳȫnȫnȫnȫnȫnȫnȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫ.ȫਖ þʞɖŒɅɤƘɝʕ¢þɤɶþ ýຼɜɐ þɠŒɪ~ɹɑ3 þɲ~ɓJɧɺ3þ ý߻̙ߐþɐɲʛ˪ɃгɅȮܨþɗ@ɭɱɃɷþ ý׃ɥȮŘʓɚɃÌþɃ४ɐɃɿĂȯͽɄÌɰɱȱǝ þɃ์ɞƦɞ1Ɍ3ýǽ ƟȮ–Ȯȼõɣɱȯో ʚɠȮ–ȮŜɱéɃǪɖɈɱȯͬ þɪJɃഡɌɤ3ĆȖɌɱȹ̙̿ඦɃຊ ɃچȫûȫΑȫ૵ɘɯȯѭþɓ@ɸɢȮÐþ ýǬøୂɒ׏ þSɃܺɜ1ùuɃȝþɃнɥýЂ þɥŒɹŒɮɤ3ɃϤɄɊɅȯŜ{ʩ”ȷGȶ\\ȴƐȷ঑ȵƥȲȹƓȷԈȷΆȲΔȲѾȲƛȲҧȸ˒ȺžȲĀȵٻȷ͖ȹáȴ͖ȺȓȵŮȶƥȳØȴûȷΘȳजȴnȺûȹ.ȵįȵૢȷØȸͣȹnȷljȷɣȲ[ȺĚȲЧȵÖȷ̦ȵͣȵɇȶ׳ȸσȷϦȵžȶ[ȶGȸËȶσȹɛȸbȷbȶ৐ȳϫȶËȴËȶӞɃ̇ɃǸɭՑ þɺ¶ɬɑɶ3 ɫɱȯ୽ȮϙɦȮůɣĂȯסɷɅȮȤùɅȮొɃքɃՒ Ƀಧɼɼȯʓ þ,ɃۊɷɳƒɒɎÌþɃŗɸȮůɃ̇ɅȮ࣒ɎɹɮĂȯƎɃŚɥ×? þɏɃݮɃลɄ3ɃʔĂȯʰɞɱȶฎþɬɃˋɉȮʂɃఖɱȰѭɃɿĂȯʷʠî ʆɃÜȮȵۨɻɱȵӞþɃЪɃ௥ þ,ɨ~øɑuɆɃàȫǖ ɇȩȮ–ȮπĄȖɪড়ɠȮŃþɔ@ɃƒɓɱȰɴɭɐȪȨ௿ ʘWvȮăȮ͍ɹɃ)Ȯ\x00ȸ\x00ȷ\x00ȫ\x00ɣ\x00ɚ\x00ȳ\x00ɱ\x00Ȱ\x00ȹ\x00ȵ\x00ȯ\x00ȶ\x00Ų\x00ȴ\x00ȱ\x00ɓ\x00Ɖ\x00Ű\x00ɯ\x00ɠ\x00Ⱥ\x00ú\x00ģ\x00Ż\x00ɏ\x00Ġ\x00ə\x00Ȳ\x00Ĩ\x00ĩ\x00ƈ\x00Ǝ\x00Ê\x00Ì\x00ƒ\x00Ɓ\x00ø\x00ɒ\x00ɳ\x00Ɔ\x00Ź\x00ů\x00Ƒ\x00\n\x00ɺ\x00É\x00\x00Ŵ\x00ɲ\x00Ŀ\x00Ë\x00ƃ\x00ŷ\x00ɼ\x00s\x00ų\x00Ɛ\x00ƅ\x00Ú\x00ř\x00Ř\x00Ñ\x00Ŏ\x00ũ\x00Í\x00Ě\x00Þ\x00Î\x00Ó\x00ŏ\x00Į\x00Ô\x00Ƅ\x00}\x00‡\x00H\x00ś\x00m\x00Ũ\x00Ð\x00ŝ\x00z\x00\x009\x00IJ\x00ż\x00å\x00ɖ\x00:\x00ĥ\x00Ɣ\x007\x00°\x00ſ\x00Ś\x00R\x00r\x00ċ\x000\x00[\x00º\x00,\x00?\x00Z\x00G\x00\x00¯\x00Ğ\x00\x00ġ\x00d\x00Ï\x00!\x00Û\x00ű\x00­\x00|\x00u\x00ŕ\x00Ø\x00Ł\x00ĵ\x00=\x00Œ\x00Ü\x00Ò\x00%\x00Ù\x00Ý\x00á\x00â\x00Ō\x00à\x00ß\x00è\x00Ķ\x00ɘ\x00æ\x00\x00ä\x00Ĵ\x00ç\x00ã\x00”\x00Ä\x00^\x00¬\x00\x00È\x00-\x00ª\x00‚\x005\x00\x00\x00Ç\x00Ã\x00;\x00«\x00\x00 \x00\x00\"\x00$\x00½\x00Š\x00V\x00\x00œ\x00g\x00D\x00b\x00\x00@\x00N\x00³\x00·\x00\x00–\x00'\x00˜\x00X\x00ˆ\x00®\x00J\x00B\x00Œ\x00y\x00E\x00j\x00t\x00²\x00\x00ĉ\x00Ċ\x00\x00¾\x00c\x00q\x00\x00ę\x008\x00\x00›\x00†\x00Ė\x00K\x00™\x00Q\x00\x00¼\x00h\x00 \x00š\x00Č\x00w\x00`\x00>\x00 \x001\x00_\x00.\x00—\x00U\x00„\x00Å\x00F\x00#\x00¿\x00n\x00•\x00)\x00¸\x00‰\x00\x00\x00+\x00/\x00i\x00k\x00¦\x004\x00ĕ\x00Â\x00£\x00\x00Ž\x00Ē\x00»\x00…\x00~\x00ĝ\x00đ\x00ě\x00I\x00<\x00©\x00&\x00x\x00(\x00¡\x00A\x00€\x00¶\x00v\x00¨\x00’\x00{\x00Á\x00Ď\x00“\x00*\x00L\x00ȩ\x00Æ\x00\x00§\x00o\x00a\x00µ\x00\x00O\x00C\x00\\\x00p\x00P\x00 \x003\x00ž\x00l\x00¥\x002\x00č\x00±\x00Y\x00\x00\x00À\x00´\x00e\x00M\x00\x00Ÿ\x00¹\x00S\x00‘\x00]\x00 \x00‹\x00f\x00T\x00\r\x00¢\x006þɰɃకɃ̂ɱȯਟ þ¤Ƀ݆ɱɕuɣɱí Ƀ̽ɠȮ–ȮŜʏîɕĂȯ๦əܧɡȮďʞîɧȮŘɾɳ þùJɃாɬ1Ƀठþɞɯþɡ1ɓþù@ɐʝî þɏ¶ɶJɹɜ3ʑîɃلȫåɋ୩%ʫ”ȫܸȫڣȫĎȫ઄ȫ౩ȫ௢ȫЧȫٚȫƤȫ๹ȫࡽȫݢȫΆȫલȫඒȫܾȫ۾ʜîɍɯȯ˥þɷɃě þ¤ɈIɖɇuɭ þɪJɃಓɳɅ3ɃݣþɃ֪ þɈ¶ɺJɃഃɰ3 þɛŒɞJɃЪɷ3þɃӕøɣȮǸþɦɃˋɃ̋Ʌȱӷ þ,ɫɶ@ɅƘɃXʔÌþɆ@ɜþɥ@ùʤ±ʥȫKʦȫ.ʧȫ\\ʨȫÐʈÌ þ,ɐJɜɃൗɱþ ýްɗɅȮ˥ɅɃXɎɯɃɿɅȮ೻ɬɱȶͬ þɡJɲŒɭ@ɃฌþɞɃΎɲɱȮϙɐ٤ þɋIɯ¶ɜɡ3ýиɃѻɯȴȤ þSɇƦɘɝuɗ þʞùɃ๣ɃؐɎɳ੨ɺɱȮ঴ ƠȮ̗ƒ÷ ɜɒȮ–ȮŜȨఔȩ৽þɮ@Ƀհ þ¤ɐ¶ɎɢųɝɃŧøóɱ3ɱ ìɉɯȯͪ þɢŒɃെɱɡ3ɱïþɹ@ɝþɡɯɃǪȮœ̙ෂɕ࣏ɯยɅɪȮψɃŚȮåɱƕɃÍȮʂþɕɏ þɦJɲ¶Ɍ@ə3ɟಟɱîĬ þɭJɐɃਂɴ3 þ,ɍIəɏƘɛþɡɗɠȮŘŭȮܣò?ɱêɱðÕ? þSɫIɋɐuɃœɹڇɃŚɸþ ý͵ ʗ¤vȮăȮ͍ þ,ɪJɺ@ɤųəþɎ@ɭɟȮďɧɋþɃӕɘ þɔɃۺɰɆ3 ƞȮ–Ȯȼô þ,ɸ~ɇ1ɢƒɃěɱǵþɣ1ɗɝĂȯ͘ɥҩɃΓɅȸৌɃǪɅȯଐ̙੅\rñໝȬ\x00ȫ\x00ȭ\x00ɩࣤɃþɘɥɃѻȮďýȒ þɞ~ɧJɃ૛Ʉ3 þɤ~ɲ~Ƀ൝ɬ3þ ýźɃŚɎþɮɃȸþ ýǑɧු þɟŒɃ୕ɎɃЄþɃਖ਼ɱþɍ1ɘþ ýࣸʟîɑؙ þ,ɦ໖ɕ@ɑuɃˋ ɃÍȩȮ–Ȯʓ ƠȮ̗\\öʐȱ̙֗ăȖɱë\rʀ4ʁ4ʂ4ʃ4ʄ4ʅÌɅĂȯʎþɍɣɏɱȴЉ þ,ɃඡɃ൓ɷƒɃX þ,ɬɃ࣌ɎuɥGʪ๐ȫ৆ȫٺȫ౹ȫ۰ȫ୍ȫොȫ઎ȫࣹȫ૔ȫ෉ȫૐČ๝ȫࣱȫ׬ȫ঎ȫիȫভȫರȫൊȫࠐȫ߈ġଔȫइȫఇȫ෵ȫඣȫْȫ࣍ȫหȫڶȫ઱ȫݏȫࡨȫරɃÍɃ̙ࣖø̙พɦɯȮຓþɧɑąȖ þSɭŒɯɗųɝɃ۪ɅȮЉɃÍɶþ ýĩɃـɮɅȮρþɞ@ɑ þʞɤJɊ1əųɆ̙ๅɃஊÖ?ɠමþɷɘ þɃ౱ɧIɊɃЄ þ,ɹIɃޑɡųɆúɱȮڀɼɱȷͱɽɅȹ܂ɴଌɪĂȯԔɃʔɯȶࢷþ ýϾɸ౻þ ý̤þɬɓ þɭJɔŒɅɞ3þɴ@ɰ0/12̙̞34̖̗̘̕ #$%&'()*+,-.́̂̃̄̅̆̇̈̉̊̋̌̍̎̏̐̑̒̓̔L\n k\no ʌ T\rUɔɕɣ˲Ɔ˳Ɗ˴ƍ˵”˶›˷Ÿ˸ʗ˹ʚ˺ȹ˻ȼ˼ȾɀɃ˽¿˾ÉljĚěv~ıijƞŀɭʾˀ ˂ʡ΀äȪɟœȼ¾Ù¾MÈtʕðųÐŐŷƈíŶæƣĕdžǖsÞÓŘ{E¾Ķ¾Ǵ¾Žư•ƐɔŠÊƶĆθǭÇŎŒĪʎȔǸɜjóʔǙ1ǯ?FØʎ¾ɻ¾ɿÀƯǩ¾ý¾Lj¾XɾƗ¾Jǚ§ȾȗêÍȍ ȍȾƛșʄÿȍȷąɍîȉaɪzé¾¾ɡ¾¾Ü¾ē¾¾;2Ƅ¾¾÷Ơ¾NjȴƮ¾¾›Čʎſ¾ƹɀʎÝSɀʎÝɳƎʎʐоǻ`!‹Āȑɒ·ǏÒLJɘɗƸȱƃcƸȑɄɠŢɰǶĤLJ7ĵȲɄ<¾WǫʎǗ¾ƵʊƸȑ¾ʀƸ½ɄLƵʈŚňĻnjƾƢʝʎƕ«‰3ŨʘŤʞɞŦ¾’¾š#ƜqǕƸdzɄëH´ƂťƖ5ŰÛ¾ìßɧ¾0ǁǢ‡ɥNJŬơʛȄ¾ƚʎ¾ĚƸɋɄÖǨʎCݾfˆʎDzɐ™ɯɄŪȓƸrljwɑ¾żǿŀő|ç¶şDŽʜĐĥúƆ)Ǽǡţɮºʇ¾Ʉ'Ȋũ±¾Ƶƭʎ¾ȁ(¯Ï\x00ĬʟɎƳ…Ȝıȡ“ȩĽ\",ȚȈʠďõƸʅ\x00ǰƸ4ɄȐ:iʎÝ%ʎ€šʎá¾ĂݾƧ¾ɣŲĭǀĜǎĦǞ/ȸ„ǾƩħǍȘƲ¾ƿģİijīʎoƤƸ×¹ʎTɖǠĔ‘ŃǽÆ¿ĺžl¾Ǫɺ.^ɓ6Ĵ°OǑǓɈƽÃI]¾ń@¾ɝȋ9¾Dž¾Ɣ—PƍĖþuʎȿƞRɴʎɢ¾ƴƸȺ˜č¾†ȍBƀǘ*ʃǷĈ¾Ċʆãȶċ¾ȤǺľµ¾üʎȒȻʎȆŽIݾǐĄŸǶďƓʎƒžɏ³ǂ¾ƦÁ¾vʎɽʉŭʂǒǧ²Şøɘȑ¾ÅʑȀʎ¾ɶƸËȌ=ʟ-ʂùÄÉƃnʂǜʎāĹęÕ}ȭʟłƸ©ɄȠ}¾ʗŮīƸđǝeʎȅɭʁ}¾ű\nǔ”ȧȹȖƟʋʎGăʎɛděȘ®  ¥ƪâɤ¾¾xǯʎŜݾĮ¾ɼ¾¾ĸ¾¾ŹŖȎȵʎ¾ŁǯʂƘɬò¾_ɸķǤ>ʎȣȑ¾ć\\ƬûʎƃŏƏƸś­ÂV¡ƒȂņ¾ğDɨɵǦ[ƥyɃɲñȞȮ¨ƉȰɁǃȳǮȃȕɩZÑūȬļŋɉĝɊUåʌƌǬ¾ɚÌįƼœƸ¾Ʉʙ¾¦ïǹ¾Ē~ƙɂݾʏŖɆƭʎÚg¾űK8ǵȫƸűɄ¾ŌÛ¾kōɌYöʒƸƻ¾ǟȥ‚ʎm¾A¾ʎƑªʚ¬&ҾɅàƋ¾ɹɦDZ£ȦÔŊƺƨƅĨřNƤʂŕĠƃʎǣ’ȽėɕłƝ+¾ɱȏŒĞůŇŔʂ\x00bʙȊQŴʍ¤ɇȇƊƇ¾ȟĉĢƷŵ¾ŝ¾Ę¾Ȣp¾țp¾$p¾ʼnĎƸhəƫ¾ġȯ¢»ƸǛʓôʎĩʀʟźIJŗʎɫȨɫ–ƁĿǝ \r¼èǥȝʎŸ ŧƱƸŻʖɷ¾Ž5̕Ȯù́\x00Īɣ\x00ȯ೛˿%\x00\x00 \x00\n\x00 ̂̕ȮT́חDȫ࡯ӿ\"ȫ฼̂̕ȮT́૏ȫ෤\"ȫݿ̂̕ȮT́ĺ ̂̕ȮT́ˏ MȫĨȫ،\"ȫධ̂̕ȮT́ĺ ̂̕ȮT́ĺ\n̂̕ȮT́ˏ MȫĨ\nMȫDZȫĨȫ܋\"ȫ঵̂̕ȮT́ĺ ̂̕ȮT́ĺ\n̂̕ȮT́ĺ ̂̕ȮT́ˏ MȫĨ\nMȫDZȫĨ MȫDZȫDZȫĨȫख̀\r̕ȯớ\x00\ń#E!%\x00\x00 \x00\n\x00 \x00 \x00\r ˿ \r/ȩ Ư +łȫগ˿̎ીȫ. $ȫț\n˿ ൔ\r̄\nľ ȫվ ̀\n\n̄Ȯ \n\r - Ұ\r̃\nľ ȫÇ\rɵ\nľ ȫÊ\rʖȮӇ\nȮॸ ȫȂ\r̗\n೬\r\"ǿ\x00Ȯ̝̙Ȭ̚ʡɃߕȫׁɁ#å1%%žʊɱȮ̿ʋɱȰն$a1ɃȽ#ȯϏ#ȯ๰Į̗ 1ɐ¶ɸJɌɲ3ʝȲńlj1 0ಬ1#Bȫ|&!?1ɴ@ɸ 1ɣIɃљɞ1Ƀఽ̂Ȯ<ȮõƐ%%Î%M *Ŝ)F\x00ȮŊ\r̗̙̕Ҿ̕\x00$\x00̘ %EƎள(̗̎̏̐Ȯù̖0๊1 0০ʜȱʇƼ%øʞȺफǙ('Ȯѕ +ģvȯģ);Ʉ) \x00#1̕΁â%#$%þ#U̕#Ǖ̖%ǔ1 0୬ ε$$ȫउ%$ȫ׶ȫƔ[İŘ)\x00+ԥŘ)\x00,…)ɨȮ)\x00+Ȯ̓)Ŝ)\x00Ȱࢠ*)đ)Ŭ)G(෰Ƀǜȫ೺'Ȯ঳'Ȯ͔'Ȯ %q-ઈɳ*¼Ĩ)…%&˙ȮÔ)ଠ%ి.ɃǚȫՅ-ૂ1ɑ1ɰ\r,Ƀఢ(\x00&\x00)$$̖ß#űȫˍ1ɱȮೋ1 0ݗʒ̕૮1 0ढʞȯńǤʞȶ௩Ǩ 1¤ɟIɈɃֿɞ ̞Ã̂\x00ɃΕ,1Ƀզ%ʝȹ̸DŽʞȲ̞ǯ1Ƀǜȫ|1 0ݖ̆%'(ʍȮŵ1 0ಜʝȷμDŽ1Ɉ@Ɍ1 0Ͼ̕ȮÁ# ɣȮȉȮŲ̂̂̃̄ 9ɱȮƌ̕\x00̖1%2ୱ1$Ȯƺ1 0ǀ̕ȯܛ̖ ƗɣȮЍ\"̂ʅ ȩȮ–ȮŢɇɄ) ɂ#ƒ$Ɩ# %ɊȮ%ę'Ŀ%̖Ƀp̖ʜȷԁƸ1# Ȯࡦ̗Ȋ̗Ȭć̕1 0൳ʝȳʙDŽ̕Ƀ¨̕ 1,ɸɭ1ɈƒɃě1 0ݸ #̕Ȯ:̖ 1,ɏIɧ@Ƀ೯ɃʖɄ)1 0ฟ̕Ƀp̕ 1,ɲɋ1ɸuɋ1ɋ@ɃßɄ)Ʉ) ǭ̕\x00̖୫DZ̖̕ȮÁ̖ʝȰȻDŽ̙̕΀̕1 0ఀ̞̒໕̕\x00$1ś̖\x00Ȯ෢#2ȫ| &Ŝ%\x00ȮŊ 1Ƀ»Ȯ̘ːȮ®#ȫ.$ɣȮæȯŶ%$Ȯǩȯ൧\r9#% ɚ #%̖â%%ȫĊ%þ#U̕#Ǖ̖%ǔ1 0શ\r1ɱȯۮɃªɃÏȫƔ1Dz̕ʜȯńǀ̙ಚ 1%2ȫX̘$̘9Ƀև#&Ƀp%$Ȯ Ȯɟȼ#œâ$$Ȭó$ট#)ȬNj$\x00$࢕1#ּ 1̗ř̗\x00ȳೞ ̕Ƀ]Ȯ$ϩ#ʈ̕sɄ)̔ҩɀ#ʂ 1ɧ~ɲIɈɕ39̘ $ȯÖ%ȯƒ%xȫđ9ȫǖ1 0ਫ਼ 1ɥ=6(='Ȯ͔ʞȸଁǰ\r̂Ȯ<Ȱɇ̙÷̕\x00Ȱी́#̕ȮZ̄4&4'Ì#Ŝ̕0ȮĒ$4%̙ԧ1,$ȯŢȷഖ#ÎȲƏ%Ė&xȫҮ#1 0ࡰ#̙í0Ʌ#࣠ȫKȫ.ȫ\\ȫbȫÿȫʓ )Ƀˆ%\x00&ÞɄ)ʜȳฆƻ 9̕Ȯ<̖\x00̗̙ħ̂ߞ,ȴय़#1ɕ1ɟ1 0ܔ;â$#$D̕$Uʔ$ଡ଼$ݬ$ʔȮŬ$B#$ࡲ%ɃۑɘɃȫڟ$&ʔ$sʔ$ʔ%sʔ%&Y1 0ࢃ#̖đ̕ȱ˰̖Þ̙ഥ$͘ȫć̕'Ȯ %0ʢ-ȱ $#ɯȮð#&ǻ1 0৶ɃHcɵ҉ʝȰȻLJ1-\r̕ɨȮ̕Ǥ̕Ȯڃ1 0࡬Ʉ)˷ ̙ƽ̕\x00̗\x00̘Þ1̗\r1Ƀ=Ȯ̙÷̂\x00ȯຎ1ɺ1ɸǮɱ\x00̖)&ß1ɲ1ɏʝȷˇDŽĦ?0ਏ0࡚1'ʠȯNJȈʞȹԺǝ 1#2ȫÐ1ɭ1Ɍ1ɃȽĹ̕\x00ȯࡻĹ̕\x00ȯߒĮ̘1 0ఋ1#E΁ ̞Ã̂\x00*0*É̗̙ō̗Ĭʜȱһƾ̕Ȯù̖ഝ1Ʉ@ɋ1 0ક ''Ƀˆ%҂F\r#Ȯû$̕Ȯ:#ʜȰȻƯɃϻ#X#Ì$Ƌ'$%ž$ȮຶƭɊȮ%%\x00Ȯ࠭Ȯٳ&̆ɵ#ß ɱʖ̖ȮăȰƎ1 0ൣ1 0ัȱ#XɄ)%Ɩ̕ęȾ#ůɃHwɵƒ ̗̕Ƀp̘r% #ɺȮɱ\x00̕0థ1$1$2$2FȫÐâ##ȫó#Uȫ#ԯȫ#ȡ9̖9̕ࢱ@ȫn:ȫϨȫ\\CL(ϑ9#Ƚ#ď#Ȯù্̙̕ɃĮ9ȫů 1¤Ʉ~ɃԆɧƒɟʟȯƬȂ#ກɄ)ȷ#́1 0ݵ0݄̕O¯@ȫ\\:ÙCL3\x004\x00(Åʖమʕz ɱȰӏ̕d#\x00$ #ɣȮæȮȋȵ#ɷ̋̌̍̕ŏ̕ȯ#ßɄ)˴$Ȯє 1 0ࡅ\r1$ƄȰ๩$ƄȮޢȮ® 1̙´#Bȫࣃ1 0ٸ ܹ́@ȫnNϑ1 0৾'Ɗ$ʞȷʇǢ1ɃĠȫృ1̗ 9̕Ȯ̭̕Ȱњ1 0ٽŌ'/ž$Ȯࡍ̗$ƭɊȮ#%\x00$Ȯ๭%Ɩ̕ę%%#%%2#2ƭ&a $Ƀˆ%҂;#۫̕¼Ȯࢵ̕ॴȮĤȲࣂȫå 1Ř%\x00ɃƎ1 0౮1 0অ 1&#Ȯ*$̕ʞȷРǛʞȵ̸ǔʟȯLjȀʟȯNJư1̖̕s9ʔ1#$1 0Ǭʞȶʙǡ ̘ģvȯģɃĻ̘#Ȯә̕O¯@ȫŮ:ÙCL3\x004\x00(ÅʜȯƬƺȹ#Ń1# ȫå1#Ȯǖ\r9ɱȯȩȯ਒əvȮ୊ȫ୞1 0வ1ɱȱۘ1&ȮƺʞȸˮǕɄ)$̞࠿̕Ʉ) ̗̙Ҿ̕\x00$\x00̗ ̕Q¯3Å1ɑ1ɞ1 0ౡ1 0୆ʞȹƹǡʞȳ঱Ǘʞȳ˭ǜ1 0๨̗#Ȯ®1ʊ1̖ȮƟ 1ɃªɃÏȫĊ 1ɃҤɺɭ1Ɍ39ʈ̕sɩɵ #̕Ȯ:̗\r̂Ȯ<Ȯn̙÷̕\x00Ȯฑ %Ļ#L$Ƀ¨#ʝȶ೫DŽ1 0۷ɾ̙1 0ࢅ̕O¯@ȫË:ÙCL3 \x00(\rÅ1Ʉ@Ƀěʜȱˮƿ1 0౶Ʉ)1 0աʠȯńȇ ̞ୋ̂\x00ģvȮೖ(̙ԧ#ɱȯǝ 1ȕ̕Ȯ౔ʜȱӈƽ̖Ƀp̖̙ঞ(0চ\ŕɃ=Ȯ̙÷̕\x00ȯҢ 1ɓɟIɄɋ3#$̕Ȯœ̕ȮȆȫĊɃH–ɵŞɄ)0Ҭ1 0ณ̙ా+â$̕ȯɐ$@Ǵ̖$$ȯ߂$Ȯ̴$Ǫ̇DZ̖µ%aǮ$\x00̖#$YȲ#Ð+̙଀̙ง1,ɃǐȫŵɃٛ̂Ȯਪȵŗ-1%̕RJ́ݟ̙÷̕\x00ȯଘȲૣ%I%2ѿ%2 ȫƅ%2 ȫ୥́ȰࠦɃǜȫݠ $Ƀ¨̕Ȯ:Ȯऊ1Ƀ૞Ɉ1%%౳ȿ#̔ 1ǿ̕\x00̖_̗̗$đ\rɱȮ̴ɱǪ̇DZ̖#œ#ךəvȮј 1,ɕJɫɑƘɴʞȶۖǞঁ\r1ɱȺಢɚȮ੧ɱ0٢ʞȸʙǧ̂Ȯ<ȮõƐģvȮ଻%MɃDŽ'E ̙ƽ̕\x00̖\x00̗Þ1 0࢔'1,̂Ȯߗȴಿ̂Ȯي%M¶Ƀ߹Ƀǐȫ࢒Ɛ%=ƾƐĥٔ%EɃ୑ ɣȰ̙ͮij̕3$Ȯ #ĖɄ) $Ȯ #0ȮŊ\r1̖#Ɣ̖\x00̗1 0๧\r%Ŀ$ں$ ɚŇޓ ̕ɨȮ̕r# #Ƀ=Ȯ̕Ȯ๎1 0ऱȰ#ʐ1 0୭ 9Ƀ୯Ȯɱ\x00̕ȶ#Өȳ#ŗ ̂Ȯ<Ȯõ+\ŕ̂̃̄̅̆ ̗#ɃɜȮÔŰȫӅ̙ͼ̕\r#ɃÜȮɣȮƇȮɟ#̖ʜȱϖƿ̕ȱ˰̖Þ1ɏɃœ1 0ϔ1 0Բ0ʑ̕O¯@ȫÿ:ÙCL3\x004\x00(Å 1¤ɌIɭɕuɧʞȴąǣʝȯńNjȴ#૯Ʉ)˸ʝȸӓNJɃദ3?Ʉ) \r#ɃkȮ̕\x00ɃɜȮŊ1$1#੐̕Ⱥ݊ɣفǴ̖#̕Ƀp̕ %#ɯȮð#&਎1'Ȯ̳1̕&xȫύ1ɲɴɃH]ɵȸ$#Ȯψ౾&&ȫÐ&+##ʆɯ$dɯ%׿ʆȮඋʑ#ஞ 1̕ɚ̕౲'/ȩ$%̖ʐ1 0ऌ 1¤ɺ~ɓɃӌɣ%#$s9́ 1ɕɈ~ɋɑ3('đȸ#Ř 1Ĺ̕\x00ȮݦɄ)ž#ษ̕$ɃÜȮ#౬$Ȯܰ$ȶȮúȫ௲%a ɎȮ Ɉ̕\x00̖3ɃHɵ˘ʞȶϓǚ1 0ஃ$̕Ȯ*Ǯ̕\x00̖1#\r̕Q¯3\x004Å ĩɣ\x00ȯȓ#1Dz̖9Ƀp̗\r̂Ȯ<ȯΑ̙÷̕\x00ȯҢ 1̕FʔȮ*#Ŀ̗&1 0ղ1 0ź#̖̕sɃH²ɵ®ʐƑ1ɭ@ɸ1ɏɓ'̞۔̕1ƴ̕_ǿ̕\x00̗_̘1 0๱1 0੉9Ƀ]Ȯ'ϩɄ)˻ʞȲɬǟ9ɃȃȱŞȺ#ɞ %%#% ε̖̕J̕୪̖3$Ȯ ̕É1 0ࡎɱ ō&1ɕ1ɺʞȵ஬ǖ1 0ߍ1ɃେɌʝȳɬDŽ $̕Ȯ:ȮȦʝȱʇDž1 0ণ 1&̖ȮǣȫȁȻ#Ǹ 9ɱȯຽ̕\x00̖\x00̗1 0͢1ɲ1Ƀś 1SɴIɲɕuɈ̗#Ȯȝ1Ƀ๗$0ʅʞȹ˭ǘ(ɥʜȯLjƹʞȵ݈Ǧ ̕Ŝ̕\x00Ȯɟ ̗Ƀp̗r%1ɰɑ&xȫذɄ)\r 9ƏƓ$\n#Ȯ࡝ 1ɇ ȩȮ–ȮπɓęʝȯƬǁ1ɱȯȘ̞ø1 0ॏɄ)1#1ʍɃHÅɵΗ0܅\rɱȰӏ̕d#\x00$\x00&9ɾ̕̕ȯɐ1%ʞȴˇǪɃʊ̙՞9ĭ̕ÞʠȯƬȆ1ʓ\"̕ʞȺˠǥʜȯNJƮʞȶດǰ'Ì1%1#2ȫԝǹ#%&#ȫXɄ) ɱȯਹȮȼ ̘ɊȮ̘ę ̖ģvȯģɃĻ̖ʝȱϖLj ɣȮȉȮȐ̂̑ɃǚȫKɃޥ#Ƀp#0Ɉ)̙í1 0ॱɓÞ̂Ȯ΅ ̕Ȯ<̖\x00̗̗ģ?1̕ȮƺžʊȰ҄ȰڑʊȱࠝȰȦʊȱࢦȮద%ʊɚYɄ)˽1 0ࢰ̙̃Ϛ$1 0ߎâ%%$%U'%Ƀ]Ȯ!೩ ̂ȮƶȯӴȮˉ#űȫΊ\r̂Ȯ<ȯá̙÷̕\x00ȯิ+);Ʉ)˵ʞȷɬǓ ̕Ȯ<̗\x00̘̂̕ȯళ#űȫȦ̗#Ȯ³$ßʠȯLjȅɥľ?ɃHiɵɞ$ ̗#ɃĆȮÔŰȫӅ 1SɅ¶ɣ@ɃʵɈ$#হ 1̕̕Ȯ׋Ʉ) 1Ĺ̕\x00Ȯ˩Ʉ)˶1ɞ1ɃŞɄ)˹ ̕Ȯ<̖\x00Ƀp়̗ 9ɱȮƌ̕\x00̖\x00̗Ʉ)˼ɱƙ1SɃວʟȯńȃ 1SɃ౉ɋɞƒɑʞȴԁǯ 1$#Ȯ*#ʔȮ*1̕\"ȮƟȭć$ʷ0ె$˿?#জ1Ё#Ȯ|Ʉ)˺ ̕Ȯ<ȯØ#Ʉ)˲0ǽ̙෕ɃĮ1 0ǑʝȱˮLjʝȱӈDžɄ)Ʉ) #ɱȱw̕ #̙ఒ̙؁̕3 ̇̈̉̊ ̂ɣȮæȮ๕$z1ɑ1Ƀś ɱȯ࣪Ȯॹ̕0ಯʝȶߪDŽ#1 0܆1 0ޔ1ʡ̕ %2#20и#Ƀڔ0ீɿ̙í#Ĥ?1 0י̙Е$Ė ̕Ȯ<̖\x00Ȱ஫̕O¯@ȫ:ÙCL3\x00(Å ̕Ȯ<#\x00$ 1ī̕\x00Ɏ1 0୎1#ȮƺɃHkɵ̔9#ȮӦɄ)\nɄ)˾̗̓Ƀp̗ʍ$Ȯ݌ ̘ģvȯģȮĆ̘ 1ɑ~ɐŒɭ1ɑ3ž$Ȯ ̙ೲĨ#ѸȰҌŪ#G%ຒ&$Ȯ #ঊ%Ɩ̕ʓ̕Ʉ)˳ $̕Ȱࣺ̖s 1$ %%Ʉ) 1%2ȫԝǹ%%dz̖1ʒ̕sɃHWɵ഑ʝȯLjǃ ̙ঌ#\x00Ƀp$%3̕O¯@ȫb:ÙCL3 \x004\n\x00( Å9̗1 0୅́̕ȮӦ1̘ൖ ̕ȮùɃp̘1 0ʆʞȷংǩ 'Ȯ Ƀ]Ȯ&๪ɃಷʟȱһȁɃǚȫ૚ $Ŝ̗\x00ȮƔ#ƒ̗ 1#ӥ#2Bȫȁ1%ڱɄ)ʝȯNJdž1 0ĩ#Ɩ̕9$ȯʮ%Ŀ$1ʎ0ȒɱȯਜĢȮ#đDZ̖1̕ģ?1 0઒О1 0घ1 0̻ʞȳഌǠ1'ß1Ƀ೐ɧ1 0Э 1SɃªɃÏȫƔ̞̠ !̛̝̜̚  “\n› O e\rp«Ȇ˅\\ǝ~ü§òĔÖƗÖœęƘ­ƄdĄĉĠČĄHŕLJŬŜıȁČDZĜǠ’Ą¨›²qƟ@ĖƬҝƈŸfŰùǓ×kŲ;מđōŷŽƋǫǹŵ|7²Ǯ>ƒŚÖû«ÖÖւµŝnjÇącÅ\x00Ǒ֔ϠÖP)ŢŽƾũÖӓ4ÖǾIŗĭdzlÖƞ•ÖƢ#ÖÊ-¬ČóĄƓÖťǦƣvƥe¼ĒٍˆÖƆ¼IJÈŦuÖ,ſjÖſƸÁJŃƖzǙñƭ†ēõĄŃ…Ý Ǟ¾ĚƫńŒÖìÖmįÖĩĺ†ĿīǰţŭūÖā¼ǷnŁħÖZƮ· ǧ¿ķƎL:äĊ¼`Ą2ÄŰéǎƹŪĄǿǒàƜĄƑƳ¼ǻĄƄţ=tʙȄ5:†yKĄŘåïƪ¥$؝©ƩǯĄh\"ÖÖǼğƐgǥơÎƌ(DŽŽǃİƇƶǖÞDƔƽÖEւĂŝŖƼ+ƻUâ_ÖĕƒŐƨĹêŏÖǢB¸ĘÿŠĝźáǛǨrƈǃŧëśþŒ´¡RőĤĨCî®ƦȂĄƿƚϘĄŋ¤wDžsܹÐßĮƴ?{/ʼnæÖſǜƵÖſȃÖŨŸćƈƲŎLj֑ËVÖÖŤ!ÖĵėxţňďĈĄżǶĄĥǘĄŴ‡ĄAÌĄǴăNȀǩƁƖƤýijMŹǣǡč–‚£ÖŇǐº±ÕűiÖlj†ƊƉ—OşÖ3ĄÖÉF]ŀ.šá„ãǔŠŮĪdžƯȝÃǚŅƝěȅ‚µŝņ†ǓƂ\nĸĄƈNjƍ;ƏƱĆĄ}GƒǀÂp½WޝƠƄøĄċ}։ðĽkĬƶĽŒÖĄÖľÖǽĢČÀǤSšXĦa…Ǻ1ġÖǸ°ÖÖƀÖĴ^Ö¯ƧļbǓŔœ;łçŽ$ŒÖÖ90ƷNJţªÛřÆÍ8‹ǵÖ%¢ƕ¦ǬŶǁ*ÖǏÖǕƃ\r®ÖƙĄÖ€ÏžǟƺdĄÖ¶ŊƛÖ ĄôĶĄģÖǂĄÖ‚µŝ³o»&ÖſĞÖ6ųúÖưíÚÔŻYǍöŌĐǪQTѝǗ–'Dz÷Öůǭ–<ÖƅÖèÖ[ Ö\x00ȆȮˠȮˉ ઢȨ̚\x00sɄ) ƅ̝\x00̗́؇ȫϨȫ̧̙ඈЂ Ȯˆȴ஥ ƀ̝\x00ɯȮŸ̋3 ̞Ã̝\x00ȱŒÉ̃ɱȯ໓ Ȯώĸ̒ɚ̝Ȱ൒ɚ̝ȰಸɱĠӤȮ̪ȮĤĘ࢝ȫ˯ɱĠӤȮ̪ȮĤȯकȫåƀ̝\x009 ȹ۝ ȯࢩȷ࣐ ́$Ÿ̝ SɃǐȫŵɃʎɕ1Ƀě હ̙۵̝̎R/əvȮјܚ̝ȮѹȮࢺ1ɱȯǝ ʆ̙ଣ ̚ȮƳȰ˚  Ƈ̝\x00\x00̗Ƀజ ƅ̝\x00Ƀǵ̙ڸ ́ȅ̓ȅ̑ȅ̒Ƨ̙̎í\rɱȯ଩Ȯ–ȮଷȮw̝̞࢛ ¤ɺ~ɓɄƒɋ̞ೡƀ̝\x00̙̋í ֏ɧ1ɺŽ̝\x00̌ ĩɣ\x00Ȱʻ˴\r,ȹฉȯٮȫX੘̝̂ƈȱ௏ ̞Ҟʏȯ;̎Ƨ /ȩȮ̓ ĩɣ\x00ȯb˺ ĩɣ\x00Ȱį˲ȯʮxȫ| Ȩ̝Ȱ੓̝Ȱ޸z\rɮȮ\x00Ž̝\x00̒VɱȱTVȫˍź̝Ƀp̝Ȳ˥ SɴƦɑ1ɺƒɑ̞ਦɃǵVVࢌȫׇVűȫ޹\ržɒȳơɣ\x00ȴ֘ծa डȮܞɃ=ȮȮȫȮŞ̠ćټÉ ఼ Ȯˆȹఞ દ ȯ͡ȮŲ ̝Ȯ:ȮĮ̝¬?ปכѸਉҠʢ ɌŒɐ~ɕɟ3ž̠ૠa ȶȮƆϰȮ* ഩ ௫ɱĠλɃఐɄ) š̝\x00'İɃ̀Ğҡɱȶూɚ́ɱȮēȲЫ˽௪ɱȳಀɚ̅ɱȮēȲр˾୤aŴ̝ȵக ࠎȰทȫX ł\x00\x00Ȯą̇Ƨ̙́́ࡹ̗xę? ĩɱ\x00ȳ̒Ľ̂zʅ ĩ̚\x00ȴʻ\nɱĠλ̝̇Ȱ঒ ଗz VȮ* ˢȫĊȮӷ೪ ̌ɳ̍„̂ ɃљɰJɃ଒Ʌ3 ٭ɕ@ɲ̠ćಛĖ\rɃ=ȮȮȫȰʐŽ̝\x00̊ ۱ОɄ)  ̠ć\x00\x00 ɊȮę%zƂ̝\x00̘Ʌ Э$ȫؒ̇ɕ1ɃśƁ̝\x00̖ ĩɣ\x00Ȯ˷˼̝ ̊ɳ̉„̈xȫĊ જɄ)\ń̙í\rȫŵVȮഊ́ƈȱࠈ̚ȱƅ̝\x00̂ǽ\rȮ:ȯҽȰɷ́Ȱݚȱژȱʰ!ȮͺɃ=ȮȮȫȰ߄̞ࣾ\x00̝_̙´ʏȰˡȫďɫ1ɸ\rVȮăȮÉɃය ź Ŝ0ȮŊ ৔9̚Ȯࠌ ੆9 ̝Ȯ*̗xĉ?Ž̝\x00̃Ʉ)\rஐ̗xĖ? ĩɣ\x00ȯ˒˶ž̠߃aƖ̝ɃDŽɲȮȤੑ ¤ɧIɃҚɃখɃěž̞փ̝µ̝a ſ̝\x00Ųȫฮɋ1ɃʖȯΗ̝Ȯ* ɣȮæȮт ౙ ̝Ȯ<Ȯõ ՕƁ̝\x00̗̅z Ǭฒ ๜ঢ় ࡸ અ VȮѕ̗xȫ| Ř\x00ȳనȯ҄ ĩɣ\x00Ȱत˸ɞ1ɣ̝̋ŏ̝Ʉ1ɓ̂́$ĉ? ĩɣ\x00ȰŮ˹ƀ̝\x00́ Ŝ\x00ȮݑŽ̝\x00̆\r,ɃÏȫ̝࣎ȮѹȯĮ ̃̃Ȯ›ȫә̃ƈȱηȱԬ SɏIɅɃदɰĬƆ̝\x00́Ƀŗĸ̈ ͂ ĩɣ\x00ȲË˵ ¤ɴ~ɴɈuɈ ̞Ã̝\x00Ď Ė\rſ̝\x00̞ӊȫయȫఓ̇3Ž̝\x00̅౞Ɓ̝\x00Ƀη б̖6ɚ ̤ആ Ž̝\x00̔އȫଢ଼̔ɃƂȫđ̕Ȯù̠́ćĎ Ė ɱȮǍȯɴ\r9ɃࠀN̝ѪȫเN̝3 ȍȱࣀȮҮ ̝ȲÁȷʰ ɋIɲŒɭ1ɺ3 ත ̞Ҟʏȯ;Ʉ) 2DȫÐ̞ە ̞Ã̝\x00Ȯ۹É ১ɓÞ ȫւ]Ȯ̳ ́Ȯ›ȫ| ̐ɳ̏„̛̅Ʉ) ȫȁȮͺ̙´ʏȰˡȫď̆6̝Ȱ͆̇6̝Ȱҿ̈6̝ȱ̝͞Ȯ*$Ė? ĩ ࡏ\rɱȰȈVǻ ̅̅Ȯ›ȫĊశɃDŽȮĆ Ȱѷȱů\r9ޮȩȫख़ࢣȮఱXȫÐƗ\x00\r ́Áŷ̝อ ຕ̉ȗ̙´̇ ̞Ã̝\x00ȮౝĖ̠øɃҏȰ̙Ɯ SɃुɕɅƒɕ́TʏȰක̙ijȫ૖ SɓIɞɃʵɃʖɑ@ɓȫ| ږ̆z̙̚ijȫ̧̔ɳɉɃϐ̝ȳຌ\x00ȫ௟Ƀϐ̝ȳࡱ\x00ȫڷ ̝Ȯҷɏȶ̞ܶࡶ ,ɕ¶ɲɭƒɧ ́Aź̝ ɊȰ਻ȫXĸ̅ ॼ ̝Ⱥ߆̝ȵ෷̗xȫX̃Ό ̂Ȯ›ȫ® าŽ̝\x00̓İȱؽ̠԰ȱ୳čળčࡠȯЬ ৺ă6ɚ̇6ɚ̈6ɚɏȹന̙´̋κ̞೿ŷ̝́1̂ ȮˆȲȸ̊ ٙ̂6ર̃6സ̄6̣ ̂Ȯ<ȯá̜ȯŘƆ̝\x00̂/İɱȰஔɱȰ́ȱേɱȰ́ȱئqɱĠռȰ૕Ȱ̕Ȱ֠Ȱ̕ȰהȯЬ˸âݔų̝̈ȱ͞Ƅ̝\x00Ƀ੾\r̞Ã̝\x00Ȯόȯඓ\rſ̝\x00̞ӊȫଉȫ̍̈3,ɃƂȫݘ̗$ȫڌ̗$ȫʷ̗̉xȫ® ́¼ŵ̝Ž̝\x00̐Ɉɫ̛൑ʍȮw̝ ̂Ȯ›ȫ|ƀ̝\x00̆ࠁ̠ćȱŒÉ ɱȰரȰ̙ɃҏȰɐȮǸ ഛ̞৉̞ໆ ƃ̝\x00ȯҊȫ੃ɥľ?́ɚΫɱȯȩȮϡŃѬȫȋɲ1ɟ̠ć\x00 ĩɣ\x00ȱΔ˷଴ ɱȮǍȯ௡ 9Ȯ›ȫÊਮŻ̝\x00ȫ®9ȯ૿ɟ1ɧ ͢ ͵ Ǒ̚/ʉ?̚˪̍# ɱȮǍȯື SɈJɌɃʵɧâUʈŹq ȯȴVȳਗĸ́ ൮̣̝̄̕ȸͪ म ̻ ́Ȯ›ȫ®̏ȗ̙´̎ ́©ź̝IȮ›ȫɧȮ›ȫˍ ,Ƀ૒Ƀঙɰ@ɕ ࠄƆ̝\x00̃ȫ|Ɓ̝\x00Ƀ८СΌ ́+ŷ̝Ŷ̂́zĸ̓ȫXŻ̝\x00̉̚ɱȯȘȒʓɚ̋Ƨ ࢖п Ȯັ ɣȮǩȯ̊ SɃۻɅ1ɭƒɌƀ̝\x00̅ ֖ SɃ१Ƀમɫƒɫ ɃץɃպɌɄ3 ීƑɱȰ๺9ޱ ࣉŽ̝\x00̂Ɉ9ȸ߰ɚ ௙Ȯ® ̜ȱƟ ๆĊ? గ́̂ ૎9ƜX ष ̂ĺő̝3 ̝Ȯ:ȯΊ Ȯˆȴȁ น˪ ֊ɃنɄŻ̝\x00Ƀʎ ৩ ڋ ൃȮώȴ͆ȷߠȵŜĸ? ̝Ȯ̭̝Ȱњ ݻƆ̝\x00̅\rɃ=Ȯ¼ȮŞŽ̝\x00̙̑̇íxȫ® ĩɣ\x00ȯȓ˳ ɲJɋɺɧ3 ǀ̝߯\x00̄੢ɱȯȩȮϡ̃Ю̄ N̂֐ȫȋ̞ࡓʈ/ȩ Ȯ:ȳт܇ ϔ S̃́̂Ż̝\x006ɚ ̝ȺາsƄ̝\x00̕ɕ1Ƀœ̝Ųȫ̊ SɕJɫɑuɺ ́6ɚ̅6ɚŻ̝\x00ɃКɄ@Ƀś ȯȴȮ*ƕ?̝Ȯ*̝ȮȐzxȫX̗пɱȯȘ ſ̝\x00̞౒ȫॽ̆3̝Ȯ΅$ȫ| ȰƄ̝\x00Ƃ̝\x00Ƀਲ਼̄zɄ)ʍ ̞Ã̝\x000É ଇ ȮˆȲߟ ̝̚Ȯ:ȮĮʑ ƄȮăȯƎ ɃҤɧƦɲɃൠ̛Ȯȝ¢Ųȫݤ আ̝¬ ๙Ž̝\x00̄Ȩɦ̝ȲܯȲ৥ɦ̝Ȳෛȵ৛ Ȯ* ɃǐȫைɃ̀ĖʠɃ੮Ʌ¢̝±ƑɃבŹ̝ ĩɣ\x00ȱƱ˻$ȫX̝̆Ȱǝĸ̑ ž̞௴̝µ̆\r,ȸ௭ȸಃȫXʏȰࢊ̙´ʏȰˡȫď ̚ɣȮȄȷ֣ɪȱʮSɃƂȫͽ̠ć\x00ȯȴVȯۉɑ@ɋ ̝Ȯҷ̃z ಊ ฀̡̠ ̟ \n  \r~³g!|v_19w9 9 96G9A rh]i`9y9p?+GFRG9@4,Y9PUG(979l-GfC9NGVdon4Jm5)#b9%9qx=\\<[z29[D^ a9\x00~̊ȳρɖ ̚ȯǮȰ˚ ,̟ďʁɣ ͂ ̚ȮƳȯŸ\r̚Ȯ* Ǭ Ǒ̠Е ȰɃŗɖ ,̟ēʁɣ Ȱีɱȴ࡞̙ħ̝\x00ȮĮ̃ࠫ̚ 9̚\x00\x00඀̚Ⱥ೔ бɄ)̡ø\rɗȮ\x00ɏകȮਥ̅ɱȹীɱȶҿɱȶأɃȽȯìȰѷȱԔ̋Ʉ)  ȮŽȫǖ\r̚ȯǮȯŸŎ̆Ȯνз ̞য̚ȱ݉̚ȱಫ̝ʑ̡೑̆ ¤Ƀ౧Ʉ@ɺƒɄ̞๚ ɱȰȈ̚#̛ ,̟ğʁɣɈɄ)\r ̚#ȮÔ ಐ ʆ ǀİū\x00̙ݶȮ›ȫȷଧa Ɖȫਧ\x00Ĭ9Ʌʅ SɏJɄɃӌɅǽȯƋ\n ࠹\rɃkȮ\x00Ⱥ७ȫå ,ɌɑɃ੊ɐʢ9Ȓ ̠̂ϟȱƥ\x00̂\rȮÁɏȱƤȮස ĩ ̉ɳȲ৅ȫȋɃp̅ɗȮ\x00ɏȰ.ȮΦз ́Ρ̜ȱƟ̃ɗȮ\x00ɏȰ.ȮΦ\rȴԆȳΎ ɣȮēĐ  ɣȮēĜ  ɣ̟ʀɚ̠̌9 ඁ ̠́ϟȱ̒\x00́\rɃkȮ\x00ȷ຤ȫå ź ৵̚Ȳ˭ɅɓɄ) ̠У ̝Ȯ<Ȯõ̚ ̋ɳȰՐɑ1ɕŰġʠ Ȯ›ȫ® ɳŐ\nȫ˩Ʉ)̚/ ̚ȷඑ\x00  SɸIɟɄuɃśȶX ɳ\x00ȫ˩ ̚ȮƳȯŸ ̠̌/ɏȹÉ̟Ȯˉ ɼȯϧĈʠ Ȯ›ȫ|̚Ƒ ɣȮēė Ʉ) Kž¸Ȯ*UsȲزມȮŽȫӵů8>ؔ1_̃ƉūȱÖ˸a̟ɣɓ\n\x00ȫŊ\rɗȮ\x00ɏՄȮງ ɣȮēĔ Ʉ)\nκ\r̡̢ \n  \",\r  !\n \x00 !\x00\"\n\"̢̄ø ̆ɱȰȈ̆ത̆̃#̙´̂ ĩ࠽Ʉ) ऑ ɏIɑŒɧ1ɐ3 ,ɫুɃ଼ɃౚɃବ\r̚ȯǮȯŸŎ̆Ȯν ¤Ƀ۲Ƀધɞƒɑ ওɄ) ̆z ,Ƀ࠰ɌɅuɅ Ȱ ź ̠ԗ Ȱ௺Ȱ঄̛z̄Ʉ)Ĭ̙̂í̄\n\nɣ̟s Ȱ͒ ̛ȫ୾̂́ ࡄ̠У ۏİ̚ȱ෋\nɃÜȮ̚ȱॾȹൽ\nȳ͓ ˸ a ̚ȹൄ \x00\x00̠̆ह  \n ̢\x00 \r\x00\x00\x00\x00\x00\x00\x00Ĭ̠ԗ \nɃkȮ\x00ȷ؄\n ĩ";}else{_$_2.push('}}}}}}}}}}'.substr(_$hi-1));}}else if(_$i4<92){if(_$i4===88){_$$e+=2;}else if(_$i4===89){ !_$_8?_$$e+=-28:0;}else if(_$i4===90){_$e9=_$he(_$dI);}else{_$_8= !_$be;}}else{if(_$i4===92){ !_$_8?_$$e+=18:0;}else if(_$i4===93){_$_8=_$jy<_$_A;}else{_$_8=_$_S==64;}}}}}else ;} function _$a_(_$_2,_$ay,_$br){function _$kI(_$bH,_$dI){var _$_K,_$_S;_$_K=_$bH[0],_$_S=_$bH[1],_$dI.push("function ",_$jL[_$_K],"(){var ",_$jL[_$d6],"=[",_$_S,"];Array.prototype.push.apply(",_$jL[_$d6],",arguments);return ",_$jL[_$jg],".apply(this,",_$jL[_$d6],");}");}function _$_u(_$bH,_$dI){var _$_K,_$_S,_$jy;_$_K=_$$g[_$bH],_$_S=_$_K.length,_$_S-=_$_S%2;for(_$jy=0;_$jy<_$_S;_$jy+=2)_$dI.push(_$_Y[_$_K[_$jy]],_$jL[_$_K[_$jy+1]]);_$_K.length!=_$_S?_$dI.push(_$_Y[_$_K[_$_S]]):0;}function _$ex(_$bH,_$dI,_$_K){var _$_S,_$jy,_$je,_$hi;_$je=_$dI-_$bH;if(_$je==0)return;else if(_$je==1)_$_u(_$bH,_$_K);else if(_$je<=4){_$hi="if(",_$dI-- ;for(;_$bH<_$dI;_$bH++ )_$_K.push(_$hi,_$jL[_$fK],"===",_$bH,"){"),_$_u(_$bH,_$_K),_$hi="}else if(";_$_K.push("}else{"),_$_u(_$bH,_$_K),_$_K.push("}");}else{_$jy=0;for(_$_S=1;_$_S<7;_$_S++ )if(_$je<=_$fM[_$_S]){_$jy=_$fM[_$_S-1];break;}_$hi="if(";for(;_$bH+_$jy<_$dI;_$bH+=_$jy)_$_K.push(_$hi,_$jL[_$fK],"<",_$bH+_$jy,"){"),_$ex(_$bH,_$bH+_$jy,_$_K),_$hi="}else if(";_$_K.push("}else{"),_$ex(_$bH,_$dI,_$_K),_$_K.push("}");}}function _$$U(_$bH,_$dI,_$_K){var _$_S,_$jy;_$_S=_$dI-_$bH,_$_S==1?_$_u(_$bH,_$_K):_$_S==2?(_$_K.push(_$jL[_$fK],"==",_$bH,"?"),_$_u(_$bH,_$_K),_$_K.push(":"),_$_u(_$bH+1,_$_K)):(_$jy= ~ ~((_$bH+_$dI)/2),_$_K.push(_$jL[_$fK],"<",_$jy,"?"),_$$U(_$bH,_$jy,_$_K),_$_K.push(":"),_$$U(_$jy,_$dI,_$_K));}var _$bH,_$dI,_$_K,_$_S,_$jy,_$a4,_$_G,_$au,_$d6,_$cy,_$jg,_$fK,_$fG,_$gv,_$j7,_$fB,_$_j,_$dy,_$$g;var _$be,_$bG,_$dV=_$_2,_$_A=_$_m[2];while(1){_$bG=_$_A[_$dV++];if(_$bG<59){if(_$bG<16){if(_$bG<4){if(_$bG===0){_$_Y=_$_Y.split(_$ae.fromCharCode(257));}else if(_$bG===1){_$be= !_$fB;}else if(_$bG===2){_$$8="#Śfunction ā(ā){var ā=3;var ā=2;if(ā[ā(7,8)]){if(2){ā(1,8)]=7;}}ā(7,8)]=2-0;var ā=ā(2,8)];ā[0]=ā(7,8)];if(ā(3,8)]){if(6){ā(5,8)]=3;}}ā[0]=7+5;}function ā){ā[4]=3+1;ā[4]=ā(3,8)];var ā=7;var ā(7,8)]){if(2){var ā=5;}}ā=2-0;}function ā){if(7+5){ā[0]=6;}ā[0]=6;ā[4]=2;ā[0]=7+5;ā[4]=2;}function ā){if(6){ā[4]=2;}ā(7,8)];if(2){ā[0]=6;}}function ā[0]=7+5;}‰\x00)+,)))* )\n) ) )\r))\x00))))+,),),))))))))))))))))))) ) )!)))))))\"";}else{_$cy=_$hy();}}else if(_$bG<8){if(_$bG===4){_$be= !_$$g;}else if(_$bG===5){ !_$be?_$dV+=3:0;}else if(_$bG===6){_$bH=_$$8.substr(_$$y,_$ay);_$$y+=_$ay;return _$bH;}else{return;}}else if(_$bG<12){if(_$bG===8){ !_$be?_$dV+=11:0;}else if(_$bG===9){ !_$be?_$dV+=14:0;}else if(_$bG===10){_$be= !(_$fG+1);}else{_$ay.push(_$_K);}}else{if(_$bG===12){_$_K=_$a_(0);}else if(_$bG===13){_$$y=0;}else if(_$bG===14){for(_$_K=0;_$_K<_$bH;_$_K++ ){_$dI[_$_K]=_$hy();}}else{_$bH=[];}}}else if(_$bG<32){if(_$bG<20){if(_$bG===16){_$eS=_$$8.length;}else if(_$bG===17){return _$dI;}else if(_$bG===18){_$dI=0;}else{_$_j=_$hy();}}else if(_$bG<24){if(_$bG===20){_$dI=_$a_(0);}else if(_$bG===21){_$gv=_$a_(0);}else if(_$bG===22){_$dI=new _$bc(_$bH);}else{_$$q[_$ay]=_$_K;}}else if(_$bG<28){if(_$bG===24){_$_K=_$_K.join('');}else if(_$bG===25){_$_S=_$hy();}else if(_$bG===26){_$dV+=-5;}else{_$au=_$hy();}}else{if(_$bG===28){_$b9(_$fB,_$e9);}else if(_$bG===29){_$fB=_$bH;}else if(_$bG===30){_$_Y=_$a_(7,_$hy());}else{_$a4=_$hy();}}}else if(_$bG<48){if(_$bG<36){if(_$bG===32){_$fK=_$hy();}else if(_$bG===33){_$j7=_$a_(0);}else if(_$bG===34){_$be=_$dI<_$_S;}else{ !_$be?_$dV+=-25:0;}}else if(_$bG<40){if(_$bG===36){_$dI++ ;}else if(_$bG===37){_$bH.push([_$fB[_$dI],_$fB[_$dI+1]]);}else if(_$bG===38){_$be= !_$dI;}else{_$be= !_$dy;}}else if(_$bG<44){if(_$bG===40){_$jy=_$hy();}else if(_$bG===41){_$bH=_$hy();}else if(_$bG===42){_$_K=[];}else{_$$g=[];}}else{if(_$bG===44){_$fB=_$a_(0);}else if(_$bG===45){_$be=_$dI<_$jy;}else if(_$bG===46){_$dI+=2;}else{_$$g[_$dI]=_$a_(0);}}}else{if(_$bG<52){if(_$bG===48){_$d6=_$hy();}else if(_$bG===49){_$b9(_$dy,_$e9);}else if(_$bG===50){_$be=_$dI<_$fB.length;}else{_$jg=_$hy();}}else if(_$bG<56){if(_$bG===52){_$ba(_$dI,_$_K);}else if(_$bG===53){_$dA(0,_$br,_$ay);}else if(_$bG===54){_$dy[_$dI]=_$a_(0);}else{ !_$be?_$dV+=0:0;}}else{if(_$bG===56){_$dy=[];}else if(_$bG===57){_$fG=_$hy();}else{_$_G=_$hy();}}}}else ;}function _$dA(_$_S,_$dI,_$_K){var _$bH;var _$je,_$ay,_$jy=_$_S,_$br=_$_m[3];while(1){_$ay=_$br[_$jy++];if(_$ay<42){if(_$ay<16){if(_$ay<4){if(_$ay===0){return;}else if(_$ay===1){_$je=_$_K==0;}else if(_$ay===2){_$dI.push("var ",_$jL[_$j7[0]]);}else{_$dI.push("function ",_$jL[_$cy],"(",_$jL[_$_G]);}}else if(_$ay<8){if(_$ay===4){_$dI.push("}else ");}else if(_$ay===5){_$ex(0,_$_j,_$dI);}else if(_$ay===6){_$dI.push(";");}else{_$dI.push("while(1){",_$jL[_$fK],"=",_$jL[_$fG],"[",_$jL[_$a4],"++];");}}else if(_$ay<12){if(_$ay===8){_$jy+=26;}else if(_$ay===9){_$je=_$bH<_$gv.length;}else if(_$ay===10){_$bH=0;}else{_$je=_$j7.length;}}else{if(_$ay===12){_$je=_$gv.length;}else if(_$ay===13){ !_$je?_$jy+=-25:0;}else if(_$ay===14){_$je=_$$g.length;}else{_$je=_$dI.length==0;}}}else if(_$ay<32){if(_$ay<20){if(_$ay===16){ !_$je?_$jy+=22:0;}else if(_$ay===17){ !_$je?_$jy+=1:0;}else if(_$ay===18){ !_$je?_$jy+=14:0;}else{_$je= !_$dI.length;}}else if(_$ay<24){if(_$ay===20){_$bH++ ;}else if(_$ay===21){_$dI.push(",",_$jL[_$gv[_$bH]]);}else if(_$ay===22){_$$U(_$_j,_$$g.length,_$dI);}else{for(_$bH=1;_$bH<_$j7.length;_$bH++ ){_$dI.push(",",_$jL[_$j7[_$bH]]);}}}else if(_$ay<28){if(_$ay===24){_$dI.push("if(",_$jL[_$fK],"<",_$_j,"){");}else if(_$ay===25){ !_$je?_$jy+=3:0;}else if(_$ay===26){_$dI.push("){");}else{_$dI.push(_$jL[_$_G],",",_$jL[_$fG],"=",_$jL[_$dw],"[",_$_K,"];");}}else{if(_$ay===28){_$dI.push("(function(",_$jL[_$_Q],",",_$jL[_$dw],"){var ",_$jL[_$_G],"=0;");}else if(_$ay===29){_$dI.push("}");}else if(_$ay===30){for(_$bH=0;_$bH<_$fB.length;_$bH++ ){_$kI(_$fB[_$bH],_$dI);}for(_$bH=0;_$bH<_$dy.length;_$bH++ ){_$ba(_$dy[_$bH],_$dI);}}else{ !_$je?_$jy+=11:0;}}}else{if(_$ay<36){if(_$ay===32){_$je=_$_j<_$$g.length;}else if(_$ay===33){_$je= !_$fB;}else if(_$ay===34){_$jy+=-5;}else{ !_$je?_$jy+=-15:0;}}else if(_$ay<40){if(_$ay===36){ !_$je?_$jy+=6:0;}else if(_$ay===37){_$je=_$a4<0;}else if(_$ay===38){_$dI.push("var ",_$jL[_$au],",",_$jL[_$fK],",",_$jL[_$a4],"=");}else{ !_$je?_$jy+=12:0;}}else{if(_$ay===40){_$je= !_$jL;}else{ !_$je?_$jy+=7:0;}}}}else ;}}}}})([],[[7,4,0,11,2,8,1,9,3,10,6,5,],[66,64,61,38,93,84,22,43,94,92,9,26,46,6,87,12,76,60,91,72,40,2,55,85,44,17,42,70,23,28,75,54,33,13,33,39,0,51,62,18,59,50,58,40,16,68,35,11,15,80,19,71,27,79,56,34,63,69,67,20,40,16,68,25,14,80,30,7,89,77,1,49,86,78,45,3,36,8,52,21,81,4,31,24,53,90,10,37,47,57,74,5,32,33,65,85,33,41,48,83,88,82,73,29,33,],[41,22,38,55,14,17,7,6,7,2,16,13,41,30,0,20,42,52,24,11,7,31,58,27,48,3,51,32,57,10,55,21,33,44,15,18,50,5,37,46,26,29,1,8,49,40,43,18,45,5,47,36,26,4,9,28,19,12,23,25,56,18,34,5,54,36,26,39,35,53,7,],[1,41,28,15,25,38,40,39,8,3,15,18,30,11,25,2,23,6,19,35,27,14,16,7,37,31,12,36,10,9,25,21,20,34,26,33,13,24,5,4,32,17,22,6,29,0,],]);} globalMy.asyncFunc(); document.body.innerHTML += ` ` _$cP(); ================================================ FILE: work/zhihu/x81.js ================================================ var R = function (string, model) { var A = "2.0" ,__g = {}; function t() { } function i(e) { this.s = (2048 & e) >> 11, this.t = (1536 & e) >> 9, this.i = 511 & e, this.h = 511 & e } function h(e) { this.t = (3072 & e) >> 10, this.h = 1023 & e } function B(e) { this.B = (3072 & e) >> 10, this.n = (768 & e) >> 8, this.Q = (192 & e) >> 6, this.s = 63 & e } function n(e) { this.t = e >> 10 & 3, this.i = 1023 & e } function Q() { } function a(e) { this.B = (3072 & e) >> 10, this.n = (768 & e) >> 8, this.Q = (192 & e) >> 6, this.s = 63 & e } function C(e) { this.h = (4095 & e) >> 2, this.s = 3 & e } function c(e) { this.t = e >> 10 & 3, this.i = e >> 2 & 255, this.s = 3 & e } t.prototype.a = function (e) { e.C = !1 } , i.prototype.a = function (e) { switch (this.s) { case 0: e.c[this.t] = this.i; break; case 1: e.c[this.t] = e.e[this.h] } } , h.prototype.a = function (e) { e.e[this.h] = e.c[this.t] } , B.prototype.a = function (e) { switch (this.s) { case 0: e.c[this.B] = e.c[this.n] + e.c[this.Q]; break; case 1: e.c[this.B] = e.c[this.n] - e.c[this.Q]; break; case 2: e.c[this.B] = e.c[this.n] * e.c[this.Q]; break; case 3: e.c[this.B] = e.c[this.n] / e.c[this.Q]; break; case 4: e.c[this.B] = e.c[this.n] % e.c[this.Q]; break; case 5: e.c[this.B] = e.c[this.n] == e.c[this.Q]; break; case 6: e.c[this.B] = e.c[this.n] >= e.c[this.Q]; break; case 7: e.c[this.B] = e.c[this.n] || e.c[this.Q]; break; case 8: e.c[this.B] = e.c[this.n] && e.c[this.Q]; break; case 9: e.c[this.B] = e.c[this.n] !== e.c[this.Q]; break; case 10: e.c[this.B] = s(e.c[this.n]); break; case 11: e.c[this.B] = e.c[this.n] in e.c[this.Q]; break; case 12: e.c[this.B] = e.c[this.n] > e.c[this.Q]; break; case 13: e.c[this.B] = -e.c[this.n]; break; case 14: e.c[this.B] = e.c[this.n] < e.c[this.Q]; break; case 15: e.c[this.B] = e.c[this.n] & e.c[this.Q]; break; case 16: e.c[this.B] = e.c[this.n] ^ e.c[this.Q]; break; case 17: e.c[this.B] = e.c[this.n] << e.c[this.Q]; break; case 18: e.c[this.B] = e.c[this.n] >>> e.c[this.Q]; break; case 19: e.c[this.B] = e.c[this.n] | e.c[this.Q]; break; case 20: e.c[this.B] = !e.c[this.n] } } , n.prototype.a = function (e) { e.o.push(e.k), e.g.push(e.e), e.k = e.c[this.t], e.e = []; for (var t = 0; t < this.i; t++) e.e.unshift(e.G.pop()); e.r.push(e.G), e.G = [] } , Q.prototype.a = function (e) { e.k = e.o.pop(), e.e = e.g.pop(), e.G = e.r.pop() } , a.prototype.a = function (e) { switch (this.s) { case 0: e.w = e.c[this.B] >= e.c[this.n]; break; case 1: e.w = e.c[this.B] <= e.c[this.n]; break; case 2: e.w = e.c[this.B] > e.c[this.n]; break; case 3: e.w = e.c[this.B] < e.c[this.n]; break; case 4: e.w = e.c[this.B] == e.c[this.n]; break; case 5: e.w = e.c[this.B] != e.c[this.n]; break; case 6: e.w = e.c[this.B]; break; case 7: e.w = !e.c[this.B] } } , C.prototype.a = function (e) { switch (this.s) { case 0: e.k = this.h; break; case 1: e.w && (e.k = this.h); break; case 2: e.w || (e.k = this.h); break; case 3: e.k = this.h, e.D = null } e.w = !1 } , c.prototype.a = function (e) { switch (this.s) { case 0: for (var t = [], n = 0; n < this.i; n++) t.unshift(e.G.pop()); e.c[3] = e.c[this.t](t[0], t[1]); break; case 1: for (var r = e.G.pop(), a = [], i = 0; i < this.i; i++) a.unshift(e.G.pop()); e.c[3] = e.c[this.t][r](a[0], a[1]); break; case 2: for (var o = [], c = 0; c < this.i; c++) o.unshift(e.G.pop()); e.c[3] = new e.c[this.t](o[0], o[1]) } } ; var e = function (e) { for (var t = 66, n = [], r = 0; r < e.length; r++) { var a = 24 ^ e.charCodeAt(r) ^ t; n.push(String.fromCharCode(a)), t = a } return n.join("") }; function o(e) { this.s = (4095 & e) >> 10, this.t = (1023 & e) >> 8, this.i = 1023 & e, this.h = 63 & e } function k(e) { this.s = (4095 & e) >> 10, this.B = (1023 & e) >> 8, this.n = (255 & e) >> 6 } function g(e) { this.t = (3072 & e) >> 10, this.h = 1023 & e } function G(e) { this.h = 4095 & e } function r(e) { this.t = (3072 & e) >> 10 } function w(e) { this.h = 4095 & e } function E(e) { this.s = (3840 & e) >> 8, this.t = (192 & e) >> 6, this.i = 63 & e } function D() { this.c = [0, 0, 0, 0], this.k = 0, this.o = [], this.e = [], this.g = [], this.G = [], this.r = [], this.w = !1, this.R = [], this.I = [], this.C = !1, this.D = null, this.Y = null, this.f = [], this.J = 0, this.u = { 0: t, 1: i, 2: h, 3: B, 4: n, 5: Q, 6: a, 7: C, 8: c, 9: o, 10: k, 11: g, 12: G, 13: r, 14: w, 15: E } } o.prototype.a = function (t) { switch (this.s) { case 0: t.G.push(t.c[this.t]); break; case 1: t.G.push(this.i); break; case 2: t.G.push(t.e[this.h]); break; case 3: t.G.push(e(t.I[this.h])) } } , k.prototype.a = function (A) { switch (this.s) { case 0: var s = A.G.pop(); A.c[this.B] = A.c[this.n][s]; break; case 1: var t = A.G.pop() , i = A.G.pop(); A.c[this.n][t] = i; break; case 2: var h = A.G.pop(); A.c[this.B] = eval(h) } } , g.prototype.a = function (t) { t.c[this.t] = e(t.I[this.h]) } , G.prototype.a = function (e) { e.D = this.h } , r.prototype.a = function (e) { throw e.c[this.t] } , w.prototype.a = function (e) { var t = this , n = [0]; e.e.forEach((function (e) { n.push(e) } )); var r = function (r) { var a = new D; return a.e = n, a.e[0] = r, a.b(e.R, t.h, e.I, e.f), a.c[3] }; __g._e2 = r; r.toString = function () { return "() { [native code] }" } , e.c[3] = r } , E.prototype.a = function (e) { switch (this.s) { case 0: for (var t = {}, n = 0; n < this.i; n++) { var r = e.G.pop(); t[e.G.pop()] = r } e.c[this.t] = t; break; case 1: for (var a = [], i = 0; i < this.i; i++) a.unshift(e.G.pop()); e.c[this.t] = a } } , D.prototype.x = function (e) { for (var t = atob(e), n = t.charCodeAt(0) << 8 | t.charCodeAt(1), r = [], a = 2; a < n + 2; a += 2) r.push(t.charCodeAt(a) << 8 | t.charCodeAt(a + 1)); this.R = r; for (var i = [], o = n + 2; o < t.length;) { var c = t.charCodeAt(o) << 8 | t.charCodeAt(o + 1) , u = t.slice(o + 2, o + 2 + c); i.push(u), o += c + 2 } this.I = i } , D.prototype.b = function (e, t, n) { for (t = t || 0, n = n || [], this.k = t, "string" == typeof e ? this.x(e) : (this.R = e, this.I = n), this.C = !0, this.J = Date.now(); this.C;) { var r = this.R[this.k++]; if ("number" != typeof r) break; var a = Date.now(); if (5e8 < a - this.J) return; this.J = a; try { this.a(r) } catch (e) { this.Y = e, this.D && (this.k = this.D) } } } , D.prototype.a = function (e) { var t = (61440 & e) >> 12; new this.u[t](e).a(this) } , "undefined" != typeof window && (new D).b("B1biNpMAnACoAJwBpADi8JMAnACoAJwCpAAAABAAIAGcA6gAMAq0BDRJZAZwapwDqACQACABsAUgAhgBnAagACADnAeoACAEGAEwFBoBnAihQLgJOYU0h2QGcMqwChoCNECRACQCGAMwFBoDnAuhQDUUNEdkBnECsAwaAjRAkQAkArANkAAYA5wLoACcDoABnA+MBRAAMwZgBnFKsBAaAjRAkQAkAhgBnBGgABoBnBKhQDRHGAGcE6AAMQdgBnGSsBQaAjRAkQAkAhgBnBWgABoBnBahQDRHZAZxyrAXGgI0QJEAJAIYAZwYoABgBnHysBkaAjRAkQAkAhgBnBqgAGAGchqwGxoCNECRACQCGAOcHKAAYAZyQrAdGgI0QJEAJAIYAZweoAAaAZwfoUA0R2QGcnqwIBoCNECRACQCGAScIaAAMBRgBnKmsCIaAjRAkQAkAhgDkACwC5AAGAScIYAJbAZy3rAjGgI0QJEAJAIYA5AAsByQABgEnCGACWwGcxawJBoCNECRACQCsCWQABgEnCGgAJAAnCaoAJwnoACcKKAAnCmABZwPjAUQADMOYAZzerAqGgI0QJEAJALwACAFGAOcC6AAkACQALArkAAYBaQAGAKQAJAAsCyQABgFpAAYALQtNEAYBZAAnC6oAJwvgAUxwJAAIAAeAFAAsDAgAbAxIAIgAyAEIAUgBiAHIAggCRAAIAoYChoAnDKhQDROZAZ2OhgKEgE0QCQKkAAYAJwzgAWTACwDGAoSATRAJAqQABgAnDOABZMALAQYChIBNEAkCpAAGACcM4AFkwAsBRgDEgI0UpEAJAYYAxIDNE8QBDERGgQUBDmSNJORACQHGAQSDzRPEAIxERoFFAY5kjSTkQAkCBgFEj80T5EAJAkYChoAnDKhQBQBOYA0jGQGdX4QQJAAIAkQQJAAIAgYChoAnDKhQDRMZAZ1phBAkAAgCRgCGgaRABoBnDSEBTTAJAIYAhoHkQAaAZw0hAU0wCQCGAIaCJEAGgGcNIQFNMAkAhgCGgmRABoBnDSEBTTAJAIYChIANEAkCnQsHgJQALAwIAGwMSACIAMgBCAFIAYgByAIIAkQACAKGAoaAJwyoUA0TmQGeNIYChIBNEAkCpAAGACcNIAFkwAYAZwPgAWTACwGGAoSATRAJAqQABgAnDSABZMAGAGcD4AFkwAsBxgKEgE0QCQKkAAYAJw0gAWTABgBnA+ABZMALAgYChIBNEAkCpAAGACcNIAFkwAYAZwPgAWTACwJGAYSAjRRGAcUBDiSMZOQACADGAcSDzRPEAQxERoIFAI5kjSTkQAkBBgIEgM0TxAGMREaCTRTkQAkBRAAkAAYA5AAnDWoAJw2gAWgwCALGAIaCzRAJAIYCBJANElkBnhuEACQABgEkACcNagAnDaABaDAkAAgCxgCGgs0QCQCGAkSQDRJZAZ4vhAAkAAYBZAAnDWoAJw2gAWgwJAAIAsYAhoLNEAkAhgKEgA0QCQKdnQeAlAAEAAgApwDqAAwCrQENElkBnkOnAOoAJAAIAKwNyADEAqQACAB8QAgBBgAkAARkEABLAUQACAGGAYaATROZAZ7bpw4qACcOYABsAUzACAHEAKQABAHkAAYB5w6gAksCLAFIAkQACAKGAoaCJwyoUA0TmQGel4YCpAAGAicM4AFLAsYChIFNESRAPEBkAAYA5wzgAUsDBgLGgw0UCQNEACQABgNkACcNagAnDaABaDAIA4YCRoONEAkCRgKEgE0QCQKeaQYCSAPEAAgChgKGgWcMqFANE5kBnsmGAqQABgFnDOABSwLGAoSBTREkQDxAZAAGAicM4AFLAwYCxoMNFAkDRAAkAAYDZAAnDWoAJw2gAWgwCAOGA8aDjRAJA8YChIBNEAkCnpsGA+QABD+QAEsEBgQkAAYBJw7gAUYBJw8gAEYBhIBNEAkBnlEEAmQABgEoAAgEbA9GhE0QJEAkQCcPqgAnD+kABACkAAYBKAAIBEeBFAAGACQABANQAEsAhgBEio0R5EAJAGwBSADGAKcMqAAEgM0RCQEGAQSATRFZAZ8LhgCtEA0QCQCGAQSAjRFZAZ8UhgCtEE0QCQCEAAgBbBCIAYYApwyoAASATRBJAcYBxIANEZkBn6mEAgaBRQBOYAoBRQEOYQ0giQIGAeQABgCnDOABRgBGgg0UhD/MQ8zECAJEAgaBRQBOYAoBRQEOYQ0gpEAJAgYARoINFIQ/zEPkAAgCBgJGgcUATmBkgAaApwzhAUaCDdQFAg5kTSTJAkQCBoFFAE5gCgFFAQ5hDSCkQAkCBgBGgg0UhD/MQ+QACAIGAkaBxQCOYGSABoCnDOEBRoIN1AUEDmRNJMkCRgDGgkUPzmPkgAaBpw0hAU0wCQDGAMaCRQGOZISPzZPkQAaBpw0hAU0wCQDGAMaCRQMOZISPzZPkQAaBpw0hAU0wCQDGAMaCRQSOZISPzZPkQAaBpw0hAU0wCQDGAcSAzRBJAd8eB4DUAAAAwUYIAADBSJMAAMFIk8ABi0GHxITAAAJLwMSGRsXHxMZAAAACTQXDwcWHg0DBQAGFTUQFx4PAAQ0FxQQAAY0GRMZFwEAAUoACS8eDg8rPhoTAgABSwAIMhUcHRARDhgACy4DOzsACg8pOgoOAAczHxIZBS8xAAFIAAs5GhUYJCARFwIDGgAIBTcAERcCAxoACwUYNwARFwIDGhQKAAFJAAY4DwsYGw8ABhgvCxgbDwABTgAEPxAcBQABTwAFKRsJDgEAAUwACS0KHx4OAwcLDwABTQANPhMaNCwZAxoUDQUeGQAXPhMaNCwZAxoUDQUeGTU0GQIeBRsYEQ8AAUIAGD0aCSMgASY6BQcNDx4VJTkOCAkDARwDBQABQwABQAABQQANAS0XDQUHC11bFBMZIAAIHCsDFQ8FHhkACSoaBQMDAxURDQAILgMkPx4DHxEABDkaFRgAAUYAAihbAAYoDxwKBBkACHkYexh8GB8YAAQQAQQZAAkpHx4DHxEWFwcAQRsbGR8ZGxkXGRsZHxkbGQcZGxkfGRsZFxkbIxsZHxkbGRcZGxkfGRsZBxkbGR8ZGxkXGRtSGRsZHxkbGRcZDGp6AAAABjYRExELBAAKORMRCyk0Exk8LQAGORMRCystAAYJPx4DHxEADDwMBRo2MxELKTQTGQAFORJVDlAABBc0DQQABigLFxITGgAJKR4PCR8eAx8RAAQqHR4DAAMqBwcABRAdHhVhAAg+ExQOABATAgAGORQYHBoUAAJaGAABWgBACD89PDQ3FxA8JDkLclkQGz1+RycNFxQBdmJrRDgSFCBceiMwFjcxZUI1PS4OExdwZDsBQU8eKCRBTBAWSFoCQQ=="); debugger; if (model == 1){ var result = __g._e1(string); } else{ var result = __g._e2(encodeURI(string)); } return result; } function M() { var r, a, o = ["Y2F0Y2g=", "ZXJyb3I=", "V1JMZHA=", "TVdySHQ=", "REdCVWg=", "VGpiUkk=", "V2FJUk8=", "WFBoTGk=", "SGhBRFE=", "RkhYemk=", "aUZnamc=", "YVNCbVg=", "V0x5ekU=", "Z2hUQk4=", "TkN4dlA=", "WUpwTlc=", "V3hCSWU=", "Q1pLeEg=", "Z2Z0TlU=", "eHVna2E=", "eUpMank=", "ZVlidUE=", "RVlPVEY=", "UFhHSm0=", "Tm1lTFk=", "VW5aTlg=", "bmhNeUI=", "dWl0akQ=", "T3lQUU8=", "ZFF2TEw=", "d2RmczE=", "ZGlzcGF0Y2hFdmVudA==", "cFBQTGI=", "ZGVmaW5lUHJvcGVydHk=", "X19lc01vZHVsZQ==", "T2FZc1M=", "ZGVmYXVsdA==", "YXBwbHk=", "VEJjaEI=", "b250b3VjaGVuZA==", "a0h6U3I=", "RGJ3R1o=", "bkpReG0=", "YUJhQ0E=", "Y1ZZSFM=", "YmFWV2I=", "alVKZ2Y=", "ZVZEZVc=", "dXZPemg=", "WXdtTkQ=", "dUVVREg=", "S1dWbkI=", "RUNiaVI=", "TmRVZmY=", "cmV0dXJu", "QmFLWVg=", "dnVKVG0=", "bldQbmk=", "VGhmcGU=", "ZER5eHc=", "VXdrc3Q=", "dVhVSng=", "dW5kZWZpbmVk", "VmtRcEM=", "aVpIRW4=", "bWZrR2Q=", "d2lkdGg6MWluO2hlaWdodDoxaW47cG9zaXRpb246YWJzb2x1dGU7bGVmdDowcHg7dG9wOjBweDt6LWluZGV4Ojk5O3Zpc2liaWxpdHk6aGlkZGVu", "UUZvZ3Q=", "SmVZWVQ=", "c2NyaXB0", "VUhEb24=", "T2tYdEk=", "dU9seko=", "VmRsS0Q=", "anVpb20=", "eHhTWUs=", "c0tLT2I=", "UVVmYUc=", "VWlnd0U=", "RXJMTmI=", "bU5pYVA=", "bXhBRVg=", "ZlhHRFM=", "d1FKQUg=", "WERwVmk=", "YmN3b1k=", "RWloSXI=", "dGFZWWo=", "U2NXRlo=", "VVlkUEo=", "THB6eGs=", "d2hZd3A=", "TGZZaU8=", "ZGJ3dmY=", "SHpOVXM=", "QkVxUXE=", "RUxJQUI=", "SnJJT1k=", "aFpUc3c=", "cXh6RGk=", "cExJb3A=", "V3JJakw=", "elllZnU=", "RlFNTG0=", "U2hvY2t3YXZlRmxhc2guU2hvY2t3YXZlRmxhc2g=", "T01sbVU=", "U2hvY2t3YXZlIEZsYXNo", "UW5wV2g=", "dVlxQUw=", "WVlpVXA=", "d3JreUk=", "U0ZVemw=", "T2Z6eFM=", "cVl6ekw=", "UGt5QmQ=", "aExMREU=", "VW5QQks=", "d2x2T3Y=", "TWxmZ0E=", "em1NR1I=", "V1NJelQ=", "bmRkWEg=", "b25nRWM=", "em54eEI=", "KG9yaWVudGF0aW9uOiBwb3J0cmFpdCk=", "anRkRWE=", "dGdrT3g=", "bGFuZHNjYXBl", "R21ZdFo=", "bUpJdG0=", "V0FTd3o=", "dnhzWVI=", "WVNpY1U=", "eFVmQXM=", "MnwzfDB8MXw0fDU=", "a0pySEo=", "b0Nob1M=", "S3BheHQ=", "dmhid3I=", "TFh1YWw=", "WnN4TFc=", "UW5ZRFU=", "TWFGakU=", "ZW5k", "ckFQcFI=", "dXRNTEI=", "c2NyZWVu", "ZGV2aWNlWERQSQ==", "ZGV2aWNlWURQSQ==", "bmV4dA==", "cGhUZW4=", "S1Nvd3Q=", "S2ZkWUk=", "bWF0Y2hNZWRpYQ==", "ZWNJS2s=", "bWF0Y2hlcw==", "cG9ydHJhaXQ=", "dWhYaWo=", "RUNleFY=", "MnwzfDF8NHw1fDA=", "c3BsaXQ=", "cGFyZW50Tm9kZQ==", "YXBwZW5kQ2hpbGQ=", "Y3JlYXRlRWxlbWVudA==", "bkxTTWI=", "Y3NzVGV4dA==", "dWFCalI=", "aXNTdXBwb3J0VG91Y2g=", "aXNFdmVudA==", "QWN0aXZlWE9iamVjdA==", "bW1GUmI=", "Z2V0", "cGx1Z2lucw==", "dHFNSm0=", "Q1lvb3g=", "dGV4dC92YnNjcmlwdA==", "ZkpJcWg=", "Z2ZFcEs=", "aW5uZXJUZXh0", "Zm9yRWFjaA==", "Z2V0T3duUHJvcGVydHlEZXNjcmlwdG9y", "SWh4dks=", "YkNZb2g=", "b2Zmc2V0V2lkdGg=", "c3R5bGU=", "cmVtb3ZlQ2hpbGQ=", "ZW51bWVyYWJsZQ==", "b3V0ZXJXaWR0aA==", "aW5uZXJXaWR0aA==", "aXNPcGVu", "b3JpZW50YXRpb24=", "b3V0ZXJIZWlnaHQ=", "aW5uZXJIZWlnaHQ=", "RmlyZWJ1Zw==", "aXNJbml0aWFsaXplZA==", "UlRDUGVlckNvbm5lY3Rpb24=", "d2Via2l0UlRDUGVlckNvbm5lY3Rpb24=", "bW96UlRDUGVlckNvbm5lY3Rpb24=", "c2VuZA==", "Y29va2ll", "Y29uY2F0", "Ynd0Rkk=", "UVZISUw=", "cUxiRE0=", "RmVLSUg=", "Qld2WEI=", "dGFoSkQ=", "cGVCZW8=", "V2dPWUY=", "Vk5Fc3g=", "V3ZCV24=", "ZXpHRXQ=", "cWZSdk8=", "dmFsdWU=", "cHJldg==", "Z2V0QmF0dGVyeQ==", "anNhU0E=", "UmdITFI=", "YWJydXB0", "c2VudA==", "Y2hhcmdpbmc=", "Y2hhcmdpbmdUaW1l", "ZGlzY2hhcmdpbmdUaW1l", "bGV2ZWw=", "dGljRFY=", "c2V0", "VWV1VFQ=", "bnNDbmc=", "c3RvcA==", "SlZiS1U=", "UHduc3A=", "RlVJT3Q=", "Y29ubmVjdGlvbg==", "TGpwQkU=", "U0hDUWI=", "d3JhcA==", "cE5MYnY=", "ZWZmZWN0aXZlVHlwZQ==", "Y29sb3JfZGVwdGg=", "Y29sb3JEZXB0aA==", "ZHBpX3g=", "ZHBpX3k=", "ZGV2aWNlX3BpeGVsX3JhdGlv", "ZGV2aWNlUGl4ZWxSYXRpbw==", "Ym9keQ==", "Z2V0Q2xpZW50UmVjdHM=", "aW5uZXJfaGVpZ2h0", "bWF4X3RvdWNoX3BvaW50cw==", "bWF4VG91Y2hQb2ludHM=", "b3V0ZXJfaGVpZ2h0", "c2NyZWVuX29yaWVudGF0aW9u", "c2NyZWVuX3dpZHRo", "d2lkdGg=", "aGVpZ2h0", "c2NyZWVuX3ZhaWxfd2lkdGg=", "c2NyZWVuX3ZhaWxfaGVpZ3Ro", "YXZhaWxIZWlnaHQ=", "bGFuZ3VhZ2U=", "dXNlckxhbmd1YWdl", "YnJvd3Nlckxhbmd1YWdl", "bmF2aWdhdG9yX3Byb3BlcnRpZXNfbnVt", "ZG9Ob3RUcmFjaw==", "Zmxhc2hfZW5hYmxlZA==", "anNfZW5hYmxlZA==", "Y29va2llX2VuYWJsZWQ=", "dG91Y2hfc3VwcG9ydA==", "dmJfZW5hYmxl", "Q2ZUb1A=", "d2VicnRjX2VuYWJsZQ==", "Y3JlYXRlZA==", "Z2V0VGltZQ==", "Y29ubmVjdGlvbl90eXBl", "dXNlcl9hZ2VudA==", "d2Vic29ja2V0X2VuYWJsZQ==", "ZGVidWdfZW5hYmxl", "eVpSaFY=", "YVpCZ3Q=", "eHhOZWs=", "M18yLjA=", "ak9mb2c=", "ZmV0Y2g=", "aW5jbHVkZQ==", "dUNlc2Q=", "UE9TVA==", "eWlIWUY=", "Y29ycw==", "Zm9sbG93", "bm8tY2FjaGU=", "UHJFcEQ=", "dGhlbg==", "TExvV1A=", "Sm9QdGE=", "dUZuRVg=", "bGVuZ3Ro", "a1N0U0s=", "UldMVHE=", "anNvbg==", "aWdPU1M=", "cmVtb3Zl", "Wkt0eHY=", "TGNUdFk=", "KF58W147XSspXHMq", "XHMqPVxzKihbXjtdKyk=", "PTtleHBpcmVzPVRodSwgMDEgSmFuIDE5NzAgMDA6MDA6MDAgVVRDOw==", "SmFwUHA=", "UXRFRmQ=", "dGZOZ0o=", "TkdxWmk=", "cnF3dFM=", "cm91bmQ=", "cmFuZG9t", "VGtaZ2U=", "Slhja2Y=", "U3FkcFk=", "TnZaZEI=", "V3p0Z08=", "RmRQQ1I=", "cVRjVkE=", "a2V5cw==", "Z2V0T3duUHJvcGVydHlTeW1ib2xz", "ZmlsdGVy", "YnVVaEI=", "cHVzaA==", "SUF4Vlc=", "VVFQTnA=", "RmF0SEU=", "VUxadWI=", "UkZhT2s=", "MXw0fDN8MHwy", "U1lMSE8=", "QU1nT28=", "a2xqbFg=", "bmNNTkc=", "RE14elk=", "TW94bkw=", "ZE1KeXg=", "WVp2a0U=", "Y0hMUk8=", "aHR4dXU=", "VGRXUGM=", "WlduRko=", "aWZLa2w=", "QlNFTkw=", "R05NbFU=", "UmJPcnA=", "V2NsYWM=", "VEtZdEc=", "aHRya0I=", "UWhiVnM=", "bWF0Y2g=", "VWJxdXk=", "cVlrT0k=", "WUhCelA=", "ZGVmaW5lUHJvcGVydGllcw==", "eUNIdmY=", "d09FQUw=", "dHJvYkM=", "cmVxdWVzdElkbGVDYWxsYmFjaw==", "SUZ5WFg=", "U0VTU0lPTklE", "aHR0cHM6Ly93d3cuemhpaHUuY29tL3pic3QvZXZlbnRzL3I=", "b3Nh", "b3Nk", "dXlLTm8=", "aXV3d3E=", "dFJTT0c=", "b2pFUFM=", "TWdKQW8=", "VFBmaE8=", "RGFSWG8=", "RkdablE=", "YWRCbG9jaw==", "eGhuT1M=", "ZGV2aWNlTWVtb3J5", "Y2FudmFz", "cXdBbnA=", "SUZkd3I=", "d1BVako=", "d2ViZ2xWZW5kb3JBbmRSZW5kZXJlcg==", "dE9BekY=", "VWZscUM=", "QWdOVmc=", "bWFyaw==", "c3JtakM=", "d1pJaGU=", "RGZ2ekw=", "Q1NMYm0=", "V1hRcHE=", "TlRxVnQ=", "SEVxUkI=", "RmtzUGo=", "b21pY2k=", "WHhKemw=", "RkhSYW0=", "b1VOUGU=", "YUNqd28=", "c1R6WHg=", "WXRkWk4=", "a2V5", "YWRibG9jaw==", "dGlOS20=", "bWVtb3J5", "YXZSZ2k=", "Y2FudmFzX2Zw", "eDY0aGFzaDEyOA==", "am9pbg==", "d2ViZ2xfZnA=", "eHdxYnc=", "YXVkaW9fZnA=", "YXVkaW9fZW5hYmxl", "Z3JhcGhpY3M=", "UmRUUXk=", "bm9uY2U=", "dDEw", "c3RyaW5naWZ5", "Y2FsbA==", "dDEx", "T3FDQUQ=", "ZVFXSWc=", "QW94Y0M=", "QU9vT28=", "UFhKQUU=", "bFJSUHI=", "dVNxbmY="]; r = o, a = 457, function (e) { for (; --e;) r.push(r.shift()) }(++a); var c = function e(t, n) { var r = o[t -= 0]; void 0 === e.eYYLWF && (!function () { var e; try { e = Function('return (function() {}.constructor("return this")( ));')() } catch (t) { e = window } e.atob || (e.atob = function (e) { for (var t, n, r = String(e).replace(/=+$/, ""), a = 0, i = 0, o = ""; n = r.charAt(i++); ~n && (t = a % 4 ? 64 * t + n : n, a++ % 4) ? o += String.fromCharCode(255 & t >> (-2 * a & 6)) : 0) n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(n); return o } ) }(), e.PKRwGt = function (e) { for (var t = atob(e), n = [], r = 0, a = t.length; r < a; r++) n += "%" + ("00" + t.charCodeAt(r).toString(16)).slice(-2); return decodeURIComponent(n) } , e.VWvrUc = {}, e.eYYLWF = !0); var a = e.VWvrUc[t]; return void 0 === a ? (r = e.PKRwGt(r), e.VWvrUc[t] = r) : r = a, r }; var w = {}; w[c("0x8a")] = function (e) { var t = { bUfDp: function (e, t) { return e !== t }, khWrt: c("0x10a"), ryquX: c("0x10b") } , n = window.localStorage.getItem(e); return n ? t.bUfDp(t.khWrt, t.ryquX) ? JSON.parse(n) : n : null } , w.set = function (e, t) { return window.localStorage.setItem(e, JSON.stringify(t)), !0 } , w[c("0x109")] = function (e) { return window.localStorage.removeItem(e), !0 } ; var b = {}; b[c("0x8a")] = function (e) { var t = { fHTJN: function (e, t) { return e + t }, CcHuD: function (e, t) { return e + t }, QlKhT: c("0x10c") } , n = document.cookie.match(t.fHTJN(t.CcHuD(t.QlKhT, e), c("0x10d"))); return n ? n.pop() : "" } , b[c("0xc0")] = function (e, t) { document.cookie = "".concat(e, "=").concat(t) } , b[c("0x109")] = function (e) { var t = { VqpOD: c("0x10e") }; document.cookie = "".concat(e, t.VqpOD) } ; function Z() { var e = {}; e.SKsrn = c("0x7b"), e.OyPQO = function (e, t) { return e < t } , e[c("0x19c")] = function (e, t) { return e === t } , e.dQvLL = c("0x19d"), e[c("0x19e")] = "rlYxm", e[c("0x19f")] = function (e, t) { return e !== t } , e[c("0x1a0")] = function (e, t) { return e + t } , e[c("0x1a1")] = function (e, t) { return e + t } , e[c("0x1a2")] = function (e, t) { return e(t) } ; for (var t = "", n = 0; e[c("0x1a3")](n, arguments[c("0x104")]); n++) { if (e[c("0x19c")](e[c("0x1a4")], e.PXGJm)) return e.SKsrn; e[c("0x19f")](n, 0) && (t += "#"), t = e[c("0x1a0")](t, arguments[n]) } debugger; return e.nhMyB("3_2.0", e[c("0x1a2")](R, t)) } var v = "" , C = function (e, t, n) { var r = {}; r[c("0x10f")] = function (e, t) { return e < t } , r[c("0x110")] = function (e, t) { return e * t } , r[c("0x111")] = function (e, t) { return e - t } , r[c("0x112")] = function (e, t) { return e * t } , r[c("0x113")] = function (e, t) { return e - t } ; for (var a = "1|2|4|0|3"[c("0x7f")]("|"), i = 0; ;) { switch (a[i++]) { case "0": for (var o = 0; r.JapPp(o, s); o++) { u += x[Math[c("0x114")](r[c("0x110")](Math.random(), r.tfNgJ(x[c("0x104")], 1)))] } continue; case "1": var u = "" , s = t; continue; case "2": var x = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"]; continue; case "3": return u; case "4": e && (s = Math[c("0x114")](r.NGqZi(Math[c("0x115")](), r.rqwtS(n, t))) + t); continue } break } }(!1, 43); var e = {}; e[c("0x19b")] = function (e, t, n, r) { return e(t, n, r) }; // var r = R("KnNjbp2FpAUqQ_vKr5HVE1MqUB7z0Jw3SzEyBvHn3kn8RGoKnYWkBdt1viWOKK40c6YIw6SUnxJnxmq-", 1); return Z("UlAVBEi5GHGCdkbWFr4DqaIVXqwAyXwh8xkolCD_Ui3QPwOkaT5Te-F9RtkVN34ScLaJDChDglvVIHZnPYMts5s=", "", C); // return e[c("0x19b")](Z, r[0], r[1], C); } globalMy.console.log(M()); ================================================ FILE: work/zhihu/zhihu.js ================================================ var __webpack_unused_export__; function o(t) { return (o = "function" == typeof Symbol && "symbol" == typeof Symbol.A ? function(t) { return typeof t } : function(t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t } )(t) } function x(e) { return C(e) || s(e) || t() } function C(t) { if (Array.isArray(t)) { for (var e = 0, n = new Array(t.length); e < t.length; e++) n[e] = t[e]; return n } } function s(t) { if (Symbol.A in Object(t) || "[object Arguments]" === Object.prototype.toString.call(t)) return Array.from(t) } function t() { throw new TypeError("Invalid attempt to spread non-iterable instance") } __webpack_unused_export__ = { value: !0 }; var A = "3.0", S = "undefined" != typeof window ? window : {}, h; function i(t, e, n) { e[n] = 255 & t >>> 24, e[n + 1] = 255 & t >>> 16, e[n + 2] = 255 & t >>> 8, e[n + 3] = 255 & t } function B(t, e) { return (255 & t[e]) << 24 | (255 & t[e + 1]) << 16 | (255 & t[e + 2]) << 8 | 255 & t[e + 3] } function Q(t, e) { return (4294967295 & t) << e | t >>> 32 - e } function G(t) { var e = new Array(4) , n = new Array(4); i(t, e, 0), n[0] = h.zb[255 & e[0]], n[1] = h.zb[255 & e[1]], n[2] = h.zb[255 & e[2]], n[3] = h.zb[255 & e[3]]; var r = B(n, 0); return r ^ Q(r, 2) ^ Q(r, 10) ^ Q(r, 18) ^ Q(r, 24) } var __g = { x: function(t, e) { for (var n = [], r = t.length, o = 0; 0 < r; r -= 16) { for (var i = t.slice(16 * o, 16 * (o + 1)), a = new Array(16), u = 0; u < 16; u++) a[u] = i[u] ^ e[u]; e = __g.r(a), n = n.concat(e), o++ } return n }, r: function(t) { var e = new Array(16) , n = new Array(36); n[0] = B(t, 0), n[1] = B(t, 4), n[2] = B(t, 8), n[3] = B(t, 12); for (var r = 0; r < 32; r++) { var o = G(n[r + 1] ^ n[r + 2] ^ n[r + 3] ^ h.zk[r]); n[r + 4] = n[r] ^ o } return i(n[35], e, 0), i(n[34], e, 4), i(n[33], e, 8), i(n[32], e, 12), e } }; function l() { this.C = [0, 0, 0, 0], this.s = +[], this.t = [], this.S = [], this.h = [], this.i = [], this.B = [], this.Q = !1, this.G = [], this.D = [], this.w = 1024, this.g = null, this.a = Date.now(), this.e = +[], this.T = 255, this.V = null, this.U = Date.now, this.M = new Array(32) } l.prototype.O = function(A, C, s) { for (var t, S, h, i, B, Q, G, D, w, g, a, e, E, T, r, V, U, M, O, c, I; this.T < this.w; ) try { switch (this.T) { case 27: this.C[this.c] = this.C[this.I] >> this.C[this.F], this.M[12] = 35, this.T = this.T * (this.C.length + (this.M[13] ? 3 : 9)) + 1; break; case 34: this.C[this.c] = this.C[this.I] & this.C[this.F], this.T = this.T * (this.M[15] - 6) + 12; break; case 41: this.C[this.c] = this.C[this.I] <= this.C[this.F], this.T = 8 * this.T + 27; break; case 48: this.C[this.c] = !this.C[this.I], this.T = 7 * this.T + 16; break; case 50: this.C[this.c] = this.C[this.I] | this.C[this.F], this.T = 6 * this.T + 52; break; case 57: this.C[this.c] = this.C[this.I] >>> this.C[this.F], this.T = 7 * this.T - 47; break; case 64: this.C[this.c] = this.C[this.I] << this.C[this.F], this.T = 5 * this.T + 32; break; case 71: this.C[this.c] = this.C[this.I] ^ this.C[this.F], this.T = 6 * this.T - 74; break; case 78: this.C[this.c] = this.C[this.I] & this.C[this.F], this.T = 4 * this.T + 40; break; case 80: this.C[this.c] = this.C[this.I] < this.C[this.F], this.T = 5 * this.T - 48; break; case 87: this.C[this.c] = -this.C[this.I], this.T = 3 * this.T + 91; break; case 94: this.C[this.c] = this.C[this.I] > this.C[this.F], this.T = 4 * this.T - 24; break; case 101: this.C[this.c] = this.C[this.I]in this.C[this.F], this.T = 3 * this.T + 49; break; case 108: this.C[this.c] = o(this.C[this.I]), this.T = 2 * this.T + 136; break; case 110: this.C[this.c] = this.C[this.I] !== this.C[this.F], this.T += 242; break; case 117: this.C[this.c] = this.C[this.I] && this.C[this.F], this.T = 3 * this.T + 1; break; case 124: this.C[this.c] = this.C[this.I] || this.C[this.F], this.T += 228; break; case 131: this.C[this.c] = this.C[this.I] >= this.C[this.F], this.T = 3 * this.T - 41; break; case 138: this.C[this.c] = this.C[this.I] == this.C[this.F], this.T = 2 * this.T + 76; break; case 140: this.C[this.c] = this.C[this.I] % this.C[this.F], this.T += 212; break; case 147: this.C[this.c] = this.C[this.I] / this.C[this.F], this.T += 205; break; case 154: this.C[this.c] = this.C[this.I] * this.C[this.F], this.T += 198; break; case 161: this.C[this.c] = this.C[this.I] - this.C[this.F], this.T += 191; break; case 168: this.C[this.c] = this.C[this.I] + this.C[this.F], this.T = 2 * this.T + 16; break; case 254: this.C[this.c] = eval(i), this.T += 20 < this.M[11] ? 98 : 89; break; case 255: this.s = C || 0, this.M[26] = 52, this.T += this.M[13] ? 8 : 6; break; case 258: g = {}; for (var F = 0; F < this.k; F++) e = this.i.pop(), a = this.i.pop(), g[a] = e; this.C[this.W] = g, this.T += 94; break; case 261: this.D = s || [], this.M[11] = 68, this.T += this.M[26] ? 3 : 5; break; case 264: this.M[15] = 16, this.T = "string" == typeof A ? 331 : 336; break; case 266: this.C[this.I][i] = this.i.pop(), this.T += 86; break; case 278: this.C[this.c] = this.C[this.I][i], this.T += this.M[22] ? 63 : 74; break; case 283: this.C[this.c] = eval(String.fromCharCode(this.C[this.I])); break; case 300: S = this.U(), this.M[0] = 66, this.T += this.M[11]; break; case 331: D = atob(A), w = D.charCodeAt(0) << 16 | D.charCodeAt(1) << 8 | D.charCodeAt(2); for (var k = 3; k < w + 3; k += 3) this.G.push(D.charCodeAt(k) << 16 | D.charCodeAt(k + 1) << 8 | D.charCodeAt(k + 2)); for (V = w + 3; V < D.length; ) E = D.charCodeAt(V) << 8 | D.charCodeAt(V + 1), T = D.slice(V + 2, V + 2 + E), this.D.push(T), V += E + 2; this.M[21] = 8, this.T += 1e3 < V ? 21 : 35; break; case 336: this.G = A, this.D = s, this.M[18] = 134, this.T += this.M[15]; break; case 344: this.T = 3 * this.T - 8; break; case 350: U = 66, M = [], I = this.D[this.k]; for (var W = 0; W < I.length; W++) M.push(String.fromCharCode(24 ^ I.charCodeAt(W) ^ U)), U = 24 ^ I.charCodeAt(W) ^ U; r = parseInt(M.join("").split("|")[1]), this.C[this.W] = this.i.slice(this.i.length - r), this.i = this.i.slice(0, this.i.length - r), this.T += 2; break; case 352: this.e = this.G[this.s++], this.T -= this.M[26]; break; case 360: this.a = S, this.T += this.M[0]; break; case 368: this.T -= 500 < S - this.a ? 24 : 8; break; case 380: this.i.push(16383 & this.e), this.T -= 28; break; case 400: this.i.push(this.S[16383 & this.e]), this.T -= 48; break; case 408: this.T -= 64; break; case 413: this.C[this.e >> 15 & 7] = (this.e >> 18 & 1) == +[] ? 32767 & this.e : this.S[32767 & this.e], this.T -= 61; break; case 418: this.S[65535 & this.e] = this.C[this.e >> 16 & 7], this.T -= this.e >> 16 < 20 ? 66 : 80; break; case 423: this.c = this.e >> 16 & 7, this.I = this.e >> 13 & 7, this.F = this.e >> 10 & 7, this.J = 1023 & this.e, this.T -= 255 + 6 * this.J + this.J % 5; break; case 426: this.T += 5 * (this.e >> 19) - 18; break; case 428: this.W = this.e >> 16 & 7, this.k = 65535 & this.e, this.t.push(this.s), this.h.push(this.S), this.s = this.C[this.W], this.S = []; for (var J = 0; J < this.k; J++) this.S.unshift(this.i.pop()); this.B.push(this.i), this.i = [], this.T -= 76; break; case 433: this.s = this.t.pop(), this.S = this.h.pop(), this.i = this.B.pop(), this.T -= 81; break; case 438: this.Q = this.C[this.e >> 16 & 7], this.T -= 86; break; case 440: U = 66, M = [], I = this.D[16383 & this.e]; for (var b = 0; b < I.length; b++) M.push(String.fromCharCode(24 ^ I.charCodeAt(b) ^ U)), U = 24 ^ I.charCodeAt(b) ^ U; M = M.join("").split("|"), O = parseInt(M.shift()), this.i.push(O === +[] ? M.join("|") : O === +!+[] ? -1 !== M.join().indexOf(".") ? parseInt(M.join()) : parseFloat(M.join()) : O === !+[] + !+[] ? eval(M.join()) : 3 === O ? null : void 0), this.T -= 88; break; case 443: this.b = this.e >> 2 & 65535, this.J = 3 & this.e, this.J === +[] ? this.s = this.b : this.J === +!+[] ? !!this.Q && (this.s = this.b) : 2 === this.J ? !this.Q && (this.s = this.b) : this.s = this.b, this.g = null, this.T -= 91; break; case 445: this.i.push(this.C[this.e >> 14 & 7]), this.T -= 93; break; case 448: this.W = this.e >> 16 & 7, this.k = this.e >> 2 & 4095, this.J = 3 & this.e, Q = this.J === +!+[] && this.i.pop(), G = this.i.slice(this.i.length - this.k, this.i.length), this.i = this.i.slice(0, this.i.length - this.k), c = 2 < G.length ? 3 : G.length, this.T += 6 * this.J + 1 + 10 * c; break; case 449: this.C[3] = this.C[this.W](), this.T -= 97 - G.length; break; case 455: this.C[3] = this.C[this.W][Q](), this.T -= 103 + G.length; break; case 453: B = this.e >> 17 & 3, this.T = B === +[] ? 445 : B === +!+[] ? 380 : B === !+[] + !+[] ? 400 : 440; break; case 458: this.J = this.e >> 17 & 3, this.c = this.e >> 14 & 7, this.I = this.e >> 11 & 7, i = this.i.pop(), this.T -= 12 * this.J + 180; break; case 459: this.C[3] = this.C[this.W](G[+[]]), this.T -= 100 + 7 * G.length; break; case 461: this.C[3] = new this.C[this.W], this.T -= 109 - G.length; break; case 463: U = 66, M = [], I = this.D[65535 & this.e]; for (var n = 0; n < I.length; n++) M.push(String.fromCharCode(24 ^ I.charCodeAt(n) ^ U)), U = 24 ^ I.charCodeAt(n) ^ U; M = M.join("").split("|"), O = parseInt(M.shift()), this.T += 10 * O + 3; break; case 465: this.C[3] = this.C[this.W][Q](G[+[]]), this.T -= 13 * G.length + 100; break; case 466: this.C[this.e >> 16 & 7] = M.join("|"), this.T -= 114 * M.length; break; case 468: this.g = 65535 & this.e, this.T -= 116; break; case 469: this.C[3] = this.C[this.W](G[+[]], G[1]), this.T -= 119 - G.length; break; case 471: this.C[3] = new this.C[this.W](G[+[]]), this.T -= 118 + G.length; break; case 473: throw this.C[this.e >> 16 & 7]; case 475: this.C[3] = this.C[this.W][Q](G[+[]], G[1]), this.T -= 123; break; case 476: this.C[this.e >> 16 & 7] = -1 !== M.join().indexOf(".") ? parseInt(M.join()) : parseFloat(M.join()), this.T -= this.M[21] < 10 ? 124 : 126; break; case 478: t = [0].concat(x(this.S)), this.V = 65535 & this.e, h = this, this.C[3] = function(e) { var n = new l; return n.S = t, n.S[0] = e, n.O(h.G, h.V, h.D), n.C[3] } , this.T -= 50 < this.M[3] ? 120 : 126; break; case 479: this.C[3] = this.C[this.W].apply(null, G), this.M[3] = 168, this.T -= this.M[9] ? 127 : 128; break; case 481: this.C[3] = new this.C[this.W](G[+[]],G[1]), this.T -= 10 * G.length + 109; break; case 483: this.J = this.e >> 15 & 15, this.W = this.e >> 12 & 7, this.k = 4095 & this.e, this.T = 0 === this.J ? 258 : 350; break; case 485: this.C[3] = this.C[this.W][Q].apply(null, G), this.T -= this.M[15] % 2 == 1 ? 143 : 133; break; case 486: this.C[this.e >> 16 & 7] = eval(M.join()), this.T -= this.M[18]; break; case 491: this.C[3] = new this.C[this.W].apply(null,G), this.T -= this.M[8] / this.M[1] < 10 ? 139 : 130; break; case 496: this.C[this.e >> 16 & 7] = null, this.T -= 10 < this.M[5] - this.M[3] ? 160 : 144; break; case 506: this.C[this.e >> 16 & 7] = void 0, this.T -= this.M[18] % this.M[12] == 1 ? 154 : 145; break; default: this.T = this.w } } catch (A) { this.g && (this.s = this.g), this.T -= 114 } } , "undefined" != typeof window && (S.__ZH__ = S.__ZH__ || {}, h = S.__ZH__.zse = S.__ZH__.zse || {}, (new l).O("ABt7CAAUSAAACADfSAAACAD1SAAACAAHSAAACAD4SAAACAACSAAACADCSAAACADRSAAACABXSAAACAAGSAAACADjSAAACAD9SAAACADwSAAACACASAAACADeSAAACABbSAAACADtSAAACAAJSAAACAB9SAAACACdSAAACADmSAAACABdSAAACAD8SAAACADNSAAACABaSAAACABPSAAACACQSAAACADHSAAACACfSAAACADFSAAACAC6SAAACACnSAAACAAnSAAACAAlSAAACACcSAAACADGSAAACAAmSAAACAAqSAAACAArSAAACACoSAAACADZSAAACACZSAAACAAPSAAACABnSAAACABQSAAACAC9SAAACABHSAAACAC/SAAACABhSAAACABUSAAACAD3SAAACABfSAAACAAkSAAACABFSAAACAAOSAAACAAjSAAACAAMSAAACACrSAAACAAcSAAACABySAAACACySAAACACUSAAACABWSAAACAC2SAAACAAgSAAACABTSAAACACeSAAACABtSAAACAAWSAAACAD/SAAACABeSAAACADuSAAACACXSAAACABVSAAACABNSAAACAB8SAAACAD+SAAACAASSAAACAAESAAACAAaSAAACAB7SAAACACwSAAACADoSAAACADBSAAACACDSAAACACsSAAACACPSAAACACOSAAACACWSAAACAAeSAAACAAKSAAACACSSAAACACiSAAACAA+SAAACADgSAAACADaSAAACADESAAACADlSAAACAABSAAACADASAAACADVSAAACAAbSAAACABuSAAACAA4SAAACADnSAAACAC0SAAACACKSAAACABrSAAACADySAAACAC7SAAACAA2SAAACAB4SAAACAATSAAACAAsSAAACAB1SAAACADkSAAACADXSAAACADLSAAACAA1SAAACADvSAAACAD7SAAACAB/SAAACABRSAAACAALSAAACACFSAAACABgSAAACADMSAAACACESAAACAApSAAACABzSAAACABJSAAACAA3SAAACAD5SAAACACTSAAACABmSAAACAAwSAAACAB6SAAACACRSAAACABqSAAACAB2SAAACABKSAAACAC+SAAACAAdSAAACAAQSAAACACuSAAACAAFSAAACACxSAAACACBSAAACAA/SAAACABxSAAACABjSAAACAAfSAAACAChSAAACABMSAAACAD2SAAACAAiSAAACADTSAAACAANSAAACAA8SAAACABESAAACADPSAAACACgSAAACABBSAAACABvSAAACABSSAAACAClSAAACABDSAAACACpSAAACADhSAAACAA5SAAACABwSAAACAD0SAAACACbSAAACAAzSAAACADsSAAACADISAAACADpSAAACAA6SAAACAA9SAAACAAvSAAACABkSAAACACJSAAACAC5SAAACABASAAACAARSAAACABGSAAACADqSAAACACjSAAACADbSAAACABsSAAACACqSAAACACmSAAACAA7SAAACACVSAAACAA0SAAACABpSAAACAAYSAAACADUSAAACABOSAAACACtSAAACAAtSAAACAAASAAACAB0SAAACADiSAAACAB3SAAACACISAAACADOSAAACACHSAAACACvSAAACADDSAAACAAZSAAACABcSAAACAB5SAAACADQSAAACAB+SAAACACLSAAACAADSAAACABLSAAACACNSAAACAAVSAAACACCSAAACABiSAAACADxSAAACAAoSAAACACaSAAACABCSAAACAC4SAAACAAxSAAACAC1SAAACAAuSAAACADzSAAACABYSAAACABlSAAACAC3SAAACAAISAAACAAXSAAACABISAAACAC8SAAACABoSAAACACzSAAACADSSAAACACGSAAACAD6SAAACADJSAAACACkSAAACABZSAAACADYSAAACADKSAAACADcSAAACAAySAAACADdSAAACACYSAAACACMSAAACAAhSAAACADrSAAACADWSAAAeIAAEAAACAB4SAAACAAySAAACABiSAAACABlSAAACABjSAAACABiSAAACAB3SAAACABkSAAACABnSAAACABrSAAACABjSAAACAB3SAAACABhSAAACABjSAAACABuSAAACABvSAAAeIABEAABCABkSAAACAAzSAAACABkSAAACAAySAAACABlSAAACAA3SAAACAAySAAACAA2SAAACABmSAAACAA1SAAACAAwSAAACABkSAAACAA0SAAACAAxSAAACAAwSAAACAAxSAAAeIABEAACCAAgSAAATgACVAAAQAAGEwADDAADSAAADAACSAAADAAASAAACANcIAADDAADSAAASAAATgADVAAATgAEUAAATgAFUAAATgAGUgAADAAASAAASAAATgADVAAATgAEUAAATgAFUAAATgAHUgAADAABSAAASAAATgADVAAATgAEUAAATgAFUAAATgAIUgAAcAgUSMAATgAJVAAATgAKUgAAAAAADAABSAAADAAAUAAACID/GwQPCAAYG2AREwAGDAABCIABGwQASMAADAAAUAAACID/GwQPCAAQG2AREwAHDAABCIACGwQASMAADAAAUAAACID/GwQPCAAIG2AREwAIDAABCIADGwQASMAADAAAUAAACID/GwQPEwAJDYAGDAAHG2ATDAAIG2ATDAAJG2ATKAAACAD/DIAACQAYGygSGwwPSMAASMAADAACSAAADAABUgAACAD/DIAACQAQGygSGwwPSMAASMAADAACCIABGwQASMAADAABUgAACAD/DIAACQAIGygSGwwPSMAASMAADAACCIACGwQASMAADAABUgAACAD/DIAAGwQPSMAASMAADAACCIADGwQASMAADAABUgAAKAAACAAgDIABGwQBEwANDAAAWQALGwQPDAABG2AREwAODAAODIAADQANGygSGwwTEwAPDYAPKAAACAAESAAATgACVAAAQAAGEwAQCAAESAAATgACVAAAQAAGEwAFDAAASAAADAAQSAAACAAASAAACAKsIAADCAAASAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAAASAAADAAFUgAACAABSAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAABSAAADAAFUgAACAACSAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAACSAAADAAFUgAACAADSAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAADSAAADAAFUgAADAAFSAAACAAASAAACAJ8IAACEwARDAARSAAACAANSAAACALdIAACEwASDAARSAAACAAXSAAACALdIAACEwATDAARDIASGwQQDAATG2AQEwAUDYAUKAAAWAAMSAAAWAANSAAAWAAOSAAAWAAPSAAAWAAQSAAAWAARSAAAWAASSAAAWAATSAAAWAAUSAAAWAAVSAAAWAAWSAAAWAAXSAAAWAAYSAAAWAAZSAAAWAAaSAAAWAAbSAAAWAAcSAAAWAAdSAAAWAAeSAAAWAAfSAAAWAAgSAAAWAAhSAAAWAAiSAAAWAAjSAAAWAAkSAAAWAAlSAAAWAAmSAAAWAAnSAAAWAAoSAAAWAApSAAAWAAqSAAAWAArSAAAeIAsEAAXWAAtSAAAWAAuSAAAWAAvSAAAWAAwSAAAeIAxEAAYCAAESAAATgACVAAAQAAGEwAZCAAkSAAATgACVAAAQAAGEwAaDAABSAAACAAASAAACAJ8IAACSMAASMAACAAASAAADAAZUgAADAABSAAACAAESAAACAJ8IAACSMAASMAACAABSAAADAAZUgAADAABSAAACAAISAAACAJ8IAACSMAASMAACAACSAAADAAZUgAADAABSAAACAAMSAAACAJ8IAACSMAASMAACAADSAAADAAZUgAACAAASAAADAAZUAAACIAASEAADIAYUEgAGwQQSMAASMAACAAASAAADAAaUgAACAABSAAADAAZUAAACIABSEAADIAYUEgAGwQQSMAASMAACAABSAAADAAaUgAACAACSAAADAAZUAAACIACSEAADIAYUEgAGwQQSMAASMAACAACSAAADAAaUgAACAADSAAADAAZUAAACIADSEAADIAYUEgAGwQQSMAASMAACAADSAAADAAaUgAACAAAEAAJDAAJCIAgGwQOMwAGOBG2DAAJCIABGwQASMAADAAaUAAAEAAbDAAJCIACGwQASMAADAAaUAAAEAAcDAAJCIADGwQASMAADAAaUAAAEAAdDAAbDIAcGwQQDAAdG2AQDAAJSAAADAAXUAAAG2AQEwAeDAAeSAAADAACSAAACALvIAACEwAfDAAJSAAADAAaUAAADIAfGwQQSMAASMAADAAJCIAEGwQASMAADAAaUgAADAAJCIAEGwQASMAADAAaUAAASAAASAAADAAJSAAADAAAUgAADAAJCIABGQQAEQAJOBCIKAAADAABTgAyUAAACIAQGwQEEwAVCAAQDIAVGwQBEwAKCAAAEAAhDAAhDIAKGwQOMwAGOBImDAAKSAAADAABTgAzQAAFDAAhCIABGQQAEQAhOBHoCAAASAAACAAQSAAADAABTgA0QAAJEwAiCAAQSAAATgACVAAAQAAGEwAjCAAAEAALDAALCIAQGwQOMwAGOBLSDAALSAAADAAiUAAADIALSEAADIAAUEgAGwQQCAAqG2AQSMAASMAADAALSAAADAAjUgAADAALCIABGQQAEQALOBJkDAAjSAAATgAJVAAATgA1QAAFEwAkDAAkTgA0QAABEwAlCAAQSAAADAABTgAyUAAASAAADAABTgA0QAAJEwAmDAAmSAAADAAkSAAATgAJVAAATgA2QAAJEwAnDAAnSAAADAAlTgA3QAAFSMAAEwAlDYAlKAAAeIA4EAApDAAATgAyUAAAEAAqCAAAEAAMDAAMDIAqGwQOMwAGOBPqDAAMSAAADAAATgA5QAAFEwArDAArCID/GwQPSMAADAApTgAzQAAFDAAMCIABGQQAEQAMOBOMDYApKAAAEwAsTgADVAAAGAAKWQA6GwQFMwAGOBQeCAABSAAAEAAsOCBJTgA7VAAAGAAKWQA6GwQFMwAGOBRKCAACSAAAEAAsOCBJTgA8VAAAGAAKWQA6GwQFMwAGOBR2CAADSAAAEAAsOCBJTgA9VAAAGAAKWQA6GwQFMwAGOBSiCAAESAAAEAAsOCBJTgA+VAAAGAAKWQA6GwQFMwAGOBTOCAAFSAAAEAAsOCBJTgA/VAAAGAAKWQA6GwQFMwAGOBT6CAAGSAAAEAAsOCBJTgA8VAAATgBAUAAAGAAKWQA6GwQFMwAGOBUuCAAHSAAAEAAsOCBJTgADVAAATgBBUAAAWQBCGwQFMwAGOBVeCAAISAAAEAAsOCBJWABDSAAATgA7VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBWiCAAKSAAAEAAsOCBJWABGSAAATgA8VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBXmCAALSAAAEAAsOCBJWABHSAAATgA9VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBYqCAAMSAAAEAAsOCBJWABISAAATgA+VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBZuCAANSAAAEAAsOCBJWABJSAAATgA/VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBayCAAOSAAAEAAsOCBJWABKSAAATgA8VAAATgBAUAAATgBLQAABTgBFQwAFCAABGAANG2AJMwAGOBb+CAAPSAAAEAAsOCBJTgBMVAAATgBNUAAAEAAtWABOSAAADAAtTgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBdSCAAQSAAAEAAsOCBJTgA7VAAATgBPUAAAGAAKWQA6GwQFMwAGOBeGCAARSAAAEAAsOCBJWABQSAAAWABRSAAAWABSSAAATgA7VAAATgBPQAAFTgBTQwAFTgBEQwABTgBFQwAFCAABGAANG2AFMwAGOBfqCAAWSAAAEAAsOCBJTgADVAAATgBUUAAAGAAKWQA6GwQJMwAGOBgeCAAYSAAAEAAsOCBJTgADVAAATgBVUAAAGAAKWQA6GwQJMwAGOBhSCAAZSAAAEAAsOCBJTgADVAAATgBWUAAAGAAKWQA6GwQJMwAGOBiGCAAaSAAAEAAsOCBJTgADVAAATgBXUAAAGAAKWQA6GwQJMwAGOBi6CAAbSAAAEAAsOCBJTgADVAAATgBYUAAAGAAKWQA6GwQJMwAGOBjuCAAcSAAAEAAsOCBJTgADVAAATgBZUAAAGAAKWQA6GwQJMwAGOBkiCAAdSAAAEAAsOCBJTgADVAAATgBaUAAAGAAKWQA6GwQJMwAGOBlWCAAeSAAAEAAsOCBJTgADVAAATgBbUAAAGAAKWQA6GwQJMwAGOBmKCAAfSAAAEAAsOCBJTgADVAAATgBcUAAAGAAKWQA6GwQJMwAGOBm+CAAgSAAAEAAsOCBJTgADVAAATgBdUAAAGAAKWQA6GwQJMwAGOBnyCAAhSAAAEAAsOCBJTgADVAAATgBeUAAAGAAKWQA6GwQJMwAGOBomCAAiSAAAEAAsOCBJTgADVAAATgBfUAAAGAAKWQA6GwQJMwAGOBpaCAAjSAAAEAAsOCBJTgADVAAATgBgUAAAGAAKWQA6GwQJMwAGOBqOCAAkSAAAEAAsOCBJTgA7VAAATgBhUAAAGAAKWQA6GwQJMwAGOBrCCAAlSAAAEAAsOCBJTgA8VAAATgBiUAAAWQBjGwQFMwAGOBryCAAmSAAAEAAsOCBJTgA7VAAATgBkUAAAGAAKWQA6GwQJMwAGOBsmCAAnSAAAEAAsOCBJTgADVAAATgBlUAAAGAAKWQA6GwQJMwAGOBtaCAAoSAAAEAAsOCBJTgADVAAATgBmUAAAGAAKWQA6GwQJMwAGOBuOCAApSAAAEAAsOCBJTgADVAAATgBnUAAAGAAKWQA6GwQJMwAGOBvCCAAqSAAAEAAsOCBJTgBoVAAASAAATgBMVAAATgBpQAAFG2AKWABqG2AJMwAGOBwCCAArSAAAEAAsOCBJTgA7VAAATgBrUAAAGAAKWQA6GwQFMwAGOBw2CAAsSAAAEAAsOCBJTgA7VAAATgBrUAAASAAATgBMVAAATgBpQAAFG2AKWABqG2AJMwAGOBx+CAAtSAAAEAAsOCBJTgA7VAAATgBsUAAAGAAKWQA6GwQFMwAGOByyCAAuSAAAEAAsOCBJWABtSAAATgADVAAATgBuUAAATgBvUAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOB0GCAAwSAAAEAAsOCBJTgADVAAATgBwUAAAGAAKWQA6GwQJMwAGOB06CAAxSAAAEAAsOCBJWABxSAAATgByVAAAQAACTgBzUNgATgBFQwAFCAABGAANG2AJMwAGOB2CCAAySAAAEAAsOCBJWAB0SAAATgByVAAAQAACTgBzUNgATgBFQwAFCAABGAANG2AJMwAGOB3KCAAzSAAAEAAsOCBJWAB1SAAATgA8VAAATgBAUAAATgBLQAABTgBFQwAFCAABGAANG2AJMwAGOB4WCAA0SAAAEAAsOCBJWAB2SAAATgA8VAAATgBAUAAATgBLQAABTgBFQwAFCAABGAANG2AJMwAGOB5iCAA1SAAAEAAsOCBJWABxSAAATgA9VAAATgB3UAAATgBFQAAFCAABGAANG2AJMwAGOB6mCAA2SAAAEAAsOCBJTgADVAAATgB4UAAAMAAGOB7OCAA4SAAAEAAsOCBJTgADVAAATgB5UAAAGAAKWQA6GwQJMwAGOB8CCAA5SAAAEAAsOCBJTgADVAAATgB6UAAAGAAKWQA6GwQJMwAGOB82CAA6SAAAEAAsOCBJTgADVAAATgB7UAAAGAAKWQA6GwQJMwAGOB9qCAA7SAAAEAAsOCBJTgADVAAATgB8UAAAGAAKWQA6GwQJMwAGOB+eCAA8SAAAEAAsOCBJTgADVAAATgB9UAAAGAAKWQA6GwQJMwAGOB/SCAA9SAAAEAAsOCBJTgADVAAATgB+UAAAGAAKWQA6GwQJMwAGOCAGCAA+SAAAEAAsOCBJTgADVAAATgB/UAAAGAAKWQA6GwQJMwAGOCA6CAA/SAAAEAAsOCBJCAAASAAAEAAsDYAsKAAATgCAVAAATgCBQAABEwAvCAAwSAAACAA1SAAACAA5SAAACAAwSAAACAA1SAAACAAzSAAACABmSAAACAA3SAAACABkSAAACAAxSAAACAA1SAAACABlSAAACAAwSAAACAAxSAAACABkSAAACAA3SAAAeIABEAAwCAT8IAAAEwAxDAAASAAACATbIAABEwAyTgCAVAAATgCBQAABDAAvG2ABEwAzDAAzWQCCGwQMMwAGOCFKCAB+SAAAEAAxOCFNTgCDVAAATgCEQAABCAB/G2ACSMAATgCDVAAATgCFQAAFEwA0DAAxSAAADAAyTgCGQAAFDAA0SAAADAAyTgCGQAAFDAAwSAAADAAySAAACARuIAACEwA1DAA1TgAyUAAACIADGwQEEwA2DAA2CIABGwQFMwAGOCIWWACHSAAADAA1TgAzQAAFWACHSAAADAA1TgAzQAAFOCIZDAA2CIACGwQFMwAGOCJCWACHSAAADAA1TgAzQAAFOCJFWACIWQCJGwQAWACKG2AAWACLG2AAWACMG2AAEwA3CAAAEAA4WACNEAA5DAA1TgAyUAAACIABGwQBEwANDAANCIAAGwQGMwAGOCSeCAAIDIA4CQABGigAEgA4CQAEGygEGwwCEwA6DAANSAAADAA1UAAACIA6DQA6GygSCID/G2QPGwwQEwA7CAAIDIA4CQABGigAEgA4CQAEGygEGwwCSMAAEwA6DAA7DIANCQABGygBSMAADIA1UEgACQA6DYA6G0wSCQD/G2gPGywQCIAIG2QRGQwTEQA7CAAIDIA4CQABGigAEgA4CQAEGygEGwwCSMAAEwA6DAA7DIANCQACGygBSMAADIA1UEgACQA6DYA6G0wSCQD/G2gPGywQCIAQG2QRGQwTEQA7DAA5DIA7CQA/GygPSMAADIA3TgCOQQAFGQwAEQA5DAA5DIA7CQAGGygSCIA/G2QPSMAADIA3TgCOQQAFGQwAEQA5DAA5DIA7CQAMGygSCIA/G2QPSMAADIA3TgCOQQAFGQwAEQA5DAA5DIA7CQASGygSCIA/G2QPSMAADIA3TgCOQQAFGQwAEQA5DAANCIADGQQBEQANOCKUDYA5KAAAAAVrVVYfGwAEa1VVHwAHalQlKxgLAAAIalQTBh8SEwAACGpUOxgdCg8YAAVqVB4RDgAEalQeCQAEalQeAAAEalQeDwAFalQ7GCAACmpUOyITFQkTERwADGtVUB4TFRUXGR0TFAAIa1VQGhwZHhoAC2tVUBsdGh4YGB4RAAtrVV0VHx0ZHxAWHwAMa1VVHR0cHx0aHBgaAAxrVVURGBYWFxYSHRsADGtVVhkeFRQUEx0fHgAMa1VWEhMbGBAXFxYXAAxrVVcYGxkfFxMbGxsADGtVVxwYHBkTFx0cHAAMa1VQHhgSEB0aGR8eAAtrVVAcHBoXFRkaHAALa1VcFxkcExkYEh8ADGtVVRofGxYRGxsfGAAMa1VVEREQFB0fHBkTAAxrVVYYExAYGBgcFREADGtVVh0ZHB0eHBUTGAAMa1VXGRkfHxkaGBAVAAxrVVccHx0UEx4fGBwADGtVUB0eGBsaHB0WFgALa1VXGBwcGRgfHhwAC2tVXBAQGRMcGRcZAAxrVVUbEhAdHhoZHB0ADGtVVR4aHxsaHh8TEgAMa1VWGBgZHBwSFBkZAAxrVVYcFxQeHx8cFhYADGtVVxofGBcVFBAcFQAMa1VXHR0TFRgfGRsZAAxrVVAdGBkYEREfGR8AC2tVVhwXGBQdHR0ZAAtrVVMbHRwYGRsaHgAMa1VVGxsaGhwUERgdAAxrVVUfFhQbGR0ZHxoABGtVVxkADGtVVh0bGh0YGBMZFQAMa1VVHRkeEhgVFBMZAAxrVVUeHB0cEhIfHBAADGtVVhMYEh0XEh8cHAADa1VQAAhqVAgRExELBAAGalQUHR4DAAdqVBcHHRIeAANqVBYAA2pUHAAIalQHFBkVGg0AA2tVVAAMalQHExELKTQTGTwtAAtqVBEDEhkbFx8TGQAKalQAExQOABATAgALalQKFw8HFh4NAwUACmpUCBsUGg0FHhkACWpUDBkCHwMFEwAIalQXCAkPGBMAC2pUER4ODys+GhMCAAZqVAoXFBAACGpUChkTGRcBAA5qVCwEARkQMxQOABATAgAKalQQAyQ/HgMfEQAJalQNHxIZBS8xAAtqVCo3DwcWHg0DBQAGalQMBBgcAAlqVCw5Ah8DBRMACGpUNygJDxgTAApqVAwVHB0QEQ4YAA1qVBADOzsACg8pOgoOAAhqVCs1EBceDwAaalQDGgkjIAEmOgUHDQ8eFSU5DggJAwEcAwUADWpUChcNBQcLXVsUExkAD2pUBwkPHA0JODEREBATAgAIalQnOhcADwoABGpUVk4ACGpUBxoXAA8KAAxqVAMaCS80GQIJBRQACGpUBg8LGBsPAAZqVAEQHAUADWpUBxoVGCQgERcCAxoADWpUOxg3ABEXAgMaFAoACmpUOzcAERcCAxoACWpUMyofKikeGgANalQCBgQOAwcLDzUuFQAWalQ7GCEGBA4DBwsPNTIDAR0LCRgNGQAPalQAExo0LBkDGhQNBR4ZAAZqVBEPFQMADWpUJzoKGw0PLy8YBQUACGpUBxoKGw0PAA5qVBQJDQ8TIi8MHAQDDwAealRAXx8fJCYKDxYUEhUKHhkDBw4WBg0hDjkWHRIrAAtqVBMKHx4OAwcLDwAGaFYQHh8IABdqVDsYMAofHg4DBwsPNTQICQMBHDMhEAARalQ7NQ8OBAIfCR4xOxYdGQ8AEWpUOzQODhgCHhk+OQIfAwUTAAhqVAMTGxUbFQAHalQFFREPHgAQalQDGgk8OgUDAwMVEQ0yMQAKalQCCwMVDwUeGQAQalQDGgkpMREQEBMCLiMoNQAYalQDGgkpMREQEBMCHykjIjcVChglNxQQAA9qVD8tFw0FBwtdWxQTGSAAC2pUOxg3GgUDAygYAA1qVAcUGQUfHh8ODwMFAA1qVDsYKR8WFwQBFAsPAAtqVAgbFBoVHB8EHwAHalQhLxgFBQAHalQXHw0aEAALalQUHR0YDQkJGA8AC2pUFAARFwIDGh8BAApqVAERER4PHgUZAAZqVAwCDxsAB2pUFxsJDgEAGGpUOxQuERETHwQAKg4VGQIVLx4UBQ4ZDwALalQ7NA4RERMfBAAAFmpUOxgwCh8eDgMHCw81IgsPFQEMDQkAFWpUOxg0DhEREx8EACoiCw8VAQwNCQAdalQ7GDAKHx4OAwcLDzU0CAkDARwzIQsDFQ8FHhkAFWpUOxghBgQOAwcLDzUiCw8VAQwNCQAUalQ7GCMOAwcLDzUyAwEdCwkYDRkABmpUID0NCQAFalQKGQAAB2tVVRkYGBgABmpUKTQNBAAIalQWCxcSExoAB2pUAhIbGAUACWpUEQMFAxkXCgADalRkAAdqVFJIDiQGAAtqVBUjHW9telRIQQAJalQKLzkmNSYbABdqVCdvdgsWbht5IjltEFteRS0EPQM1DQAZalQwPx4aWH4sCQ4xNxMnMSA1X1s+b1MNOgACalQACGpUBxMRCyst")); var D = function(t) { return __g._encrypt(encodeURIComponent(t)) }; var __webpack_unused_export__; function o(t) { return (o = "function" == typeof Symbol && "symbol" == typeof Symbol.A ? function(t) { return typeof t } : function(t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t } )(t) } function x(e) { return C(e) || s(e) || t() } function C(t) { if (Array.isArray(t)) { for (var e = 0, n = new Array(t.length); e < t.length; e++) n[e] = t[e]; return n } } function s(t) { if (Symbol.A in Object(t) || "[object Arguments]" === Object.prototype.toString.call(t)) return Array.from(t) } function t() { throw new TypeError("Invalid attempt to spread non-iterable instance") } __webpack_unused_export__ = { value: !0 }; var A = "3.0", S = "undefined" != typeof window ? window : {}, h; function i(t, e, n) { e[n] = 255 & t >>> 24, e[n + 1] = 255 & t >>> 16, e[n + 2] = 255 & t >>> 8, e[n + 3] = 255 & t } function B(t, e) { return (255 & t[e]) << 24 | (255 & t[e + 1]) << 16 | (255 & t[e + 2]) << 8 | 255 & t[e + 3] } function Q(t, e) { return (4294967295 & t) << e | t >>> 32 - e } function G(t) { var e = new Array(4) , n = new Array(4); i(t, e, 0), n[0] = h.zb[255 & e[0]], n[1] = h.zb[255 & e[1]], n[2] = h.zb[255 & e[2]], n[3] = h.zb[255 & e[3]]; var r = B(n, 0); return r ^ Q(r, 2) ^ Q(r, 10) ^ Q(r, 18) ^ Q(r, 24) } var __g = { x: function(t, e) { for (var n = [], r = t.length, o = 0; 0 < r; r -= 16) { for (var i = t.slice(16 * o, 16 * (o + 1)), a = new Array(16), u = 0; u < 16; u++) a[u] = i[u] ^ e[u]; e = __g.r(a), n = n.concat(e), o++ } return n }, r: function(t) { var e = new Array(16) , n = new Array(36); n[0] = B(t, 0), n[1] = B(t, 4), n[2] = B(t, 8), n[3] = B(t, 12); for (var r = 0; r < 32; r++) { var o = G(n[r + 1] ^ n[r + 2] ^ n[r + 3] ^ h.zk[r]); n[r + 4] = n[r] ^ o } return i(n[35], e, 0), i(n[34], e, 4), i(n[33], e, 8), i(n[32], e, 12), e } }; function l() { this.C = [0, 0, 0, 0], this.s = +[], this.t = [], this.S = [], this.h = [], this.i = [], this.B = [], this.Q = !1, this.G = [], this.D = [], this.w = 1024, this.g = null, this.a = Date.now(), this.e = +[], this.T = 255, this.V = null, this.U = Date.now, this.M = new Array(32) } l.prototype.O = function(A, C, s) { for (var t, S, h, i, B, Q, G, D, w, g, a, e, E, T, r, V, U, M, O, c, I; this.T < this.w; ) try { switch (this.T) { case 27: this.C[this.c] = this.C[this.I] >> this.C[this.F], this.M[12] = 35, this.T = this.T * (this.C.length + (this.M[13] ? 3 : 9)) + 1; break; case 34: this.C[this.c] = this.C[this.I] & this.C[this.F], this.T = this.T * (this.M[15] - 6) + 12; break; case 41: this.C[this.c] = this.C[this.I] <= this.C[this.F], this.T = 8 * this.T + 27; break; case 48: this.C[this.c] = !this.C[this.I], this.T = 7 * this.T + 16; break; case 50: this.C[this.c] = this.C[this.I] | this.C[this.F], this.T = 6 * this.T + 52; break; case 57: this.C[this.c] = this.C[this.I] >>> this.C[this.F], this.T = 7 * this.T - 47; break; case 64: this.C[this.c] = this.C[this.I] << this.C[this.F], this.T = 5 * this.T + 32; break; case 71: this.C[this.c] = this.C[this.I] ^ this.C[this.F], this.T = 6 * this.T - 74; break; case 78: this.C[this.c] = this.C[this.I] & this.C[this.F], this.T = 4 * this.T + 40; break; case 80: this.C[this.c] = this.C[this.I] < this.C[this.F], this.T = 5 * this.T - 48; break; case 87: this.C[this.c] = -this.C[this.I], this.T = 3 * this.T + 91; break; case 94: this.C[this.c] = this.C[this.I] > this.C[this.F], this.T = 4 * this.T - 24; break; case 101: this.C[this.c] = this.C[this.I]in this.C[this.F], this.T = 3 * this.T + 49; break; case 108: this.C[this.c] = o(this.C[this.I]), this.T = 2 * this.T + 136; break; case 110: this.C[this.c] = this.C[this.I] !== this.C[this.F], this.T += 242; break; case 117: this.C[this.c] = this.C[this.I] && this.C[this.F], this.T = 3 * this.T + 1; break; case 124: this.C[this.c] = this.C[this.I] || this.C[this.F], this.T += 228; break; case 131: this.C[this.c] = this.C[this.I] >= this.C[this.F], this.T = 3 * this.T - 41; break; case 138: this.C[this.c] = this.C[this.I] == this.C[this.F], this.T = 2 * this.T + 76; break; case 140: this.C[this.c] = this.C[this.I] % this.C[this.F], this.T += 212; break; case 147: this.C[this.c] = this.C[this.I] / this.C[this.F], this.T += 205; break; case 154: this.C[this.c] = this.C[this.I] * this.C[this.F], this.T += 198; break; case 161: this.C[this.c] = this.C[this.I] - this.C[this.F], this.T += 191; break; case 168: this.C[this.c] = this.C[this.I] + this.C[this.F], this.T = 2 * this.T + 16; break; case 254: this.C[this.c] = eval(i), this.T += 20 < this.M[11] ? 98 : 89; break; case 255: this.s = C || 0, this.M[26] = 52, this.T += this.M[13] ? 8 : 6; break; case 258: g = {}; for (var F = 0; F < this.k; F++) e = this.i.pop(), a = this.i.pop(), g[a] = e; this.C[this.W] = g, this.T += 94; break; case 261: this.D = s || [], this.M[11] = 68, this.T += this.M[26] ? 3 : 5; break; case 264: this.M[15] = 16, this.T = "string" == typeof A ? 331 : 336; break; case 266: this.C[this.I][i] = this.i.pop(), this.T += 86; break; case 278: this.C[this.c] = this.C[this.I][i], this.T += this.M[22] ? 63 : 74; break; case 283: this.C[this.c] = eval(String.fromCharCode(this.C[this.I])); break; case 300: S = this.U(), this.M[0] = 66, this.T += this.M[11]; break; case 331: D = atob(A), w = D.charCodeAt(0) << 16 | D.charCodeAt(1) << 8 | D.charCodeAt(2); for (var k = 3; k < w + 3; k += 3) this.G.push(D.charCodeAt(k) << 16 | D.charCodeAt(k + 1) << 8 | D.charCodeAt(k + 2)); for (V = w + 3; V < D.length; ) E = D.charCodeAt(V) << 8 | D.charCodeAt(V + 1), T = D.slice(V + 2, V + 2 + E), this.D.push(T), V += E + 2; this.M[21] = 8, this.T += 1e3 < V ? 21 : 35; break; case 336: this.G = A, this.D = s, this.M[18] = 134, this.T += this.M[15]; break; case 344: this.T = 3 * this.T - 8; break; case 350: U = 66, M = [], I = this.D[this.k]; for (var W = 0; W < I.length; W++) M.push(String.fromCharCode(24 ^ I.charCodeAt(W) ^ U)), U = 24 ^ I.charCodeAt(W) ^ U; r = parseInt(M.join("").split("|")[1]), this.C[this.W] = this.i.slice(this.i.length - r), this.i = this.i.slice(0, this.i.length - r), this.T += 2; break; case 352: this.e = this.G[this.s++], this.T -= this.M[26]; break; case 360: this.a = S, this.T += this.M[0]; break; case 368: this.T -= 500 < S - this.a ? 24 : 8; break; case 380: this.i.push(16383 & this.e), this.T -= 28; break; case 400: this.i.push(this.S[16383 & this.e]), this.T -= 48; break; case 408: this.T -= 64; break; case 413: this.C[this.e >> 15 & 7] = (this.e >> 18 & 1) == +[] ? 32767 & this.e : this.S[32767 & this.e], this.T -= 61; break; case 418: this.S[65535 & this.e] = this.C[this.e >> 16 & 7], this.T -= this.e >> 16 < 20 ? 66 : 80; break; case 423: this.c = this.e >> 16 & 7, this.I = this.e >> 13 & 7, this.F = this.e >> 10 & 7, this.J = 1023 & this.e, this.T -= 255 + 6 * this.J + this.J % 5; break; case 426: this.T += 5 * (this.e >> 19) - 18; break; case 428: this.W = this.e >> 16 & 7, this.k = 65535 & this.e, this.t.push(this.s), this.h.push(this.S), this.s = this.C[this.W], this.S = []; for (var J = 0; J < this.k; J++) this.S.unshift(this.i.pop()); this.B.push(this.i), this.i = [], this.T -= 76; break; case 433: this.s = this.t.pop(), this.S = this.h.pop(), this.i = this.B.pop(), this.T -= 81; break; case 438: this.Q = this.C[this.e >> 16 & 7], this.T -= 86; break; case 440: U = 66, M = [], I = this.D[16383 & this.e]; for (var b = 0; b < I.length; b++) M.push(String.fromCharCode(24 ^ I.charCodeAt(b) ^ U)), U = 24 ^ I.charCodeAt(b) ^ U; M = M.join("").split("|"), O = parseInt(M.shift()), this.i.push(O === +[] ? M.join("|") : O === +!+[] ? -1 !== M.join().indexOf(".") ? parseInt(M.join()) : parseFloat(M.join()) : O === !+[] + !+[] ? eval(M.join()) : 3 === O ? null : void 0), this.T -= 88; break; case 443: this.b = this.e >> 2 & 65535, this.J = 3 & this.e, this.J === +[] ? this.s = this.b : this.J === +!+[] ? !!this.Q && (this.s = this.b) : 2 === this.J ? !this.Q && (this.s = this.b) : this.s = this.b, this.g = null, this.T -= 91; break; case 445: this.i.push(this.C[this.e >> 14 & 7]), this.T -= 93; break; case 448: this.W = this.e >> 16 & 7, this.k = this.e >> 2 & 4095, this.J = 3 & this.e, Q = this.J === +!+[] && this.i.pop(), G = this.i.slice(this.i.length - this.k, this.i.length), this.i = this.i.slice(0, this.i.length - this.k), c = 2 < G.length ? 3 : G.length, this.T += 6 * this.J + 1 + 10 * c; break; case 449: this.C[3] = this.C[this.W](), this.T -= 97 - G.length; break; case 455: this.C[3] = this.C[this.W][Q](), this.T -= 103 + G.length; break; case 453: B = this.e >> 17 & 3, this.T = B === +[] ? 445 : B === +!+[] ? 380 : B === !+[] + !+[] ? 400 : 440; break; case 458: this.J = this.e >> 17 & 3, this.c = this.e >> 14 & 7, this.I = this.e >> 11 & 7, i = this.i.pop(), this.T -= 12 * this.J + 180; break; case 459: this.C[3] = this.C[this.W](G[+[]]), this.T -= 100 + 7 * G.length; break; case 461: this.C[3] = new this.C[this.W], this.T -= 109 - G.length; break; case 463: U = 66, M = [], I = this.D[65535 & this.e]; for (var n = 0; n < I.length; n++) M.push(String.fromCharCode(24 ^ I.charCodeAt(n) ^ U)), U = 24 ^ I.charCodeAt(n) ^ U; M = M.join("").split("|"), O = parseInt(M.shift()), this.T += 10 * O + 3; break; case 465: this.C[3] = this.C[this.W][Q](G[+[]]), this.T -= 13 * G.length + 100; break; case 466: this.C[this.e >> 16 & 7] = M.join("|"), this.T -= 114 * M.length; break; case 468: this.g = 65535 & this.e, this.T -= 116; break; case 469: this.C[3] = this.C[this.W](G[+[]], G[1]), this.T -= 119 - G.length; break; case 471: this.C[3] = new this.C[this.W](G[+[]]), this.T -= 118 + G.length; break; case 473: throw this.C[this.e >> 16 & 7]; case 475: this.C[3] = this.C[this.W][Q](G[+[]], G[1]), this.T -= 123; break; case 476: this.C[this.e >> 16 & 7] = -1 !== M.join().indexOf(".") ? parseInt(M.join()) : parseFloat(M.join()), this.T -= this.M[21] < 10 ? 124 : 126; break; case 478: t = [0].concat(x(this.S)), this.V = 65535 & this.e, h = this, this.C[3] = function(e) { var n = new l; return n.S = t, n.S[0] = e, n.O(h.G, h.V, h.D), n.C[3] } , this.T -= 50 < this.M[3] ? 120 : 126; break; case 479: this.C[3] = this.C[this.W].apply(null, G), this.M[3] = 168, this.T -= this.M[9] ? 127 : 128; break; case 481: this.C[3] = new this.C[this.W](G[+[]],G[1]), this.T -= 10 * G.length + 109; break; case 483: this.J = this.e >> 15 & 15, this.W = this.e >> 12 & 7, this.k = 4095 & this.e, this.T = 0 === this.J ? 258 : 350; break; case 485: this.C[3] = this.C[this.W][Q].apply(null, G), this.T -= this.M[15] % 2 == 1 ? 143 : 133; break; case 486: this.C[this.e >> 16 & 7] = eval(M.join()), this.T -= this.M[18]; break; case 491: this.C[3] = new this.C[this.W].apply(null,G), this.T -= this.M[8] / this.M[1] < 10 ? 139 : 130; break; case 496: this.C[this.e >> 16 & 7] = null, this.T -= 10 < this.M[5] - this.M[3] ? 160 : 144; break; case 506: this.C[this.e >> 16 & 7] = void 0, this.T -= this.M[18] % this.M[12] == 1 ? 154 : 145; break; default: this.T = this.w } } catch (A) { debugger; this.g && (this.s = this.g), this.T -= 114 } } , "undefined" != typeof window && (S.__ZH__ = S.__ZH__ || {}, h = S.__ZH__.zse = S.__ZH__.zse || {}, (new l).O("ABt7CAAUSAAACADfSAAACAD1SAAACAAHSAAACAD4SAAACAACSAAACADCSAAACADRSAAACABXSAAACAAGSAAACADjSAAACAD9SAAACADwSAAACACASAAACADeSAAACABbSAAACADtSAAACAAJSAAACAB9SAAACACdSAAACADmSAAACABdSAAACAD8SAAACADNSAAACABaSAAACABPSAAACACQSAAACADHSAAACACfSAAACADFSAAACAC6SAAACACnSAAACAAnSAAACAAlSAAACACcSAAACADGSAAACAAmSAAACAAqSAAACAArSAAACACoSAAACADZSAAACACZSAAACAAPSAAACABnSAAACABQSAAACAC9SAAACABHSAAACAC/SAAACABhSAAACABUSAAACAD3SAAACABfSAAACAAkSAAACABFSAAACAAOSAAACAAjSAAACAAMSAAACACrSAAACAAcSAAACABySAAACACySAAACACUSAAACABWSAAACAC2SAAACAAgSAAACABTSAAACACeSAAACABtSAAACAAWSAAACAD/SAAACABeSAAACADuSAAACACXSAAACABVSAAACABNSAAACAB8SAAACAD+SAAACAASSAAACAAESAAACAAaSAAACAB7SAAACACwSAAACADoSAAACADBSAAACACDSAAACACsSAAACACPSAAACACOSAAACACWSAAACAAeSAAACAAKSAAACACSSAAACACiSAAACAA+SAAACADgSAAACADaSAAACADESAAACADlSAAACAABSAAACADASAAACADVSAAACAAbSAAACABuSAAACAA4SAAACADnSAAACAC0SAAACACKSAAACABrSAAACADySAAACAC7SAAACAA2SAAACAB4SAAACAATSAAACAAsSAAACAB1SAAACADkSAAACADXSAAACADLSAAACAA1SAAACADvSAAACAD7SAAACAB/SAAACABRSAAACAALSAAACACFSAAACABgSAAACADMSAAACACESAAACAApSAAACABzSAAACABJSAAACAA3SAAACAD5SAAACACTSAAACABmSAAACAAwSAAACAB6SAAACACRSAAACABqSAAACAB2SAAACABKSAAACAC+SAAACAAdSAAACAAQSAAACACuSAAACAAFSAAACACxSAAACACBSAAACAA/SAAACABxSAAACABjSAAACAAfSAAACAChSAAACABMSAAACAD2SAAACAAiSAAACADTSAAACAANSAAACAA8SAAACABESAAACADPSAAACACgSAAACABBSAAACABvSAAACABSSAAACAClSAAACABDSAAACACpSAAACADhSAAACAA5SAAACABwSAAACAD0SAAACACbSAAACAAzSAAACADsSAAACADISAAACADpSAAACAA6SAAACAA9SAAACAAvSAAACABkSAAACACJSAAACAC5SAAACABASAAACAARSAAACABGSAAACADqSAAACACjSAAACADbSAAACABsSAAACACqSAAACACmSAAACAA7SAAACACVSAAACAA0SAAACABpSAAACAAYSAAACADUSAAACABOSAAACACtSAAACAAtSAAACAAASAAACAB0SAAACADiSAAACAB3SAAACACISAAACADOSAAACACHSAAACACvSAAACADDSAAACAAZSAAACABcSAAACAB5SAAACADQSAAACAB+SAAACACLSAAACAADSAAACABLSAAACACNSAAACAAVSAAACACCSAAACABiSAAACADxSAAACAAoSAAACACaSAAACABCSAAACAC4SAAACAAxSAAACAC1SAAACAAuSAAACADzSAAACABYSAAACABlSAAACAC3SAAACAAISAAACAAXSAAACABISAAACAC8SAAACABoSAAACACzSAAACADSSAAACACGSAAACAD6SAAACADJSAAACACkSAAACABZSAAACADYSAAACADKSAAACADcSAAACAAySAAACADdSAAACACYSAAACACMSAAACAAhSAAACADrSAAACADWSAAAeIAAEAAACAB4SAAACAAySAAACABiSAAACABlSAAACABjSAAACABiSAAACAB3SAAACABkSAAACABnSAAACABrSAAACABjSAAACAB3SAAACABhSAAACABjSAAACABuSAAACABvSAAAeIABEAABCABkSAAACAAzSAAACABkSAAACAAySAAACABlSAAACAA3SAAACAAySAAACAA2SAAACABmSAAACAA1SAAACAAwSAAACABkSAAACAA0SAAACAAxSAAACAAwSAAACAAxSAAAeIABEAACCAAgSAAATgACVAAAQAAGEwADDAADSAAADAACSAAADAAASAAACANcIAADDAADSAAASAAATgADVAAATgAEUAAATgAFUAAATgAGUgAADAAASAAASAAATgADVAAATgAEUAAATgAFUAAATgAHUgAADAABSAAASAAATgADVAAATgAEUAAATgAFUAAATgAIUgAAcAgUSMAATgAJVAAATgAKUgAAAAAADAABSAAADAAAUAAACID/GwQPCAAYG2AREwAGDAABCIABGwQASMAADAAAUAAACID/GwQPCAAQG2AREwAHDAABCIACGwQASMAADAAAUAAACID/GwQPCAAIG2AREwAIDAABCIADGwQASMAADAAAUAAACID/GwQPEwAJDYAGDAAHG2ATDAAIG2ATDAAJG2ATKAAACAD/DIAACQAYGygSGwwPSMAASMAADAACSAAADAABUgAACAD/DIAACQAQGygSGwwPSMAASMAADAACCIABGwQASMAADAABUgAACAD/DIAACQAIGygSGwwPSMAASMAADAACCIACGwQASMAADAABUgAACAD/DIAAGwQPSMAASMAADAACCIADGwQASMAADAABUgAAKAAACAAgDIABGwQBEwANDAAAWQALGwQPDAABG2AREwAODAAODIAADQANGygSGwwTEwAPDYAPKAAACAAESAAATgACVAAAQAAGEwAQCAAESAAATgACVAAAQAAGEwAFDAAASAAADAAQSAAACAAASAAACAKsIAADCAAASAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAAASAAADAAFUgAACAABSAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAABSAAADAAFUgAACAACSAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAACSAAADAAFUgAACAADSAAADAAQUAAACID/GwQPSMAADAABUAAASAAASAAACAADSAAADAAFUgAADAAFSAAACAAASAAACAJ8IAACEwARDAARSAAACAANSAAACALdIAACEwASDAARSAAACAAXSAAACALdIAACEwATDAARDIASGwQQDAATG2AQEwAUDYAUKAAAWAAMSAAAWAANSAAAWAAOSAAAWAAPSAAAWAAQSAAAWAARSAAAWAASSAAAWAATSAAAWAAUSAAAWAAVSAAAWAAWSAAAWAAXSAAAWAAYSAAAWAAZSAAAWAAaSAAAWAAbSAAAWAAcSAAAWAAdSAAAWAAeSAAAWAAfSAAAWAAgSAAAWAAhSAAAWAAiSAAAWAAjSAAAWAAkSAAAWAAlSAAAWAAmSAAAWAAnSAAAWAAoSAAAWAApSAAAWAAqSAAAWAArSAAAeIAsEAAXWAAtSAAAWAAuSAAAWAAvSAAAWAAwSAAAeIAxEAAYCAAESAAATgACVAAAQAAGEwAZCAAkSAAATgACVAAAQAAGEwAaDAABSAAACAAASAAACAJ8IAACSMAASMAACAAASAAADAAZUgAADAABSAAACAAESAAACAJ8IAACSMAASMAACAABSAAADAAZUgAADAABSAAACAAISAAACAJ8IAACSMAASMAACAACSAAADAAZUgAADAABSAAACAAMSAAACAJ8IAACSMAASMAACAADSAAADAAZUgAACAAASAAADAAZUAAACIAASEAADIAYUEgAGwQQSMAASMAACAAASAAADAAaUgAACAABSAAADAAZUAAACIABSEAADIAYUEgAGwQQSMAASMAACAABSAAADAAaUgAACAACSAAADAAZUAAACIACSEAADIAYUEgAGwQQSMAASMAACAACSAAADAAaUgAACAADSAAADAAZUAAACIADSEAADIAYUEgAGwQQSMAASMAACAADSAAADAAaUgAACAAAEAAJDAAJCIAgGwQOMwAGOBG2DAAJCIABGwQASMAADAAaUAAAEAAbDAAJCIACGwQASMAADAAaUAAAEAAcDAAJCIADGwQASMAADAAaUAAAEAAdDAAbDIAcGwQQDAAdG2AQDAAJSAAADAAXUAAAG2AQEwAeDAAeSAAADAACSAAACALvIAACEwAfDAAJSAAADAAaUAAADIAfGwQQSMAASMAADAAJCIAEGwQASMAADAAaUgAADAAJCIAEGwQASMAADAAaUAAASAAASAAADAAJSAAADAAAUgAADAAJCIABGQQAEQAJOBCIKAAADAABTgAyUAAACIAQGwQEEwAVCAAQDIAVGwQBEwAKCAAAEAAhDAAhDIAKGwQOMwAGOBImDAAKSAAADAABTgAzQAAFDAAhCIABGQQAEQAhOBHoCAAASAAACAAQSAAADAABTgA0QAAJEwAiCAAQSAAATgACVAAAQAAGEwAjCAAAEAALDAALCIAQGwQOMwAGOBLSDAALSAAADAAiUAAADIALSEAADIAAUEgAGwQQCAAqG2AQSMAASMAADAALSAAADAAjUgAADAALCIABGQQAEQALOBJkDAAjSAAATgAJVAAATgA1QAAFEwAkDAAkTgA0QAABEwAlCAAQSAAADAABTgAyUAAASAAADAABTgA0QAAJEwAmDAAmSAAADAAkSAAATgAJVAAATgA2QAAJEwAnDAAnSAAADAAlTgA3QAAFSMAAEwAlDYAlKAAAeIA4EAApDAAATgAyUAAAEAAqCAAAEAAMDAAMDIAqGwQOMwAGOBPqDAAMSAAADAAATgA5QAAFEwArDAArCID/GwQPSMAADAApTgAzQAAFDAAMCIABGQQAEQAMOBOMDYApKAAAEwAsTgADVAAAGAAKWQA6GwQFMwAGOBQeCAABSAAAEAAsOCBJTgA7VAAAGAAKWQA6GwQFMwAGOBRKCAACSAAAEAAsOCBJTgA8VAAAGAAKWQA6GwQFMwAGOBR2CAADSAAAEAAsOCBJTgA9VAAAGAAKWQA6GwQFMwAGOBSiCAAESAAAEAAsOCBJTgA+VAAAGAAKWQA6GwQFMwAGOBTOCAAFSAAAEAAsOCBJTgA/VAAAGAAKWQA6GwQFMwAGOBT6CAAGSAAAEAAsOCBJTgA8VAAATgBAUAAAGAAKWQA6GwQFMwAGOBUuCAAHSAAAEAAsOCBJTgADVAAATgBBUAAAWQBCGwQFMwAGOBVeCAAISAAAEAAsOCBJWABDSAAATgA7VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBWiCAAKSAAAEAAsOCBJWABGSAAATgA8VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBXmCAALSAAAEAAsOCBJWABHSAAATgA9VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBYqCAAMSAAAEAAsOCBJWABISAAATgA+VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBZuCAANSAAAEAAsOCBJWABJSAAATgA/VAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBayCAAOSAAAEAAsOCBJWABKSAAATgA8VAAATgBAUAAATgBLQAABTgBFQwAFCAABGAANG2AJMwAGOBb+CAAPSAAAEAAsOCBJTgBMVAAATgBNUAAAEAAtWABOSAAADAAtTgBEQAABTgBFQwAFCAABGAANG2AFMwAGOBdSCAAQSAAAEAAsOCBJTgA7VAAATgBPUAAAGAAKWQA6GwQFMwAGOBeGCAARSAAAEAAsOCBJWABQSAAAWABRSAAAWABSSAAATgA7VAAATgBPQAAFTgBTQwAFTgBEQwABTgBFQwAFCAABGAANG2AFMwAGOBfqCAAWSAAAEAAsOCBJTgADVAAATgBUUAAAGAAKWQA6GwQJMwAGOBgeCAAYSAAAEAAsOCBJTgADVAAATgBVUAAAGAAKWQA6GwQJMwAGOBhSCAAZSAAAEAAsOCBJTgADVAAATgBWUAAAGAAKWQA6GwQJMwAGOBiGCAAaSAAAEAAsOCBJTgADVAAATgBXUAAAGAAKWQA6GwQJMwAGOBi6CAAbSAAAEAAsOCBJTgADVAAATgBYUAAAGAAKWQA6GwQJMwAGOBjuCAAcSAAAEAAsOCBJTgADVAAATgBZUAAAGAAKWQA6GwQJMwAGOBkiCAAdSAAAEAAsOCBJTgADVAAATgBaUAAAGAAKWQA6GwQJMwAGOBlWCAAeSAAAEAAsOCBJTgADVAAATgBbUAAAGAAKWQA6GwQJMwAGOBmKCAAfSAAAEAAsOCBJTgADVAAATgBcUAAAGAAKWQA6GwQJMwAGOBm+CAAgSAAAEAAsOCBJTgADVAAATgBdUAAAGAAKWQA6GwQJMwAGOBnyCAAhSAAAEAAsOCBJTgADVAAATgBeUAAAGAAKWQA6GwQJMwAGOBomCAAiSAAAEAAsOCBJTgADVAAATgBfUAAAGAAKWQA6GwQJMwAGOBpaCAAjSAAAEAAsOCBJTgADVAAATgBgUAAAGAAKWQA6GwQJMwAGOBqOCAAkSAAAEAAsOCBJTgA7VAAATgBhUAAAGAAKWQA6GwQJMwAGOBrCCAAlSAAAEAAsOCBJTgA8VAAATgBiUAAAWQBjGwQFMwAGOBryCAAmSAAAEAAsOCBJTgA7VAAATgBkUAAAGAAKWQA6GwQJMwAGOBsmCAAnSAAAEAAsOCBJTgADVAAATgBlUAAAGAAKWQA6GwQJMwAGOBtaCAAoSAAAEAAsOCBJTgADVAAATgBmUAAAGAAKWQA6GwQJMwAGOBuOCAApSAAAEAAsOCBJTgADVAAATgBnUAAAGAAKWQA6GwQJMwAGOBvCCAAqSAAAEAAsOCBJTgBoVAAASAAATgBMVAAATgBpQAAFG2AKWABqG2AJMwAGOBwCCAArSAAAEAAsOCBJTgA7VAAATgBrUAAAGAAKWQA6GwQFMwAGOBw2CAAsSAAAEAAsOCBJTgA7VAAATgBrUAAASAAATgBMVAAATgBpQAAFG2AKWABqG2AJMwAGOBx+CAAtSAAAEAAsOCBJTgA7VAAATgBsUAAAGAAKWQA6GwQFMwAGOByyCAAuSAAAEAAsOCBJWABtSAAATgADVAAATgBuUAAATgBvUAAATgBEQAABTgBFQwAFCAABGAANG2AFMwAGOB0GCAAwSAAAEAAsOCBJTgADVAAATgBwUAAAGAAKWQA6GwQJMwAGOB06CAAxSAAAEAAsOCBJWABxSAAATgByVAAAQAACTgBzUNgATgBFQwAFCAABGAANG2AJMwAGOB2CCAAySAAAEAAsOCBJWAB0SAAATgByVAAAQAACTgBzUNgATgBFQwAFCAABGAANG2AJMwAGOB3KCAAzSAAAEAAsOCBJWAB1SAAATgA8VAAATgBAUAAATgBLQAABTgBFQwAFCAABGAANG2AJMwAGOB4WCAA0SAAAEAAsOCBJWAB2SAAATgA8VAAATgBAUAAATgBLQAABTgBFQwAFCAABGAANG2AJMwAGOB5iCAA1SAAAEAAsOCBJWABxSAAATgA9VAAATgB3UAAATgBFQAAFCAABGAANG2AJMwAGOB6mCAA2SAAAEAAsOCBJTgADVAAATgB4UAAAMAAGOB7OCAA4SAAAEAAsOCBJTgADVAAATgB5UAAAGAAKWQA6GwQJMwAGOB8CCAA5SAAAEAAsOCBJTgADVAAATgB6UAAAGAAKWQA6GwQJMwAGOB82CAA6SAAAEAAsOCBJTgADVAAATgB7UAAAGAAKWQA6GwQJMwAGOB9qCAA7SAAAEAAsOCBJTgADVAAATgB8UAAAGAAKWQA6GwQJMwAGOB+eCAA8SAAAEAAsOCBJTgADVAAATgB9UAAAGAAKWQA6GwQJMwAGOB/SCAA9SAAAEAAsOCBJTgADVAAATgB+UAAAGAAKWQA6GwQJMwAGOCAGCAA+SAAAEAAsOCBJTgADVAAATgB/UAAAGAAKWQA6GwQJMwAGOCA6CAA/SAAAEAAsOCBJCAAASAAAEAAsDYAsKAAATgCAVAAATgCBQAABEwAvCAAwSAAACAA1SAAACAA5SAAACAAwSAAACAA1SAAACAAzSAAACABmSAAACAA3SAAACABkSAAACAAxSAAACAA1SAAACABlSAAACAAwSAAACAAxSAAACABkSAAACAA3SAAAeIABEAAwCAT8IAAAEwAxDAAASAAACATbIAABEwAyTgCAVAAATgCBQAABDAAvG2ABEwAzDAAzWQCCGwQMMwAGOCFKCAB+SAAAEAAxOCFNTgCDVAAATgCEQAABCAB/G2ACSMAATgCDVAAATgCFQAAFEwA0DAAxSAAADAAyTgCGQAAFDAA0SAAADAAyTgCGQAAFDAAwSAAADAAySAAACARuIAACEwA1DAA1TgAyUAAACIADGwQEEwA2DAA2CIABGwQFMwAGOCIWWACHSAAADAA1TgAzQAAFWACHSAAADAA1TgAzQAAFOCIZDAA2CIACGwQFMwAGOCJCWACHSAAADAA1TgAzQAAFOCJFWACIWQCJGwQAWACKG2AAWACLG2AAWACMG2AAEwA3CAAAEAA4WACNEAA5DAA1TgAyUAAACIABGwQBEwANDAANCIAAGwQGMwAGOCSeCAAIDIA4CQABGigAEgA4CQAEGygEGwwCEwA6DAANSAAADAA1UAAACIA6DQA6GygSCID/G2QPGwwQEwA7CAAIDIA4CQABGigAEgA4CQAEGygEGwwCSMAAEwA6DAA7DIANCQABGygBSMAADIA1UEgACQA6DYA6G0wSCQD/G2gPGywQCIAIG2QRGQwTEQA7CAAIDIA4CQABGigAEgA4CQAEGygEGwwCSMAAEwA6DAA7DIANCQACGygBSMAADIA1UEgACQA6DYA6G0wSCQD/G2gPGywQCIAQG2QRGQwTEQA7DAA5DIA7CQA/GygPSMAADIA3TgCOQQAFGQwAEQA5DAA5DIA7CQAGGygSCIA/G2QPSMAADIA3TgCOQQAFGQwAEQA5DAA5DIA7CQAMGygSCIA/G2QPSMAADIA3TgCOQQAFGQwAEQA5DAA5DIA7CQASGygSCIA/G2QPSMAADIA3TgCOQQAFGQwAEQA5DAANCIADGQQBEQANOCKUDYA5KAAAAAVrVVYfGwAEa1VVHwAHalQlKxgLAAAIalQTBh8SEwAACGpUOxgdCg8YAAVqVB4RDgAEalQeCQAEalQeAAAEalQeDwAFalQ7GCAACmpUOyITFQkTERwADGtVUB4TFRUXGR0TFAAIa1VQGhwZHhoAC2tVUBsdGh4YGB4RAAtrVV0VHx0ZHxAWHwAMa1VVHR0cHx0aHBgaAAxrVVURGBYWFxYSHRsADGtVVhkeFRQUEx0fHgAMa1VWEhMbGBAXFxYXAAxrVVcYGxkfFxMbGxsADGtVVxwYHBkTFx0cHAAMa1VQHhgSEB0aGR8eAAtrVVAcHBoXFRkaHAALa1VcFxkcExkYEh8ADGtVVRofGxYRGxsfGAAMa1VVEREQFB0fHBkTAAxrVVYYExAYGBgcFREADGtVVh0ZHB0eHBUTGAAMa1VXGRkfHxkaGBAVAAxrVVccHx0UEx4fGBwADGtVUB0eGBsaHB0WFgALa1VXGBwcGRgfHhwAC2tVXBAQGRMcGRcZAAxrVVUbEhAdHhoZHB0ADGtVVR4aHxsaHh8TEgAMa1VWGBgZHBwSFBkZAAxrVVYcFxQeHx8cFhYADGtVVxofGBcVFBAcFQAMa1VXHR0TFRgfGRsZAAxrVVAdGBkYEREfGR8AC2tVVhwXGBQdHR0ZAAtrVVMbHRwYGRsaHgAMa1VVGxsaGhwUERgdAAxrVVUfFhQbGR0ZHxoABGtVVxkADGtVVh0bGh0YGBMZFQAMa1VVHRkeEhgVFBMZAAxrVVUeHB0cEhIfHBAADGtVVhMYEh0XEh8cHAADa1VQAAhqVAgRExELBAAGalQUHR4DAAdqVBcHHRIeAANqVBYAA2pUHAAIalQHFBkVGg0AA2tVVAAMalQHExELKTQTGTwtAAtqVBEDEhkbFx8TGQAKalQAExQOABATAgALalQKFw8HFh4NAwUACmpUCBsUGg0FHhkACWpUDBkCHwMFEwAIalQXCAkPGBMAC2pUER4ODys+GhMCAAZqVAoXFBAACGpUChkTGRcBAA5qVCwEARkQMxQOABATAgAKalQQAyQ/HgMfEQAJalQNHxIZBS8xAAtqVCo3DwcWHg0DBQAGalQMBBgcAAlqVCw5Ah8DBRMACGpUNygJDxgTAApqVAwVHB0QEQ4YAA1qVBADOzsACg8pOgoOAAhqVCs1EBceDwAaalQDGgkjIAEmOgUHDQ8eFSU5DggJAwEcAwUADWpUChcNBQcLXVsUExkAD2pUBwkPHA0JODEREBATAgAIalQnOhcADwoABGpUVk4ACGpUBxoXAA8KAAxqVAMaCS80GQIJBRQACGpUBg8LGBsPAAZqVAEQHAUADWpUBxoVGCQgERcCAxoADWpUOxg3ABEXAgMaFAoACmpUOzcAERcCAxoACWpUMyofKikeGgANalQCBgQOAwcLDzUuFQAWalQ7GCEGBA4DBwsPNTIDAR0LCRgNGQAPalQAExo0LBkDGhQNBR4ZAAZqVBEPFQMADWpUJzoKGw0PLy8YBQUACGpUBxoKGw0PAA5qVBQJDQ8TIi8MHAQDDwAealRAXx8fJCYKDxYUEhUKHhkDBw4WBg0hDjkWHRIrAAtqVBMKHx4OAwcLDwAGaFYQHh8IABdqVDsYMAofHg4DBwsPNTQICQMBHDMhEAARalQ7NQ8OBAIfCR4xOxYdGQ8AEWpUOzQODhgCHhk+OQIfAwUTAAhqVAMTGxUbFQAHalQFFREPHgAQalQDGgk8OgUDAwMVEQ0yMQAKalQCCwMVDwUeGQAQalQDGgkpMREQEBMCLiMoNQAYalQDGgkpMREQEBMCHykjIjcVChglNxQQAA9qVD8tFw0FBwtdWxQTGSAAC2pUOxg3GgUDAygYAA1qVAcUGQUfHh8ODwMFAA1qVDsYKR8WFwQBFAsPAAtqVAgbFBoVHB8EHwAHalQhLxgFBQAHalQXHw0aEAALalQUHR0YDQkJGA8AC2pUFAARFwIDGh8BAApqVAERER4PHgUZAAZqVAwCDxsAB2pUFxsJDgEAGGpUOxQuERETHwQAKg4VGQIVLx4UBQ4ZDwALalQ7NA4RERMfBAAAFmpUOxgwCh8eDgMHCw81IgsPFQEMDQkAFWpUOxg0DhEREx8EACoiCw8VAQwNCQAdalQ7GDAKHx4OAwcLDzU0CAkDARwzIQsDFQ8FHhkAFWpUOxghBgQOAwcLDzUiCw8VAQwNCQAUalQ7GCMOAwcLDzUyAwEdCwkYDRkABmpUID0NCQAFalQKGQAAB2tVVRkYGBgABmpUKTQNBAAIalQWCxcSExoAB2pUAhIbGAUACWpUEQMFAxkXCgADalRkAAdqVFJIDiQGAAtqVBUjHW9telRIQQAJalQKLzkmNSYbABdqVCdvdgsWbht5IjltEFteRS0EPQM1DQAZalQwPx4aWH4sCQ4xNxMnMSA1X1s+b1MNOgACalQACGpUBxMRCyst")); var D = function(t) { return __g._encrypt(encodeURIComponent(t)) }; // udid "101_3_3.0+/udid" // console.log("2.0_"+D("7d231a16e30ee2a3512cdf7a30f05226")); console.log("2.0_"+D("a9724ba4c877bddbdeee40e878980ae0"));