diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d81184a..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "pwa-node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}\\z_working\\rs5Vm.js" - }, - { - "type": "node", - "request": "launch", - "name": "浏览器无环境", - "skipFiles": [ - "/**" - ], - "runtimeExecutable": "node-inspect", - "program": "${workspaceFolder}\\z_working\\rs5Vm.js" - } - ] -} \ No newline at end of file diff --git a/README.md b/README.md index 71bd672..53734bb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ +## 2023-08-18更新 + +- 具体细节看demo文件内部的描述 + +- 完善事件调用(demoEventVm.js) +- 增加一些常用方法封装 +- 增加开启nodeServer 功能封装(demoServerVm.js) + + + ## 2023-07-26更新 - 添加完善的日志功能, 替代之前的debugger功能, 使得调试更加舒服 diff --git a/qxVm_sanbox/env/BOM/Audio/AudioDestinationNode.js b/qxVm_sanbox/env/BOM/Audio/AudioDestinationNode.js index e21f989..2f0ae31 100644 --- a/qxVm_sanbox/env/BOM/Audio/AudioDestinationNode.js +++ b/qxVm_sanbox/env/BOM/Audio/AudioDestinationNode.js @@ -16,7 +16,7 @@ AudioDestinationNode = function AudioDestinationNode(createObj_key, channelCount AudioDestinationNode.prototype = { get maxChannelCount() { if (!AudioDestinationNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).maxChannelCount;; + let result = lwVm.memory.private_data.get(this).maxChannelCount; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioDestinationNode', 'maxChannelCount', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/AudioListener.js b/qxVm_sanbox/env/BOM/Audio/AudioListener.js index 77d326d..3b210b1 100644 --- a/qxVm_sanbox/env/BOM/Audio/AudioListener.js +++ b/qxVm_sanbox/env/BOM/Audio/AudioListener.js @@ -18,7 +18,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).forwardX = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'forwardX', arguments, result); return result; }, @@ -29,7 +29,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).forwardY = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'forwardY', arguments, result); return result; }, @@ -40,7 +40,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", -1, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).forwardZ = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'forwardZ', arguments, result); return result; }, @@ -51,7 +51,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).positionX = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'positionX', arguments, result); return result; }, @@ -62,7 +62,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).positionY = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'positionY', arguments, result); return result; }, @@ -73,7 +73,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).positionZ = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'positionZ', arguments, result); return result; }, @@ -96,7 +96,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).upX = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'upX', arguments, result); return result; }, @@ -107,7 +107,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 1, 3.4028234663852886e+38, -3.4028234663852886e+38); lwVm.memory.private_data.get(this).upY = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'upY', arguments, result); return result; }, @@ -118,7 +118,7 @@ AudioListener = function AudioListener(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 3.4028234663852886e+38); lwVm.memory.private_data.get(this).upZ = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioListener', 'upZ', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/AudioNode.js b/qxVm_sanbox/env/BOM/Audio/AudioNode.js index 8de3efb..7b5dd61 100644 --- a/qxVm_sanbox/env/BOM/Audio/AudioNode.js +++ b/qxVm_sanbox/env/BOM/Audio/AudioNode.js @@ -17,7 +17,7 @@ AudioNode = function AudioNode(createObj_key, channelCountMode) { AudioNode.prototype = { get channelCount() { if (!AudioNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).channelCount, 2);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).channelCount, 2); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioNode', 'channelCount', arguments, result); return result; }, @@ -28,7 +28,7 @@ AudioNode = function AudioNode(createObj_key, channelCountMode) { }, get channelCountMode() { if (!AudioNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).channelCountMode, "max");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).channelCountMode, "max"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioNode', 'channelCountMode', arguments, result); return result; }, @@ -39,7 +39,7 @@ AudioNode = function AudioNode(createObj_key, channelCountMode) { }, get channelInterpretation() { if (!AudioNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).channelInterpretation, "speakers");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).channelInterpretation, "speakers"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioNode', 'channelInterpretation', arguments, result); return result; }, @@ -62,7 +62,7 @@ AudioNode = function AudioNode(createObj_key, channelCountMode) { ele = new OfflineAudioContext(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).context = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioNode', 'context', arguments, result); return result; }, @@ -74,13 +74,13 @@ AudioNode = function AudioNode(createObj_key, channelCountMode) { }, get numberOfInputs() { if (!AudioNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).numberOfInputs, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).numberOfInputs, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioNode', 'numberOfInputs', arguments, result); return result; }, get numberOfOutputs() { if (!AudioNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).numberOfOutputs, 1);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).numberOfOutputs, 1); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioNode', 'numberOfOutputs', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/AudioParam.js b/qxVm_sanbox/env/BOM/Audio/AudioParam.js index ef0426e..0c57c77 100644 --- a/qxVm_sanbox/env/BOM/Audio/AudioParam.js +++ b/qxVm_sanbox/env/BOM/Audio/AudioParam.js @@ -29,7 +29,7 @@ AudioParam = function AudioParam(createObj_key, automationRate, defaultValue, ma AudioParam.prototype = { get automationRate() { if (!AudioParam.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).automationRate, "a-rate");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).automationRate, "a-rate"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioParam', 'automationRate', arguments, result); return result; }, @@ -52,7 +52,7 @@ AudioParam = function AudioParam(createObj_key, automationRate, defaultValue, ma }, get defaultValue() { if (!AudioParam.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultValue, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultValue, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioParam', 'defaultValue', arguments, result); return result; }, @@ -70,13 +70,13 @@ AudioParam = function AudioParam(createObj_key, automationRate, defaultValue, ma }, get maxValue() { if (!AudioParam.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).maxValue;; + let result = lwVm.memory.private_data.get(this).maxValue; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioParam', 'maxValue', arguments, result); return result; }, get minValue() { if (!AudioParam.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).minValue;; + let result = lwVm.memory.private_data.get(this).minValue; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioParam', 'minValue', arguments, result); return result; }, @@ -88,7 +88,7 @@ AudioParam = function AudioParam(createObj_key, automationRate, defaultValue, ma }, setValueAtTime() { if (!AudioParam.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 440, 22050);; + let result = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 440, 22050); if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'AudioParam', 'setValueAtTime', arguments, result); return result; }, @@ -100,7 +100,7 @@ AudioParam = function AudioParam(createObj_key, automationRate, defaultValue, ma }, get value() { if (!AudioParam.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).value, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).value, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioParam', 'value', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/AudioScheduledSourceNode.js b/qxVm_sanbox/env/BOM/Audio/AudioScheduledSourceNode.js index 549d5c6..7589956 100644 --- a/qxVm_sanbox/env/BOM/Audio/AudioScheduledSourceNode.js +++ b/qxVm_sanbox/env/BOM/Audio/AudioScheduledSourceNode.js @@ -13,7 +13,7 @@ AudioScheduledSourceNode = function AudioScheduledSourceNode(createObj_key) { AudioScheduledSourceNode.prototype = { get onended() { if (!AudioScheduledSourceNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onended, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onended, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'AudioScheduledSourceNode', 'onended', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/BaseAudioContext.js b/qxVm_sanbox/env/BOM/Audio/BaseAudioContext.js index 11834b3..a9fc3eb 100644 --- a/qxVm_sanbox/env/BOM/Audio/BaseAudioContext.js +++ b/qxVm_sanbox/env/BOM/Audio/BaseAudioContext.js @@ -23,7 +23,7 @@ BaseAudioContext = function BaseAudioContext(createObj_key) {//构造函数 ele = new AudioWorklet(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).audioWorklet = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'BaseAudioContext', 'audioWorklet', arguments, result); return result; }, @@ -85,7 +85,7 @@ BaseAudioContext = function BaseAudioContext(createObj_key) {//构造函数 if (!BaseAudioContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; let ele = new DynamicsCompressorNode(lwVm.memory.$createObj_key); ele.channelCountMode = "clamped-max"; - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'BaseAudioContext', 'createDynamicsCompressor', arguments, result); return result; }, @@ -103,7 +103,7 @@ BaseAudioContext = function BaseAudioContext(createObj_key) {//构造函数 }, createOscillator() { if (!BaseAudioContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = new OscillatorNode();; + let result = new OscillatorNode(); if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'BaseAudioContext', 'createOscillator', arguments, result); return result; }, @@ -139,7 +139,7 @@ BaseAudioContext = function BaseAudioContext(createObj_key) {//构造函数 }, get currentTime() { if (!BaseAudioContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentTime, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentTime, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'BaseAudioContext', 'currentTime', arguments, result); return result; }, @@ -156,7 +156,7 @@ BaseAudioContext = function BaseAudioContext(createObj_key) {//构造函数 ele = new AudioDestinationNode(lwVm.memory.$createObj_key, "explicit"); lwVm.memory.private_data.get(this).destination = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'BaseAudioContext', 'destination', arguments, result); return result; }, @@ -167,13 +167,13 @@ BaseAudioContext = function BaseAudioContext(createObj_key) {//构造函数 ele = new AudioListener(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).listener = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'BaseAudioContext', 'listener', arguments, result); return result; }, get onstatechange() { if (!BaseAudioContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'BaseAudioContext', 'onstatechange', arguments, result); return result; }, @@ -184,7 +184,7 @@ BaseAudioContext = function BaseAudioContext(createObj_key) {//构造函数 }, get sampleRate() { if (!BaseAudioContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).sampleRate;; + let result = lwVm.memory.private_data.get(this).sampleRate; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'BaseAudioContext', 'sampleRate', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/DynamicsCompressorNode.js b/qxVm_sanbox/env/BOM/Audio/DynamicsCompressorNode.js index 1cc54dc..45cfbe2 100644 --- a/qxVm_sanbox/env/BOM/Audio/DynamicsCompressorNode.js +++ b/qxVm_sanbox/env/BOM/Audio/DynamicsCompressorNode.js @@ -18,7 +18,7 @@ DynamicsCompressorNode = function DynamicsCompressorNode(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "k-rate", 0.003000000026077032, 1, 0); lwVm.memory.private_data.get(this).attack = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DynamicsCompressorNode', 'attack', arguments, result); return result; }, @@ -29,7 +29,7 @@ DynamicsCompressorNode = function DynamicsCompressorNode(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "k-rate", 30, 40, 0); lwVm.memory.private_data.get(this).knee = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DynamicsCompressorNode', 'knee', arguments, result); return result; }, @@ -40,13 +40,13 @@ DynamicsCompressorNode = function DynamicsCompressorNode(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "k-rate", 12, 20, 1); lwVm.memory.private_data.get(this).ratio = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DynamicsCompressorNode', 'ratio', arguments, result); return result; }, get reduction() { if (!DynamicsCompressorNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DynamicsCompressorNode', 'reduction', arguments, result); return result; }, @@ -57,7 +57,7 @@ DynamicsCompressorNode = function DynamicsCompressorNode(createObj_key) { ele = new AudioParam(lwVm.memory.$createObj_key, "k-rate", 0.25, 1, 0); lwVm.memory.private_data.get(this).release = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DynamicsCompressorNode', 'release', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/OfflineAudioContext.js b/qxVm_sanbox/env/BOM/Audio/OfflineAudioContext.js index d2f72b9..bc18761 100644 --- a/qxVm_sanbox/env/BOM/Audio/OfflineAudioContext.js +++ b/qxVm_sanbox/env/BOM/Audio/OfflineAudioContext.js @@ -19,13 +19,13 @@ OfflineAudioContext = function OfflineAudioContext(numberOfChannels, length, sam OfflineAudioContext.prototype = { get length() { if (!OfflineAudioContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).length;; + let result = lwVm.memory.private_data.get(this).length; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'OfflineAudioContext', 'length', arguments, result); return result; }, get oncomplete() { if (!OfflineAudioContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncomplete, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncomplete, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'OfflineAudioContext', 'oncomplete', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Audio/OscillatorNode.js b/qxVm_sanbox/env/BOM/Audio/OscillatorNode.js index 783dfd8..72647c4 100644 --- a/qxVm_sanbox/env/BOM/Audio/OscillatorNode.js +++ b/qxVm_sanbox/env/BOM/Audio/OscillatorNode.js @@ -18,7 +18,7 @@ OscillatorNode = function OscillatorNode() { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 0, 153600, -153600); lwVm.memory.private_data.get(this).detune = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'OscillatorNode', 'detune', arguments, result); return result; }, @@ -29,7 +29,7 @@ OscillatorNode = function OscillatorNode() { ele = new AudioParam(lwVm.memory.$createObj_key, "a-rate", 440, 22050, -22050); lwVm.memory.private_data.get(this).detune = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'OscillatorNode', 'frequency', arguments, result); return result; }, @@ -41,7 +41,7 @@ OscillatorNode = function OscillatorNode() { }, get type() { if (!OscillatorNode.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "sine");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "sine"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'OscillatorNode', 'type', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/BarProp.js b/qxVm_sanbox/env/BOM/BarProp.js index a6601cf..f1cf64e 100644 --- a/qxVm_sanbox/env/BOM/BarProp.js +++ b/qxVm_sanbox/env/BOM/BarProp.js @@ -12,7 +12,7 @@ BarProp = function BarProp(createObj_key) { BarProp.prototype = { get visible() { if (!BarProp.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = true;; + let result = true; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'BarProp', 'visible', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Crypto.js b/qxVm_sanbox/env/BOM/Crypto.js index 3b027b7..361d5b2 100644 --- a/qxVm_sanbox/env/BOM/Crypto.js +++ b/qxVm_sanbox/env/BOM/Crypto.js @@ -26,7 +26,7 @@ Crypto = function Crypto(createObj_key) { }, get subtle() { if (!Crypto.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).subtle, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).subtle, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Crypto', 'subtle', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Database.js b/qxVm_sanbox/env/BOM/Database.js index 08c103d..1f8e64a 100644 --- a/qxVm_sanbox/env/BOM/Database.js +++ b/qxVm_sanbox/env/BOM/Database.js @@ -18,15 +18,15 @@ openDatabase = undefined; SQLResultSetRowList.prototype = { item() { if (!SQLResultSetRowList.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).rows; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'SQLResultSetRowList', 'item', arguments, result); - return result; + let result = lwVm.memory.private_data.get(this).rows; + if (lwVm.config.logOpen === true) lwVm.logAdd('Func', 'SQLResultSetRowList', 'item', arguments, result); + return result; }, get length() { if (!SQLResultSetRowList.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).length, 0);; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SQLResultSetRowList', 'length', arguments, result); - return result; + let result = lwVm.abs(lwVm.memory.private_data.get(this).length, 0); + if (lwVm.config.logOpen === true) lwVm.logAdd('Get', 'SQLResultSetRowList', 'length', arguments, result); + return result; }, } lwVm.rename(SQLResultSetRowList.prototype, "SQLResultSetRowList"); @@ -50,23 +50,23 @@ openDatabase = undefined; SQLResultSet.prototype = { get insertId() { if (!SQLResultSet.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).insertId, "");; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SQLResultSet', 'insertId', arguments, result); - return result; + let result = lwVm.abs(lwVm.memory.private_data.get(this).insertId, ""); + if (lwVm.config.logOpen === true) lwVm.logAdd('Get', 'SQLResultSet', 'insertId', arguments, result); + return result; }, get rows() { if (!SQLResultSet.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; // let sql_result_row_list = new SQLResultSetRowList(lwVm.memory.$createObj_key, {"value": window.sql_values}); - let result = { "value": "0" }; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SQLResultSet', 'rows', arguments, result); - return result; + let result = { "value": "0" }; + if (lwVm.config.logOpen === true) lwVm.logAdd('Get', 'SQLResultSet', 'rows', arguments, result); + return result; }, get rowsAffected() { if (!SQLResultSet.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).rowsAffected, "");; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SQLResultSet', 'rowsAffected', arguments, result); - return result; + let result = lwVm.abs(lwVm.memory.private_data.get(this).rowsAffected, ""); + if (lwVm.config.logOpen === true) lwVm.logAdd('Get', 'SQLResultSet', 'rowsAffected', arguments, result); + return result; }, } lwVm.rename(SQLResultSet.prototype, "SQLResultSet"); @@ -94,14 +94,14 @@ openDatabase = undefined; try { } catch (error) { - let result = errorCallback(this, sql_result);; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'SQLTransaction', '} catch ', arguments, result); - return result; + let result = errorCallback(this, sql_result); + if (lwVm.config.logOpen === true) lwVm.logAdd('Func', 'SQLTransaction', '} catch ', arguments, result); + return result; } let sql_result = new SQLResultSet(lwVm.memory.$createObj_key); - let result = succrssCallback(this, sql_result); - if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'SQLTransaction', '} catch ', arguments, result); - return result; + let result = succrssCallback(this, sql_result); + if (lwVm.config.logOpen === true) lwVm.logAdd('Func', 'SQLTransaction', '} catch ', arguments, result); + return result; } } lwVm.rename(SQLTransaction.prototype, "SQLTransaction"); @@ -138,16 +138,16 @@ openDatabase = undefined; }, readTransaction(func) { if (!Database.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = undefined; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Database', 'readTransaction', arguments, result); - return result; + let result = undefined; + if (lwVm.config.logOpen === true) lwVm.logAdd('Func', 'Database', 'readTransaction', arguments, result); + return result; }, transaction(func) { if (!Database.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; let sql_tran = new SQLTransaction(lwVm.memory.$createObj_key); - let result = func(sql_tran);; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Database', 'transaction', arguments, result); - return result; + let result = func(sql_tran); + if (lwVm.config.logOpen === true) lwVm.logAdd('Func', 'Database', 'transaction', arguments, result); + return result; }, get version() { if (!Database.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; @@ -165,8 +165,8 @@ openDatabase = undefined; let db = buffer_memory[name]; if (db) { - let result = db;; - if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Database', 'if ', arguments, result); + let result = db; + if (lwVm.config.logOpen === true) lwVm.logAdd('Func', 'Database', 'if ', arguments, result); return result; } db = new Database(lwVm.memory.$createObj_key, version); diff --git a/qxVm_sanbox/env/BOM/History.js b/qxVm_sanbox/env/BOM/History.js index cd3f523..1ff87e9 100644 --- a/qxVm_sanbox/env/BOM/History.js +++ b/qxVm_sanbox/env/BOM/History.js @@ -29,7 +29,7 @@ history = {}; }, get length() { if (!History.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = Object.keys(this).length;; + let result = Object.keys(this).length; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'History', 'length', arguments, result); return result; }, @@ -47,7 +47,7 @@ history = {}; }, get scrollRestoration() { if (!History.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "auto";; + let result = "auto"; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'History', 'scrollRestoration', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/HttpRequest/Request.js b/qxVm_sanbox/env/BOM/HttpRequest/Request.js index facea8c..96e68f4 100644 --- a/qxVm_sanbox/env/BOM/HttpRequest/Request.js +++ b/qxVm_sanbox/env/BOM/HttpRequest/Request.js @@ -29,13 +29,13 @@ Request = function Request() {//构造函数 }, get bodyUsed() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).bodyUsed, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).bodyUsed, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'bodyUsed', arguments, result); return result; }, get cache() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).cache, "default");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).cache, "default"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'cache', arguments, result); return result; }, @@ -47,13 +47,13 @@ Request = function Request() {//构造函数 }, get credentials() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).credentials, "same-origin");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).credentials, "same-origin"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'credentials', arguments, result); return result; }, get destination() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).destination, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).destination, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'destination', arguments, result); return result; }, @@ -65,19 +65,19 @@ Request = function Request() {//构造函数 }, get headers() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).headers, new class Headers { });; + let result = lwVm.abs(lwVm.memory.private_data.get(this).headers, new class Headers { }); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'headers', arguments, result); return result; }, get integrity() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).integrity, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).integrity, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'integrity', arguments, result); return result; }, get isHistoryNavigation() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).isHistoryNavigation, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).isHistoryNavigation, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'isHistoryNavigation', arguments, result); return result; }, @@ -89,43 +89,43 @@ Request = function Request() {//构造函数 }, get keepalive() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).keepalive, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).keepalive, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'keepalive', arguments, result); return result; }, get method() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).method, "GET");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).method, "GET"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'method', arguments, result); return result; }, get mode() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).mode, "cors");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).mode, "cors"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'mode', arguments, result); return result; }, get redirect() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).redirect, "follow");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).redirect, "follow"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'redirect', arguments, result); return result; }, get referrer() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrer, "about:client");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrer, "about:client"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'referrer', arguments, result); return result; }, get referrerPolicy() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'referrerPolicy', arguments, result); return result; }, get signal() { // 这个有问题 if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).signal, new class AbortSignal { aborted = false; onabort = null });; + let result = lwVm.abs(lwVm.memory.private_data.get(this).signal, new class AbortSignal { aborted = false; onabort = null }); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'referrerPolicy', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequest.js b/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequest.js index 382ee39..9b042f8 100644 --- a/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequest.js +++ b/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequest.js @@ -41,7 +41,7 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get onreadystatechange() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onreadystatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onreadystatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'onreadystatechange', arguments, result); return result; }, @@ -64,13 +64,13 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get readyState() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'readyState', arguments, result); return result; }, get response() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).response, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).response, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'response', arguments, result); return result; }, @@ -81,13 +81,13 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get responseText() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseText, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseText, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseText', arguments, result); return result; }, get responseType() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseType, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseType, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseType', arguments, result); return result; }, @@ -98,13 +98,13 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get responseURL() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseURL, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseURL, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseURL', arguments, result); return result; }, get responseXML() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseXML, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseXML, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseXML', arguments, result); return result; }, @@ -122,19 +122,19 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get status() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).status, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).status, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'status', arguments, result); return result; }, get statusText() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).statusText, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).statusText, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'statusText', arguments, result); return result; }, get timeout() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).timeout, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).timeout, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'timeout', arguments, result); return result; }, @@ -148,7 +148,7 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get withCredentials() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).withCredentials, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).withCredentials, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'withCredentials', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequestEventTarget.js b/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequestEventTarget.js index 836a3e2..6acb8e2 100644 --- a/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequestEventTarget.js +++ b/qxVm_sanbox/env/BOM/HttpRequest/XMLHttpRequestEventTarget.js @@ -13,7 +13,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ XMLHttpRequestEventTarget.prototype = { get onabort() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onabort', arguments, result); return result; }, @@ -24,7 +24,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onerror() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onerror', arguments, result); return result; }, @@ -35,7 +35,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onload() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onload', arguments, result); return result; }, @@ -46,7 +46,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onloadend() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onloadend', arguments, result); return result; }, @@ -57,7 +57,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onloadstart() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onloadstart', arguments, result); return result; }, @@ -68,7 +68,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onprogress() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onprogress', arguments, result); return result; }, @@ -79,7 +79,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get ontimeout() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeout, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeout, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'ontimeout', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/IDB/IDBOpenDBRequest.js b/qxVm_sanbox/env/BOM/IDB/IDBOpenDBRequest.js index 4e99f73..d1c388d 100644 --- a/qxVm_sanbox/env/BOM/IDB/IDBOpenDBRequest.js +++ b/qxVm_sanbox/env/BOM/IDB/IDBOpenDBRequest.js @@ -16,7 +16,7 @@ IDBOpenDBRequest = function IDBOpenDBRequest(createObj_key, name, version) { IDBOpenDBRequest.prototype = { get onblocked() { if (!IDBOpenDBRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onblocked, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onblocked, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBOpenDBRequest', 'onblocked', arguments, result); return result; }, @@ -27,7 +27,7 @@ IDBOpenDBRequest = function IDBOpenDBRequest(createObj_key, name, version) { }, get onupgradeneeded() { if (!IDBOpenDBRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onupgradeneeded, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onupgradeneeded, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBOpenDBRequest', 'onupgradeneeded', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/MediaSession.js b/qxVm_sanbox/env/BOM/MediaSession.js index 3730e73..2f66654 100644 --- a/qxVm_sanbox/env/BOM/MediaSession.js +++ b/qxVm_sanbox/env/BOM/MediaSession.js @@ -13,7 +13,7 @@ MediaSession = function MediaSession(createObj_key) { MediaSession.prototype = { get metadata() { if (!MediaSession.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).metadata, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).metadata, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaSession', 'metadata', arguments, result); return result; }, @@ -24,7 +24,7 @@ MediaSession = function MediaSession(createObj_key) { }, get playbackState() { if (!MediaSession.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).playbackState, "none");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).playbackState, "none"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaSession', 'playbackState', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Navigator.js b/qxVm_sanbox/env/BOM/Navigator.js index bfd0242..0bad6a4 100644 --- a/qxVm_sanbox/env/BOM/Navigator.js +++ b/qxVm_sanbox/env/BOM/Navigator.js @@ -116,25 +116,25 @@ navigator = {}; Navigator.prototype = { get appCodeName() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.appCodeName;; + let result = $attribute_map.appCodeName; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'appCodeName', arguments, result); return result; }, get appName() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.appName;; + let result = $attribute_map.appName; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'appName', arguments, result); return result; }, get appVersion() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.appVersion;; + let result = $attribute_map.appVersion; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'appVersion', arguments, result); return result; }, get bluetooth() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.bluetooth;; + let result = $attribute_map.bluetooth; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'bluetooth', arguments, result); return result; }, @@ -152,43 +152,43 @@ navigator = {}; }, get clipboard() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.clipboard;; + let result = $attribute_map.clipboard; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'clipboard', arguments, result); return result; }, get connection() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.connection;; + let result = $attribute_map.connection; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'connection', arguments, result); return result; }, get cookieEnabled() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.cookieEnabled;; + let result = $attribute_map.cookieEnabled; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'cookieEnabled', arguments, result); return result; }, get credentials() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.credentials;; + let result = $attribute_map.credentials; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'credentials', arguments, result); return result; }, get deviceMemory() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.deviceMemory;; + let result = $attribute_map.deviceMemory; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'deviceMemory', arguments, result); return result; }, get doNotTrack() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.doNotTrack;; + let result = $attribute_map.doNotTrack; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'doNotTrack', arguments, result); return result; }, get geolocation() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.geolocation;; + let result = $attribute_map.geolocation; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'geolocation', arguments, result); return result; }, @@ -236,127 +236,127 @@ navigator = {}; }, get hardwareConcurrency() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.hardwareConcurrency;; + let result = $attribute_map.hardwareConcurrency; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'hardwareConcurrency', arguments, result); return result; }, get hid() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.hid;; + let result = $attribute_map.hid; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'hid', arguments, result); return result; }, get ink() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ink;; + let result = $attribute_map.ink; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'ink', arguments, result); return result; }, get keyboard() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.keyboard;; + let result = $attribute_map.keyboard; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'keyboard', arguments, result); return result; }, get language() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.languages;; + let result = $attribute_map.languages; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'language', arguments, result); return result; }, get languages() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.languages;; + let result = $attribute_map.languages; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'languages', arguments, result); return result; }, get locks() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.locks;; + let result = $attribute_map.locks; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'locks', arguments, result); return result; }, get managed() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.managed;; + let result = $attribute_map.managed; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'managed', arguments, result); return result; }, get maxTouchPoints() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.maxTouchPoints;; + let result = $attribute_map.maxTouchPoints; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'maxTouchPoints', arguments, result); return result; }, get mediaCapabilities() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.mediaCapabilities;; + let result = $attribute_map.mediaCapabilities; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'mediaCapabilities', arguments, result); return result; }, get mediaDevices() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.mediaDevices;; + let result = $attribute_map.mediaDevices; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'mediaDevices', arguments, result); return result; }, get mediaSession() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.mediaSession;; + let result = $attribute_map.mediaSession; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'mediaSession', arguments, result); return result; }, get mimeTypes() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.mimeTypes;; + let result = $attribute_map.mimeTypes; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'mimeTypes', arguments, result); return result; }, get onLine() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onLine;; + let result = $attribute_map.onLine; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'onLine', arguments, result); return result; }, get pdfViewerEnabled() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.pdfViewerEnabled;; + let result = $attribute_map.pdfViewerEnabled; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'pdfViewerEnabled', arguments, result); return result; }, get permissions() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.permissions;; + let result = $attribute_map.permissions; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'permissions', arguments, result); return result; }, get platform() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.platform;; + let result = $attribute_map.platform; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'platform', arguments, result); return result; }, get plugins() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.plugins;; + let result = $attribute_map.plugins; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'plugins', arguments, result); return result; }, get presentation() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.presentation;; + let result = $attribute_map.presentation; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'presentation', arguments, result); return result; }, get product() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.product;; + let result = $attribute_map.product; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'product', arguments, result); return result; }, get productSub() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.productSub;; + let result = $attribute_map.productSub; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'productSub', arguments, result); return result; }, @@ -380,7 +380,7 @@ navigator = {}; }, get scheduling() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.scheduling;; + let result = $attribute_map.scheduling; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'scheduling', arguments, result); return result; }, @@ -393,13 +393,13 @@ navigator = {}; get serial() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.serial;; + let result = $attribute_map.serial; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'serial', arguments, result); return result; }, get serviceWorker() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.serviceWorker;; + let result = $attribute_map.serviceWorker; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'serviceWorker', arguments, result); return result; }, @@ -417,7 +417,7 @@ navigator = {}; }, get storage() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.storage;; + let result = $attribute_map.storage; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'storage', arguments, result); return result; }, @@ -429,37 +429,37 @@ navigator = {}; }, get usb() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = new lwVm.memory.$createObj_key();; + let result = new lwVm.memory.$createObj_key(); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'usb', arguments, result); return result; }, get userActivation() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.userActivation;; + let result = $attribute_map.userActivation; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'userActivation', arguments, result); return result; }, get userAgent() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.userAgent;; + let result = $attribute_map.userAgent; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'userAgent', arguments, result); return result; }, get userAgentData() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.userAgentData;; + let result = $attribute_map.userAgentData; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'userAgentData', arguments, result); return result; }, get vendor() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.vendor;; + let result = $attribute_map.vendor; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'vendor', arguments, result); return result; }, get vendorSub() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.vendorSub;; + let result = $attribute_map.vendorSub; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'vendorSub', arguments, result); return result; }, @@ -471,19 +471,19 @@ navigator = {}; }, get virtualKeyboard() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.virtualKeyboard;; + let result = $attribute_map.virtualKeyboard; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'virtualKeyboard', arguments, result); return result; }, get wakeLock() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.wakeLock;; + let result = $attribute_map.wakeLock; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'wakeLock', arguments, result); return result; }, get webdriver() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webdriver;; + let result = $attribute_map.webdriver; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'webdriver', arguments, result); return result; }, @@ -491,19 +491,19 @@ navigator = {}; }, get webkitPersistentStorage() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitPersistentStorage;; + let result = $attribute_map.webkitPersistentStorage; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'webkitPersistentStorage', arguments, result); return result; }, get webkitTemporaryStorage() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitTemporaryStorage;; + let result = $attribute_map.webkitTemporaryStorage; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'webkitTemporaryStorage', arguments, result); return result; }, get xr() { if (!Navigator.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.xr;; + let result = $attribute_map.xr; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Navigator', 'xr', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/NavigatorUAData.js b/qxVm_sanbox/env/BOM/NavigatorUAData.js index e05e30c..2ebb459 100644 --- a/qxVm_sanbox/env/BOM/NavigatorUAData.js +++ b/qxVm_sanbox/env/BOM/NavigatorUAData.js @@ -27,13 +27,13 @@ NavigatorUAData = function NavigatorUAData(createObj_key) {//构造函数 }, get mobile() { if (!NavigatorUAData.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = false;; + let result = false; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NavigatorUAData', 'mobile', arguments, result); return result; }, get platform() { if (!NavigatorUAData.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "Windows";; + let result = "Windows"; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NavigatorUAData', 'platform', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Performance.js b/qxVm_sanbox/env/BOM/Performance.js index 9e28e44..edf18e8 100644 --- a/qxVm_sanbox/env/BOM/Performance.js +++ b/qxVm_sanbox/env/BOM/Performance.js @@ -20,19 +20,19 @@ Performance = function Performance(createObj_key) {//构造函数 MemoryInfo.prototype = { get jsHeapSizeLimit() { if (!MemoryInfo.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 2330000000;; + let result = 2330000000; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MemoryInfo', 'jsHeapSizeLimit', arguments, result); return result; }, get totalJSHeapSize() { if (!MemoryInfo.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 18200000;; + let result = 18200000; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MemoryInfo', 'totalJSHeapSize', arguments, result); return result; }, get usedJSHeapSize() { if (!MemoryInfo.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 15200000;; + let result = 15200000; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MemoryInfo', 'usedJSHeapSize', arguments, result); return result; }, @@ -69,7 +69,7 @@ Performance = function Performance(createObj_key) {//构造函数 }, get eventCounts() { if (!Performance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).eventCounts, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).eventCounts, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'eventCounts', arguments, result); return result; }, @@ -119,7 +119,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = new MemoryInfo(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).memory = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Performance', 'if ', arguments, result); return result; }, @@ -130,7 +130,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = new PerformanceNavigation(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).navigation = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Performance', 'if ', arguments, result); return result; }, @@ -142,7 +142,7 @@ Performance = function Performance(createObj_key) {//构造函数 }, get onresourcetimingbufferfull() { if (!Performance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onresourcetimingbufferfull, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onresourcetimingbufferfull, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'onresourcetimingbufferfull', arguments, result); return result; }, @@ -164,7 +164,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = (new Date().getTime()) + parseFloat((Math.random()).toFixed(1)) lwVm.memory.private_data.get(this).timeOrigin = ele } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'timeOrigin', arguments, result); return result; }, @@ -175,7 +175,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = new PerformanceTiming(lwVm.memory.$createObj_key, parseInt(this.timeOrigin)); lwVm.memory.private_data.get(this).timing = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'timing', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Performance/Performance.js b/qxVm_sanbox/env/BOM/Performance/Performance.js index 9e28e44..edf18e8 100644 --- a/qxVm_sanbox/env/BOM/Performance/Performance.js +++ b/qxVm_sanbox/env/BOM/Performance/Performance.js @@ -20,19 +20,19 @@ Performance = function Performance(createObj_key) {//构造函数 MemoryInfo.prototype = { get jsHeapSizeLimit() { if (!MemoryInfo.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 2330000000;; + let result = 2330000000; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MemoryInfo', 'jsHeapSizeLimit', arguments, result); return result; }, get totalJSHeapSize() { if (!MemoryInfo.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 18200000;; + let result = 18200000; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MemoryInfo', 'totalJSHeapSize', arguments, result); return result; }, get usedJSHeapSize() { if (!MemoryInfo.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 15200000;; + let result = 15200000; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MemoryInfo', 'usedJSHeapSize', arguments, result); return result; }, @@ -69,7 +69,7 @@ Performance = function Performance(createObj_key) {//构造函数 }, get eventCounts() { if (!Performance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).eventCounts, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).eventCounts, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'eventCounts', arguments, result); return result; }, @@ -119,7 +119,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = new MemoryInfo(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).memory = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Performance', 'if ', arguments, result); return result; }, @@ -130,7 +130,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = new PerformanceNavigation(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).navigation = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Performance', 'if ', arguments, result); return result; }, @@ -142,7 +142,7 @@ Performance = function Performance(createObj_key) {//构造函数 }, get onresourcetimingbufferfull() { if (!Performance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onresourcetimingbufferfull, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onresourcetimingbufferfull, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'onresourcetimingbufferfull', arguments, result); return result; }, @@ -164,7 +164,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = (new Date().getTime()) + parseFloat((Math.random()).toFixed(1)) lwVm.memory.private_data.get(this).timeOrigin = ele } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'timeOrigin', arguments, result); return result; }, @@ -175,7 +175,7 @@ Performance = function Performance(createObj_key) {//构造函数 ele = new PerformanceTiming(lwVm.memory.$createObj_key, parseInt(this.timeOrigin)); lwVm.memory.private_data.get(this).timing = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Performance', 'timing', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Performance/PerformanceEntry.js b/qxVm_sanbox/env/BOM/Performance/PerformanceEntry.js index c376d31..274a8de 100644 --- a/qxVm_sanbox/env/BOM/Performance/PerformanceEntry.js +++ b/qxVm_sanbox/env/BOM/Performance/PerformanceEntry.js @@ -14,25 +14,25 @@ PerformanceEntry = function PerformanceEntry(createObj_key) { PerformanceEntry.prototype = { get duration() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).duration, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).duration, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'duration', arguments, result); return result; }, get entryType() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).entryType, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).entryType, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'entryType', arguments, result); return result; }, get name() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'name', arguments, result); return result; }, get startTime() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).startTime, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).startTime, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'startTime', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Performance/PerformanceNavigation.js b/qxVm_sanbox/env/BOM/Performance/PerformanceNavigation.js index 85ed39f..6dd9d7a 100644 --- a/qxVm_sanbox/env/BOM/Performance/PerformanceNavigation.js +++ b/qxVm_sanbox/env/BOM/Performance/PerformanceNavigation.js @@ -19,7 +19,7 @@ PerformanceNavigation = function PerformanceNavigation(createObj_key) { PerformanceNavigation.prototype = { get redirectCount() { if (!PerformanceNavigation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceNavigation', 'redirectCount', arguments, result); return result; }, @@ -31,7 +31,7 @@ PerformanceNavigation = function PerformanceNavigation(createObj_key) { }, get type() { if (!PerformanceNavigation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceNavigation', 'type', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Performance/PerformanceTiming.js b/qxVm_sanbox/env/BOM/Performance/PerformanceTiming.js index 56d8228..c958e1f 100644 --- a/qxVm_sanbox/env/BOM/Performance/PerformanceTiming.js +++ b/qxVm_sanbox/env/BOM/Performance/PerformanceTiming.js @@ -18,115 +18,115 @@ PerformanceTiming = function PerformanceTiming(createObj_key, timeOrigin) {//构 PerformanceTiming.prototype = { get connectEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'connectEnd', arguments, result); return result; }, get connectStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'connectStart', arguments, result); return result; }, get domComplete() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + parseInt(Math.random()*(500 - 10) + 100, 10);; + let result = lwVm.memory.private_data.get(this).base_time + parseInt(Math.random()*(500 - 10) + 100, 10); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domComplete', arguments, result); return result; }, get domContentLoadedEventEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 106;; + let result = lwVm.memory.private_data.get(this).base_time + 106; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domContentLoadedEventEnd', arguments, result); return result; }, get domContentLoadedEventStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 103;; + let result = lwVm.memory.private_data.get(this).base_time + 103; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domContentLoadedEventStart', arguments, result); return result; }, get domInteractive() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 102;; + let result = lwVm.memory.private_data.get(this).base_time + 102; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domInteractive', arguments, result); return result; }, get domLoading() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 79;; + let result = lwVm.memory.private_data.get(this).base_time + 79; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domLoading', arguments, result); return result; }, get domainLookupEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domainLookupEnd', arguments, result); return result; }, get domainLookupStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domainLookupStart', arguments, result); return result; }, get fetchStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'fetchStart', arguments, result); return result; }, get loadEventEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this.domComplete;; + let result = this.domComplete; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'loadEventEnd', arguments, result); return result; }, get loadEventStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this.domComplete;; + let result = this.domComplete; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'loadEventStart', arguments, result); return result; }, get navigationStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + -8;; + let result = lwVm.memory.private_data.get(this).base_time + -8; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'navigationStart', arguments, result); return result; }, get redirectEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'redirectEnd', arguments, result); return result; }, get redirectStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'redirectStart', arguments, result); return result; }, get requestStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'requestStart', arguments, result); return result; }, get responseEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 20;; + let result = lwVm.memory.private_data.get(this).base_time + 20; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'responseEnd', arguments, result); return result; }, get responseStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'responseStart', arguments, result); return result; }, get secureConnectionStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'secureConnectionStart', arguments, result); return result; }, @@ -138,7 +138,7 @@ PerformanceTiming = function PerformanceTiming(createObj_key, timeOrigin) {//构 }, get unloadEventEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'unloadEventEnd', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/PerformanceEntry.js b/qxVm_sanbox/env/BOM/PerformanceEntry.js index c376d31..274a8de 100644 --- a/qxVm_sanbox/env/BOM/PerformanceEntry.js +++ b/qxVm_sanbox/env/BOM/PerformanceEntry.js @@ -14,25 +14,25 @@ PerformanceEntry = function PerformanceEntry(createObj_key) { PerformanceEntry.prototype = { get duration() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).duration, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).duration, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'duration', arguments, result); return result; }, get entryType() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).entryType, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).entryType, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'entryType', arguments, result); return result; }, get name() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'name', arguments, result); return result; }, get startTime() { if (!PerformanceEntry.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).startTime, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).startTime, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceEntry', 'startTime', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/PerformanceNavigation.js b/qxVm_sanbox/env/BOM/PerformanceNavigation.js index 85ed39f..6dd9d7a 100644 --- a/qxVm_sanbox/env/BOM/PerformanceNavigation.js +++ b/qxVm_sanbox/env/BOM/PerformanceNavigation.js @@ -19,7 +19,7 @@ PerformanceNavigation = function PerformanceNavigation(createObj_key) { PerformanceNavigation.prototype = { get redirectCount() { if (!PerformanceNavigation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceNavigation', 'redirectCount', arguments, result); return result; }, @@ -31,7 +31,7 @@ PerformanceNavigation = function PerformanceNavigation(createObj_key) { }, get type() { if (!PerformanceNavigation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceNavigation', 'type', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/PerformanceTiming.js b/qxVm_sanbox/env/BOM/PerformanceTiming.js index 56d8228..c958e1f 100644 --- a/qxVm_sanbox/env/BOM/PerformanceTiming.js +++ b/qxVm_sanbox/env/BOM/PerformanceTiming.js @@ -18,115 +18,115 @@ PerformanceTiming = function PerformanceTiming(createObj_key, timeOrigin) {//构 PerformanceTiming.prototype = { get connectEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'connectEnd', arguments, result); return result; }, get connectStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'connectStart', arguments, result); return result; }, get domComplete() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + parseInt(Math.random()*(500 - 10) + 100, 10);; + let result = lwVm.memory.private_data.get(this).base_time + parseInt(Math.random()*(500 - 10) + 100, 10); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domComplete', arguments, result); return result; }, get domContentLoadedEventEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 106;; + let result = lwVm.memory.private_data.get(this).base_time + 106; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domContentLoadedEventEnd', arguments, result); return result; }, get domContentLoadedEventStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 103;; + let result = lwVm.memory.private_data.get(this).base_time + 103; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domContentLoadedEventStart', arguments, result); return result; }, get domInteractive() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 102;; + let result = lwVm.memory.private_data.get(this).base_time + 102; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domInteractive', arguments, result); return result; }, get domLoading() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 79;; + let result = lwVm.memory.private_data.get(this).base_time + 79; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domLoading', arguments, result); return result; }, get domainLookupEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domainLookupEnd', arguments, result); return result; }, get domainLookupStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'domainLookupStart', arguments, result); return result; }, get fetchStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'fetchStart', arguments, result); return result; }, get loadEventEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this.domComplete;; + let result = this.domComplete; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'loadEventEnd', arguments, result); return result; }, get loadEventStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this.domComplete;; + let result = this.domComplete; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'loadEventStart', arguments, result); return result; }, get navigationStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + -8;; + let result = lwVm.memory.private_data.get(this).base_time + -8; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'navigationStart', arguments, result); return result; }, get redirectEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'redirectEnd', arguments, result); return result; }, get redirectStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'redirectStart', arguments, result); return result; }, get requestStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'requestStart', arguments, result); return result; }, get responseEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time + 20;; + let result = lwVm.memory.private_data.get(this).base_time + 20; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'responseEnd', arguments, result); return result; }, get responseStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).base_time;; + let result = lwVm.memory.private_data.get(this).base_time; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'responseStart', arguments, result); return result; }, get secureConnectionStart() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'secureConnectionStart', arguments, result); return result; }, @@ -138,7 +138,7 @@ PerformanceTiming = function PerformanceTiming(createObj_key, timeOrigin) {//构 }, get unloadEventEnd() { if (!PerformanceTiming.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PerformanceTiming', 'unloadEventEnd', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Plugin/MimeTypeArray.js b/qxVm_sanbox/env/BOM/Plugin/MimeTypeArray.js index 36b93c5..0cb1876 100644 --- a/qxVm_sanbox/env/BOM/Plugin/MimeTypeArray.js +++ b/qxVm_sanbox/env/BOM/Plugin/MimeTypeArray.js @@ -10,18 +10,18 @@ MimeTypeArray = function MimeTypeArray() { MimeTypeArray.prototype = { item(index) { - let result = this[index];; + let result = this[index]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'MimeTypeArray', 'item', arguments, result); return result; }, get length() { if (!MimeTypeArray.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.mimeTypeArray.length;; + let result = lwVm.memory.mimeTypeArray.length; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MimeTypeArray', 'length', arguments, result); return result; }, namedItem(key) { - let result = this[key];; + let result = this[key]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'MimeTypeArray', 'namedItem', arguments, result); return result; } diff --git a/qxVm_sanbox/env/BOM/Plugin/Plugin.js b/qxVm_sanbox/env/BOM/Plugin/Plugin.js index a50d0e5..1d9c1fe 100644 --- a/qxVm_sanbox/env/BOM/Plugin/Plugin.js +++ b/qxVm_sanbox/env/BOM/Plugin/Plugin.js @@ -23,7 +23,7 @@ Plugin = function Plugin() { }, item(index) { // debugger; - let result = this[index];; + let result = this[index]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Plugin', 'item', arguments, result); return result; }, @@ -40,7 +40,7 @@ Plugin = function Plugin() { return result; }, namedItem(key) { - let result = this[key];; + let result = this[key]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Plugin', 'namedItem', arguments, result); return result; }, @@ -73,7 +73,7 @@ Plugin = function Plugin() { plugin.length = plugin_data.MimeTypes.length; } Object.setPrototypeOf(plugin, Plugin.prototype) - let result = plugin;; + let result = plugin; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Plugin', 'namedItem', arguments, result); return result; } diff --git a/qxVm_sanbox/env/BOM/Plugin/PluginArray.js b/qxVm_sanbox/env/BOM/Plugin/PluginArray.js index 15a76d8..3c1fd8d 100644 --- a/qxVm_sanbox/env/BOM/Plugin/PluginArray.js +++ b/qxVm_sanbox/env/BOM/Plugin/PluginArray.js @@ -12,19 +12,19 @@ lwVm.safefunction(PluginArray); PluginArray.prototype = { item(index) { if (!PluginArray.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this[index];; + let result = this[index]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'PluginArray', 'item', arguments, result); return result; }, get length() { if (!PluginArray.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.pluginArray.temp.length;; + let result = lwVm.memory.pluginArray.temp.length; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PluginArray', 'length', arguments, result); return result; }, namedItem(key) { if (!PluginArray.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this[key];; + let result = this[key]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'PluginArray', 'namedItem', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Presentation.js b/qxVm_sanbox/env/BOM/Presentation.js index b5b8eed..33a390d 100644 --- a/qxVm_sanbox/env/BOM/Presentation.js +++ b/qxVm_sanbox/env/BOM/Presentation.js @@ -13,7 +13,7 @@ Presentation = function Presentation(createObj_key) { Presentation.prototype = { get defaultRequest() { if (!Presentation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultRequest, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultRequest, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Presentation', 'defaultRequest', arguments, result); return result; }, @@ -24,7 +24,7 @@ Presentation = function Presentation(createObj_key) { }, get receiver() { if (!Presentation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Presentation', 'receiver', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTC/RTCDataChannel.js b/qxVm_sanbox/env/BOM/RTC/RTCDataChannel.js index f126efd..e9d57de 100644 --- a/qxVm_sanbox/env/BOM/RTC/RTCDataChannel.js +++ b/qxVm_sanbox/env/BOM/RTC/RTCDataChannel.js @@ -13,7 +13,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 get binaryType() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).binaryType, "arraybuffer");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).binaryType, "arraybuffer"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'binaryType', arguments, result); return result; }, @@ -24,7 +24,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get bufferedAmount() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmount, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmount, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'bufferedAmount', arguments, result); return result; }, @@ -35,7 +35,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get bufferedAmountLowThreshold() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmountLowThreshold, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmountLowThreshold, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'bufferedAmountLowThreshold', arguments, result); return result; }, @@ -52,37 +52,37 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get id() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).id, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).id, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'id', arguments, result); return result; }, get label() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).label;; + let result = lwVm.memory.private_data.get(this).label; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'label', arguments, result); return result; }, get maxRetransmitTime() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmitTime, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmitTime, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'maxRetransmitTime', arguments, result); return result; }, get maxRetransmits() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmits, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmits, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'maxRetransmits', arguments, result); return result; }, get negotiated() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).negotiated, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).negotiated, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'negotiated', arguments, result); return result; }, get onbufferedamountlow() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onbufferedamountlow, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onbufferedamountlow, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onbufferedamountlow', arguments, result); return result; }, @@ -93,7 +93,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onclose() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onclose', arguments, result); return result; }, @@ -104,7 +104,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onerror() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onerror', arguments, result); return result; }, @@ -115,7 +115,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onmessage() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onmessage', arguments, result); return result; }, @@ -126,7 +126,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onopen() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onopen, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onopen, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onopen', arguments, result); return result; }, @@ -137,25 +137,25 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get ordered() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ordered, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ordered, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'ordered', arguments, result); return result; }, get protocol() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'protocol', arguments, result); return result; }, get readyState() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, "connecting");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, "connecting"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'readyState', arguments, result); return result; }, get reliable() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).reliable, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).reliable, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'reliable', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTC/RTCIceCandidate.js b/qxVm_sanbox/env/BOM/RTC/RTCIceCandidate.js index 35be0f6..85ac286 100644 --- a/qxVm_sanbox/env/BOM/RTC/RTCIceCandidate.js +++ b/qxVm_sanbox/env/BOM/RTC/RTCIceCandidate.js @@ -13,73 +13,73 @@ RTCIceCandidate = function RTCIceCandidate(createObj_key) { RTCIceCandidate.prototype = { get address() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).address, "192.168.0.103");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).address, "192.168.0.103"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'address', arguments, result); return result; }, get candidate() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, "candidate:1840965416 1 udp 2122260223 192.168.0.103 49325 typ host generation 0 ufrag o6U2 network-id 1 network-cost 10");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, "candidate:1840965416 1 udp 2122260223 192.168.0.103 49325 typ host generation 0 ufrag o6U2 network-id 1 network-cost 10"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'candidate', arguments, result); return result; }, get component() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).component, "rtp");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).component, "rtp"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'component', arguments, result); return result; }, get foundation() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).foundation, "1840965416");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).foundation, "1840965416"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'foundation', arguments, result); return result; }, get port() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).port, 49325);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).port, 49325); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'port', arguments, result); return result; }, get priority() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).priority, 2122260223);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).priority, 2122260223); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'priority', arguments, result); return result; }, get protocol() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, "udp");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, "udp"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'protocol', arguments, result); return result; }, get relatedAddress() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedAddress, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedAddress, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'relatedAddress', arguments, result); return result; }, get relatedPort() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedPort, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedPort, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'relatedPort', arguments, result); return result; }, get sdpMLineIndex() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMLineIndex, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMLineIndex, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'sdpMLineIndex', arguments, result); return result; }, get sdpMid() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMid, "1");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMid, "1"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'sdpMid', arguments, result); return result; }, get tcpType() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).tcpType, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).tcpType, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'tcpType', arguments, result); return result; }, @@ -91,13 +91,13 @@ RTCIceCandidate = function RTCIceCandidate(createObj_key) { }, get type() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "host");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "host"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'type', arguments, result); return result; }, get usernameFragment() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).usernameFragment, "o6U2");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).usernameFragment, "o6U2"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'usernameFragment', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTC/RTCPeerConnection.js b/qxVm_sanbox/env/BOM/RTC/RTCPeerConnection.js index 4dbb96e..0eb5c43 100644 --- a/qxVm_sanbox/env/BOM/RTC/RTCPeerConnection.js +++ b/qxVm_sanbox/env/BOM/RTC/RTCPeerConnection.js @@ -46,7 +46,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get canTrickleIceCandidates() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).canTrickleIceCandidates, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).canTrickleIceCandidates, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'canTrickleIceCandidates', arguments, result); return result; }, @@ -58,7 +58,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get connectionState() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).connectionState, "new");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).connectionState, "new"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'connectionState', arguments, result); return result; }, @@ -77,7 +77,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 createDataChannel(label) { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; if (label === undefined) { throw new TypeError(`Failed to execute 'createDataChannel' on 'RTCPeerConnection': 1 argument required, but only 0 present.`) } - let result = new RTCDataChannel(lwVm.memory.$createObj_key, label);; + let result = new RTCDataChannel(lwVm.memory.$createObj_key, label); if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'RTCPeerConnection', 'createDataChannel', arguments, result); return result; }, @@ -93,13 +93,13 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get currentLocalDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentLocalDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentLocalDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'currentLocalDescription', arguments, result); return result; }, get currentRemoteDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentRemoteDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentRemoteDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'currentRemoteDescription', arguments, result); return result; }, @@ -147,25 +147,25 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get iceConnectionState() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).iceConnectionState, "new");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).iceConnectionState, "new"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'iceConnectionState', arguments, result); return result; }, get iceGatheringState() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).iceGatheringState, "new");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).iceGatheringState, "new"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'iceGatheringState', arguments, result); return result; }, get localDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).localDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).localDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'localDescription', arguments, result); return result; }, get onaddstream() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onaddstream, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onaddstream, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onaddstream', arguments, result); return result; }, @@ -176,7 +176,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onconnectionstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnectionstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnectionstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onconnectionstatechange', arguments, result); return result; }, @@ -187,7 +187,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get ondatachannel() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondatachannel, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondatachannel, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'ondatachannel', arguments, result); return result; }, @@ -198,7 +198,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onicecandidate() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidate, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidate, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onicecandidate', arguments, result); return result; }, @@ -209,7 +209,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onicecandidateerror() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidateerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidateerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onicecandidateerror', arguments, result); return result; }, @@ -220,7 +220,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get oniceconnectionstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oniceconnectionstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oniceconnectionstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'oniceconnectionstatechange', arguments, result); return result; }, @@ -231,7 +231,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onicegatheringstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onicegatheringstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onicegatheringstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onicegatheringstatechange', arguments, result); return result; }, @@ -242,7 +242,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onnegotiationneeded() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onnegotiationneeded, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onnegotiationneeded, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onnegotiationneeded', arguments, result); return result; }, @@ -253,7 +253,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onremovestream() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onremovestream, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onremovestream, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onremovestream', arguments, result); return result; }, @@ -264,7 +264,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onsignalingstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsignalingstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsignalingstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onsignalingstatechange', arguments, result); return result; }, @@ -275,7 +275,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get ontrack() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontrack, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontrack, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'ontrack', arguments, result); return result; }, @@ -286,19 +286,19 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get pendingLocalDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingLocalDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingLocalDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'pendingLocalDescription', arguments, result); return result; }, get pendingRemoteDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingRemoteDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingRemoteDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'pendingRemoteDescription', arguments, result); return result; }, get remoteDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).remoteDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).remoteDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'remoteDescription', arguments, result); return result; }, @@ -322,7 +322,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get sctp() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sctp, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sctp, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'sctp', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTC/RTCPeerConnectionIceEvent.js b/qxVm_sanbox/env/BOM/RTC/RTCPeerConnectionIceEvent.js index f608acb..5efb21b 100644 --- a/qxVm_sanbox/env/BOM/RTC/RTCPeerConnectionIceEvent.js +++ b/qxVm_sanbox/env/BOM/RTC/RTCPeerConnectionIceEvent.js @@ -13,7 +13,7 @@ RTCPeerConnectionIceEvent = function RTCPeerConnectionIceEvent(createObj_key, ty RTCPeerConnectionIceEvent.prototype = { get candidate() { if (!RTCPeerConnectionIceEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnectionIceEvent', 'candidate', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTC/RTCSessionDescription.js b/qxVm_sanbox/env/BOM/RTC/RTCSessionDescription.js index 350bf2e..ff00d78 100644 --- a/qxVm_sanbox/env/BOM/RTC/RTCSessionDescription.js +++ b/qxVm_sanbox/env/BOM/RTC/RTCSessionDescription.js @@ -13,7 +13,7 @@ RTCSessionDescription = function RTCSessionDescription(createObj_key, sdp, type) RTCSessionDescription.prototype = { get sdp() { if (!RTCSessionDescription.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sdp, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sdp, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSessionDescription', 'sdp', arguments, result); return result; }, @@ -30,7 +30,7 @@ RTCSessionDescription = function RTCSessionDescription(createObj_key, sdp, type) }, get type() { if (!RTCSessionDescription.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSessionDescription', 'type', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTCDataChannel.js b/qxVm_sanbox/env/BOM/RTCDataChannel.js index f126efd..e9d57de 100644 --- a/qxVm_sanbox/env/BOM/RTCDataChannel.js +++ b/qxVm_sanbox/env/BOM/RTCDataChannel.js @@ -13,7 +13,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 get binaryType() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).binaryType, "arraybuffer");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).binaryType, "arraybuffer"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'binaryType', arguments, result); return result; }, @@ -24,7 +24,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get bufferedAmount() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmount, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmount, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'bufferedAmount', arguments, result); return result; }, @@ -35,7 +35,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get bufferedAmountLowThreshold() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmountLowThreshold, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).bufferedAmountLowThreshold, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'bufferedAmountLowThreshold', arguments, result); return result; }, @@ -52,37 +52,37 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get id() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).id, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).id, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'id', arguments, result); return result; }, get label() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).label;; + let result = lwVm.memory.private_data.get(this).label; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'label', arguments, result); return result; }, get maxRetransmitTime() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmitTime, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmitTime, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'maxRetransmitTime', arguments, result); return result; }, get maxRetransmits() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmits, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxRetransmits, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'maxRetransmits', arguments, result); return result; }, get negotiated() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).negotiated, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).negotiated, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'negotiated', arguments, result); return result; }, get onbufferedamountlow() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onbufferedamountlow, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onbufferedamountlow, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onbufferedamountlow', arguments, result); return result; }, @@ -93,7 +93,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onclose() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onclose', arguments, result); return result; }, @@ -104,7 +104,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onerror() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onerror', arguments, result); return result; }, @@ -115,7 +115,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onmessage() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onmessage', arguments, result); return result; }, @@ -126,7 +126,7 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get onopen() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onopen, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onopen, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'onopen', arguments, result); return result; }, @@ -137,25 +137,25 @@ RTCDataChannel = function RTCDataChannel(createObj_key, label) {//构造函数 }, get ordered() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ordered, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ordered, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'ordered', arguments, result); return result; }, get protocol() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'protocol', arguments, result); return result; }, get readyState() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, "connecting");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, "connecting"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'readyState', arguments, result); return result; }, get reliable() { if (!RTCDataChannel.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).reliable, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).reliable, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCDataChannel', 'reliable', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTCIceCandidate.js b/qxVm_sanbox/env/BOM/RTCIceCandidate.js index 35be0f6..85ac286 100644 --- a/qxVm_sanbox/env/BOM/RTCIceCandidate.js +++ b/qxVm_sanbox/env/BOM/RTCIceCandidate.js @@ -13,73 +13,73 @@ RTCIceCandidate = function RTCIceCandidate(createObj_key) { RTCIceCandidate.prototype = { get address() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).address, "192.168.0.103");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).address, "192.168.0.103"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'address', arguments, result); return result; }, get candidate() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, "candidate:1840965416 1 udp 2122260223 192.168.0.103 49325 typ host generation 0 ufrag o6U2 network-id 1 network-cost 10");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, "candidate:1840965416 1 udp 2122260223 192.168.0.103 49325 typ host generation 0 ufrag o6U2 network-id 1 network-cost 10"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'candidate', arguments, result); return result; }, get component() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).component, "rtp");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).component, "rtp"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'component', arguments, result); return result; }, get foundation() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).foundation, "1840965416");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).foundation, "1840965416"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'foundation', arguments, result); return result; }, get port() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).port, 49325);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).port, 49325); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'port', arguments, result); return result; }, get priority() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).priority, 2122260223);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).priority, 2122260223); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'priority', arguments, result); return result; }, get protocol() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, "udp");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, "udp"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'protocol', arguments, result); return result; }, get relatedAddress() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedAddress, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedAddress, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'relatedAddress', arguments, result); return result; }, get relatedPort() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedPort, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedPort, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'relatedPort', arguments, result); return result; }, get sdpMLineIndex() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMLineIndex, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMLineIndex, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'sdpMLineIndex', arguments, result); return result; }, get sdpMid() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMid, "1");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sdpMid, "1"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'sdpMid', arguments, result); return result; }, get tcpType() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).tcpType, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).tcpType, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'tcpType', arguments, result); return result; }, @@ -91,13 +91,13 @@ RTCIceCandidate = function RTCIceCandidate(createObj_key) { }, get type() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "host");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "host"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'type', arguments, result); return result; }, get usernameFragment() { if (!RTCIceCandidate.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).usernameFragment, "o6U2");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).usernameFragment, "o6U2"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCIceCandidate', 'usernameFragment', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTCPeerConnection.js b/qxVm_sanbox/env/BOM/RTCPeerConnection.js index 4dbb96e..0eb5c43 100644 --- a/qxVm_sanbox/env/BOM/RTCPeerConnection.js +++ b/qxVm_sanbox/env/BOM/RTCPeerConnection.js @@ -46,7 +46,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get canTrickleIceCandidates() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).canTrickleIceCandidates, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).canTrickleIceCandidates, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'canTrickleIceCandidates', arguments, result); return result; }, @@ -58,7 +58,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get connectionState() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).connectionState, "new");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).connectionState, "new"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'connectionState', arguments, result); return result; }, @@ -77,7 +77,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 createDataChannel(label) { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; if (label === undefined) { throw new TypeError(`Failed to execute 'createDataChannel' on 'RTCPeerConnection': 1 argument required, but only 0 present.`) } - let result = new RTCDataChannel(lwVm.memory.$createObj_key, label);; + let result = new RTCDataChannel(lwVm.memory.$createObj_key, label); if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'RTCPeerConnection', 'createDataChannel', arguments, result); return result; }, @@ -93,13 +93,13 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get currentLocalDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentLocalDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentLocalDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'currentLocalDescription', arguments, result); return result; }, get currentRemoteDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentRemoteDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentRemoteDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'currentRemoteDescription', arguments, result); return result; }, @@ -147,25 +147,25 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get iceConnectionState() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).iceConnectionState, "new");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).iceConnectionState, "new"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'iceConnectionState', arguments, result); return result; }, get iceGatheringState() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).iceGatheringState, "new");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).iceGatheringState, "new"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'iceGatheringState', arguments, result); return result; }, get localDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).localDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).localDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'localDescription', arguments, result); return result; }, get onaddstream() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onaddstream, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onaddstream, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onaddstream', arguments, result); return result; }, @@ -176,7 +176,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onconnectionstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnectionstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnectionstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onconnectionstatechange', arguments, result); return result; }, @@ -187,7 +187,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get ondatachannel() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondatachannel, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondatachannel, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'ondatachannel', arguments, result); return result; }, @@ -198,7 +198,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onicecandidate() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidate, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidate, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onicecandidate', arguments, result); return result; }, @@ -209,7 +209,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onicecandidateerror() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidateerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onicecandidateerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onicecandidateerror', arguments, result); return result; }, @@ -220,7 +220,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get oniceconnectionstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oniceconnectionstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oniceconnectionstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'oniceconnectionstatechange', arguments, result); return result; }, @@ -231,7 +231,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onicegatheringstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onicegatheringstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onicegatheringstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onicegatheringstatechange', arguments, result); return result; }, @@ -242,7 +242,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onnegotiationneeded() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onnegotiationneeded, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onnegotiationneeded, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onnegotiationneeded', arguments, result); return result; }, @@ -253,7 +253,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onremovestream() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onremovestream, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onremovestream, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onremovestream', arguments, result); return result; }, @@ -264,7 +264,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get onsignalingstatechange() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsignalingstatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsignalingstatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'onsignalingstatechange', arguments, result); return result; }, @@ -275,7 +275,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get ontrack() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontrack, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontrack, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'ontrack', arguments, result); return result; }, @@ -286,19 +286,19 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get pendingLocalDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingLocalDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingLocalDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'pendingLocalDescription', arguments, result); return result; }, get pendingRemoteDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingRemoteDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).pendingRemoteDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'pendingRemoteDescription', arguments, result); return result; }, get remoteDescription() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).remoteDescription, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).remoteDescription, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'remoteDescription', arguments, result); return result; }, @@ -322,7 +322,7 @@ RTCPeerConnection = function RTCPeerConnection() {//构造函数 }, get sctp() { if (!RTCPeerConnection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sctp, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sctp, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnection', 'sctp', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTCPeerConnectionIceEvent.js b/qxVm_sanbox/env/BOM/RTCPeerConnectionIceEvent.js index f608acb..5efb21b 100644 --- a/qxVm_sanbox/env/BOM/RTCPeerConnectionIceEvent.js +++ b/qxVm_sanbox/env/BOM/RTCPeerConnectionIceEvent.js @@ -13,7 +13,7 @@ RTCPeerConnectionIceEvent = function RTCPeerConnectionIceEvent(createObj_key, ty RTCPeerConnectionIceEvent.prototype = { get candidate() { if (!RTCPeerConnectionIceEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).candidate, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCPeerConnectionIceEvent', 'candidate', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTCSctpTransport.js b/qxVm_sanbox/env/BOM/RTCSctpTransport.js index dc9c3ee..f38e6b4 100644 --- a/qxVm_sanbox/env/BOM/RTCSctpTransport.js +++ b/qxVm_sanbox/env/BOM/RTCSctpTransport.js @@ -13,19 +13,19 @@ RTCSctpTransport = function RTCSctpTransport(createObj_key) { RTCSctpTransport.prototype = { get maxChannels() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxChannels, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxChannels, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'maxChannels', arguments, result); return result; }, get maxMessageSize() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxMessageSize, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxMessageSize, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'maxMessageSize', arguments, result); return result; }, get onstatechange() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onstatechange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onstatechange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'onstatechange', arguments, result); return result; }, @@ -36,13 +36,13 @@ RTCSctpTransport = function RTCSctpTransport(createObj_key) { }, get state() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).state, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).state, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'state', arguments, result); return result; }, get transport() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).transport, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).transport, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'transport', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/RTCSessionDescription.js b/qxVm_sanbox/env/BOM/RTCSessionDescription.js index 350bf2e..ff00d78 100644 --- a/qxVm_sanbox/env/BOM/RTCSessionDescription.js +++ b/qxVm_sanbox/env/BOM/RTCSessionDescription.js @@ -13,7 +13,7 @@ RTCSessionDescription = function RTCSessionDescription(createObj_key, sdp, type) RTCSessionDescription.prototype = { get sdp() { if (!RTCSessionDescription.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sdp, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sdp, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSessionDescription', 'sdp', arguments, result); return result; }, @@ -30,7 +30,7 @@ RTCSessionDescription = function RTCSessionDescription(createObj_key, sdp, type) }, get type() { if (!RTCSessionDescription.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSessionDescription', 'type', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Request.js b/qxVm_sanbox/env/BOM/Request.js index facea8c..96e68f4 100644 --- a/qxVm_sanbox/env/BOM/Request.js +++ b/qxVm_sanbox/env/BOM/Request.js @@ -29,13 +29,13 @@ Request = function Request() {//构造函数 }, get bodyUsed() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).bodyUsed, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).bodyUsed, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'bodyUsed', arguments, result); return result; }, get cache() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).cache, "default");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).cache, "default"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'cache', arguments, result); return result; }, @@ -47,13 +47,13 @@ Request = function Request() {//构造函数 }, get credentials() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).credentials, "same-origin");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).credentials, "same-origin"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'credentials', arguments, result); return result; }, get destination() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).destination, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).destination, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'destination', arguments, result); return result; }, @@ -65,19 +65,19 @@ Request = function Request() {//构造函数 }, get headers() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).headers, new class Headers { });; + let result = lwVm.abs(lwVm.memory.private_data.get(this).headers, new class Headers { }); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'headers', arguments, result); return result; }, get integrity() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).integrity, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).integrity, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'integrity', arguments, result); return result; }, get isHistoryNavigation() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).isHistoryNavigation, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).isHistoryNavigation, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'isHistoryNavigation', arguments, result); return result; }, @@ -89,43 +89,43 @@ Request = function Request() {//构造函数 }, get keepalive() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).keepalive, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).keepalive, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'keepalive', arguments, result); return result; }, get method() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).method, "GET");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).method, "GET"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'method', arguments, result); return result; }, get mode() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).mode, "cors");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).mode, "cors"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'mode', arguments, result); return result; }, get redirect() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).redirect, "follow");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).redirect, "follow"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'redirect', arguments, result); return result; }, get referrer() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrer, "about:client");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrer, "about:client"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'referrer', arguments, result); return result; }, get referrerPolicy() { if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'referrerPolicy', arguments, result); return result; }, get signal() { // 这个有问题 if (!Request.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).signal, new class AbortSignal { aborted = false; onabort = null });; + let result = lwVm.abs(lwVm.memory.private_data.get(this).signal, new class AbortSignal { aborted = false; onabort = null }); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Request', 'referrerPolicy', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Screen.js b/qxVm_sanbox/env/BOM/Screen.js index 4694f5b..099ad4f 100644 --- a/qxVm_sanbox/env/BOM/Screen.js +++ b/qxVm_sanbox/env/BOM/Screen.js @@ -30,37 +30,37 @@ screen = {}; Screen.prototype = { get availHeight() { if (!Screen.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.availHeight;; + let result = $attribute_map.availHeight; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Screen', 'availHeight', arguments, result); return result; }, get availLeft() { if (!Screen.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.availLeft;; + let result = $attribute_map.availLeft; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Screen', 'availLeft', arguments, result); return result; }, get availTop() { if (!Screen.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.availTop;; + let result = $attribute_map.availTop; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Screen', 'availTop', arguments, result); return result; }, get availWidth() { if (!Screen.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.availWidth;; + let result = $attribute_map.availWidth; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Screen', 'availWidth', arguments, result); return result; }, get colorDepth() { if (!Screen.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.colorDepth;; + let result = $attribute_map.colorDepth; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Screen', 'colorDepth', arguments, result); return result; }, get height() { if (!Screen.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.height;; + let result = $attribute_map.height; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Screen', 'height', arguments, result); return result; }, @@ -72,7 +72,7 @@ screen = {}; }, get pixelDepth() { if (!Screen.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.pixelDepth;; + let result = $attribute_map.pixelDepth; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Screen', 'pixelDepth', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/Storage.js b/qxVm_sanbox/env/BOM/Storage.js index 9c355f1..9d41af2 100644 --- a/qxVm_sanbox/env/BOM/Storage.js +++ b/qxVm_sanbox/env/BOM/Storage.js @@ -19,18 +19,18 @@ sessionStorage = {}; } }, getItem(k) { - let result = this[k] ? this[k] : null;; + let result = this[k] ? this[k] : null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Storage', 'getItem', arguments, result); return result; }, key(index) { - let result = Object.keys(this)[index];; + let result = Object.keys(this)[index]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Storage', 'key', arguments, result); return result; }, get length() { if (!Storage.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = Object.keys(this).length;; + let result = Object.keys(this).length; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Storage', 'length', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/UserActivation.js b/qxVm_sanbox/env/BOM/UserActivation.js index 6be47fe..69a8342 100644 --- a/qxVm_sanbox/env/BOM/UserActivation.js +++ b/qxVm_sanbox/env/BOM/UserActivation.js @@ -13,7 +13,7 @@ UserActivation = function UserActivation(createObj_key) { UserActivation.prototype = { get hasBeenActive() { if (!UserActivation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = true;; + let result = true; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'UserActivation', 'hasBeenActive', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/XMLHttpRequest.js b/qxVm_sanbox/env/BOM/XMLHttpRequest.js index 382ee39..9b042f8 100644 --- a/qxVm_sanbox/env/BOM/XMLHttpRequest.js +++ b/qxVm_sanbox/env/BOM/XMLHttpRequest.js @@ -41,7 +41,7 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get onreadystatechange() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onreadystatechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onreadystatechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'onreadystatechange', arguments, result); return result; }, @@ -64,13 +64,13 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get readyState() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'readyState', arguments, result); return result; }, get response() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).response, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).response, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'response', arguments, result); return result; }, @@ -81,13 +81,13 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get responseText() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseText, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseText, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseText', arguments, result); return result; }, get responseType() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseType, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseType, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseType', arguments, result); return result; }, @@ -98,13 +98,13 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get responseURL() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseURL, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseURL, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseURL', arguments, result); return result; }, get responseXML() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).responseXML, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).responseXML, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'responseXML', arguments, result); return result; }, @@ -122,19 +122,19 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get status() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).status, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).status, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'status', arguments, result); return result; }, get statusText() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).statusText, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).statusText, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'statusText', arguments, result); return result; }, get timeout() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).timeout, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).timeout, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'timeout', arguments, result); return result; }, @@ -148,7 +148,7 @@ XMLHttpRequest = function XMLHttpRequest() {//构造函数 }, get withCredentials() { if (!XMLHttpRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).withCredentials, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).withCredentials, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequest', 'withCredentials', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/BOM/XMLHttpRequestEventTarget.js b/qxVm_sanbox/env/BOM/XMLHttpRequestEventTarget.js index 836a3e2..6acb8e2 100644 --- a/qxVm_sanbox/env/BOM/XMLHttpRequestEventTarget.js +++ b/qxVm_sanbox/env/BOM/XMLHttpRequestEventTarget.js @@ -13,7 +13,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ XMLHttpRequestEventTarget.prototype = { get onabort() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onabort', arguments, result); return result; }, @@ -24,7 +24,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onerror() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onerror', arguments, result); return result; }, @@ -35,7 +35,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onload() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onload', arguments, result); return result; }, @@ -46,7 +46,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onloadend() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onloadend', arguments, result); return result; }, @@ -57,7 +57,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onloadstart() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onloadstart', arguments, result); return result; }, @@ -68,7 +68,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get onprogress() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'onprogress', arguments, result); return result; }, @@ -79,7 +79,7 @@ XMLHttpRequestEventTarget = function XMLHttpRequestEventTarget(createObj_key) {/ }, get ontimeout() { if (!XMLHttpRequestEventTarget.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeout, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeout, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XMLHttpRequestEventTarget', 'ontimeout', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/CSSStyleDeclaration.js b/qxVm_sanbox/env/DOM/CSSStyleDeclaration.js index c2ed75f..7e8d1f8 100644 --- a/qxVm_sanbox/env/DOM/CSSStyleDeclaration.js +++ b/qxVm_sanbox/env/DOM/CSSStyleDeclaration.js @@ -13,7 +13,7 @@ CSSStyleDeclaration = function CSSStyleDeclaration(createObj_key) {//构造函 get cssFloat() { if (!CSSStyleDeclaration.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).cssFloat, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).cssFloat, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CSSStyleDeclaration', 'cssFloat', arguments, result); return result; }, @@ -24,7 +24,7 @@ CSSStyleDeclaration = function CSSStyleDeclaration(createObj_key) {//构造函 }, get cssText() { if (!CSSStyleDeclaration.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).cssText, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).cssText, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CSSStyleDeclaration', 'cssText', arguments, result); return result; }, @@ -53,13 +53,13 @@ CSSStyleDeclaration = function CSSStyleDeclaration(createObj_key) {//构造函 }, get length() { if (!CSSStyleDeclaration.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).length, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).length, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CSSStyleDeclaration', 'length', arguments, result); return result; }, get parentRule() { if (!CSSStyleDeclaration.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).parentRule, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).parentRule, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CSSStyleDeclaration', 'parentRule', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/CanvasRenderingContext2D.js b/qxVm_sanbox/env/DOM/CanvasRenderingContext2D.js index a0ca87c..de2879d 100644 --- a/qxVm_sanbox/env/DOM/CanvasRenderingContext2D.js +++ b/qxVm_sanbox/env/DOM/CanvasRenderingContext2D.js @@ -51,7 +51,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get canvas() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).canvas;; + let result = lwVm.memory.private_data.get(this).canvas; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'canvas', arguments, result); return result; }, @@ -99,7 +99,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get direction() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).direction, "ltr");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).direction, "ltr"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'direction', arguments, result); return result; }, @@ -140,7 +140,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get fillStyle() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).fillStyle, "#000000");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).fillStyle, "#000000"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'fillStyle', arguments, result); return result; }, @@ -161,7 +161,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get filter() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).filter, "none");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).filter, "none"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'filter', arguments, result); return result; }, @@ -172,7 +172,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get font() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).font, "10px sans-serif");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).font, "10px sans-serif"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'font', arguments, result); return result; }, @@ -197,7 +197,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, getLineDash() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = [];; + let result = []; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'CanvasRenderingContext2D', 'getLineDash', arguments, result); return result; }, @@ -232,7 +232,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get globalAlpha() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).globalAlpha, 1);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).globalAlpha, 1); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'globalAlpha', arguments, result); return result; }, @@ -243,7 +243,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get globalCompositeOperation() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).globalCompositeOperation, "source-over");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).globalCompositeOperation, "source-over"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'globalCompositeOperation', arguments, result); return result; }, @@ -254,7 +254,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get imageSmoothingEnabled() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSmoothingEnabled, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSmoothingEnabled, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'imageSmoothingEnabled', arguments, result); return result; }, @@ -265,7 +265,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get imageSmoothingQuality() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSmoothingQuality, "low");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSmoothingQuality, "low"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'imageSmoothingQuality', arguments, result); return result; }, @@ -288,7 +288,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get lineCap() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lineCap, "butt");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lineCap, "butt"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'lineCap', arguments, result); return result; }, @@ -299,7 +299,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get lineDashOffset() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lineDashOffset, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lineDashOffset, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'lineDashOffset', arguments, result); return result; }, @@ -315,7 +315,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get lineJoin() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lineJoin, "miter");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lineJoin, "miter"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'lineJoin', arguments, result); return result; }, @@ -332,7 +332,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get lineWidth() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lineWidth, 1);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lineWidth, 1); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'lineWidth', arguments, result); return result; }, @@ -354,7 +354,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get miterLimit() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).miterLimit, 10);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).miterLimit, 10); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'miterLimit', arguments, result); return result; }, @@ -436,7 +436,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get shadowBlur() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowBlur, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowBlur, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'shadowBlur', arguments, result); return result; }, @@ -452,7 +452,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get shadowColor() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowColor, "rgba(0, 0, 0, 0)");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowColor, "rgba(0, 0, 0, 0)"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'shadowColor', arguments, result); return result; }, @@ -463,7 +463,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get shadowOffsetX() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowOffsetX, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowOffsetX, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'shadowOffsetX', arguments, result); return result; }, @@ -479,7 +479,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get shadowOffsetY() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowOffsetY, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).shadowOffsetY, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'shadowOffsetY', arguments, result); return result; }, @@ -507,7 +507,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get strokeStyle() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).strokeStyle, "#000000");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).strokeStyle, "#000000"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'strokeStyle', arguments, result); return result; }, @@ -524,7 +524,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get textAlign() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).textAlign, "start");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).textAlign, "start"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'textAlign', arguments, result); return result; }, @@ -535,7 +535,7 @@ CanvasRenderingContext2D = function CanvasRenderingContext2D(createObj_key, canv }, get textBaseline() { if (!CanvasRenderingContext2D.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).textBaseline, "alphabetic");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).textBaseline, "alphabetic"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CanvasRenderingContext2D', 'textBaseline', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/CharacterData.js b/qxVm_sanbox/env/DOM/CharacterData.js index 4835425..7119ce1 100644 --- a/qxVm_sanbox/env/DOM/CharacterData.js +++ b/qxVm_sanbox/env/DOM/CharacterData.js @@ -31,7 +31,7 @@ CharacterData = function (createObj_key) {//构造函数 }, get data() { if (!CharacterData.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).data, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).data, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CharacterData', 'data', arguments, result); return result; }, @@ -54,19 +54,19 @@ CharacterData = function (createObj_key) {//构造函数 }, get length() { if (!CharacterData.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).length, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).length, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CharacterData', 'length', arguments, result); return result; }, get nextElementSibling() { if (!CharacterData.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).nextElementSibling, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).nextElementSibling, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CharacterData', 'nextElementSibling', arguments, result); return result; }, get previousElementSibling() { if (!CharacterData.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).previousElementSibling, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).previousElementSibling, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CharacterData', 'previousElementSibling', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/DOMRect.js b/qxVm_sanbox/env/DOM/DOMRect.js index c3d5692..1977d27 100644 --- a/qxVm_sanbox/env/DOM/DOMRect.js +++ b/qxVm_sanbox/env/DOM/DOMRect.js @@ -13,7 +13,7 @@ DOMRect = function DOMRect(createObj_key) { DOMRect.prototype = { get height() { if (!DOMRect.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).height, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).height, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRect', 'height', arguments, result); return result; }, @@ -24,7 +24,7 @@ DOMRect = function DOMRect(createObj_key) { }, get width() { if (!DOMRect.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).width, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).width, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRect', 'width', arguments, result); return result; }, @@ -35,7 +35,7 @@ DOMRect = function DOMRect(createObj_key) { }, get x() { if (!DOMRect.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).x, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).x, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRect', 'x', arguments, result); return result; }, @@ -46,7 +46,7 @@ DOMRect = function DOMRect(createObj_key) { }, get y() { if (!DOMRect.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).y, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).y, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRect', 'y', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/DOMRectReadOnly.js b/qxVm_sanbox/env/DOM/DOMRectReadOnly.js index f1ba04c..c0fd291 100644 --- a/qxVm_sanbox/env/DOM/DOMRectReadOnly.js +++ b/qxVm_sanbox/env/DOM/DOMRectReadOnly.js @@ -13,25 +13,25 @@ DOMRectReadOnly = function DOMRectReadOnly(createObj_key) { DOMRectReadOnly.prototype = { get bottom() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'bottom', arguments, result); return result; }, get height() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'height', arguments, result); return result; }, get left() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'left', arguments, result); return result; }, get right() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'right', arguments, result); return result; }, @@ -43,25 +43,25 @@ DOMRectReadOnly = function DOMRectReadOnly(createObj_key) { }, get top() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'top', arguments, result); return result; }, get width() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'width', arguments, result); return result; }, get x() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'x', arguments, result); return result; }, get y() { if (!DOMRectReadOnly.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMRectReadOnly', 'y', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/DOMTokenList.js b/qxVm_sanbox/env/DOM/DOMTokenList.js index 9962844..52b4201 100644 --- a/qxVm_sanbox/env/DOM/DOMTokenList.js +++ b/qxVm_sanbox/env/DOM/DOMTokenList.js @@ -49,7 +49,7 @@ DOMTokenList = function DOMTokenList(createObj_key) {//构造函数 }, get length() { if (!DOMTokenList.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).length, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).length, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMTokenList', 'length', arguments, result); return result; }, @@ -85,7 +85,7 @@ DOMTokenList = function DOMTokenList(createObj_key) {//构造函数 }, get value() { if (!DOMTokenList.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).value, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).value, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'DOMTokenList', 'value', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/Document.js b/qxVm_sanbox/env/DOM/Document.js index 8574de7..e4df912 100644 --- a/qxVm_sanbox/env/DOM/Document.js +++ b/qxVm_sanbox/env/DOM/Document.js @@ -94,25 +94,25 @@ Document = function Document(createObj_key) {//构造函数 Document.prototype = { get URL() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = location.href;; + let result = location.href; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'URL', arguments, result); return result; }, get activeElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.activeElement;; + let result = $attribute_map.activeElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'activeElement', arguments, result); return result; }, adoptNode() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.adoptNode;; + let result = $attribute_map.adoptNode; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'adoptNode', arguments, result); return result; }, get adoptedStyleSheets() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.adoptedStyleSheets;; + let result = $attribute_map.adoptedStyleSheets; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'adoptedStyleSheets', arguments, result); return result; }, @@ -122,7 +122,7 @@ Document = function Document(createObj_key) {//构造函数 }, get alinkColor() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.alinkColor;; + let result = $attribute_map.alinkColor; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'alinkColor', arguments, result); return result; }, @@ -132,31 +132,31 @@ Document = function Document(createObj_key) {//构造函数 }, get all() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.all;; + let result = $attribute_map.all; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'all', arguments, result); return result; }, get anchors() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.anchors;; + let result = $attribute_map.anchors; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'anchors', arguments, result); return result; }, append() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.append;; + let result = $attribute_map.append; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'append', arguments, result); return result; }, get applets() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.applets;; + let result = $attribute_map.applets; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'applets', arguments, result); return result; }, get bgColor() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.bgColor;; + let result = $attribute_map.bgColor; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'bgColor', arguments, result); return result; }, @@ -166,7 +166,7 @@ Document = function Document(createObj_key) {//构造函数 }, get body() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.body;; + let result = $attribute_map.body; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'body', arguments, result); return result; }, @@ -176,67 +176,67 @@ Document = function Document(createObj_key) {//构造函数 }, captureEvents() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.captureEvents;; + let result = $attribute_map.captureEvents; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'captureEvents', arguments, result); return result; }, caretRangeFromPoint() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.caretRangeFromPoint;; + let result = $attribute_map.caretRangeFromPoint; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'caretRangeFromPoint', arguments, result); return result; }, get characterSet() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 'UTF-8';; + let result = 'UTF-8'; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'characterSet', arguments, result); return result; }, get charset() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 'UTF-8';; + let result = 'UTF-8'; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'charset', arguments, result); return result; }, get childElementCount() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.childElementCount;; + let result = $attribute_map.childElementCount; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'childElementCount', arguments, result); return result; }, get children() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.children;; + let result = $attribute_map.children; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'children', arguments, result); return result; }, clear() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.clear;; + let result = $attribute_map.clear; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'clear', arguments, result); return result; }, close() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.close;; + let result = $attribute_map.close; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'close', arguments, result); return result; }, get compatMode() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 'CSS1Compat';; + let result = 'CSS1Compat'; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'compatMode', arguments, result); return result; }, get contentType() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.contentType;; + let result = $attribute_map.contentType; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'contentType', arguments, result); return result; }, get cookie() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.cookie;; + let result = $attribute_map.cookie; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'cookie', arguments, result); return result; }, @@ -275,31 +275,31 @@ Document = function Document(createObj_key) {//构造函数 }, createAttribute() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createAttribute;; + let result = $attribute_map.createAttribute; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createAttribute', arguments, result); return result; }, createAttributeNS() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createAttributeNS;; + let result = $attribute_map.createAttributeNS; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createAttributeNS', arguments, result); return result; }, createCDATASection() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createCDATASection;; + let result = $attribute_map.createCDATASection; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createCDATASection', arguments, result); return result; }, createComment() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createComment;; + let result = $attribute_map.createComment; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createComment', arguments, result); return result; }, createDocumentFragment() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createDocumentFragment;; + let result = $attribute_map.createDocumentFragment; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createDocumentFragment', arguments, result); return result; }, @@ -314,13 +314,13 @@ Document = function Document(createObj_key) {//构造函数 }; lwVm.memory.runElementList.push(ele); - let result = ele;; + let result = ele; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createElement', arguments, result); return result; }, createElementNS() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createElementNS;; + let result = $attribute_map.createElementNS; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createElementNS', arguments, result); return result; }, @@ -375,61 +375,61 @@ Document = function Document(createObj_key) {//构造函数 }, createExpression() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createExpression;; + let result = $attribute_map.createExpression; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createExpression', arguments, result); return result; }, createNSResolver() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createNSResolver;; + let result = $attribute_map.createNSResolver; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createNSResolver', arguments, result); return result; }, createNodeIterator() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createNodeIterator;; + let result = $attribute_map.createNodeIterator; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createNodeIterator', arguments, result); return result; }, createProcessingInstruction() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createProcessingInstruction;; + let result = $attribute_map.createProcessingInstruction; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createProcessingInstruction', arguments, result); return result; }, createRange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createRange;; + let result = $attribute_map.createRange; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createRange', arguments, result); return result; }, createTextNode() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createTextNode;; + let result = $attribute_map.createTextNode; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createTextNode', arguments, result); return result; }, createTreeWalker() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.createTreeWalker;; + let result = $attribute_map.createTreeWalker; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'createTreeWalker', arguments, result); return result; }, get currentScript() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'currentScript', arguments, result); return result; }, get defaultView() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.defaultView;; + let result = $attribute_map.defaultView; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'defaultView', arguments, result); return result; }, get designMode() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.designMode;; + let result = $attribute_map.designMode; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'designMode', arguments, result); return result; }, @@ -439,7 +439,7 @@ Document = function Document(createObj_key) {//构造函数 }, get dir() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.dir;; + let result = $attribute_map.dir; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'dir', arguments, result); return result; }, @@ -449,7 +449,7 @@ Document = function Document(createObj_key) {//构造函数 }, get doctype() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.doctype;; + let result = $attribute_map.doctype; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'doctype', arguments, result); return result; }, @@ -471,13 +471,13 @@ Document = function Document(createObj_key) {//构造函数 }, get documentURI() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.documentURI;; + let result = $attribute_map.documentURI; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'documentURI', arguments, result); return result; }, get domain() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.domain;; + let result = $attribute_map.domain; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'domain', arguments, result); return result; }, @@ -487,61 +487,61 @@ Document = function Document(createObj_key) {//构造函数 }, elementFromPoint() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.elementFromPoint;; + let result = $attribute_map.elementFromPoint; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'elementFromPoint', arguments, result); return result; }, elementsFromPoint() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.elementsFromPoint;; + let result = $attribute_map.elementsFromPoint; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'elementsFromPoint', arguments, result); return result; }, get embeds() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.embeds;; + let result = $attribute_map.embeds; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'embeds', arguments, result); return result; }, evaluate() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.evaluate;; + let result = $attribute_map.evaluate; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'evaluate', arguments, result); return result; }, execCommand() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.execCommand;; + let result = $attribute_map.execCommand; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'execCommand', arguments, result); return result; }, exitFullscreen() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.exitFullscreen;; + let result = $attribute_map.exitFullscreen; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'exitFullscreen', arguments, result); return result; }, exitPictureInPicture() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.exitPictureInPicture;; + let result = $attribute_map.exitPictureInPicture; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'exitPictureInPicture', arguments, result); return result; }, exitPointerLock() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.exitPointerLock;; + let result = $attribute_map.exitPointerLock; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'exitPointerLock', arguments, result); return result; }, get featurePolicy() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.featurePolicy;; + let result = $attribute_map.featurePolicy; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'featurePolicy', arguments, result); return result; }, get fgColor() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.fgColor;; + let result = $attribute_map.fgColor; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'fgColor', arguments, result); return result; }, @@ -551,31 +551,31 @@ Document = function Document(createObj_key) {//构造函数 }, get firstElementChild() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.firstElementChild;; + let result = $attribute_map.firstElementChild; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'firstElementChild', arguments, result); return result; }, get fonts() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.fonts;; + let result = $attribute_map.fonts; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'fonts', arguments, result); return result; }, get forms() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.forms;; + let result = $attribute_map.forms; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'forms', arguments, result); return result; }, get fragmentDirective() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.fragmentDirective;; + let result = $attribute_map.fragmentDirective; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'fragmentDirective', arguments, result); return result; }, get fullscreen() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.fullscreen;; + let result = $attribute_map.fullscreen; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'fullscreen', arguments, result); return result; }, @@ -585,7 +585,7 @@ Document = function Document(createObj_key) {//构造函数 }, get fullscreenElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.fullscreenElement;; + let result = $attribute_map.fullscreenElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'fullscreenElement', arguments, result); return result; }, @@ -595,7 +595,7 @@ Document = function Document(createObj_key) {//构造函数 }, get fullscreenEnabled() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.fullscreenEnabled;; + let result = $attribute_map.fullscreenEnabled; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'fullscreenEnabled', arguments, result); return result; }, @@ -605,25 +605,25 @@ Document = function Document(createObj_key) {//构造函数 }, getAnimations() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.getAnimations;; + let result = $attribute_map.getAnimations; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'getAnimations', arguments, result); return result; }, getElementById(id) { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.getElementById(id);; + let result = $attribute_map.getElementById(id); if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'getElementById', arguments, result); return result; }, getElementsByClassName() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.getElementsByClassName;; + let result = $attribute_map.getElementsByClassName; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'getElementsByClassName', arguments, result); return result; }, getElementsByName() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.getElementsByName;; + let result = $attribute_map.getElementsByName; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'getElementsByName', arguments, result); return result; }, @@ -652,19 +652,19 @@ Document = function Document(createObj_key) {//构造函数 }, getElementsByTagNameNS() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.getElementsByTagNameNS;; + let result = $attribute_map.getElementsByTagNameNS; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'getElementsByTagNameNS', arguments, result); return result; }, getSelection() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.getSelection;; + let result = $attribute_map.getSelection; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'getSelection', arguments, result); return result; }, hasFocus() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.hasFocus;; + let result = $attribute_map.hasFocus; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'hasFocus', arguments, result); return result; }, @@ -675,55 +675,55 @@ Document = function Document(createObj_key) {//构造函数 ele = new HTMLHeadElement(lwVm.memory.$createObj_key); lwVm.memory.private_data.get(this).head = ele; } - let result = ele;; + let result = ele; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'if ', arguments, result); return result; }, get hidden() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = true;; + let result = true; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'hidden', arguments, result); return result; }, get images() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.images;; + let result = $attribute_map.images; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'images', arguments, result); return result; }, get implementation() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.implementation;; + let result = $attribute_map.implementation; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'implementation', arguments, result); return result; }, importNode() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.importNode;; + let result = $attribute_map.importNode; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'importNode', arguments, result); return result; }, get inputEncoding() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.inputEncoding;; + let result = $attribute_map.inputEncoding; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'inputEncoding', arguments, result); return result; }, get lastElementChild() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.lastElementChild;; + let result = $attribute_map.lastElementChild; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'lastElementChild', arguments, result); return result; }, get lastModified() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.lastModified;; + let result = $attribute_map.lastModified; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'lastModified', arguments, result); return result; }, get linkColor() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.linkColor;; + let result = $attribute_map.linkColor; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'linkColor', arguments, result); return result; }, @@ -733,13 +733,13 @@ Document = function Document(createObj_key) {//构造函数 }, get links() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.links;; + let result = $attribute_map.links; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'links', arguments, result); return result; }, get onabort() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onabort;; + let result = $attribute_map.onabort; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onabort', arguments, result); return result; }, @@ -749,7 +749,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onanimationend() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onanimationend;; + let result = $attribute_map.onanimationend; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onanimationend', arguments, result); return result; }, @@ -759,7 +759,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onanimationiteration() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onanimationiteration;; + let result = $attribute_map.onanimationiteration; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onanimationiteration', arguments, result); return result; }, @@ -769,7 +769,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onanimationstart() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onanimationstart;; + let result = $attribute_map.onanimationstart; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onanimationstart', arguments, result); return result; }, @@ -779,7 +779,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onauxclick() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onauxclick;; + let result = $attribute_map.onauxclick; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onauxclick', arguments, result); return result; }, @@ -789,7 +789,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onbeforecopy() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onbeforecopy;; + let result = $attribute_map.onbeforecopy; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onbeforecopy', arguments, result); return result; }, @@ -799,7 +799,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onbeforecut() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onbeforecut;; + let result = $attribute_map.onbeforecut; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onbeforecut', arguments, result); return result; }, @@ -809,7 +809,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onbeforepaste() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onbeforepaste;; + let result = $attribute_map.onbeforepaste; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onbeforepaste', arguments, result); return result; }, @@ -819,7 +819,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onbeforexrselect() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onbeforexrselect;; + let result = $attribute_map.onbeforexrselect; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onbeforexrselect', arguments, result); return result; }, @@ -829,7 +829,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onblur() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onblur;; + let result = $attribute_map.onblur; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onblur', arguments, result); return result; }, @@ -839,7 +839,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oncancel() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oncancel;; + let result = $attribute_map.oncancel; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oncancel', arguments, result); return result; }, @@ -849,7 +849,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oncanplay() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oncanplay;; + let result = $attribute_map.oncanplay; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oncanplay', arguments, result); return result; }, @@ -859,7 +859,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oncanplaythrough() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oncanplaythrough;; + let result = $attribute_map.oncanplaythrough; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oncanplaythrough', arguments, result); return result; }, @@ -869,7 +869,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onchange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onchange;; + let result = $attribute_map.onchange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onchange', arguments, result); return result; }, @@ -879,7 +879,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onclick() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onclick;; + let result = $attribute_map.onclick; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onclick', arguments, result); return result; }, @@ -889,7 +889,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onclose() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onclose;; + let result = $attribute_map.onclose; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onclose', arguments, result); return result; }, @@ -899,7 +899,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oncontextmenu() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oncontextmenu;; + let result = $attribute_map.oncontextmenu; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oncontextmenu', arguments, result); return result; }, @@ -909,7 +909,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oncopy() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oncopy;; + let result = $attribute_map.oncopy; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oncopy', arguments, result); return result; }, @@ -919,7 +919,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oncuechange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oncuechange;; + let result = $attribute_map.oncuechange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oncuechange', arguments, result); return result; }, @@ -929,7 +929,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oncut() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oncut;; + let result = $attribute_map.oncut; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oncut', arguments, result); return result; }, @@ -939,7 +939,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondblclick() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondblclick;; + let result = $attribute_map.ondblclick; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondblclick', arguments, result); return result; }, @@ -949,7 +949,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondrag() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondrag;; + let result = $attribute_map.ondrag; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondrag', arguments, result); return result; }, @@ -959,7 +959,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondragend() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondragend;; + let result = $attribute_map.ondragend; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondragend', arguments, result); return result; }, @@ -969,7 +969,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondragenter() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondragenter;; + let result = $attribute_map.ondragenter; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondragenter', arguments, result); return result; }, @@ -979,7 +979,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondragleave() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondragleave;; + let result = $attribute_map.ondragleave; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondragleave', arguments, result); return result; }, @@ -989,7 +989,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondragover() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondragover;; + let result = $attribute_map.ondragover; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondragover', arguments, result); return result; }, @@ -999,7 +999,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondragstart() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondragstart;; + let result = $attribute_map.ondragstart; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondragstart', arguments, result); return result; }, @@ -1009,7 +1009,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondrop() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondrop;; + let result = $attribute_map.ondrop; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondrop', arguments, result); return result; }, @@ -1019,7 +1019,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ondurationchange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ondurationchange;; + let result = $attribute_map.ondurationchange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ondurationchange', arguments, result); return result; }, @@ -1029,7 +1029,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onemptied() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onemptied;; + let result = $attribute_map.onemptied; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onemptied', arguments, result); return result; }, @@ -1039,7 +1039,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onended() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onended;; + let result = $attribute_map.onended; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onended', arguments, result); return result; }, @@ -1049,7 +1049,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onerror() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onerror;; + let result = $attribute_map.onerror; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onerror', arguments, result); return result; }, @@ -1059,7 +1059,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onfocus() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onfocus;; + let result = $attribute_map.onfocus; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onfocus', arguments, result); return result; }, @@ -1069,7 +1069,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onformdata() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onformdata;; + let result = $attribute_map.onformdata; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onformdata', arguments, result); return result; }, @@ -1079,7 +1079,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onfreeze() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onfreeze;; + let result = $attribute_map.onfreeze; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onfreeze', arguments, result); return result; }, @@ -1089,7 +1089,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onfullscreenchange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onfullscreenchange;; + let result = $attribute_map.onfullscreenchange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onfullscreenchange', arguments, result); return result; }, @@ -1099,7 +1099,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onfullscreenerror() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onfullscreenerror;; + let result = $attribute_map.onfullscreenerror; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onfullscreenerror', arguments, result); return result; }, @@ -1109,7 +1109,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ongotpointercapture() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ongotpointercapture;; + let result = $attribute_map.ongotpointercapture; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ongotpointercapture', arguments, result); return result; }, @@ -1119,7 +1119,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oninput() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oninput;; + let result = $attribute_map.oninput; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oninput', arguments, result); return result; }, @@ -1129,7 +1129,7 @@ Document = function Document(createObj_key) {//构造函数 }, get oninvalid() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.oninvalid;; + let result = $attribute_map.oninvalid; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'oninvalid', arguments, result); return result; }, @@ -1139,7 +1139,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onkeydown() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onkeydown;; + let result = $attribute_map.onkeydown; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onkeydown', arguments, result); return result; }, @@ -1149,7 +1149,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onkeypress() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onkeypress;; + let result = $attribute_map.onkeypress; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onkeypress', arguments, result); return result; }, @@ -1159,7 +1159,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onkeyup() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onkeyup;; + let result = $attribute_map.onkeyup; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onkeyup', arguments, result); return result; }, @@ -1169,7 +1169,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onload() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onload;; + let result = $attribute_map.onload; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onload', arguments, result); return result; }, @@ -1179,7 +1179,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onloadeddata() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onloadeddata;; + let result = $attribute_map.onloadeddata; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onloadeddata', arguments, result); return result; }, @@ -1189,7 +1189,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onloadedmetadata() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onloadedmetadata;; + let result = $attribute_map.onloadedmetadata; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onloadedmetadata', arguments, result); return result; }, @@ -1199,7 +1199,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onloadstart() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onloadstart;; + let result = $attribute_map.onloadstart; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onloadstart', arguments, result); return result; }, @@ -1209,7 +1209,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onlostpointercapture() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onlostpointercapture;; + let result = $attribute_map.onlostpointercapture; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onlostpointercapture', arguments, result); return result; }, @@ -1219,7 +1219,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onmousedown() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onmousedown;; + let result = $attribute_map.onmousedown; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onmousedown', arguments, result); return result; }, @@ -1231,7 +1231,7 @@ Document = function Document(createObj_key) {//构造函数 onmouseleave: undefined, get onmousemove() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onmousemove;; + let result = $attribute_map.onmousemove; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onmousemove', arguments, result); return result; }, @@ -1241,7 +1241,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onmouseout() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onmouseout;; + let result = $attribute_map.onmouseout; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onmouseout', arguments, result); return result; }, @@ -1251,7 +1251,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onmouseover() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onmouseover;; + let result = $attribute_map.onmouseover; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onmouseover', arguments, result); return result; }, @@ -1261,7 +1261,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onmouseup() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onmouseup;; + let result = $attribute_map.onmouseup; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onmouseup', arguments, result); return result; }, @@ -1271,7 +1271,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onmousewheel() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onmousewheel;; + let result = $attribute_map.onmousewheel; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onmousewheel', arguments, result); return result; }, @@ -1281,7 +1281,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpaste() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpaste;; + let result = $attribute_map.onpaste; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpaste', arguments, result); return result; }, @@ -1291,7 +1291,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpause() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpause;; + let result = $attribute_map.onpause; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpause', arguments, result); return result; }, @@ -1301,7 +1301,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onplay() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onplay;; + let result = $attribute_map.onplay; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onplay', arguments, result); return result; }, @@ -1311,7 +1311,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onplaying() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onplaying;; + let result = $attribute_map.onplaying; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onplaying', arguments, result); return result; }, @@ -1321,7 +1321,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointercancel() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointercancel;; + let result = $attribute_map.onpointercancel; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointercancel', arguments, result); return result; }, @@ -1331,7 +1331,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerdown() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerdown;; + let result = $attribute_map.onpointerdown; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerdown', arguments, result); return result; }, @@ -1341,7 +1341,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerenter() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerenter;; + let result = $attribute_map.onpointerenter; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerenter', arguments, result); return result; }, @@ -1351,7 +1351,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerleave() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerleave;; + let result = $attribute_map.onpointerleave; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerleave', arguments, result); return result; }, @@ -1361,7 +1361,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerlockchange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerlockchange;; + let result = $attribute_map.onpointerlockchange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerlockchange', arguments, result); return result; }, @@ -1371,7 +1371,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerlockerror() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerlockerror;; + let result = $attribute_map.onpointerlockerror; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerlockerror', arguments, result); return result; }, @@ -1381,7 +1381,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointermove() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointermove;; + let result = $attribute_map.onpointermove; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointermove', arguments, result); return result; }, @@ -1391,7 +1391,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerout() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerout;; + let result = $attribute_map.onpointerout; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerout', arguments, result); return result; }, @@ -1401,7 +1401,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerover() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerover;; + let result = $attribute_map.onpointerover; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerover', arguments, result); return result; }, @@ -1411,7 +1411,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerrawupdate() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerrawupdate;; + let result = $attribute_map.onpointerrawupdate; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerrawupdate', arguments, result); return result; }, @@ -1421,7 +1421,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onpointerup() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onpointerup;; + let result = $attribute_map.onpointerup; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onpointerup', arguments, result); return result; }, @@ -1431,7 +1431,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onprogress() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onprogress;; + let result = $attribute_map.onprogress; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onprogress', arguments, result); return result; }, @@ -1441,7 +1441,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onratechange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onratechange;; + let result = $attribute_map.onratechange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onratechange', arguments, result); return result; }, @@ -1452,7 +1452,7 @@ Document = function Document(createObj_key) {//构造函数 onreadystatechange: undefined, get onreset() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onreset;; + let result = $attribute_map.onreset; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onreset', arguments, result); return result; }, @@ -1462,7 +1462,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onresize() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onresize;; + let result = $attribute_map.onresize; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onresize', arguments, result); return result; }, @@ -1472,7 +1472,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onresume() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onresume;; + let result = $attribute_map.onresume; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onresume', arguments, result); return result; }, @@ -1482,7 +1482,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onscroll() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onscroll;; + let result = $attribute_map.onscroll; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onscroll', arguments, result); return result; }, @@ -1492,7 +1492,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onsearch() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onsearch;; + let result = $attribute_map.onsearch; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onsearch', arguments, result); return result; }, @@ -1502,7 +1502,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onsecuritypolicyviolation() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onsecuritypolicyviolation;; + let result = $attribute_map.onsecuritypolicyviolation; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onsecuritypolicyviolation', arguments, result); return result; }, @@ -1512,7 +1512,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onseeked() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onseeked;; + let result = $attribute_map.onseeked; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onseeked', arguments, result); return result; }, @@ -1522,7 +1522,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onseeking() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onseeking;; + let result = $attribute_map.onseeking; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onseeking', arguments, result); return result; }, @@ -1532,7 +1532,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onselect() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onselect;; + let result = $attribute_map.onselect; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onselect', arguments, result); return result; }, @@ -1542,7 +1542,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onselectionchange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onselectionchange;; + let result = $attribute_map.onselectionchange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onselectionchange', arguments, result); return result; }, @@ -1552,7 +1552,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onselectstart() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onselectstart;; + let result = $attribute_map.onselectstart; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onselectstart', arguments, result); return result; }, @@ -1562,7 +1562,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onslotchange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onslotchange;; + let result = $attribute_map.onslotchange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onslotchange', arguments, result); return result; }, @@ -1572,7 +1572,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onstalled() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onstalled;; + let result = $attribute_map.onstalled; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onstalled', arguments, result); return result; }, @@ -1582,7 +1582,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onsubmit() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onsubmit;; + let result = $attribute_map.onsubmit; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onsubmit', arguments, result); return result; }, @@ -1592,7 +1592,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onsuspend() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onsuspend;; + let result = $attribute_map.onsuspend; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onsuspend', arguments, result); return result; }, @@ -1602,7 +1602,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ontimeupdate() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ontimeupdate;; + let result = $attribute_map.ontimeupdate; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ontimeupdate', arguments, result); return result; }, @@ -1612,7 +1612,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ontoggle() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ontoggle;; + let result = $attribute_map.ontoggle; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ontoggle', arguments, result); return result; }, @@ -1622,7 +1622,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ontransitioncancel() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ontransitioncancel;; + let result = $attribute_map.ontransitioncancel; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ontransitioncancel', arguments, result); return result; }, @@ -1632,7 +1632,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ontransitionend() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ontransitionend;; + let result = $attribute_map.ontransitionend; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ontransitionend', arguments, result); return result; }, @@ -1642,7 +1642,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ontransitionrun() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ontransitionrun;; + let result = $attribute_map.ontransitionrun; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ontransitionrun', arguments, result); return result; }, @@ -1652,7 +1652,7 @@ Document = function Document(createObj_key) {//构造函数 }, get ontransitionstart() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.ontransitionstart;; + let result = $attribute_map.ontransitionstart; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'ontransitionstart', arguments, result); return result; }, @@ -1662,7 +1662,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onvisibilitychange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onvisibilitychange;; + let result = $attribute_map.onvisibilitychange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onvisibilitychange', arguments, result); return result; }, @@ -1672,7 +1672,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onvolumechange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onvolumechange;; + let result = $attribute_map.onvolumechange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onvolumechange', arguments, result); return result; }, @@ -1682,7 +1682,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwaiting() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwaiting;; + let result = $attribute_map.onwaiting; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwaiting', arguments, result); return result; }, @@ -1692,7 +1692,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwebkitanimationend() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwebkitanimationend;; + let result = $attribute_map.onwebkitanimationend; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwebkitanimationend', arguments, result); return result; }, @@ -1702,7 +1702,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwebkitanimationiteration() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwebkitanimationiteration;; + let result = $attribute_map.onwebkitanimationiteration; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwebkitanimationiteration', arguments, result); return result; }, @@ -1712,7 +1712,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwebkitanimationstart() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwebkitanimationstart;; + let result = $attribute_map.onwebkitanimationstart; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwebkitanimationstart', arguments, result); return result; }, @@ -1722,7 +1722,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwebkitfullscreenchange() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwebkitfullscreenchange;; + let result = $attribute_map.onwebkitfullscreenchange; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwebkitfullscreenchange', arguments, result); return result; }, @@ -1732,7 +1732,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwebkitfullscreenerror() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwebkitfullscreenerror;; + let result = $attribute_map.onwebkitfullscreenerror; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwebkitfullscreenerror', arguments, result); return result; }, @@ -1742,7 +1742,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwebkittransitionend() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwebkittransitionend;; + let result = $attribute_map.onwebkittransitionend; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwebkittransitionend', arguments, result); return result; }, @@ -1752,7 +1752,7 @@ Document = function Document(createObj_key) {//构造函数 }, get onwheel() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.onwheel;; + let result = $attribute_map.onwheel; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'onwheel', arguments, result); return result; }, @@ -1762,139 +1762,139 @@ Document = function Document(createObj_key) {//构造函数 }, open() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.open;; + let result = $attribute_map.open; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'open', arguments, result); return result; }, get pictureInPictureElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.pictureInPictureElement;; + let result = $attribute_map.pictureInPictureElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'pictureInPictureElement', arguments, result); return result; }, get pictureInPictureEnabled() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.pictureInPictureEnabled;; + let result = $attribute_map.pictureInPictureEnabled; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'pictureInPictureEnabled', arguments, result); return result; }, get plugins() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.plugins;; + let result = $attribute_map.plugins; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'plugins', arguments, result); return result; }, get pointerLockElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.pointerLockElement;; + let result = $attribute_map.pointerLockElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'pointerLockElement', arguments, result); return result; }, prepend() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.prepend;; + let result = $attribute_map.prepend; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'prepend', arguments, result); return result; }, queryCommandEnabled() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.queryCommandEnabled;; + let result = $attribute_map.queryCommandEnabled; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'queryCommandEnabled', arguments, result); return result; }, queryCommandIndeterm() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.queryCommandIndeterm;; + let result = $attribute_map.queryCommandIndeterm; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'queryCommandIndeterm', arguments, result); return result; }, queryCommandState() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.queryCommandState;; + let result = $attribute_map.queryCommandState; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'queryCommandState', arguments, result); return result; }, queryCommandSupported() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.queryCommandSupported;; + let result = $attribute_map.queryCommandSupported; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'queryCommandSupported', arguments, result); return result; }, queryCommandValue() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.queryCommandValue;; + let result = $attribute_map.queryCommandValue; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'queryCommandValue', arguments, result); return result; }, querySelector() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.querySelector;; + let result = $attribute_map.querySelector; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'querySelector', arguments, result); return result; }, querySelectorAll() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.querySelectorAll;; + let result = $attribute_map.querySelectorAll; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'querySelectorAll', arguments, result); return result; }, get readyState() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "complete";; + let result = "complete"; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'readyState', arguments, result); return result; }, get referrer() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.referrer;; + let result = $attribute_map.referrer; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'referrer', arguments, result); return result; }, releaseEvents() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.releaseEvents;; + let result = $attribute_map.releaseEvents; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'releaseEvents', arguments, result); return result; }, replaceChildren() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.replaceChildren;; + let result = $attribute_map.replaceChildren; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'replaceChildren', arguments, result); return result; }, get rootElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.rootElement;; + let result = $attribute_map.rootElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'rootElement', arguments, result); return result; }, get scripts() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.scripts;; + let result = $attribute_map.scripts; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'scripts', arguments, result); return result; }, get scrollingElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.scrollingElement;; + let result = $attribute_map.scrollingElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'scrollingElement', arguments, result); return result; }, get styleSheets() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.styleSheets;; + let result = $attribute_map.styleSheets; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'styleSheets', arguments, result); return result; }, get timeline() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.timeline;; + let result = $attribute_map.timeline; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'timeline', arguments, result); return result; }, get title() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.title;; + let result = $attribute_map.title; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'title', arguments, result); return result; }, @@ -1904,13 +1904,13 @@ Document = function Document(createObj_key) {//构造函数 }, get visibilityState() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "hidden";; + let result = "hidden"; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'visibilityState', arguments, result); return result; }, get vlinkColor() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.vlinkColor;; + let result = $attribute_map.vlinkColor; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'vlinkColor', arguments, result); return result; }, @@ -1920,79 +1920,79 @@ Document = function Document(createObj_key) {//构造函数 }, get wasDiscarded() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = false;; + let result = false; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'wasDiscarded', arguments, result); return result; }, webkitCancelFullScreen() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitCancelFullScreen;; + let result = $attribute_map.webkitCancelFullScreen; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'webkitCancelFullScreen', arguments, result); return result; }, get webkitCurrentFullScreenElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitCurrentFullScreenElement;; + let result = $attribute_map.webkitCurrentFullScreenElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'webkitCurrentFullScreenElement', arguments, result); return result; }, webkitExitFullscreen() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitExitFullscreen;; + let result = $attribute_map.webkitExitFullscreen; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'webkitExitFullscreen', arguments, result); return result; }, get webkitFullscreenElement() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitFullscreenElement;; + let result = $attribute_map.webkitFullscreenElement; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'webkitFullscreenElement', arguments, result); return result; }, get webkitFullscreenEnabled() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitFullscreenEnabled;; + let result = $attribute_map.webkitFullscreenEnabled; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'webkitFullscreenEnabled', arguments, result); return result; }, get webkitHidden() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = true;; + let result = true; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'webkitHidden', arguments, result); return result; }, get webkitIsFullScreen() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitIsFullScreen;; + let result = $attribute_map.webkitIsFullScreen; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'webkitIsFullScreen', arguments, result); return result; }, get webkitVisibilityState() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.webkitVisibilityState;; + let result = $attribute_map.webkitVisibilityState; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'webkitVisibilityState', arguments, result); return result; }, write() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.write;; + let result = $attribute_map.write; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'write', arguments, result); return result; }, writeln() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.writeln;; + let result = $attribute_map.writeln; if (lwVm.config.log_print === true) lwVm.logAdd('Func', 'Document', 'writeln', arguments, result); return result; }, get xmlEncoding() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.xmlEncoding;; + let result = $attribute_map.xmlEncoding; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'xmlEncoding', arguments, result); return result; }, get xmlStandalone() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.xmlStandalone;; + let result = $attribute_map.xmlStandalone; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'xmlStandalone', arguments, result); return result; }, @@ -2002,7 +2002,7 @@ Document = function Document(createObj_key) {//构造函数 }, get xmlVersion() { if (!Document.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = $attribute_map.xmlVersion;; + let result = $attribute_map.xmlVersion; if (lwVm.config.log_print === true) lwVm.logAdd('Get', 'Document', 'xmlVersion', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/Element.js b/qxVm_sanbox/env/DOM/Element.js index b361997..5a7ce48 100644 --- a/qxVm_sanbox/env/DOM/Element.js +++ b/qxVm_sanbox/env/DOM/Element.js @@ -662,7 +662,7 @@ Element = function Element() { }, get innerHTML() { if (!Element.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).innerHTML, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).innerHTML, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Element', 'innerHTML', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLCollection.js b/qxVm_sanbox/env/DOM/HTMLCollection.js index fc3715f..b351bec 100644 --- a/qxVm_sanbox/env/DOM/HTMLCollection.js +++ b/qxVm_sanbox/env/DOM/HTMLCollection.js @@ -12,7 +12,7 @@ HTMLCollection = function HTMLCollection(createObj_key) {//构造函数 HTMLCollection.prototype = { item(index) { if (!HTMLCollection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this[index];; + let result = this[index]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLCollection', 'item', arguments, result); return result; }, @@ -24,7 +24,7 @@ HTMLCollection = function HTMLCollection(createObj_key) {//构造函数 }, namedItem(name) { if (!HTMLCollection.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this[name];; + let result = this[name]; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLCollection', 'namedItem', arguments, result); return result; } diff --git a/qxVm_sanbox/env/DOM/HTMLElement.js b/qxVm_sanbox/env/DOM/HTMLElement.js index 69dde40..e30ca14 100644 --- a/qxVm_sanbox/env/DOM/HTMLElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElement.js @@ -116,7 +116,7 @@ HTMLElement = function HTMLElement(createObj_key) { HTMLElement.prototype = { get accessKey() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).accessKey, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).accessKey, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'accessKey', arguments, result); return result; }, @@ -133,7 +133,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get autocapitalize() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).autocapitalize, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).autocapitalize, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'autocapitalize', arguments, result); return result; }, @@ -144,7 +144,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get autofocus() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).autofocus, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).autofocus, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'autofocus', arguments, result); return result; }, @@ -167,7 +167,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get contentEditable() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).contentEditable, "inherit");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).contentEditable, "inherit"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'contentEditable', arguments, result); return result; }, @@ -186,13 +186,13 @@ HTMLElement = function HTMLElement(createObj_key) { ele = new DOMStringMap(); lwVm.memory.private_data.get(this).dataset = ele; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLElement', 'if ', arguments, result); return result; }, get dir() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).dir, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).dir, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'dir', arguments, result); return result; }, @@ -203,7 +203,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get draggable() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).draggable, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).draggable, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'draggable', arguments, result); return result; }, @@ -214,7 +214,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get enterKeyHint() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).enterKeyHint, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).enterKeyHint, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'enterKeyHint', arguments, result); return result; }, @@ -231,7 +231,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get hidden() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).hidden, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).hidden, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'hidden', arguments, result); return result; }, @@ -242,7 +242,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get innerText() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).innerText, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).innerText, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'innerText', arguments, result); return result; }, @@ -253,7 +253,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get inputMode() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).inputMode, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).inputMode, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'inputMode', arguments, result); return result; }, @@ -264,13 +264,13 @@ HTMLElement = function HTMLElement(createObj_key) { }, get isContentEditable() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).isContentEditable, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).isContentEditable, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'isContentEditable', arguments, result); return result; }, get lang() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lang, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lang, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'lang', arguments, result); return result; }, @@ -281,7 +281,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get nonce() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).nonce, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).nonce, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'nonce', arguments, result); return result; }, @@ -292,37 +292,37 @@ HTMLElement = function HTMLElement(createObj_key) { }, get offsetHeight() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'offsetHeight', arguments, result); return result; }, get offsetLeft() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'offsetLeft', arguments, result); return result; }, get offsetParent() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'offsetParent', arguments, result); return result; }, get offsetTop() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'offsetTop', arguments, result); return result; }, get offsetWidth() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'offsetWidth', arguments, result); return result; }, get onabort() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onabort', arguments, result); return result; }, @@ -333,7 +333,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onanimationend() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onanimationend', arguments, result); return result; }, @@ -344,7 +344,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onanimationiteration() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationiteration, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationiteration, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onanimationiteration', arguments, result); return result; }, @@ -355,7 +355,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onanimationstart() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onanimationstart', arguments, result); return result; }, @@ -366,7 +366,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onauxclick() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onauxclick, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onauxclick, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onauxclick', arguments, result); return result; }, @@ -377,7 +377,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onbeforexrselect() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforexrselect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforexrselect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onbeforexrselect', arguments, result); return result; }, @@ -388,7 +388,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onblur() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onblur, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onblur, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onblur', arguments, result); return result; }, @@ -399,7 +399,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oncancel() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncancel, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncancel, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oncancel', arguments, result); return result; }, @@ -410,7 +410,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oncanplay() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplay, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplay, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oncanplay', arguments, result); return result; }, @@ -421,7 +421,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oncanplaythrough() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplaythrough, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplaythrough, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oncanplaythrough', arguments, result); return result; }, @@ -432,7 +432,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onchange() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onchange', arguments, result); return result; }, @@ -443,7 +443,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onclick() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onclick, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onclick, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onclick', arguments, result); return result; }, @@ -454,7 +454,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onclose() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onclose', arguments, result); return result; }, @@ -465,7 +465,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oncontextmenu() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncontextmenu, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncontextmenu, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oncontextmenu', arguments, result); return result; }, @@ -476,7 +476,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oncopy() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncopy, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncopy, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oncopy', arguments, result); return result; }, @@ -487,7 +487,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oncuechange() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncuechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncuechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oncuechange', arguments, result); return result; }, @@ -498,7 +498,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oncut() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncut, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncut, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oncut', arguments, result); return result; }, @@ -509,7 +509,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondblclick() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondblclick, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondblclick, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondblclick', arguments, result); return result; }, @@ -520,7 +520,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondrag() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrag, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrag, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondrag', arguments, result); return result; }, @@ -531,7 +531,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondragend() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondragend', arguments, result); return result; }, @@ -542,7 +542,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondragenter() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragenter, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragenter, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondragenter', arguments, result); return result; }, @@ -553,7 +553,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondragleave() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragleave, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragleave, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondragleave', arguments, result); return result; }, @@ -564,7 +564,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondragover() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragover, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragover, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondragover', arguments, result); return result; }, @@ -575,7 +575,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondragstart() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondragstart', arguments, result); return result; }, @@ -586,7 +586,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondrop() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrop, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrop, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondrop', arguments, result); return result; }, @@ -597,7 +597,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ondurationchange() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondurationchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondurationchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ondurationchange', arguments, result); return result; }, @@ -608,7 +608,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onemptied() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onemptied, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onemptied, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onemptied', arguments, result); return result; }, @@ -619,7 +619,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onended() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onended, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onended, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onended', arguments, result); return result; }, @@ -630,7 +630,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onerror() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onerror', arguments, result); return result; }, @@ -641,7 +641,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onfocus() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onfocus, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onfocus, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onfocus', arguments, result); return result; }, @@ -652,7 +652,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onformdata() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onformdata, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onformdata, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onformdata', arguments, result); return result; }, @@ -663,7 +663,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ongotpointercapture() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ongotpointercapture, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ongotpointercapture, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ongotpointercapture', arguments, result); return result; }, @@ -674,7 +674,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oninput() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oninput, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oninput, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oninput', arguments, result); return result; }, @@ -685,7 +685,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get oninvalid() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oninvalid, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oninvalid, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'oninvalid', arguments, result); return result; }, @@ -696,7 +696,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onkeydown() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeydown, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeydown, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onkeydown', arguments, result); return result; }, @@ -707,7 +707,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onkeypress() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeypress, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeypress, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onkeypress', arguments, result); return result; }, @@ -718,7 +718,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onkeyup() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeyup, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeyup, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onkeyup', arguments, result); return result; }, @@ -729,7 +729,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onload() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onload', arguments, result); return result; }, @@ -740,7 +740,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onloadeddata() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadeddata, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadeddata, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onloadeddata', arguments, result); return result; }, @@ -751,7 +751,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onloadedmetadata() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadedmetadata, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadedmetadata, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onloadedmetadata', arguments, result); return result; }, @@ -762,7 +762,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onloadstart() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onloadstart', arguments, result); return result; }, @@ -773,7 +773,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onlostpointercapture() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onlostpointercapture, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onlostpointercapture, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onlostpointercapture', arguments, result); return result; }, @@ -784,7 +784,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onmousedown() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousedown, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousedown, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onmousedown', arguments, result); return result; }, @@ -795,7 +795,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onmousemove() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousemove, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousemove, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onmousemove', arguments, result); return result; }, @@ -806,7 +806,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onmouseout() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseout, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseout, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onmouseout', arguments, result); return result; }, @@ -817,7 +817,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onmouseover() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseover, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseover, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onmouseover', arguments, result); return result; }, @@ -828,7 +828,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onmouseup() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseup, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseup, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onmouseup', arguments, result); return result; }, @@ -839,7 +839,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onmousewheel() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousewheel, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousewheel, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onmousewheel', arguments, result); return result; }, @@ -850,7 +850,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpaste() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpaste, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpaste, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpaste', arguments, result); return result; }, @@ -861,7 +861,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpause() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpause, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpause, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpause', arguments, result); return result; }, @@ -872,7 +872,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onplay() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onplay, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onplay, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onplay', arguments, result); return result; }, @@ -883,7 +883,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onplaying() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onplaying, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onplaying, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onplaying', arguments, result); return result; }, @@ -894,7 +894,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointercancel() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointercancel, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointercancel, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointercancel', arguments, result); return result; }, @@ -905,7 +905,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointerdown() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerdown, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerdown, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointerdown', arguments, result); return result; }, @@ -916,7 +916,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointerenter() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerenter, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerenter, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointerenter', arguments, result); return result; }, @@ -927,7 +927,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointerleave() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerleave, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerleave, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointerleave', arguments, result); return result; }, @@ -938,7 +938,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointermove() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointermove, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointermove, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointermove', arguments, result); return result; }, @@ -949,7 +949,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointerout() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerout, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerout, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointerout', arguments, result); return result; }, @@ -960,7 +960,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointerover() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerover, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerover, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointerover', arguments, result); return result; }, @@ -971,7 +971,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointerrawupdate() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerrawupdate, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerrawupdate, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointerrawupdate', arguments, result); return result; }, @@ -982,7 +982,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onpointerup() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerup, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerup, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onpointerup', arguments, result); return result; }, @@ -993,7 +993,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onprogress() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onprogress', arguments, result); return result; }, @@ -1004,7 +1004,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onratechange() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onratechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onratechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onratechange', arguments, result); return result; }, @@ -1015,7 +1015,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onreset() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onreset, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onreset, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onreset', arguments, result); return result; }, @@ -1026,7 +1026,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onresize() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onresize', arguments, result); return result; }, @@ -1037,7 +1037,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onscroll() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onscroll', arguments, result); return result; }, @@ -1048,7 +1048,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onsecuritypolicyviolation() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsecuritypolicyviolation, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsecuritypolicyviolation, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onsecuritypolicyviolation', arguments, result); return result; }, @@ -1059,7 +1059,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onseeked() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeked, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeked, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onseeked', arguments, result); return result; }, @@ -1070,7 +1070,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onseeking() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeking, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeking, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onseeking', arguments, result); return result; }, @@ -1081,7 +1081,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onselect() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onselect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onselect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onselect', arguments, result); return result; }, @@ -1092,7 +1092,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onselectionchange() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectionchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectionchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onselectionchange', arguments, result); return result; }, @@ -1103,7 +1103,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onselectstart() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onselectstart', arguments, result); return result; }, @@ -1114,7 +1114,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onslotchange() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onslotchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onslotchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onslotchange', arguments, result); return result; }, @@ -1125,7 +1125,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onstalled() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onstalled, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onstalled, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onstalled', arguments, result); return result; }, @@ -1136,7 +1136,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onsubmit() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsubmit, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsubmit, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onsubmit', arguments, result); return result; }, @@ -1147,7 +1147,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onsuspend() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsuspend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsuspend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onsuspend', arguments, result); return result; }, @@ -1158,7 +1158,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ontimeupdate() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeupdate, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeupdate, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ontimeupdate', arguments, result); return result; }, @@ -1169,7 +1169,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ontoggle() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontoggle, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontoggle, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ontoggle', arguments, result); return result; }, @@ -1180,7 +1180,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ontransitioncancel() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitioncancel, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitioncancel, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ontransitioncancel', arguments, result); return result; }, @@ -1191,7 +1191,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ontransitionend() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ontransitionend', arguments, result); return result; }, @@ -1202,7 +1202,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ontransitionrun() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionrun, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionrun, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ontransitionrun', arguments, result); return result; }, @@ -1213,7 +1213,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get ontransitionstart() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'ontransitionstart', arguments, result); return result; }, @@ -1224,7 +1224,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onvolumechange() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onvolumechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onvolumechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onvolumechange', arguments, result); return result; }, @@ -1235,7 +1235,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onwaiting() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwaiting, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwaiting, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onwaiting', arguments, result); return result; }, @@ -1246,7 +1246,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onwebkitanimationend() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onwebkitanimationend', arguments, result); return result; }, @@ -1257,7 +1257,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onwebkitanimationiteration() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationiteration, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationiteration, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onwebkitanimationiteration', arguments, result); return result; }, @@ -1268,7 +1268,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onwebkitanimationstart() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationstart, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationstart, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onwebkitanimationstart', arguments, result); return result; }, @@ -1279,7 +1279,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onwebkittransitionend() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkittransitionend, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkittransitionend, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onwebkittransitionend', arguments, result); return result; }, @@ -1290,7 +1290,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get onwheel() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwheel, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwheel, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'onwheel', arguments, result); return result; }, @@ -1301,7 +1301,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get outerText() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).outerText, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).outerText, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'outerText', arguments, result); return result; }, @@ -1312,7 +1312,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get spellcheck() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).spellcheck, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).spellcheck, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'spellcheck', arguments, result); return result; }, @@ -1336,7 +1336,7 @@ HTMLElement = function HTMLElement(createObj_key) { }else{ ele = ele.style; } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLElement', 'for ', arguments, result); return result; }, @@ -1347,7 +1347,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get tabIndex() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).tabIndex, -1);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).tabIndex, -1); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'tabIndex', arguments, result); return result; }, @@ -1358,7 +1358,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get title() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).title, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).title, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'title', arguments, result); return result; }, @@ -1369,7 +1369,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get translate() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).translate, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).translate, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'translate', arguments, result); return result; }, @@ -1380,7 +1380,7 @@ HTMLElement = function HTMLElement(createObj_key) { }, get virtualKeyboardPolicy() { if (!HTMLElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).virtualKeyboardPolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).virtualKeyboardPolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLElement', 'virtualKeyboardPolicy', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLAnchorElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLAnchorElement.js index 5cdb896..19e7531 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLAnchorElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLAnchorElement.js @@ -13,7 +13,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 HTMLAnchorElement.prototype = { get charset() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).charset, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).charset, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'charset', arguments, result); return result; }, @@ -24,7 +24,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get coords() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).coords, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).coords, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'coords', arguments, result); return result; }, @@ -35,7 +35,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get download() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).download, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).download, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'download', arguments, result); return result; }, @@ -46,7 +46,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get hash() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).hash, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).hash, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'hash', arguments, result); return result; }, @@ -57,7 +57,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get host() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).host, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).host, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'host', arguments, result); return result; }, @@ -68,7 +68,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get hostname() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).hostname, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).hostname, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'hostname', arguments, result); return result; }, @@ -79,7 +79,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get href() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).href, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).href, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'href', arguments, result); return result; }, @@ -90,7 +90,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get hrefTranslate() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).hrefTranslate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).hrefTranslate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'hrefTranslate', arguments, result); return result; }, @@ -101,7 +101,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get hreflang() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).hreflang, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).hreflang, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'hreflang', arguments, result); return result; }, @@ -112,7 +112,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get name() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'name', arguments, result); return result; }, @@ -123,13 +123,13 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get origin() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).origin, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).origin, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'origin', arguments, result); return result; }, get password() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).password, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).password, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'password', arguments, result); return result; }, @@ -140,7 +140,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get pathname() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pathname, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).pathname, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'pathname', arguments, result); return result; }, @@ -151,7 +151,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get ping() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ping, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ping, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'ping', arguments, result); return result; }, @@ -162,7 +162,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get port() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).port, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).port, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'port', arguments, result); return result; }, @@ -173,7 +173,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get protocol() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).protocol, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'protocol', arguments, result); return result; }, @@ -184,7 +184,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get referrerPolicy() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'referrerPolicy', arguments, result); return result; }, @@ -195,7 +195,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get rel() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).rel, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).rel, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'rel', arguments, result); return result; }, @@ -206,7 +206,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get relList() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).relList, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).relList, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'relList', arguments, result); return result; }, @@ -217,7 +217,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get rev() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).rev, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).rev, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'rev', arguments, result); return result; }, @@ -228,7 +228,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get search() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).search, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).search, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'search', arguments, result); return result; }, @@ -239,7 +239,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get shape() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).shape, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).shape, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'shape', arguments, result); return result; }, @@ -250,7 +250,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get target() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).target, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).target, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'target', arguments, result); return result; }, @@ -261,7 +261,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get text() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).text, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).text, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'text', arguments, result); return result; }, @@ -278,7 +278,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get type() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'type', arguments, result); return result; }, @@ -289,7 +289,7 @@ HTMLAnchorElement = function HTMLAnchorElement(createObj_key) {//构造函数 }, get username() { if (!HTMLAnchorElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).username, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).username, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLAnchorElement', 'username', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLButtonElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLButtonElement.js index 6191c7e..5474a95 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLButtonElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLButtonElement.js @@ -13,13 +13,13 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 HTMLButtonElement.prototype = { checkValidity() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = true;; + let result = true; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLButtonElement', 'checkValidity', arguments, result); return result; }, get disabled() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).disabled, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).disabled, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'disabled', arguments, result); return result; }, @@ -31,7 +31,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get form() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).form, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).form, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'form', arguments, result); return result; }, @@ -42,7 +42,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get formAction() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).formAction, location.href);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).formAction, location.href); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'formAction', arguments, result); return result; }, @@ -53,7 +53,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get formEnctype() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).formEnctype, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).formEnctype, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'formEnctype', arguments, result); return result; }, @@ -64,7 +64,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get formMethod() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).formMethod, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).formMethod, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'formMethod', arguments, result); return result; }, @@ -75,7 +75,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get formNoValidate() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).formNoValidate, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).formNoValidate, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'formNoValidate', arguments, result); return result; }, @@ -86,7 +86,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get formTarget() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).formTarget, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).formTarget, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'formTarget', arguments, result); return result; }, @@ -100,7 +100,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get name() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'name', arguments, result); return result; }, @@ -111,7 +111,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, reportValidity() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = true;; + let result = true; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLButtonElement', 'reportValidity', arguments, result); return result; }, @@ -123,7 +123,7 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get type() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "submit");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "submit"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'type', arguments, result); return result; }, @@ -134,19 +134,19 @@ HTMLButtonElement = function HTMLButtonElement(createObj_key) {//构造函数 }, get validationMessage() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).validationMessage, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).validationMessage, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'validationMessage', arguments, result); return result; }, get validity() { // ValidityState  if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).validity, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).validity, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'validationMessage', arguments, result); return result; }, get value() { if (!HTMLButtonElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).value, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).value, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLButtonElement', 'value', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLCanvasElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLCanvasElement.js index b63c60d..cc3c53f 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLCanvasElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLCanvasElement.js @@ -39,23 +39,23 @@ HTMLCanvasElement = function HTMLCanvasElement(createObj_key) {//构造函数 lwVm.memory.private_data.get(this).getContext = context; lwVm.memory.private_data.get(this).contextType = contextType - let result = context;; + let result = context; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLCanvasElement', 'switch ', arguments, result); return result; } if (buffer_context !== null && contextType === buffer_contextType) { - let result = buffer_context;; + let result = buffer_context; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLCanvasElement', 'switch ', arguments, result); return result; } - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLCanvasElement', 'switch ', arguments, result); return result; }, get height() { if (!HTMLCanvasElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).height, 150);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).height, 150); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLCanvasElement', 'height', arguments, result); return result; }, @@ -72,7 +72,7 @@ HTMLCanvasElement = function HTMLCanvasElement(createObj_key) {//构造函数 }, toDataURL() { if (!HTMLCanvasElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.default_envs.canvas;; + let result = lwVm.default_envs.canvas; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'HTMLCanvasElement', 'toDataURL', arguments, result); return result; }, @@ -84,7 +84,7 @@ HTMLCanvasElement = function HTMLCanvasElement(createObj_key) {//构造函数 }, get width() { if (!HTMLCanvasElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).width, 300);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).width, 300); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLCanvasElement', 'width', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLDivElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLDivElement.js index 333b20f..aec7bca 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLDivElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLDivElement.js @@ -13,7 +13,7 @@ HTMLDivElement = function HTMLDivElement(createObj_key) {//构造函数 HTMLDivElement.prototype = { get align() { if (!HTMLDivElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); } - let result = lwVm.abs(lwVm.memory.private_data.get(this).align, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).align, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLDivElement', 'align', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameElement.js index b97a9f1..550a5fe 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameElement.js @@ -13,19 +13,19 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 HTMLFrameElement.prototype = { get contentDocument() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).contentDocument, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).contentDocument, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'contentDocument', arguments, result); return result; }, get contentWindow() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).contentWindow, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).contentWindow, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'contentWindow', arguments, result); return result; }, get frameBorder() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).frameBorder, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).frameBorder, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'frameBorder', arguments, result); return result; }, @@ -36,7 +36,7 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 }, get longDesc() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).longDesc, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).longDesc, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'longDesc', arguments, result); return result; }, @@ -47,7 +47,7 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 }, get marginHeight() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).marginHeight, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).marginHeight, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'marginHeight', arguments, result); return result; }, @@ -58,7 +58,7 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 }, get marginWidth() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).marginWidth, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).marginWidth, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'marginWidth', arguments, result); return result; }, @@ -69,7 +69,7 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 }, get name() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'name', arguments, result); return result; }, @@ -80,7 +80,7 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 }, get noResize() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).noResize, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).noResize, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'noResize', arguments, result); return result; }, @@ -91,7 +91,7 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 }, get scrolling() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).scrolling, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).scrolling, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'scrolling', arguments, result); return result; }, @@ -102,7 +102,7 @@ HTMLFrameElement = function HTMLFrameElement(createObj_key) {//构造函数 }, get src() { if (!HTMLFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).src, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).src, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameElement', 'src', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameSetElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameSetElement.js index 7ddcd3e..2466510 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameSetElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLFrameSetElement.js @@ -21,7 +21,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 HTMLFrameSetElement.prototype = { get cols() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).cols, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).cols, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'cols', arguments, result); return result; }, @@ -32,7 +32,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onafterprint() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onafterprint, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onafterprint, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onafterprint', arguments, result); return result; }, @@ -43,7 +43,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onbeforeprint() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforeprint, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforeprint, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onbeforeprint', arguments, result); return result; }, @@ -54,7 +54,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onbeforeunload() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforeunload, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforeunload, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onbeforeunload', arguments, result); return result; }, @@ -65,7 +65,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onblur() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onblur, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onblur, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onblur', arguments, result); return result; }, @@ -76,7 +76,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onerror() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onerror', arguments, result); return result; }, @@ -87,7 +87,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onfocus() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onfocus, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onfocus, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onfocus', arguments, result); return result; }, @@ -98,7 +98,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onhashchange() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onhashchange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onhashchange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onhashchange', arguments, result); return result; }, @@ -109,7 +109,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onlanguagechange() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onlanguagechange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onlanguagechange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onlanguagechange', arguments, result); return result; }, @@ -120,7 +120,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onload() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onload', arguments, result); return result; }, @@ -131,7 +131,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onmessage() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onmessage', arguments, result); return result; }, @@ -142,7 +142,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onmessageerror() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessageerror, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessageerror, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onmessageerror', arguments, result); return result; }, @@ -153,7 +153,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onoffline() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onoffline, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onoffline, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onoffline', arguments, result); return result; }, @@ -164,7 +164,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get ononline() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ononline, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ononline, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'ononline', arguments, result); return result; }, @@ -175,7 +175,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onpagehide() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpagehide, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpagehide, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onpagehide', arguments, result); return result; }, @@ -186,7 +186,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onpageshow() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpageshow, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpageshow, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onpageshow', arguments, result); return result; }, @@ -197,7 +197,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onpopstate() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpopstate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpopstate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onpopstate', arguments, result); return result; }, @@ -208,7 +208,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onrejectionhandled() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onrejectionhandled, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onrejectionhandled, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onrejectionhandled', arguments, result); return result; }, @@ -219,7 +219,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onresize() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onresize', arguments, result); return result; }, @@ -230,7 +230,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onscroll() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onscroll', arguments, result); return result; }, @@ -241,7 +241,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onstorage() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onstorage, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onstorage, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onstorage', arguments, result); return result; }, @@ -252,7 +252,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onunhandledrejection() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onunhandledrejection, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onunhandledrejection, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onunhandledrejection', arguments, result); return result; }, @@ -263,7 +263,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get onunload() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onunload, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onunload, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'onunload', arguments, result); return result; }, @@ -274,7 +274,7 @@ HTMLFrameSetElement = function HTMLFrameSetElement(createObj_key) {//构造函 }, get rows() { if (!HTMLFrameSetElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).rows, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).rows, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLFrameSetElement', 'rows', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLHtmlElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLHtmlElement.js index 1b3eaf0..ce87201 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLHtmlElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLHtmlElement.js @@ -13,7 +13,7 @@ HTMLHtmlElement = function HTMLHtmlElement(createObj_key) {//构造函数 HTMLHtmlElement.prototype = { get version() { if (!HTMLHtmlElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); } - let result = lwVm.abs(lwVm.memory.private_data.get(this).version, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).version, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLHtmlElement', 'version', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLIFrameElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLIFrameElement.js index a503be9..aaa01af 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLIFrameElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLIFrameElement.js @@ -13,7 +13,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { HTMLIFrameElement.prototype = { get align() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).align, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).align, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'align', arguments, result); return result; }, @@ -24,7 +24,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get allow() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).allow, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).allow, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'allow', arguments, result); return result; }, @@ -35,7 +35,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get allowFullscreen() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).allowFullscreen, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).allowFullscreen, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'allowFullscreen', arguments, result); return result; }, @@ -46,7 +46,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get allowPaymentRequest() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).allowPaymentRequest, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).allowPaymentRequest, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'allowPaymentRequest', arguments, result); return result; }, @@ -57,19 +57,19 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get contentDocument() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).contentDocument, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).contentDocument, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'contentDocument', arguments, result); return result; }, get contentWindow() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).contentWindow, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).contentWindow, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'contentWindow', arguments, result); return result; }, get csp() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).csp, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).csp, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'csp', arguments, result); return result; }, @@ -80,13 +80,13 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get featurePolicy() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).featurePolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).featurePolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'featurePolicy', arguments, result); return result; }, get frameBorder() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).frameBorder, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).frameBorder, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'frameBorder', arguments, result); return result; }, @@ -103,7 +103,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get height() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).height, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).height, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'height', arguments, result); return result; }, @@ -114,7 +114,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get loading() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).loading, "auto");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).loading, "auto"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'loading', arguments, result); return result; }, @@ -125,7 +125,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get longDesc() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).longDesc, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).longDesc, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'longDesc', arguments, result); return result; }, @@ -136,7 +136,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get marginHeight() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).marginHeight, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).marginHeight, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'marginHeight', arguments, result); return result; }, @@ -147,7 +147,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get marginWidth() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).marginWidth, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).marginWidth, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'marginWidth', arguments, result); return result; }, @@ -158,7 +158,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get name() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'name', arguments, result); return result; }, @@ -169,7 +169,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get referrerPolicy() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'referrerPolicy', arguments, result); return result; }, @@ -188,7 +188,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get scrolling() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).scrolling, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).scrolling, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'scrolling', arguments, result); return result; }, @@ -199,7 +199,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get src() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).src, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).src, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'src', arguments, result); return result; }, @@ -210,7 +210,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get srcdoc() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).srcdoc, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).srcdoc, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'srcdoc', arguments, result); return result; }, @@ -221,7 +221,7 @@ HTMLIFrameElement = function HTMLIFrameElement(createObj_key) { }, get width() { if (!HTMLIFrameElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).width, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).width, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLIFrameElement', 'width', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLImageElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLImageElement.js index a43f28c..7733ef7 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLImageElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLImageElement.js @@ -13,7 +13,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 HTMLImageElement.prototype = { get align() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).align, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).align, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'align', arguments, result); return result; }, @@ -24,7 +24,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get alt() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).alt, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).alt, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'alt', arguments, result); return result; }, @@ -35,7 +35,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get border() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).border, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).border, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'border', arguments, result); return result; }, @@ -46,13 +46,13 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get complete() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = true;; + let result = true; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'complete', arguments, result); return result; }, get crossOrigin() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).crossOrigin, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).crossOrigin, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'crossOrigin', arguments, result); return result; }, @@ -63,7 +63,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get currentSrc() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentSrc, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentSrc, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'currentSrc', arguments, result); return result; }, @@ -75,7 +75,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get decoding() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).decoding, 'auto');; + let result = lwVm.abs(lwVm.memory.private_data.get(this).decoding, 'auto'); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'decoding', arguments, result); return result; }, @@ -86,7 +86,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get height() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).height, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).height, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'height', arguments, result); return result; }, @@ -102,7 +102,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get hspace() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).hspace, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).hspace, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'hspace', arguments, result); return result; }, @@ -116,7 +116,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get isMap() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).isMap, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).isMap, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'isMap', arguments, result); return result; }, @@ -127,7 +127,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get loading() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).loading, "auto");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).loading, "auto"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'loading', arguments, result); return result; }, @@ -138,7 +138,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get longDesc() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).longDesc, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).longDesc, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'longDesc', arguments, result); return result; }, @@ -149,7 +149,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get lowsrc() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lowsrc, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lowsrc, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'lowsrc', arguments, result); return result; }, @@ -160,7 +160,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get name() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'name', arguments, result); return result; }, @@ -171,19 +171,19 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get naturalHeight() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).naturalHeight, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).naturalHeight, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'naturalHeight', arguments, result); return result; }, get naturalWidth() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).naturalWidth, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).naturalWidth, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'naturalWidth', arguments, result); return result; }, get referrerPolicy() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'referrerPolicy', arguments, result); return result; }, @@ -194,7 +194,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get sizes() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sizes, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sizes, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'sizes', arguments, result); return result; }, @@ -205,7 +205,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get src() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).src, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).src, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'src', arguments, result); return result; }, @@ -216,7 +216,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get srcset() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).srcset, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).srcset, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'srcset', arguments, result); return result; }, @@ -227,7 +227,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get useMap() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).useMap, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).useMap, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'useMap', arguments, result); return result; }, @@ -238,7 +238,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get vspace() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).vspace, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).vspace, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'vspace', arguments, result); return result; }, @@ -249,7 +249,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get width() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).width, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).width, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'width', arguments, result); return result; }, @@ -260,7 +260,7 @@ HTMLImageElement = function HTMLImageElement(createObj_key) {//构造函数 }, get x() { if (!HTMLImageElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).x, 0);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).x, 0); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLImageElement', 'x', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLLIElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLLIElement.js index 7594025..9777b7d 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLLIElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLLIElement.js @@ -13,7 +13,7 @@ HTMLLIElement = function HTMLLIElement(createObj_key) {//构造函数 get type() { if (!HTMLLIElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLIElement', 'type', arguments, result); return result; }, @@ -24,7 +24,7 @@ HTMLLIElement = function HTMLLIElement(createObj_key) {//构造函数 }, get value() { if (!HTMLLIElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).value, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).value, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLIElement', 'value', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLLabelElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLLabelElement.js index 2c3da39..33e4ddb 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLLabelElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLLabelElement.js @@ -13,19 +13,19 @@ HTMLLabelElement = function HTMLLabelElement(createObj_key) {//构造函数 HTMLLabelElement.prototype = { get control() { if (!HTMLLabelElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).control, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).control, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLabelElement', 'control', arguments, result); return result; }, get form() { if (!HTMLLabelElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).form, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).form, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLabelElement', 'form', arguments, result); return result; }, get htmlFor() { if (!HTMLLabelElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).htmlFor, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).htmlFor, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLabelElement', 'htmlFor', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLLinkElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLLinkElement.js index 8d299b6..862c9de 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLLinkElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLLinkElement.js @@ -13,7 +13,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 HTMLLinkElement.prototype = { get as() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).as, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).as, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'as', arguments, result); return result; }, @@ -24,7 +24,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get charset() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).charset, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).charset, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'charset', arguments, result); return result; }, @@ -35,7 +35,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get crossOrigin() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).crossOrigin, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).crossOrigin, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'crossOrigin', arguments, result); return result; }, @@ -46,7 +46,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get disabled() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).disabled, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).disabled, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'disabled', arguments, result); return result; }, @@ -57,7 +57,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get href() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).href, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).href, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'href', arguments, result); return result; }, @@ -68,7 +68,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get hreflang() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).hreflang, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).hreflang, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'hreflang', arguments, result); return result; }, @@ -79,7 +79,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get imageSizes() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSizes, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSizes, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'imageSizes', arguments, result); return result; }, @@ -90,7 +90,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get imageSrcset() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSrcset, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).imageSrcset, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'imageSrcset', arguments, result); return result; }, @@ -101,7 +101,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get integrity() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).integrity, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).integrity, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'integrity', arguments, result); return result; }, @@ -112,7 +112,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get media() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).media, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).media, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'media', arguments, result); return result; }, @@ -123,7 +123,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get referrerPolicy() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).referrerPolicy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'referrerPolicy', arguments, result); return result; }, @@ -134,7 +134,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get rel() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).rel, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).rel, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'rel', arguments, result); return result; }, @@ -153,7 +153,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get rev() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).rev, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).rev, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'rev', arguments, result); return result; }, @@ -164,13 +164,13 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get sheet() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sheet, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sheet, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'sheet', arguments, result); return result; }, get sizes() { // DOMTokenList if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sizes, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sizes, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'sheet', arguments, result); return result; }, @@ -181,7 +181,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get target() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).target, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).target, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'target', arguments, result); return result; }, @@ -192,7 +192,7 @@ HTMLLinkElement = function HTMLLinkElement(createObj_key) {//构造函数 }, get type() { if (!HTMLLinkElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).type, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).type, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLLinkElement', 'type', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLMediaElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLMediaElement.js index 75d846b..ce2be7a 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLMediaElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLMediaElement.js @@ -30,7 +30,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get autoplay() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).autoplay, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).autoplay, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'autoplay', arguments, result); return result; }, @@ -41,7 +41,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get buffered() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).buffered, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).buffered, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'buffered', arguments, result); return result; }, @@ -59,7 +59,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get controls() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).controls, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).controls, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'controls', arguments, result); return result; }, @@ -70,7 +70,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get controlsList() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).controlsList, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).controlsList, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'controlsList', arguments, result); return result; }, @@ -81,7 +81,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get crossOrigin() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).crossOrigin, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).crossOrigin, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'crossOrigin', arguments, result); return result; }, @@ -92,13 +92,13 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get currentSrc() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentSrc, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentSrc, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'currentSrc', arguments, result); return result; }, get currentTime() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentTime, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).currentTime, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'currentTime', arguments, result); return result; }, @@ -109,7 +109,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get defaultMuted() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultMuted, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultMuted, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'defaultMuted', arguments, result); return result; }, @@ -120,7 +120,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get defaultPlaybackRate() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultPlaybackRate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultPlaybackRate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'defaultPlaybackRate', arguments, result); return result; }, @@ -131,7 +131,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get disableRemotePlayback() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).disableRemotePlayback, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).disableRemotePlayback, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'disableRemotePlayback', arguments, result); return result; }, @@ -142,19 +142,19 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get duration() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).duration, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).duration, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'duration', arguments, result); return result; }, get ended() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ended, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ended, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'ended', arguments, result); return result; }, get error() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).error, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).error, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'error', arguments, result); return result; }, @@ -166,7 +166,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get loop() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).loop, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).loop, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'loop', arguments, result); return result; }, @@ -177,7 +177,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get muted() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).muted, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).muted, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'muted', arguments, result); return result; }, @@ -188,13 +188,13 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get networkState() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).networkState, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).networkState, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'networkState', arguments, result); return result; }, get onencrypted() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onencrypted, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onencrypted, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'onencrypted', arguments, result); return result; }, @@ -205,7 +205,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get onwaitingforkey() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwaitingforkey, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwaitingforkey, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'onwaitingforkey', arguments, result); return result; }, @@ -222,7 +222,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get paused() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).paused, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).paused, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'paused', arguments, result); return result; }, @@ -234,7 +234,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get playbackRate() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).playbackRate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).playbackRate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'playbackRate', arguments, result); return result; }, @@ -245,13 +245,13 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get played() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).played, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).played, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'played', arguments, result); return result; }, get preload() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).preload, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).preload, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'preload', arguments, result); return result; }, @@ -262,7 +262,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get preservesPitch() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).preservesPitch, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).preservesPitch, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'preservesPitch', arguments, result); return result; }, @@ -273,25 +273,25 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get readyState() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'readyState', arguments, result); return result; }, get remote() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).remote, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).remote, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'remote', arguments, result); return result; }, get seekable() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).seekable, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).seekable, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'seekable', arguments, result); return result; }, get seeking() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).seeking, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).seeking, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'seeking', arguments, result); return result; }, @@ -303,13 +303,13 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get sinkId() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sinkId, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sinkId, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'sinkId', arguments, result); return result; }, get src() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).src, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).src, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'src', arguments, result); return result; }, @@ -320,7 +320,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get srcObject() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).srcObject, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).srcObject, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'srcObject', arguments, result); return result; }, @@ -331,13 +331,13 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get textTracks() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).textTracks, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).textTracks, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'textTracks', arguments, result); return result; }, get volume() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).volume, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).volume, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'volume', arguments, result); return result; }, @@ -348,7 +348,7 @@ HTMLMediaElement = function HTMLMediaElement(createObj_key) {//构造函数 }, get webkitAudioDecodedByteCount() { if (!HTMLMediaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitAudioDecodedByteCount, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitAudioDecodedByteCount, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMediaElement', 'webkitAudioDecodedByteCount', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLMetaElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLMetaElement.js index 03e7350..fac766d 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLMetaElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLMetaElement.js @@ -13,7 +13,7 @@ HTMLMetaElement = function HTMLMetaElement(createObj_key) { get content() { if (!HTMLMetaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).content, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).content, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMetaElement', 'content', arguments, result); return result; }, @@ -24,7 +24,7 @@ HTMLMetaElement = function HTMLMetaElement(createObj_key) { }, get httpEquiv() { if (!HTMLMetaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).httpEquiv, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).httpEquiv, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMetaElement', 'httpEquiv', arguments, result); return result; }, @@ -35,7 +35,7 @@ HTMLMetaElement = function HTMLMetaElement(createObj_key) { }, get media() { if (!HTMLMetaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).media, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).media, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMetaElement', 'media', arguments, result); return result; }, @@ -46,7 +46,7 @@ HTMLMetaElement = function HTMLMetaElement(createObj_key) { }, get name() { if (!HTMLMetaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).name, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).name, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMetaElement', 'name', arguments, result); return result; }, @@ -57,7 +57,7 @@ HTMLMetaElement = function HTMLMetaElement(createObj_key) { }, get scheme() { if (!HTMLMetaElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).scheme, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).scheme, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLMetaElement', 'scheme', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLTitleElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLTitleElement.js index 44745c1..bf97365 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLTitleElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLTitleElement.js @@ -15,7 +15,7 @@ HTMLTitleElement = function HTMLTitleElement(createObj_key) {//构造函数 HTMLTitleElement.prototype = { get text() { if (!HTMLTitleElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); } - let result = lwVm.abs(lwVm.memory.private_data.get(this).text, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).text, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLTitleElement', 'text', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/HTMLElements/HTMLVideoElement.js b/qxVm_sanbox/env/DOM/HTMLElements/HTMLVideoElement.js index 13d03ae..4ba3674 100644 --- a/qxVm_sanbox/env/DOM/HTMLElements/HTMLVideoElement.js +++ b/qxVm_sanbox/env/DOM/HTMLElements/HTMLVideoElement.js @@ -25,7 +25,7 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get disablePictureInPicture() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).disablePictureInPicture, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).disablePictureInPicture, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'disablePictureInPicture', arguments, result); return result; }, @@ -42,7 +42,7 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get height() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).height, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).height, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'height', arguments, result); return result; }, @@ -53,7 +53,7 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get onenterpictureinpicture() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onenterpictureinpicture, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onenterpictureinpicture, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'onenterpictureinpicture', arguments, result); return result; }, @@ -64,7 +64,7 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get onleavepictureinpicture() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onleavepictureinpicture, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onleavepictureinpicture, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'onleavepictureinpicture', arguments, result); return result; }, @@ -75,7 +75,7 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get playsInline() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).playsInline, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).playsInline, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'playsInline', arguments, result); return result; }, @@ -86,7 +86,7 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get poster() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).poster, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).poster, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'poster', arguments, result); return result; }, @@ -109,31 +109,31 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get videoHeight() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).videoHeight, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).videoHeight, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'videoHeight', arguments, result); return result; }, get videoWidth() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).videoWidth, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).videoWidth, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'videoWidth', arguments, result); return result; }, get webkitDecodedFrameCount() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitDecodedFrameCount, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitDecodedFrameCount, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'webkitDecodedFrameCount', arguments, result); return result; }, get webkitDisplayingFullscreen() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitDisplayingFullscreen, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitDisplayingFullscreen, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'webkitDisplayingFullscreen', arguments, result); return result; }, get webkitDroppedFrameCount() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitDroppedFrameCount, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitDroppedFrameCount, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'webkitDroppedFrameCount', arguments, result); return result; }, @@ -163,13 +163,13 @@ HTMLVideoElement = function HTMLVideoElement(createObj_key) {//构造函数 }, get webkitSupportsFullscreen() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitSupportsFullscreen, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).webkitSupportsFullscreen, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'webkitSupportsFullscreen', arguments, result); return result; }, get width() { if (!HTMLVideoElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).width, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).width, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HTMLVideoElement', 'width', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/MediaStream.js b/qxVm_sanbox/env/DOM/MediaStream.js index 810ea0d..38c3b3b 100644 --- a/qxVm_sanbox/env/DOM/MediaStream.js +++ b/qxVm_sanbox/env/DOM/MediaStream.js @@ -15,7 +15,7 @@ MediaStream = function MediaStream(createObj_key) {//构造函数 MediaStream.prototype = { get active() { if (!MediaStream.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).active, true);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).active, true); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaStream', 'active', arguments, result); return result; }, @@ -57,13 +57,13 @@ MediaStream = function MediaStream(createObj_key) {//构造函数 }, get id() { if (!MediaStream.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).id, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).id, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaStream', 'id', arguments, result); return result; }, get onactive() { if (!MediaStream.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onactive, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onactive, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaStream', 'onactive', arguments, result); return result; }, @@ -74,7 +74,7 @@ MediaStream = function MediaStream(createObj_key) {//构造函数 }, get onaddtrack() { if (!MediaStream.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onaddtrack, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onaddtrack, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaStream', 'onaddtrack', arguments, result); return result; }, @@ -85,7 +85,7 @@ MediaStream = function MediaStream(createObj_key) {//构造函数 }, get oninactive() { if (!MediaStream.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oninactive, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oninactive, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaStream', 'oninactive', arguments, result); return result; }, @@ -96,7 +96,7 @@ MediaStream = function MediaStream(createObj_key) {//构造函数 }, get onremovetrack() { if (!MediaStream.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onremovetrack, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onremovetrack, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaStream', 'onremovetrack', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/Node.js b/qxVm_sanbox/env/DOM/Node.js index e15fd3b..11e3800 100644 --- a/qxVm_sanbox/env/DOM/Node.js +++ b/qxVm_sanbox/env/DOM/Node.js @@ -41,14 +41,14 @@ lwVm.safefunction(Node); }, get baseURI() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).baseURI, location.href);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).baseURI, location.href); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'baseURI', arguments, result); return result; }, get childNodes() { // debugger; if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).childNodes, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).childNodes, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'childNodes', arguments, result); return result; }, @@ -72,7 +72,7 @@ lwVm.safefunction(Node); }, get firstChild() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).firstChild, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).firstChild, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'firstChild', arguments, result); return result; }, @@ -94,7 +94,7 @@ lwVm.safefunction(Node); }, get isConnected() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).isConnected, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).isConnected, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'isConnected', arguments, result); return result; }, @@ -118,7 +118,7 @@ lwVm.safefunction(Node); }, get lastChild() { // 返回一个html if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lastChild, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lastChild, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'Node', 'isSameNode', arguments, result); return result; }, @@ -136,14 +136,14 @@ lwVm.safefunction(Node); }, get nextSibling() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).nextSibling, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).nextSibling, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'nextSibling', arguments, result); return result; }, get nodeName() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; let node_name = lwVm.htmls_toStringTag(this).toUpperCase(); - let result = node_name === 'DOCUMENT' ? '#document' : node_name;; + let result = node_name === 'DOCUMENT' ? '#document' : node_name; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'nodeName', arguments, result); return result; }, @@ -155,7 +155,7 @@ lwVm.safefunction(Node); }, get nodeValue() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).nodeValue, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).nodeValue, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'nodeValue', arguments, result); return result; }, @@ -172,25 +172,25 @@ lwVm.safefunction(Node); }, get ownerDocument() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'ownerDocument', arguments, result); return result; }, get parentElement() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'parentElement', arguments, result); return result; }, get parentNode() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = this;; + let result = this; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'parentNode', arguments, result); return result; }, get previousSibling() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'previousSibling', arguments, result); return result; }, @@ -208,7 +208,7 @@ lwVm.safefunction(Node); }, get textContent() { if (!Node.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).textContent, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).textContent, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Node', 'textContent', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/NodeList.js b/qxVm_sanbox/env/DOM/NodeList.js index ee50a5c..8bcbe5d 100644 --- a/qxVm_sanbox/env/DOM/NodeList.js +++ b/qxVm_sanbox/env/DOM/NodeList.js @@ -28,20 +28,20 @@ NodeList = function NodeList(createObj_key) { try{ return this[imdex] }catch(error){ - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'NodeList', 'item', arguments, result); return result; } }, keys() { if (!NodeList.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = Object.keys(this);; + let result = Object.keys(this); if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'NodeList', 'keys', arguments, result); return result; }, get length() { if (!NodeList.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).length, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).length, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NodeList', 'length', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/SVGElement.js b/qxVm_sanbox/env/DOM/SVGElement.js index c37e47e..aa6142e 100644 --- a/qxVm_sanbox/env/DOM/SVGElement.js +++ b/qxVm_sanbox/env/DOM/SVGElement.js @@ -29,7 +29,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 SVGElement.prototype = { get autofocus() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).autofocus, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).autofocus, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'autofocus', arguments, result); return result; }, @@ -46,13 +46,13 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get className() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).className, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).className, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'className', arguments, result); return result; }, get dataset() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).dataset, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).dataset, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'dataset', arguments, result); return result; }, @@ -64,7 +64,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get nonce() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).nonce, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).nonce, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'nonce', arguments, result); return result; }, @@ -75,7 +75,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onabort() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onabort', arguments, result); return result; }, @@ -86,7 +86,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onanimationend() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onanimationend', arguments, result); return result; }, @@ -97,7 +97,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onanimationiteration() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationiteration, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationiteration, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onanimationiteration', arguments, result); return result; }, @@ -108,7 +108,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onanimationstart() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationstart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onanimationstart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onanimationstart', arguments, result); return result; }, @@ -119,7 +119,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onauxclick() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onauxclick, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onauxclick, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onauxclick', arguments, result); return result; }, @@ -130,7 +130,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onbeforexrselect() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforexrselect, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onbeforexrselect, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onbeforexrselect', arguments, result); return result; }, @@ -141,7 +141,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onblur() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onblur, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onblur, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onblur', arguments, result); return result; }, @@ -152,7 +152,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oncancel() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncancel, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncancel, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oncancel', arguments, result); return result; }, @@ -163,7 +163,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oncanplay() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplay, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplay, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oncanplay', arguments, result); return result; }, @@ -174,7 +174,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oncanplaythrough() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplaythrough, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncanplaythrough, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oncanplaythrough', arguments, result); return result; }, @@ -185,7 +185,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onchange() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onchange', arguments, result); return result; }, @@ -196,7 +196,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onclick() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onclick, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onclick, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onclick', arguments, result); return result; }, @@ -207,7 +207,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onclose() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onclose', arguments, result); return result; }, @@ -218,7 +218,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oncontextmenu() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncontextmenu, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncontextmenu, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oncontextmenu', arguments, result); return result; }, @@ -229,7 +229,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oncopy() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncopy, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncopy, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oncopy', arguments, result); return result; }, @@ -240,7 +240,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oncuechange() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncuechange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncuechange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oncuechange', arguments, result); return result; }, @@ -251,7 +251,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oncut() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncut, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncut, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oncut', arguments, result); return result; }, @@ -262,7 +262,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondblclick() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondblclick, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondblclick, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondblclick', arguments, result); return result; }, @@ -273,7 +273,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondrag() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrag, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrag, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondrag', arguments, result); return result; }, @@ -284,7 +284,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondragend() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondragend', arguments, result); return result; }, @@ -295,7 +295,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondragenter() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragenter, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragenter, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondragenter', arguments, result); return result; }, @@ -306,7 +306,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondragleave() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragleave, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragleave, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondragleave', arguments, result); return result; }, @@ -317,7 +317,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondragover() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragover, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragover, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondragover', arguments, result); return result; }, @@ -328,7 +328,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondragstart() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragstart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondragstart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondragstart', arguments, result); return result; }, @@ -339,7 +339,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondrop() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrop, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondrop, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondrop', arguments, result); return result; }, @@ -350,7 +350,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ondurationchange() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondurationchange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondurationchange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ondurationchange', arguments, result); return result; }, @@ -361,7 +361,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onemptied() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onemptied, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onemptied, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onemptied', arguments, result); return result; }, @@ -372,7 +372,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onended() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onended, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onended, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onended', arguments, result); return result; }, @@ -383,7 +383,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onerror() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onerror', arguments, result); return result; }, @@ -394,7 +394,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onfocus() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onfocus, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onfocus, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onfocus', arguments, result); return result; }, @@ -405,7 +405,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onformdata() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onformdata, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onformdata, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onformdata', arguments, result); return result; }, @@ -416,7 +416,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ongotpointercapture() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ongotpointercapture, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ongotpointercapture, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ongotpointercapture', arguments, result); return result; }, @@ -427,7 +427,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oninput() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oninput, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oninput, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oninput', arguments, result); return result; }, @@ -438,7 +438,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get oninvalid() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oninvalid, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oninvalid, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'oninvalid', arguments, result); return result; }, @@ -449,7 +449,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onkeydown() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeydown, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeydown, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onkeydown', arguments, result); return result; }, @@ -460,7 +460,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onkeypress() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeypress, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeypress, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onkeypress', arguments, result); return result; }, @@ -471,7 +471,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onkeyup() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeyup, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onkeyup, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onkeyup', arguments, result); return result; }, @@ -482,7 +482,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onload() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onload, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onload', arguments, result); return result; }, @@ -493,7 +493,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onloadeddata() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadeddata, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadeddata, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onloadeddata', arguments, result); return result; }, @@ -504,7 +504,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onloadedmetadata() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadedmetadata, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadedmetadata, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onloadedmetadata', arguments, result); return result; }, @@ -515,7 +515,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onloadstart() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onloadstart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onloadstart', arguments, result); return result; }, @@ -526,7 +526,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onlostpointercapture() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onlostpointercapture, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onlostpointercapture, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onlostpointercapture', arguments, result); return result; }, @@ -537,7 +537,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onmousedown() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousedown, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousedown, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onmousedown', arguments, result); return result; }, @@ -548,7 +548,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onmousemove() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousemove, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousemove, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onmousemove', arguments, result); return result; }, @@ -559,7 +559,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onmouseout() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseout, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseout, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onmouseout', arguments, result); return result; }, @@ -570,7 +570,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onmouseover() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseover, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseover, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onmouseover', arguments, result); return result; }, @@ -581,7 +581,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onmouseup() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseup, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmouseup, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onmouseup', arguments, result); return result; }, @@ -592,7 +592,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onmousewheel() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousewheel, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmousewheel, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onmousewheel', arguments, result); return result; }, @@ -603,7 +603,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpaste() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpaste, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpaste, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpaste', arguments, result); return result; }, @@ -614,7 +614,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpause() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpause, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpause, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpause', arguments, result); return result; }, @@ -625,7 +625,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onplay() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onplay, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onplay, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onplay', arguments, result); return result; }, @@ -636,7 +636,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onplaying() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onplaying, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onplaying, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onplaying', arguments, result); return result; }, @@ -647,7 +647,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointercancel() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointercancel, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointercancel, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointercancel', arguments, result); return result; }, @@ -658,7 +658,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointerdown() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerdown, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerdown, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointerdown', arguments, result); return result; }, @@ -669,7 +669,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointerenter() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerenter, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerenter, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointerenter', arguments, result); return result; }, @@ -680,7 +680,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointerleave() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerleave, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerleave, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointerleave', arguments, result); return result; }, @@ -691,7 +691,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointermove() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointermove, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointermove, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointermove', arguments, result); return result; }, @@ -702,7 +702,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointerout() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerout, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerout, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointerout', arguments, result); return result; }, @@ -713,7 +713,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointerover() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerover, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerover, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointerover', arguments, result); return result; }, @@ -724,7 +724,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointerrawupdate() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerrawupdate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerrawupdate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointerrawupdate', arguments, result); return result; }, @@ -735,7 +735,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onpointerup() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerup, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpointerup, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onpointerup', arguments, result); return result; }, @@ -746,7 +746,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onprogress() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onprogress, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onprogress', arguments, result); return result; }, @@ -757,7 +757,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onratechange() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onratechange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onratechange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onratechange', arguments, result); return result; }, @@ -768,7 +768,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onreset() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onreset, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onreset, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onreset', arguments, result); return result; }, @@ -779,7 +779,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onresize() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onresize', arguments, result); return result; }, @@ -790,7 +790,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onscroll() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onscroll', arguments, result); return result; }, @@ -801,7 +801,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onsecuritypolicyviolation() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsecuritypolicyviolation, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsecuritypolicyviolation, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onsecuritypolicyviolation', arguments, result); return result; }, @@ -812,7 +812,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onseeked() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeked, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeked, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onseeked', arguments, result); return result; }, @@ -823,7 +823,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onseeking() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeking, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onseeking, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onseeking', arguments, result); return result; }, @@ -834,7 +834,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onselect() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onselect, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onselect, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onselect', arguments, result); return result; }, @@ -845,7 +845,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onselectionchange() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectionchange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectionchange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onselectionchange', arguments, result); return result; }, @@ -856,7 +856,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onselectstart() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectstart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onselectstart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onselectstart', arguments, result); return result; }, @@ -867,7 +867,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onslotchange() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onslotchange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onslotchange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onslotchange', arguments, result); return result; }, @@ -878,7 +878,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onstalled() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onstalled, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onstalled, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onstalled', arguments, result); return result; }, @@ -889,7 +889,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onsubmit() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsubmit, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsubmit, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onsubmit', arguments, result); return result; }, @@ -900,7 +900,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onsuspend() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsuspend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsuspend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onsuspend', arguments, result); return result; }, @@ -911,7 +911,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ontimeupdate() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeupdate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontimeupdate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ontimeupdate', arguments, result); return result; }, @@ -922,7 +922,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ontoggle() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontoggle, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontoggle, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ontoggle', arguments, result); return result; }, @@ -933,7 +933,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ontransitioncancel() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitioncancel, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitioncancel, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ontransitioncancel', arguments, result); return result; }, @@ -944,7 +944,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ontransitionend() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ontransitionend', arguments, result); return result; }, @@ -955,7 +955,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ontransitionrun() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionrun, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionrun, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ontransitionrun', arguments, result); return result; }, @@ -966,7 +966,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ontransitionstart() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionstart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ontransitionstart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ontransitionstart', arguments, result); return result; }, @@ -977,7 +977,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onvolumechange() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onvolumechange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onvolumechange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onvolumechange', arguments, result); return result; }, @@ -988,7 +988,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onwaiting() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwaiting, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwaiting, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onwaiting', arguments, result); return result; }, @@ -999,7 +999,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onwebkitanimationend() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onwebkitanimationend', arguments, result); return result; }, @@ -1010,7 +1010,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onwebkitanimationiteration() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationiteration, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationiteration, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onwebkitanimationiteration', arguments, result); return result; }, @@ -1021,7 +1021,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onwebkitanimationstart() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationstart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkitanimationstart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onwebkitanimationstart', arguments, result); return result; }, @@ -1032,7 +1032,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onwebkittransitionend() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkittransitionend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwebkittransitionend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onwebkittransitionend', arguments, result); return result; }, @@ -1043,7 +1043,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get onwheel() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onwheel, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onwheel, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'onwheel', arguments, result); return result; }, @@ -1054,13 +1054,13 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get ownerSVGElement() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ownerSVGElement, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ownerSVGElement, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'ownerSVGElement', arguments, result); return result; }, get style() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).style, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).style, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'style', arguments, result); return result; }, @@ -1071,7 +1071,7 @@ SVGElement = function SVGElement(createObj_key) {//构造函数 }, get tabIndex() { if (!SVGElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).tabIndex, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).tabIndex, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGElement', 'tabIndex', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/SVGGraphicsElement.js b/qxVm_sanbox/env/DOM/SVGGraphicsElement.js index 090af7b..2f6c471 100644 --- a/qxVm_sanbox/env/DOM/SVGGraphicsElement.js +++ b/qxVm_sanbox/env/DOM/SVGGraphicsElement.js @@ -13,7 +13,7 @@ SVGGraphicsElement = function SVGGraphicsElement(createObj_key) {//构造函数 SVGGraphicsElement.prototype = { get farthestViewportElement() { if (!SVGGraphicsElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).farthestViewportElement, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).farthestViewportElement, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGGraphicsElement', 'farthestViewportElement', arguments, result); return result; }, @@ -37,25 +37,25 @@ SVGGraphicsElement = function SVGGraphicsElement(createObj_key) {//构造函数 }, get nearestViewportElement() { if (!SVGGraphicsElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).nearestViewportElement, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).nearestViewportElement, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGGraphicsElement', 'nearestViewportElement', arguments, result); return result; }, get requiredExtensions() { if (!SVGGraphicsElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).requiredExtensions, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).requiredExtensions, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGGraphicsElement', 'requiredExtensions', arguments, result); return result; }, get systemLanguage() { if (!SVGGraphicsElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).systemLanguage, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).systemLanguage, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGGraphicsElement', 'systemLanguage', arguments, result); return result; }, get transform() { if (!SVGGraphicsElement.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).transform, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).transform, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SVGGraphicsElement', 'transform', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/Text.js b/qxVm_sanbox/env/DOM/Text.js index 00d4168..77bd653 100644 --- a/qxVm_sanbox/env/DOM/Text.js +++ b/qxVm_sanbox/env/DOM/Text.js @@ -14,7 +14,7 @@ Text = function Text(wholeText) { Text.prototype = { get assignedSlot() { if (!Text.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).assignedSlot, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).assignedSlot, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Text', 'assignedSlot', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/DOM/WebGLRenderingContext.js b/qxVm_sanbox/env/DOM/WebGLRenderingContext.js index dea6258..1edb0ed 100644 --- a/qxVm_sanbox/env/DOM/WebGLRenderingContext.js +++ b/qxVm_sanbox/env/DOM/WebGLRenderingContext.js @@ -440,7 +440,7 @@ WebGLRenderingContext = function WebGLRenderingContext(createObj_key, canvas) {/ }, get canvas() { if (!WebGLRenderingContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).canvas;; + let result = lwVm.memory.private_data.get(this).canvas; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'WebGLRenderingContext', 'canvas', arguments, result); return result; }, @@ -638,13 +638,13 @@ WebGLRenderingContext = function WebGLRenderingContext(createObj_key, canvas) {/ }, get drawingBufferHeight() { if (!WebGLRenderingContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 150;; + let result = 150; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'WebGLRenderingContext', 'drawingBufferHeight', arguments, result); return result; }, get drawingBufferWidth() { if (!WebGLRenderingContext.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 300;; + let result = 300; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'WebGLRenderingContext', 'drawingBufferWidth', arguments, result); return result; }, @@ -771,7 +771,7 @@ WebGLRenderingContext = function WebGLRenderingContext(createObj_key, canvas) {/ default: break } - let result = ele;; + let result = ele; if (lwVm.config.logOpen=== true) lwVm.logAdd('Func', 'WebGLRenderingContext', 'getParameter', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENT/CustomEvent.js b/qxVm_sanbox/env/EVENT/CustomEvent.js index af5119c..9e7ec15 100644 --- a/qxVm_sanbox/env/EVENT/CustomEvent.js +++ b/qxVm_sanbox/env/EVENT/CustomEvent.js @@ -13,7 +13,7 @@ CustomEvent = function CustomEvent(createObj_key) { CustomEvent.prototype = { get detail() { if (!CustomEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).detail, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).detail, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CustomEvent', 'detail', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENT/Event.js b/qxVm_sanbox/env/EVENT/Event.js index 4c25286..650789d 100644 --- a/qxVm_sanbox/env/EVENT/Event.js +++ b/qxVm_sanbox/env/EVENT/Event.js @@ -1,15 +1,22 @@ -/* -Event: - UIEvent: - MouseEvent: - PointerEvent -*/ - -Event = function Event(createObj_key) {//构造函数 - if (createObj_key !== lwVm.memory.$createObj_key) { - throw new TypeError("Illegal constructor"); - } - lwVm.memory.private_data.set(this, {}) +Event = function Event(type, ...args) {//构造函数 + if (new.target !== Event) throw new TypeError(`Failed to construct 'Event': Please use the 'new' operator, this DOM object constructor cannot be called as a function.`) + + lwVm.protectAddIsTrusted(this); + lwVm.memory.private_data.set(this, { + bubbles: false, + cancelBubble: false, + cancelable: false, + composed: false, + currentTarget: null, + defaultPrevented: false, + eventPhase: 0, + path: [], + returnValue: true, + srcElement: null, + target: null, + timeStamp: 0, + type: type.toLowerCase(), + }); }; lwVm.safefunction(Event); ; (function () { @@ -26,13 +33,13 @@ Event = function Event(createObj_key) {//构造函数 Event.prototype = { get bubbles() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).bubbles, false);; + let result = lwVm.memory.private_data.get(this).bubbles; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'bubbles', arguments, result); return result; }, get cancelBubble() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).cancelBubble, false);; + let result = lwVm.memory.private_data.get(this).cancelBubble; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'cancelBubble', arguments, result); return result; }, @@ -43,13 +50,13 @@ Event = function Event(createObj_key) {//构造函数 }, get cancelable() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).cancelable, false);; + let result = lwVm.memory.private_data.get(this).cancelable; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'cancelable', arguments, result); return result; }, get composed() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).composed, false);; + let result = lwVm.memory.private_data.get(this).composed; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'composed', arguments, result); return result; }, @@ -61,19 +68,19 @@ Event = function Event(createObj_key) {//构造函数 }, get currentTarget() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).currentTarget, null);; + let result = lwVm.memory.private_data.get(this).currentTarget; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'currentTarget', arguments, result); return result; }, get defaultPrevented() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).defaultPrevented, false);; + let result = lwVm.memory.private_data.get(this).defaultPrevented; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'defaultPrevented', arguments, result); return result; }, get eventPhase() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).eventPhase, 0);; + let result = lwVm.memory.private_data.get(this).eventPhase; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'eventPhase', arguments, result); return result; }, @@ -85,7 +92,7 @@ Event = function Event(createObj_key) {//构造函数 }, get path() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = [];; + let result = []; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'path', arguments, result); return result; }, @@ -97,7 +104,7 @@ Event = function Event(createObj_key) {//构造函数 }, get returnValue() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).returnValue, true);; + let result = lwVm.memory.private_data.get(this).returnValue; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'returnValue', arguments, result); return result; }, @@ -108,7 +115,7 @@ Event = function Event(createObj_key) {//构造函数 }, get srcElement() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).srcElement, null);; + let result = lwVm.memory.private_data.get(this).srcElement; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'srcElement', arguments, result); return result; }, @@ -126,19 +133,19 @@ Event = function Event(createObj_key) {//构造函数 }, get target() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).target, null);; + let result = lwVm.memory.private_data.get(this).target; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'target', arguments, result); return result; }, get timeStamp() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).timeStamp, 2778.600000023842);; + let result = lwVm.memory.private_data.get(this).timeStamp; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Event', 'timeStamp', arguments, result); return result; }, get type() { if (!Event.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - return lwVm.abs(lwVm.memory.private_data.get(this).type, ""); + return lwVm.memory.private_data.get(this).type; } }; diff --git a/qxVm_sanbox/env/EVENT/KeyboardEvent.js b/qxVm_sanbox/env/EVENT/KeyboardEvent.js index 3305527..904e8ca 100644 --- a/qxVm_sanbox/env/EVENT/KeyboardEvent.js +++ b/qxVm_sanbox/env/EVENT/KeyboardEvent.js @@ -21,25 +21,25 @@ KeyboardEvent = function KeyboardEvent(createObj_key) { KeyboardEvent.prototype = { get altKey() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).altKey, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).altKey, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'altKey', arguments, result); return result; }, get charCode() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).charCode, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).charCode, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'charCode', arguments, result); return result; }, get code() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).code, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).code, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'code', arguments, result); return result; }, get ctrlKey() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ctrlKey, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ctrlKey, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'ctrlKey', arguments, result); return result; }, @@ -57,37 +57,37 @@ KeyboardEvent = function KeyboardEvent(createObj_key) { }, get isComposing() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).isComposing, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).isComposing, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'isComposing', arguments, result); return result; }, get key() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).key, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).key, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'key', arguments, result); return result; }, get keyCode() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).keyCode, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).keyCode, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'keyCode', arguments, result); return result; }, get location() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).location, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).location, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'location', arguments, result); return result; }, get metaKey() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).metaKey, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).metaKey, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'metaKey', arguments, result); return result; }, get repeat() { if (!KeyboardEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).repeat, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).repeat, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'KeyboardEvent', 'repeat', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENT/MediaEncryptedEvent.js b/qxVm_sanbox/env/EVENT/MediaEncryptedEvent.js index dc28ee9..beb5c90 100644 --- a/qxVm_sanbox/env/EVENT/MediaEncryptedEvent.js +++ b/qxVm_sanbox/env/EVENT/MediaEncryptedEvent.js @@ -17,13 +17,13 @@ MediaEncryptedEvent = function MediaEncryptedEvent(type) { MediaEncryptedEvent.prototype = { get initData() { if (!MediaEncryptedEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).initData, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).initData, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaEncryptedEvent', 'initData', arguments, result); return result; }, get initDataType() { if (!MediaEncryptedEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).initDataType, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).initDataType, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaEncryptedEvent', 'initDataType', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENT/MouseEvent.js b/qxVm_sanbox/env/EVENT/MouseEvent.js index 8ac97b4..3483e69 100644 --- a/qxVm_sanbox/env/EVENT/MouseEvent.js +++ b/qxVm_sanbox/env/EVENT/MouseEvent.js @@ -1,8 +1,48 @@ -MouseEvent = function MouseEvent(createObj_key) {//构造函数 - if (createObj_key !== lwVm.memory.$createObj_key) { - throw new TypeError("Illegal constructor"); - } - lwVm.memory.private_data.set(this, {}) +MouseEvent = function MouseEvent(type, ...args) {//构造函数 + if (new.target !== MouseEvent) throw new TypeError(`Failed to construct 'MouseEvent': Please use the 'new' operator, this DOM object constructor cannot be called as a function.`) + lwVm.protectAddIsTrusted(this); + lwVm.memory.private_data.set(this, { + altKey: false, + bubbles: false, + button: 0, + buttons: 0, + cancelBubble: false, + cancelable: false, + clientX: 0, + clientY: 0, + composed: false, + ctrlKey: false, + currentTarget: null, + defaultPrevented: false, + detail: 0, + eventPhase: 0, + fromElement: null, + layerX: 0, + layerY: 0, + metaKey: false, + movementX: 0, + movementY: 0, + offsetX: 0, + offsetY: 0, + pageX: 0, + pageY: 0, + path: [], + relatedTarget: null, + returnValue: true, + screenX: 0, + screenY: 0, + shiftKey: false, + sourceCapabilities: null, + srcElement: null, + target: null, + timeStamp: performance.now(), + toElement: null, + type: type.toLowerCase(), + view: null, + which: 1, + x: 0, + y: 0, + }) }; lwVm.safefunction(MouseEvent); ; (function () { @@ -16,43 +56,43 @@ MouseEvent = function MouseEvent(createObj_key) {//构造函数 MouseEvent.prototype = { get altKey() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).altKey, "");; + let result = lwVm.memory.private_data.get(this).altKey; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'altKey', arguments, result); return result; }, get button() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).button, "");; + let result = lwVm.memory.private_data.get(this).button; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'button', arguments, result); return result; }, get buttons() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).buttons, "");; + let result = lwVm.memory.private_data.get(this).buttons; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'buttons', arguments, result); return result; }, get clientX() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).clientX, "");; + let result = lwVm.memory.private_data.get(this).clientX; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'clientX', arguments, result); return result; }, get clientY() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).clientY, "");; + let result = lwVm.memory.private_data.get(this).clientY; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'clientY', arguments, result); return result; }, get ctrlKey() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ctrlKey, "");; + let result = lwVm.memory.private_data.get(this).ctrlKey; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'ctrlKey', arguments, result); return result; }, get fromElement() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).fromElement, "");; + let result = lwVm.memory.private_data.get(this).fromElement; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'fromElement', arguments, result); return result; }, @@ -70,97 +110,97 @@ MouseEvent = function MouseEvent(createObj_key) {//构造函数 }, get layerX() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).layerX, "");; + let result = lwVm.memory.private_data.get(this).layerX; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'layerX', arguments, result); return result; }, get layerY() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).layerY, "");; + let result = lwVm.memory.private_data.get(this).layerY; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'layerY', arguments, result); return result; }, get metaKey() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).metaKey, "");; + let result = lwVm.memory.private_data.get(this).metaKey; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'metaKey', arguments, result); return result; }, get movementX() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).movementX, "");; + let result = lwVm.memory.private_data.get(this).movementX; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'movementX', arguments, result); return result; }, get movementY() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).movementY, "");; + let result = lwVm.memory.private_data.get(this).movementY; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'movementY', arguments, result); return result; }, get offsetX() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).offsetX, "");; + let result = lwVm.memory.private_data.get(this).offsetX; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'offsetX', arguments, result); return result; }, get offsetY() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).offsetY, "");; + let result = lwVm.memory.private_data.get(this).offsetY; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'offsetY', arguments, result); return result; }, get pageX() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pageX, "");; + let result = lwVm.memory.private_data.get(this).pageX; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'pageX', arguments, result); return result; }, get pageY() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pageY, "");; + let result = lwVm.memory.private_data.get(this).pageY; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'pageY', arguments, result); return result; }, get relatedTarget() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).relatedTarget, "");; + let result = lwVm.memory.private_data.get(this).relatedTarget; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'relatedTarget', arguments, result); return result; }, get screenX() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).screenX, "");; + let result = lwVm.memory.private_data.get(this).screenX; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'screenX', arguments, result); return result; }, get screenY() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).screenY, "");; + let result = lwVm.memory.private_data.get(this).screenY; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'screenY', arguments, result); return result; }, get shiftKey() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).shiftKey, "");; + let result = lwVm.memory.private_data.get(this).shiftKey; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'shiftKey', arguments, result); return result; }, get toElement() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).toElement, "");; + let result = lwVm.memory.private_data.get(this).toElement; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'toElement', arguments, result); return result; }, get x() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).x, "");; + let result = lwVm.memory.private_data.get(this).x; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MouseEvent', 'x', arguments, result); return result; }, get y() { if (!MouseEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - return lwVm.abs(lwVm.memory.private_data.get(this).y, ""); + return lwVm.memory.private_data.get(this).y; } } diff --git a/qxVm_sanbox/env/EVENT/MutationEvent.js b/qxVm_sanbox/env/EVENT/MutationEvent.js index 781e1dd..ba0f204 100644 --- a/qxVm_sanbox/env/EVENT/MutationEvent.js +++ b/qxVm_sanbox/env/EVENT/MutationEvent.js @@ -19,13 +19,13 @@ MutationEvent = function MutationEvent(createObj_key) { MutationEvent.prototype = { get attrChange() { if (!MutationEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MutationEvent', 'attrChange', arguments, result); return result; }, get attrName() { if (!MutationEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "";; + let result = ""; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MutationEvent', 'attrName', arguments, result); return result; }, @@ -37,19 +37,19 @@ MutationEvent = function MutationEvent(createObj_key) { }, get newValue() { if (!MutationEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "";; + let result = ""; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MutationEvent', 'newValue', arguments, result); return result; }, get prevValue() { if (!MutationEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "";; + let result = ""; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MutationEvent', 'prevValue', arguments, result); return result; }, get relatedNode() { if (!MutationEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MutationEvent', 'relatedNode', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENT/PointerEvent.js b/qxVm_sanbox/env/EVENT/PointerEvent.js index cf330f4..5fbcafa 100644 --- a/qxVm_sanbox/env/EVENT/PointerEvent.js +++ b/qxVm_sanbox/env/EVENT/PointerEvent.js @@ -1,8 +1,7 @@ -PointerEvent = function PointerEvent(createObj_key) {//构造函数 - if (createObj_key !== lwVm.memory.$createObj_key) { - throw new TypeError("Illegal constructor"); - } - lwVm.memory.private_data.set(this, {}) +PointerEvent = function PointerEvent(type, ...args) {//构造函数 + if (new.target !== PointerEvent) throw new TypeError(`Failed to construct 'PointerEvent': Please use the 'new' operator, this DOM object constructor cannot be called as a function.`) + lwVm.protectAddIsTrusted(this); + lwVm.memory.private_data.set(this, { }) }; lwVm.safefunction(PointerEvent); ; (function () { @@ -13,13 +12,13 @@ PointerEvent = function PointerEvent(createObj_key) {//构造函数 PointerEvent.prototype = { get altitudeAngle() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).altitudeAngle, "");; + let result = lwVmlwVm.memory.private_data.get(this).altitudeAnglelwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'altitudeAngle', arguments, result); return result; }, get azimuthAngle() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).azimuthAngle, "");; + let result = lwVmlwVm.memory.private_data.get(this).azimuthAnglelwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'azimuthAngle', arguments, result); return result; }, @@ -37,61 +36,61 @@ PointerEvent = function PointerEvent(createObj_key) {//构造函数 }, get height() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).height, "");; + let result = lwVmlwVm.memory.private_data.get(this).heightlwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'height', arguments, result); return result; }, get isPrimary() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).isPrimary, "");; + let result = lwVmlwVm.memory.private_data.get(this).isPrimarylwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'isPrimary', arguments, result); return result; }, get pointerId() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pointerId, "");; + let result = lwVmlwVm.memory.private_data.get(this).pointerIdlwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'pointerId', arguments, result); return result; }, get pointerType() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pointerType, "");; + let result = lwVmlwVm.memory.private_data.get(this).pointerTypelwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'pointerType', arguments, result); return result; }, get pressure() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pressure, "");; + let result = lwVmlwVm.memory.private_data.get(this).pressurelwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'pressure', arguments, result); return result; }, get tangentialPressure() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).tangentialPressure, "");; + let result = lwVmlwVm.memory.private_data.get(this).tangentialPressurelwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'tangentialPressure', arguments, result); return result; }, get tiltX() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).tiltX, "");; + let result = lwVmlwVm.memory.private_data.get(this).tiltXlwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'tiltX', arguments, result); return result; }, get tiltY() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).tiltY, "");; + let result = lwVmlwVm.memory.private_data.get(this).tiltYlwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'tiltY', arguments, result); return result; }, get twist() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).twist, "");; + let result = lwVmlwVm.memory.private_data.get(this).twistlwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'twist', arguments, result); return result; }, get width() { if (!PointerEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).width, "");; + let result = lwVmlwVm.memory.private_data.get(this).widthlwVm; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'PointerEvent', 'width', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENT/TextEvent.js b/qxVm_sanbox/env/EVENT/TextEvent.js index e1adffe..bc64c3a 100644 --- a/qxVm_sanbox/env/EVENT/TextEvent.js +++ b/qxVm_sanbox/env/EVENT/TextEvent.js @@ -13,7 +13,7 @@ TextEvent = function TextEvent(createObj_key) { TextEvent.prototype = { get data() { if (!TextEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).data, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).data, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'TextEvent', 'data', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENT/UIEvent.js b/qxVm_sanbox/env/EVENT/UIEvent.js index 431d0c3..bf80a43 100644 --- a/qxVm_sanbox/env/EVENT/UIEvent.js +++ b/qxVm_sanbox/env/EVENT/UIEvent.js @@ -13,7 +13,7 @@ UIEvent = function UIEvent(createObj_key) {//构造函数 UIEvent.prototype = { get detail() { if (!UIEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).detail, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).detail, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'UIEvent', 'detail', arguments, result); return result; }, @@ -25,13 +25,13 @@ UIEvent = function UIEvent(createObj_key) {//构造函数 }, get sourceCapabilities() { if (!UIEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).sourceCapabilities, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).sourceCapabilities, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'UIEvent', 'sourceCapabilities', arguments, result); return result; }, get view() { if (!UIEvent.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).view, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).view, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'UIEvent', 'view', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/CookieStore.js b/qxVm_sanbox/env/EVENTTARGET/CookieStore.js index 461d3c4..cd8d0bf 100644 --- a/qxVm_sanbox/env/EVENTTARGET/CookieStore.js +++ b/qxVm_sanbox/env/EVENTTARGET/CookieStore.js @@ -31,7 +31,7 @@ CookieStore = function CookieStore(createObj_key) { }, get onchange() { if (!CookieStore.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'CookieStore', 'onchange', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/HID.js b/qxVm_sanbox/env/EVENTTARGET/HID.js index 098d1a7..16883c0 100644 --- a/qxVm_sanbox/env/EVENTTARGET/HID.js +++ b/qxVm_sanbox/env/EVENTTARGET/HID.js @@ -19,7 +19,7 @@ HID = function HID(createObj_key) { }, get onconnect() { if (!HID.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HID', 'onconnect', arguments, result); return result; }, @@ -30,7 +30,7 @@ HID = function HID(createObj_key) { }, get ondisconnect() { if (!HID.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondisconnect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondisconnect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'HID', 'ondisconnect', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/IDBDatabase.js b/qxVm_sanbox/env/EVENTTARGET/IDBDatabase.js index b306921..e0b6125 100644 --- a/qxVm_sanbox/env/EVENTTARGET/IDBDatabase.js +++ b/qxVm_sanbox/env/EVENTTARGET/IDBDatabase.js @@ -34,19 +34,19 @@ IDBDatabase = function IDBDatabase(createObj_key, name, version) { }, get name() { if (!IDBDatabase.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.memory.private_data.get(this).name;; + let result = lwVm.memory.private_data.get(this).name; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBDatabase', 'name', arguments, result); return result; }, get objectStoreNames() { if (!IDBDatabase.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).objectStoreNames, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).objectStoreNames, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBDatabase', 'objectStoreNames', arguments, result); return result; }, get onabort() { if (!IDBDatabase.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBDatabase', 'onabort', arguments, result); return result; }, @@ -57,7 +57,7 @@ IDBDatabase = function IDBDatabase(createObj_key, name, version) { }, get onclose() { if (!IDBDatabase.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onclose); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBDatabase', 'onclose', arguments, result); return result; }, @@ -68,7 +68,7 @@ IDBDatabase = function IDBDatabase(createObj_key, name, version) { }, get onerror() { if (!IDBDatabase.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBDatabase', 'onerror', arguments, result); return result; }, @@ -79,7 +79,7 @@ IDBDatabase = function IDBDatabase(createObj_key, name, version) { }, get onversionchange() { if (!IDBDatabase.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onversionchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onversionchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBDatabase', 'onversionchange', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/IDBRequest.js b/qxVm_sanbox/env/EVENTTARGET/IDBRequest.js index fb16f7b..ca42792 100644 --- a/qxVm_sanbox/env/EVENTTARGET/IDBRequest.js +++ b/qxVm_sanbox/env/EVENTTARGET/IDBRequest.js @@ -16,13 +16,13 @@ IDBRequest = function IDBRequest(createObj_key, name, version) { IDBRequest.prototype = { get error() { if (!IDBRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).error, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).error, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBRequest', 'error', arguments, result); return result; }, get onerror() { if (!IDBRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBRequest', 'onerror', arguments, result); return result; }, @@ -33,7 +33,7 @@ IDBRequest = function IDBRequest(createObj_key, name, version) { }, get onsuccess() { if (!IDBRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onsuccess, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onsuccess, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBRequest', 'onsuccess', arguments, result); return result; }, @@ -44,7 +44,7 @@ IDBRequest = function IDBRequest(createObj_key, name, version) { }, get readyState() { if (!IDBRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, "done");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).readyState, "done"); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBRequest', 'readyState', arguments, result); return result; }, @@ -53,13 +53,13 @@ IDBRequest = function IDBRequest(createObj_key, name, version) { let info = lwVm.memory.private_data.get(this); let name = info.name, version = info.version; - let result = new IDBDatabase(lwVm.memory.$createObj_key, name, version);; + let result = new IDBDatabase(lwVm.memory.$createObj_key, name, version); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBRequest', 'result', arguments, result); return result; }, get source() { if (!IDBRequest.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).source, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).source, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'IDBRequest', 'source', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/MediaDevices.js b/qxVm_sanbox/env/EVENTTARGET/MediaDevices.js index bdd4648..672bab0 100644 --- a/qxVm_sanbox/env/EVENTTARGET/MediaDevices.js +++ b/qxVm_sanbox/env/EVENTTARGET/MediaDevices.js @@ -37,7 +37,7 @@ MediaDevices = function MediaDevices(createObj_key) { }, get ondevicechange() { if (!MediaDevices.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondevicechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondevicechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'MediaDevices', 'ondevicechange', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/NavigatorManagedData.js b/qxVm_sanbox/env/EVENTTARGET/NavigatorManagedData.js index e9f48d8..67aa631 100644 --- a/qxVm_sanbox/env/EVENTTARGET/NavigatorManagedData.js +++ b/qxVm_sanbox/env/EVENTTARGET/NavigatorManagedData.js @@ -19,7 +19,7 @@ NavigatorManagedData = function NavigatorManagedData(createObj_key) { }, get onmanagedconfigurationchange() { if (!NavigatorManagedData.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmanagedconfigurationchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmanagedconfigurationchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NavigatorManagedData', 'onmanagedconfigurationchange', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/NetworkInformation.js b/qxVm_sanbox/env/EVENTTARGET/NetworkInformation.js index 6230c9f..1f68e80 100644 --- a/qxVm_sanbox/env/EVENTTARGET/NetworkInformation.js +++ b/qxVm_sanbox/env/EVENTTARGET/NetworkInformation.js @@ -13,19 +13,19 @@ NetworkInformation = function NetworkInformation(createObj_key) { NetworkInformation.prototype = { get downlink() { if (!NetworkInformation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0.4;; + let result = 0.4; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NetworkInformation', 'downlink', arguments, result); return result; }, get effectiveType() { if (!NetworkInformation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "4g";; + let result = "4g"; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NetworkInformation', 'effectiveType', arguments, result); return result; }, get onchange() { if (!NetworkInformation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NetworkInformation', 'onchange', arguments, result); return result; }, @@ -36,13 +36,13 @@ NetworkInformation = function NetworkInformation(createObj_key) { }, get rtt() { if (!NetworkInformation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 250;; + let result = 250; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NetworkInformation', 'rtt', arguments, result); return result; }, get saveData() { if (!NetworkInformation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = false;; + let result = false; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'NetworkInformation', 'saveData', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/RTCSctpTransport.js b/qxVm_sanbox/env/EVENTTARGET/RTCSctpTransport.js index dc9c3ee..f38e6b4 100644 --- a/qxVm_sanbox/env/EVENTTARGET/RTCSctpTransport.js +++ b/qxVm_sanbox/env/EVENTTARGET/RTCSctpTransport.js @@ -13,19 +13,19 @@ RTCSctpTransport = function RTCSctpTransport(createObj_key) { RTCSctpTransport.prototype = { get maxChannels() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxChannels, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxChannels, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'maxChannels', arguments, result); return result; }, get maxMessageSize() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).maxMessageSize, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).maxMessageSize, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'maxMessageSize', arguments, result); return result; }, get onstatechange() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onstatechange, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onstatechange, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'onstatechange', arguments, result); return result; }, @@ -36,13 +36,13 @@ RTCSctpTransport = function RTCSctpTransport(createObj_key) { }, get state() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).state, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).state, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'state', arguments, result); return result; }, get transport() { if (!RTCSctpTransport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).transport, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).transport, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'RTCSctpTransport', 'transport', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/ScreenOrientation.js b/qxVm_sanbox/env/EVENTTARGET/ScreenOrientation.js index 77c7d3b..634f598 100644 --- a/qxVm_sanbox/env/EVENTTARGET/ScreenOrientation.js +++ b/qxVm_sanbox/env/EVENTTARGET/ScreenOrientation.js @@ -13,7 +13,7 @@ ScreenOrientation = function ScreenOrientation(createObj_key) { ScreenOrientation.prototype = { get angle() { if (!ScreenOrientation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ScreenOrientation', 'angle', arguments, result); return result; }, @@ -25,7 +25,7 @@ ScreenOrientation = function ScreenOrientation(createObj_key) { }, get onchange() { if (!ScreenOrientation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ScreenOrientation', 'onchange', arguments, result); return result; }, @@ -35,7 +35,7 @@ ScreenOrientation = function ScreenOrientation(createObj_key) { }, get type() { if (!ScreenOrientation.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = "landscape-primary";; + let result = "landscape-primary"; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ScreenOrientation', 'type', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/Serial.js b/qxVm_sanbox/env/EVENTTARGET/Serial.js index bae1e7e..40d8ca1 100644 --- a/qxVm_sanbox/env/EVENTTARGET/Serial.js +++ b/qxVm_sanbox/env/EVENTTARGET/Serial.js @@ -19,7 +19,7 @@ Serial = function Serial(createObj_key) { }, get onconnect() { if (!Serial.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Serial', 'onconnect', arguments, result); return result; }, @@ -30,7 +30,7 @@ Serial = function Serial(createObj_key) { }, get ondisconnect() { if (!Serial.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondisconnect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondisconnect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'Serial', 'ondisconnect', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/ServiceWorkerContainer.js b/qxVm_sanbox/env/EVENTTARGET/ServiceWorkerContainer.js index 7dab47d..8b387e9 100644 --- a/qxVm_sanbox/env/EVENTTARGET/ServiceWorkerContainer.js +++ b/qxVm_sanbox/env/EVENTTARGET/ServiceWorkerContainer.js @@ -13,7 +13,7 @@ ServiceWorkerContainer = function ServiceWorkerContainer(createObj_key) { ServiceWorkerContainer.prototype = { get controller() { if (!ServiceWorkerContainer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ServiceWorkerContainer', 'controller', arguments, result); return result; }, @@ -31,7 +31,7 @@ ServiceWorkerContainer = function ServiceWorkerContainer(createObj_key) { }, get oncontrollerchange() { if (!ServiceWorkerContainer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).oncontrollerchange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).oncontrollerchange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ServiceWorkerContainer', 'oncontrollerchange', arguments, result); return result; }, @@ -42,7 +42,7 @@ ServiceWorkerContainer = function ServiceWorkerContainer(createObj_key) { }, get onmessage() { if (!ServiceWorkerContainer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessage, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ServiceWorkerContainer', 'onmessage', arguments, result); return result; }, @@ -53,7 +53,7 @@ ServiceWorkerContainer = function ServiceWorkerContainer(createObj_key) { }, get onmessageerror() { if (!ServiceWorkerContainer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessageerror, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmessageerror, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ServiceWorkerContainer', 'onmessageerror', arguments, result); return result; }, @@ -64,7 +64,7 @@ ServiceWorkerContainer = function ServiceWorkerContainer(createObj_key) { }, get ready() { if (!ServiceWorkerContainer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = new Promise(function () { });; + let result = new Promise(function () { }); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'ServiceWorkerContainer', 'ready', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/SourceBuffer.js b/qxVm_sanbox/env/EVENTTARGET/SourceBuffer.js index f686879..2c091d2 100644 --- a/qxVm_sanbox/env/EVENTTARGET/SourceBuffer.js +++ b/qxVm_sanbox/env/EVENTTARGET/SourceBuffer.js @@ -25,7 +25,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get appendWindowEnd() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).appendWindowEnd, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).appendWindowEnd, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'appendWindowEnd', arguments, result); return result; }, @@ -36,7 +36,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get appendWindowStart() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).appendWindowStart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).appendWindowStart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'appendWindowStart', arguments, result); return result; }, @@ -47,7 +47,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get buffered() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).buffered, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).buffered, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'buffered', arguments, result); return result; }, @@ -59,7 +59,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get mode() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).mode, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).mode, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'mode', arguments, result); return result; }, @@ -70,7 +70,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get onabort() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onabort, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'onabort', arguments, result); return result; }, @@ -81,7 +81,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get onerror() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'onerror', arguments, result); return result; }, @@ -92,7 +92,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get onupdate() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onupdate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onupdate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'onupdate', arguments, result); return result; }, @@ -103,7 +103,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get onupdateend() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onupdateend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onupdateend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'onupdateend', arguments, result); return result; }, @@ -114,7 +114,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get onupdatestart() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onupdatestart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onupdatestart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'onupdatestart', arguments, result); return result; }, @@ -131,7 +131,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get timestampOffset() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).timestampOffset, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).timestampOffset, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'timestampOffset', arguments, result); return result; }, @@ -142,7 +142,7 @@ SourceBuffer = function SourceBuffer(createObj_key) { }, get updating() { if (!SourceBuffer.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).updating, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).updating, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SourceBuffer', 'updating', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/SpeechSynthesisUtterance.js b/qxVm_sanbox/env/EVENTTARGET/SpeechSynthesisUtterance.js index 46923f4..c951e19 100644 --- a/qxVm_sanbox/env/EVENTTARGET/SpeechSynthesisUtterance.js +++ b/qxVm_sanbox/env/EVENTTARGET/SpeechSynthesisUtterance.js @@ -13,7 +13,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { SpeechSynthesisUtterance.prototype = { get lang() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).lang, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).lang, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'lang', arguments, result); return result; }, @@ -24,7 +24,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get onboundary() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onboundary, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onboundary, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'onboundary', arguments, result); return result; }, @@ -35,7 +35,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get onend() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onend, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onend, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'onend', arguments, result); return result; }, @@ -46,7 +46,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get onerror() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onerror, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'onerror', arguments, result); return result; }, @@ -57,7 +57,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get onmark() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onmark, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onmark, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'onmark', arguments, result); return result; }, @@ -68,7 +68,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get onpause() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onpause, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onpause, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'onpause', arguments, result); return result; }, @@ -79,7 +79,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get onresume() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onresume, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onresume, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'onresume', arguments, result); return result; }, @@ -90,7 +90,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get onstart() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onstart, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onstart, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'onstart', arguments, result); return result; }, @@ -101,7 +101,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get pitch() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).pitch, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).pitch, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'pitch', arguments, result); return result; }, @@ -112,7 +112,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get rate() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).rate, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).rate, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'rate', arguments, result); return result; }, @@ -123,7 +123,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get text() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).text, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).text, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'text', arguments, result); return result; }, @@ -134,7 +134,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get voice() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).voice, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).voice, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'voice', arguments, result); return result; }, @@ -145,7 +145,7 @@ SpeechSynthesisUtterance = function SpeechSynthesisUtterance(createObj_key) { }, get volume() { if (!SpeechSynthesisUtterance.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).volume, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).volume, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'SpeechSynthesisUtterance', 'volume', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/TrustedTypePolicyFactory.js b/qxVm_sanbox/env/EVENTTARGET/TrustedTypePolicyFactory.js index 237f64b..e912c79 100644 --- a/qxVm_sanbox/env/EVENTTARGET/TrustedTypePolicyFactory.js +++ b/qxVm_sanbox/env/EVENTTARGET/TrustedTypePolicyFactory.js @@ -19,19 +19,19 @@ TrustedTypePolicyFactory = function TrustedTypePolicyFactory(createObj_key) { }, get defaultPolicy() { if (!TrustedTypePolicyFactory.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = null;; + let result = null; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'TrustedTypePolicyFactory', 'defaultPolicy', arguments, result); return result; }, get emptyHTML() { if (!TrustedTypePolicyFactory.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).emptyHTML, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).emptyHTML, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'TrustedTypePolicyFactory', 'emptyHTML', arguments, result); return result; }, get emptyScript() { if (!TrustedTypePolicyFactory.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).emptyScript, "");; + let result = lwVm.abs(lwVm.memory.private_data.get(this).emptyScript, ""); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'TrustedTypePolicyFactory', 'emptyScript', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/USB.js b/qxVm_sanbox/env/EVENTTARGET/USB.js index 2391854..3f05046 100644 --- a/qxVm_sanbox/env/EVENTTARGET/USB.js +++ b/qxVm_sanbox/env/EVENTTARGET/USB.js @@ -19,7 +19,7 @@ USB = function USB(createObj_key) { }, get onconnect() { if (!USB.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onconnect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'USB', 'onconnect', arguments, result); return result; }, @@ -30,7 +30,7 @@ USB = function USB(createObj_key) { }, get ondisconnect() { if (!USB.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondisconnect, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondisconnect, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'USB', 'ondisconnect', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/VirtualKeyboard.js b/qxVm_sanbox/env/EVENTTARGET/VirtualKeyboard.js index 3949b33..e0a546e 100644 --- a/qxVm_sanbox/env/EVENTTARGET/VirtualKeyboard.js +++ b/qxVm_sanbox/env/EVENTTARGET/VirtualKeyboard.js @@ -23,7 +23,7 @@ VirtualKeyboard = function VirtualKeyboard(createObj_key) { }, get ongeometrychange() { if (!VirtualKeyboard.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ongeometrychange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ongeometrychange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VirtualKeyboard', 'ongeometrychange', arguments, result); return result; }, @@ -34,7 +34,7 @@ VirtualKeyboard = function VirtualKeyboard(createObj_key) { }, get overlaysContent() { if (!VirtualKeyboard.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).overlaysContent, false);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).overlaysContent, false); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VirtualKeyboard', 'overlaysContent', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/VisualViewport.js b/qxVm_sanbox/env/EVENTTARGET/VisualViewport.js index 3599a79..b3df18f 100644 --- a/qxVm_sanbox/env/EVENTTARGET/VisualViewport.js +++ b/qxVm_sanbox/env/EVENTTARGET/VisualViewport.js @@ -13,25 +13,25 @@ VisualViewport = function VisualViewport(createObj_key) { VisualViewport.prototype = { get height() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 963.3333129882812;; + let result = 963.3333129882812; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'height', arguments, result); return result; }, get offsetLeft() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'offsetLeft', arguments, result); return result; }, get offsetTop() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'offsetTop', arguments, result); return result; }, get onresize() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onresize, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'onresize', arguments, result); return result; }, @@ -42,7 +42,7 @@ VisualViewport = function VisualViewport(createObj_key) { }, get onscroll() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).onscroll, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'onscroll', arguments, result); return result; }, @@ -53,25 +53,25 @@ VisualViewport = function VisualViewport(createObj_key) { }, get pageLeft() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'pageLeft', arguments, result); return result; }, get pageTop() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 0;; + let result = 0; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'pageTop', arguments, result); return result; }, get scale() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 1;; + let result = 1; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'scale', arguments, result); return result; }, get width() { if (!VisualViewport.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = 1707.3333740234375;; + let result = 1707.3333740234375; if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'VisualViewport', 'width', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/EVENTTARGET/XRSystem.js b/qxVm_sanbox/env/EVENTTARGET/XRSystem.js index 080cc73..c97f774 100644 --- a/qxVm_sanbox/env/EVENTTARGET/XRSystem.js +++ b/qxVm_sanbox/env/EVENTTARGET/XRSystem.js @@ -19,7 +19,7 @@ XRSystem = function XRSystem(createObj_key) { }, get ondevicechange() { if (!XRSystem.prototype.isPrototypeOf(this)) { throw new TypeError("Illegal constructor"); }; - let result = lwVm.abs(lwVm.memory.private_data.get(this).ondevicechange, null);; + let result = lwVm.abs(lwVm.memory.private_data.get(this).ondevicechange, null); if (lwVm.config.logOpen=== true) lwVm.logAdd('Get', 'XRSystem', 'ondevicechange', arguments, result); return result; }, diff --git a/qxVm_sanbox/env/TOOLS/vm_tools.js b/qxVm_sanbox/env/TOOLS/vm_tools.js index 9f5a210..c0a5075 100644 --- a/qxVm_sanbox/env/TOOLS/vm_tools.js +++ b/qxVm_sanbox/env/TOOLS/vm_tools.js @@ -17,6 +17,7 @@ lwVm.titleCase = function (str) { return str.slice(0, 1).toUpperCase() + str.slice(1).toLowerCase(); } + // 将用户设置的属性, 设置为自己的属性 lwVm.updata_envs = function (user_envs, target_envs) { const target_envs_keys = Object.keys(target_envs); @@ -52,13 +53,12 @@ lwVm.htmls_toStringTag = function (obj) { }; - /** * 去掉所有的空格(中文空格、英文空格都会被替换) * @param {String} string_js * @return String */ - lwVm.compressJsCode = function (stringJs) { +lwVm.compressJsCode = function (stringJs) { let string_js_length = stringJs.length; if (string_js_length >= 100) { let string = stringJs.replace(/\r\n/g, "").replace(/\n/g, "").replace(/\s/g, ""); @@ -68,29 +68,17 @@ lwVm.htmls_toStringTag = function (obj) { }; -lwVm.callListener = function (eventType, attr, ...args) { - // 获取事件数据 - let listenersInfo = lwVm.memory.listeners.get(eventType); // [{},{},...] - if (!listenersInfo) return; - - for (let index in listenersInfo) { - let listenerInfo = listenersInfo[index]; - let self = listenerInfo['self']; - listenerInfo['listener'].call(self); - } -} - /** * 清除定时器的事件循环 */ - lwVm.deleteTimerEventLoop = function () { +lwVm.deleteTimerEventLoop = function () { for (let timerId in lwVm.memory.timer_map) { clearTimeout(timerId); } for (let timerId in lwVm.memory.timer_map) { clearInterval(timerId); } - lwVm.memory.timerId = 0; // 定时器id保存 + lwVm.memory.timerId = 0; // 定时器id保存 lwVm.memory.timer_map = {}; // 定时器 }; @@ -100,7 +88,7 @@ lwVm.callListener = function (eventType, attr, ...args) { * @param {String} str_cookie * @return Object */ - lwVm.strCookieToObject = function (str_cookie) { +lwVm.strCookieToObject = function (str_cookie) { let cookie_obj = {}; for (const iterator of str_cookie.split(';')) { let values = iterator.split('='); @@ -112,6 +100,238 @@ lwVm.callListener = function (eventType, attr, ...args) { return cookie_obj; } -lwVm.pringLog = function (){ + +/** + * 判断数据类型是不是纯Object {} + * @param {*} obj + * @returns boolean + */ +lwVm.isObject = function (obj, allow) { + return Object.prototype.toString.call(obj) === '[object Object]'; +} + + +/** + * 区间随机数 + * @param {number} min 最小 + * @param {number} max 最大 + * @param {Boolean} isDecimal 是否是小数 + * @return {number} + */ +lwVm.randomInt = function (min, max, isDecimal = false) { + let result = Math.random() * (max - min + 1); + if (isDecimal === false) { + result = Math.floor(result) + } + return result + min; +} + + +/** + * 对象pop + * @param {Object} target + * @param {String} key + * @returns + */ +lwVm.toolsObjPop = function (target, key) { + if (!(key in target)) return undefined; + let value = target[key]; + delete target[key]; + return value; +}; + + +/** + * 添加用户自定义log + * @returns + */ +lwVm.logAddMyLog = function (msg) { + let log_str = `[lwVmLog] -> [${msg}]` + lwVm.memory.logs.push(log_str); + lwVm.console_log(log_str); +}; + + +/** + * 给event实例添加isTrusted属性 并设置属性描述符 + * @param {*} obj event实例 + */ +lwVm.protectAddIsTrusted = function (obj) { + Object.defineProperty(obj, 'isTrusted', { + get() { + return Boolean(lwVm.memory.private_data.get(obj).isTrusted); + }, + set: undefined, + configurable: false, + enumerable: true + }); + lwVm.safefunction(Object.getOwnPropertyDescriptor(obj, 'isTrusted')['get']); +} + + +/** + * 强制执行事件循环 + * @param {Number} sleepTimer 是否休眠(ms) + */ + lwVm.callEventLoop = function (sleepTimer) { + // 后续完善 +}; + + +/** + * 更改框架内部私有数据 + * document.body(null/true) + * @param {*} target + * @param {Object} valueMap + */ +lwVm.setPrivateDataToMemoryS = function (target, valueMap){ + let memoryTarget = lwVm.memory.private_data.get(target); + if (memoryTarget === undefined) { return }; + + for (let key in valueMap) { + if (Object.hasOwnProperty.call(valueMap, key)) { + let value = valueMap[key] + memoryTarget[key] = value; + } + } +} + +/** + * 运行事件列表内的事件 + * @param {String} eventType 事件类型 || 0 + * @param {Object} attr 自定义事件属性 + * @returns + */ +lwVm.callListener = function (eventType, attr, ...args) { + // 获取事件数据 + let listenersInfo = lwVm.memory.listeners.get(eventType); // [{},{},...] + if (!listenersInfo) return; + + // 设置事件的自定义属性 + attr = lwVm.isObject(attr) ? attr : {}; + + if (eventType.indexOf("mouse") > -1 || eventType === "click") { + eventObj = lwVm.createEventMouse; + runEventLoop = false; + } else { + eventObj = lwVm.createEvent; + runEventLoop = true; + } + for (let index in listenersInfo) { + let listenerInfo = listenersInfo[index]; + let self = listenerInfo['self']; + if (!('target' in attr)) { attr['target'] = self; }; + listenerInfo['listener'].call(self, eventObj(eventType, attr, args)); + if (runEventLoop) { + lwVm.callEventLoop(); + } + } +} + + +/** + * 创建浏览器createEvent事件 isTrusted: true + * @param {String} eventType 事件类型 + * @param {String} targetParams 事件参数 + */ +lwVm.createEvent = function (eventType, targetParams, ...args) { + // 这里就开源一个load, 其它同理 + let target = lwVm.toolsObjPop(targetParams, 'target') || document.documentElement; + let eventObj, eventAttribute; + + switch (eventType) { + case "load": + eventObj = new Event(eventType); + eventAttribute = { + "isTrusted": true, + "bubbles": false, + "cancelable": false, + "defaultPrevented": false, + "composed": false, + "timeStamp": 0, + "returnValue": true, + "cancelBubble": false, + "target": document, + "currentTarget": window, + "srcElement": document, + "type": eventType, + "path": [window], + "eventPhase": 2, + } + break + default: + lwVm.logAddMyLog(`lwVm.createEvent->创建了一个未知的事件[${eventType}]`) + return {}; + } + + lwVm.setPrivateDataToMemoryS(eventObj, eventAttribute); + return eventObj; +} + + +lwVm.createEventMouse = function (eventType, attr, ...args) { + attr = lwVm.isObject(attr) ? attr : {}; + if (eventType.indexOf("mouse") > -1 || eventType === "click") { + + let target = lwVm.toolsObjPop(attr, 'target') || document.documentElement; + let eventObj = eventType === 'click' ? new PointerEvent(eventType) : new MouseEvent(eventType); + let eventAttribute = { + target: target, + view: window, + eventPhase: 3, + srcElement: target, + altKey: false, + isTrusted: true, + button: 0, + buttons: 0, + clientX: lwVm.randomInt(0, 100), + clientY: lwVm.randomInt(0, 20), + screenX: null, + screenY: lwVm.randomInt(0, 20), + pageX: null, + pageY: null, + x: null, + y: null, + offsetX: lwVm.randomInt(0, 100), + offsetY: lwVm.randomInt(0, 50), + layerX: lwVm.randomInt(0, 100), + layerY: lwVm.randomInt(0, 50), + movementX: lwVm.randomInt(0, 150), + movementY: lwVm.randomInt(0, 150), + which: 1, + type: eventType, + timeStamp: 0, // lwVm.getPerformanceNow() 这里不想开源 + }; + eventAttribute['screenX'] = eventAttribute['clientX'] + eventAttribute['pageX'] = eventAttribute['clientX'] + eventAttribute['pageY'] = eventAttribute['clientY'] + eventAttribute['x'] = eventAttribute['clientX'] + eventAttribute['y'] = eventAttribute['clientY'] + + if (eventType === 'click') { + eventAttribute["pointerType"] = "mouse"; + eventAttribute["relatedTarget"] = target; + eventAttribute["currentTarget"] = target; + eventAttribute["defaultPrevented"] = false; + eventAttribute["returnValue"] = true; + } + + // 更新为用户自定义参数 + if (Object.keys(attr).length) { + for (let key in attr) { + if (attr.hasOwnProperty(key)) { + eventAttribute[key] = attr[key] + } + } + } + lwVm.setPrivateDataToMemoryS(eventObj, eventAttribute) + return eventObj; + } + lwVm.logAddMyLog(`lwVm.createEventMouse->创建了一个未知的鼠标事件[${eventType}]`) + return {}; +} + + +lwVm.pringLog = function () { } \ No newline at end of file diff --git a/qxVm_sanbox/qxVm.sanbox.js b/qxVm_sanbox/qxVm.sanbox.js index b8f5b54..f706968 100644 --- a/qxVm_sanbox/qxVm.sanbox.js +++ b/qxVm_sanbox/qxVm.sanbox.js @@ -25,7 +25,49 @@ function QXVm_help(){ `) } + + +/** + * 注册 express APP + * @returns express + */ + function QXVM_registerServer() { + let APP = express(); + APP.use(express.json({ limit: '50mb' })); + APP.use(express.urlencoded({ limit: '50mb', extended: true })); + APP.use(bodyParser.json({ limit: '10mb', extended: true })); + return APP; +} + + +/** + * 注册server回调,是否开始server,取决与port是否不为空 + * @param {String} method get|post + * @param {String} route 路由 + * @param {Number} port 端口, 如果端口为空, 则不开启服务 + * @param {Function} callback 回调 + */ +function QXVM_registerCallback(method, route, port, callback) { + let APP = QXVM_registerCallback.APP || (() => { + QXVM_registerCallback.APP = QXVM_registerServer(); + return QXVM_registerCallback.APP; + })() + + method = method.toLowerCase(); + APP[method](route, callback); + if (port !== undefined && TOOLS.isNumber(port)) { + APP.listen(port, () => { + console.log(`框架服务开启 ${port} 端口`); + }); + } +} + + + + module.exports = { sanbox: SANBOX.QXVm_sanbox, help: QXVm_help, + registerServer: QXVM_registerServer, + registerCallback: QXVM_registerCallback, }; diff --git a/z_working/demo.js b/z_working/demo1.js similarity index 100% rename from z_working/demo.js rename to z_working/demo1.js diff --git a/z_working/demoVm.js b/z_working/demo1Vm.js similarity index 100% rename from z_working/demoVm.js rename to z_working/demo1Vm.js diff --git a/z_working/demoEvent.js b/z_working/demoEvent.js new file mode 100644 index 0000000..d04d3ac --- /dev/null +++ b/z_working/demoEvent.js @@ -0,0 +1,45 @@ + + + +function demoLoad(){ + function aaa(ooo){ + console.log(ooo) + debugger; + } + + + window.addEventListener('load', aaa) + + lwVm.callListener('load'); + + function target1(){ } + + lwVm.callListener('load', { + target: target1, + timeStamp: 1111, + }) +} + + + + +function demoClick(){ + function bbb(ooo){ + debugger; + console.log(ooo) + ooo.screenY + } + window.addEventListener('click', bbb) + + function target1(){ } + + lwVm.callListener('click', { + timeStamp: 1111, + }) +} + + +demoLoad() +demoClick() + +function get_dddd(){} \ No newline at end of file diff --git a/z_working/demoEventVm.js b/z_working/demoEventVm.js new file mode 100644 index 0000000..b1de417 --- /dev/null +++ b/z_working/demoEventVm.js @@ -0,0 +1,42 @@ +const fs = require('fs'); +const QXVM_GENERATE = require('../qxVm_sanbox/qxVm.sanbox'); + + +function ReadCode(name, dir) { + let file_path = dir === undefined ? `${__dirname}/${name}` : `${__dirname}/${dir}/${name}`; + console.log(file_path) + return fs.readFileSync(file_path) + "\r\n" +} + + +const js_code = ReadCode(`/eventDemo.js`); +const user_config = { + isTest:true, + compress: false, + runConfig: { proxy: true, logOpen: true }, + window_attribute: { }, + + env: { + canvas: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAAAXNSR0IArs4c6QAABGJJREFUeF7t1AEJAAAMAsHZv/RyPNwSyDncOQIECEQEFskpJgECBM5geQICBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAgQdWMQCX4yW9owAAAABJRU5ErkJggg==", + plugin: [ + { description: "Portable Document Format", filename: "internal-pdf-viewer", name: "Chrome PDF Plugin", MimeTypes: [{ description: "Portable Document Format", suffixes: "pdf", type: "application/x-google-chrome-pdf" }] }, + { description: "", filename: "mhjfbmdgcfjbbpaeojofohoefgiehjai", name: "Chrome PDF Viewer", MimeTypes: [{ description: "", suffixes: "pdf", type: "application/pdf" }] }, + { description: "", filename: "internal-nacl-plugin", name: "Native Client", MimeTypes: [{ description: "Native Client Executable", suffixes: "", type: "application/x-nacl" }, { description: "Portable Native Client Executable", suffixes: "", type: "application/x-pnacl" }] } + ], + navigator: { + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.55" + }, + location: { + href: "https://www.chinaexpressair.com/yss/login/" + }, + document: { + cookie: "" + } + } +} + +// 打印帮助信息 +QXVM_GENERATE.help() + +let result = QXVM_GENERATE.sanbox(js_code, "get_dddd", user_config); +console.log(result.get_dddd()) diff --git a/z_working/demoServer.js b/z_working/demoServer.js new file mode 100644 index 0000000..52d9d53 --- /dev/null +++ b/z_working/demoServer.js @@ -0,0 +1,3 @@ +function demo(){ + return 11111 +} \ No newline at end of file diff --git a/z_working/demoServerVm.js b/z_working/demoServerVm.js new file mode 100644 index 0000000..0a52a78 --- /dev/null +++ b/z_working/demoServerVm.js @@ -0,0 +1,57 @@ +const fs = require('fs'); +const QXVM_GENERATE = require('../qxVm_sanbox/qxVm.sanbox'); + + +function ReadCode(name, dir) { + let file_path = dir === undefined ? `${__dirname}/${name}` : `${__dirname}/${dir}/${name}`; + console.log(file_path) + return fs.readFileSync(file_path) + "\r\n" +} + + +const js_code = ReadCode(`/demo.js`); +const user_config = { + isTest:true, + compress: false, + runConfig: { proxy: true, logOpen: true }, + window_attribute: { }, + + env: { + canvas: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAAAXNSR0IArs4c6QAABGJJREFUeF7t1AEJAAAMAsHZv/RyPNwSyDncOQIECEQEFskpJgECBM5geQICBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAAYPlBwgQyAgYrExVghIgYLD8AAECGQGDlalKUAIEDJYfIEAgI2CwMlUJSoCAwfIDBAhkBAxWpipBCRAwWH6AAIGMgMHKVCUoAQIGyw8QIJARMFiZqgQlQMBg+QECBDICBitTlaAECBgsP0CAQEbAYGWqEpQAgQdWMQCX4yW9owAAAABJRU5ErkJggg==", + plugin: [ + { description: "Portable Document Format", filename: "internal-pdf-viewer", name: "Chrome PDF Plugin", MimeTypes: [{ description: "Portable Document Format", suffixes: "pdf", type: "application/x-google-chrome-pdf" }] }, + { description: "", filename: "mhjfbmdgcfjbbpaeojofohoefgiehjai", name: "Chrome PDF Viewer", MimeTypes: [{ description: "", suffixes: "pdf", type: "application/pdf" }] }, + { description: "", filename: "internal-nacl-plugin", name: "Native Client", MimeTypes: [{ description: "Native Client Executable", suffixes: "", type: "application/x-nacl" }, { description: "Portable Native Client Executable", suffixes: "", type: "application/x-pnacl" }] } + ], + navigator: { + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.55" + }, + location: { + href: "https://www.chinaexpressair.com/yss/login/" + }, + document: { + cookie: "" + } + } +} + +// 打印帮助信息 +QXVM_GENERATE.help() + +let result = QXVM_GENERATE.sanbox(js_code, "demo", user_config); + +/** + * 如果需要注册多个路由, 则除了之后一个路由之外, 其余都需要用 传参, undefined + * 比如 + */ +QXVM_GENERATE.registerCallback('get', '/demo1', undefined, function (req, res){ + res.send(result.demo()) +}) + +QXVM_GENERATE.registerCallback('get', '/demo2', undefined, function (req, res){ + res.send(result.demo()) +}) + +QXVM_GENERATE.registerCallback('get', '/demo', 2023, function (req, res){ + res.send(result.demo()) +}) diff --git a/z_working/rs4.js b/z_working/rs4.js index 0aec278..b86c18c 100644 --- a/z_working/rs4.js +++ b/z_working/rs4.js @@ -33,7 +33,7 @@ debugger; }()); -$_ts=window['$_ts'];if(!$_ts)$_ts={};$_ts.scj=[];$_ts['dfe1675']='þþ+þöþ÷þ-þÿ£©=ÿ[ÿ(ÿ,ÿ.ÿ;ÿÿ);ÿ){ÿ){var ÿ[6]](ÿ[8]].ÿ===ÿ<ÿ=0;ÿ;}function ÿ;var ÿ);}function ÿ=this.ÿ);if(ÿ){this.ÿ]=ÿ++ ){ÿ){if(ÿ&&ÿ();ÿvar ÿ=new ÿ)ÿ].ÿ.length;for(var ÿ++ ]=ÿ.push(ÿ=0,ÿ);var ÿ;this.ÿ(){var ÿ||ÿ);}}function ÿ+ÿ;if(ÿ);}ÿ();return ÿ==ÿ.length;ÿ;}}function ÿ);return ÿ!==ÿ];ÿ)this.ÿ){return ÿ();var ÿ!=ÿ);this.ÿ++ ){var ÿ+=ÿ[1]](ÿ[4]](ÿ()[ÿ){}ÿ(){return ÿreturn ÿ=[],ÿ=1;ÿ;return ÿ);}else if(ÿ(258,ÿ(){ÿ)){ÿ;}ÿ=[ÿ instanceof ÿ)return ÿ=(ÿ(236,ÿtry{ÿ;function ÿ?ÿ][ÿif( !ÿ),ÿ];if(ÿ,true);ÿ>0){ÿ-ÿ(136,ÿ(this.ÿfor(ÿ){if( !ÿ);}return ÿ();if(ÿ);}if(ÿ[2]]==ÿ(),ÿ));ÿ.prototype[ÿ();switch(ÿ;}else{ÿ=[];ÿ>=ÿ[29]](ÿ[0],ÿ)&&ÿ()-ÿ);}else{ÿ){if( typeof ÿ;}return ÿ[12]](ÿ=0;var ÿ);}}ÿ);}var ÿ(250,ÿ++ ]=(ÿ++ ;ÿ){if(this.ÿ](ÿ= !ÿ;}var ÿ.length,ÿ.body[ÿ(\"{\");var ÿ=[];this.ÿ[15]](ÿ)){var ÿ;}else if(ÿ);}catch(ÿ;}if(ÿ,false);ÿ&&(ÿ++ ){if(ÿ();return new ÿ[55]](ÿ);for(var ÿ in ÿ.length;if(ÿ]===ÿ){case 61:ÿ:ÿ[92]](ÿ[3]]=ÿ; ++ÿ(\",\");ÿ|| !ÿ;}}else if(ÿ^ÿ);if( !ÿ(\";\");}function ÿ[1],ÿ[0].ÿ));}function ÿ(\"(\");this.ÿ&& !ÿ,0,ÿ(){if(ÿ={},ÿ++ );ÿ[42]](ÿ===2||ÿ[5],ÿ);function ÿ,1);ÿ];}function ÿ)===ÿ[94]](ÿ)){if(ÿ[0]],ÿ],ÿ){return;}ÿ.style[ÿ();}function ÿ(\"}\");}function ÿ=true;ÿ))return ÿ:case ÿ[11]](ÿ,0);ÿ.length; ++ÿ.push(new ÿ.Math[ÿ(new ÿ){}function ÿ;for(ÿ={};this.ÿ={};ÿ=1;var ÿ.join(\'\');}function ÿ=[];for(var ÿ*ÿ[61]]=ÿ();}ÿ=\'\';var ÿ){for(var ÿ||(ÿ[1];ÿ[34]](ÿ;}catch(ÿ++ ];ÿ);}this.ÿ+\"=\"+ÿ[56]](ÿ(\")\");ÿ===0){ÿ[3],ÿ[7])ÿ[50]](ÿ[89],ÿ(){}function ÿ)+ÿ&ÿ===\'+=\')ÿ[38]]);if(ÿ[0];ÿ]);}if(ÿ[1][ÿ[21]](ÿ[24]](ÿ+=2;ÿ);}if(this.ÿ);while(ÿ=((ÿtry{if(ÿ);}}return ÿ(\")\");this.ÿ.length;var ÿ=false;ÿ=2;ÿ):ÿ[87];ÿ ++ÿ;for(var ÿ[79]){ÿ[0]]=ÿ[9]](ÿ[47]](ÿ)return;ÿ+=1;ÿ=0;for(var ÿ];}if(ÿ;while(ÿ.navigator[ÿ[28],ÿ[26]](ÿ;}else{return ÿ[(ÿ[8]]=new ÿ();}return ÿ){}}function ÿ[54]]=ÿ<256;ÿ[3];ÿ));}else if(ÿ);return new ÿ.length>1){ÿ(\"(\");var ÿ);}}}function ÿ=[];var ÿ(2,ÿ=0;if(ÿ++ )],ÿ[2]])===ÿ;){ÿ[72]](ÿ+1;ÿ=null;var ÿ]|ÿ[78]](ÿ<=ÿ)){return ÿ){try{var ÿ.length>0){ÿ();}}function ÿ]);ÿ){return(ÿ[58]&&ÿ){try{if(ÿ){return;}var ÿ&255]^ÿ[0]);ÿ[2]]===ÿ);}}catch(ÿ>0;ÿ[93]](ÿ[92]](\'div\');ÿ){try{ÿ,0);}function ÿ[97]]=ÿ[3];var ÿ[75]](ÿ[2]]&&ÿ=[];while(ÿreturn;ÿ[83],ÿ)*(ÿ[20],ÿ];}else if(ÿ,1);if(ÿ;}}ÿ+1)%ÿ;}for(ÿ<=8){ÿ.abs(ÿ());}function ÿ.documentElement[ÿ.get(ÿ.length===4){ÿ+\'=\'+ÿ();}else{ÿ=0;while(ÿ>>>24]^ÿ)||(ÿ===2){ÿ)|0;ÿ[0];var ÿ[90])];ÿ){}}}function ÿ>=3){ÿ);}}}ÿ+\":\"+ÿ=null;this.ÿ>ÿ[1];var ÿ.length-ÿ;this[ÿ.length-1;ÿ(553,ÿ[615]]=ÿ+=5;ÿ[6]](this,ÿ[70]](ÿ[29]](this.ÿ[2];ÿ),[this.ÿ===1){ÿ,1,ÿ[12]](null,ÿ[19]],ÿ))ÿ>>8&255]^ÿ++ )ÿ>>16&255]^ÿ(){this.ÿ[266],ÿ()){if(ÿ];}}function ÿ];if( !ÿ(\'\"\'+this.ÿ,1);}return ÿ.length;while(ÿ[4],ÿ[0][ÿ[39]]=ÿ[65],ÿ.set(ÿ++ );if(ÿ()){ÿ());ÿ]);if(ÿ(\"}\");ÿ[59]]=ÿ+=3;ÿ=false,ÿ(656,ÿ&=ÿ<4;ÿ++ )];return ÿ[492]]=ÿ():ÿ[505],ÿ()+ÿ[30],ÿ>=40&&ÿ());}ÿ<127){ÿ[67]]===ÿ[574]](ÿ):\'\';}else if(ÿ>=92)ÿ++ );while(ÿ[10],ÿ[67]]+\"//\"+ÿ[1]+ÿ=true,ÿ(0))ÿ);}else{return ÿreturn[ÿ.external[ÿ|=ÿ].y-ÿ>=2){ÿ[((ÿ[77],ÿ-- ;var ÿ());var ÿ<8){}else{var ÿ[18]){if(ÿ[38]])===ÿ.y);ÿ===10)ÿ.target[ÿ[32]]===1){return ÿ>=127)ÿ(this);}}function ÿ[66]){ÿ);for(ÿ,true);}return ÿ.y*ÿ=100;var ÿ=5,ÿ[7]){return ÿtry{return ÿ[84],ÿ.x)+(ÿ();}if(ÿ.x*ÿ+1];ÿ;}}if(ÿ[27]){ÿ;if(this.ÿ){this[ÿ+=9;ÿ(\")\");}function ÿ.length===16){ÿ,\'rel\', -1);var ÿ(){return this.ÿ8;ÿ[53]]){ÿ(10,ÿ]=(ÿ;(ÿ]!==ÿ(\'<\'+ÿ+=4;ÿ[18]);ÿ=2,ÿ.push(arguments[ÿ];}return ÿ)&&(ÿ.length-1,ÿ,false,ÿ);}else if((ÿ.length)===ÿ);return;}var ÿ=false;}function ÿ];}ÿ[37]]&&ÿ]^=ÿ){while(ÿ;}}catch(ÿ*86+ÿ){}return false;}function ÿ[665],ÿ(175);ÿ(77);var ÿ[62]]=ÿ=false;else ÿ();if( !ÿ.sqrt((ÿ;if( !ÿ;};function ÿ===null||ÿ)%ÿ[0]);}else if(ÿ[83]]=ÿ+=7;ÿ);}if( !ÿ[3]){var ÿ(4)+ÿ;if( typeof ÿ%ÿ[129]+ÿ[65]){var ÿ[85]](ÿ[37]]){}else{ÿ,this.ÿ[34]]((ÿ[3]);ÿ));if(ÿ[262],ÿ.length>0)ÿ=\'?\'+ÿ<92){ÿ;}else{var ÿ-- ;if(ÿ(114,ÿ[40],ÿ!==84){if(ÿ[597]](ÿ(\":\");this.ÿ();function ÿ){switch(ÿ>0||ÿ]=\"\";ÿ[3]],ÿ[3]];ÿ>0&&ÿ.parentNode[ÿ];var ÿ);}return;}else if(ÿ,true);}function ÿ[96]);ÿ[5]]=ÿ]+ÿ);}}else if(ÿ.max(ÿ&& typeof ÿ(0xFFFFFFFF),ÿ(\"try\");ÿ]);}}ÿ)/2);if(ÿ.src=ÿ+=(ÿ);}}}catch(ÿ)||ÿ[310]]!==ÿ[697]&&ÿ<<1^(ÿ));}if(ÿ[39]){return new ÿ-1+ÿ)){for(var ÿ,\',\');ÿ(\"]\");}function ÿ>>24)&0xFF;ÿ[95]){return ÿ.originalTarget[ÿ()*ÿ[169]];ÿ;}}}}if(ÿ[91]){ÿ)>>1);ÿ.MediaStreamTrack[ÿ[482],ÿ[51],ÿ[495])){ÿ-52;}else if(ÿ[147]){ÿ[0]]);if((ÿ(128),ÿ[660]];var ÿ(85);ÿ++ )];if(ÿ[457]]([ÿ[666],ÿ[186]](ÿ[522]](ÿ.z;ÿ[686]](ÿ==\'x\'?ÿ[97]]);ÿ(4,ÿ++ ;}function ÿ,\"&\"+ÿ+(ÿ[81]]==ÿ<5;ÿ)return false;return ÿ[722],ÿ[17]](ÿ[381]]===ÿ=3;if( typeof ÿ[3])||(ÿ;default:if(ÿ)return;if( typeof ÿ[568]][ÿ-1);var ÿ[61]]){ÿ[4];for(ÿ[249])){if(ÿ.join(\',\')+\')\')(ÿ[9]](0,4);ÿ[19]]){ÿ=1;}}}if(ÿ=null;if(ÿ>=97&&ÿ===92){ ++ÿ[674]&&ÿ[136]](ÿ=[new ÿ.ctl;if(ÿ)return new ÿ[314]](ÿ=this[ÿ[65]]&&ÿ(7);ÿ|=2;}ÿ];}else{ÿ[1]&&ÿ[84]);ÿ++ );}ÿ++ ;}else{ÿ[703]]===ÿ[575]](ÿ===\'a\'&&ÿ[23]],ÿ)]=ÿ+=\"?\"+ÿ+1;}else if(ÿ=0;function ÿ[679]]=ÿ>>>24)&0xFF;ÿ[0]]){ÿ)][ÿ<<2,( ++ÿ[18])&&(ÿ+\" <\"+ÿ[56]||ÿ());}catch(ÿ===\'src\'){ÿ[531]);ÿ(){return(ÿ/ÿ[24]]=ÿ[36]]=ÿ,\'?\')!== -1){ÿ>>8)&0xFF;ÿ[2];var ÿ.x+ÿ!== -1){if(ÿ[79]);if(this.ÿ=6,ÿ];return new ÿ+\'=\');if(ÿ]);}}}function ÿ.length>10;ÿ(5)-ÿ[233])in ÿ);}}}return ÿ[416]](ÿ|| typeof ÿ>=3){return;}ÿ);else ÿ(85);return new ÿ,arguments[2]);}}else if(ÿ.head[ÿ]!=ÿ.x,ÿ,0);return ÿ>>>16)&0xFF;ÿ[16]]==ÿ].x-ÿ-1;else if(ÿ===8&&ÿ,\'as\', -1);var ÿ[5]||ÿ[2]],ÿ<<24^ÿ|=2;ÿ[217]](ÿ.y;ÿ(){return[ÿ>>8&255]<<8^ÿ;}else{if(ÿ[56],ÿ(\"if\");ÿ=1;if(ÿ[57]]&&(ÿ[90])];if(ÿ=5;ÿ(1,1);ÿ<=8&&ÿ[ --ÿ+=19;ÿ(4);return ÿ)=== -1;ÿ.x-ÿ[203]](ÿ[278]]||ÿ===\'a\'){var ÿ[0]^ÿ){return false;}}function ÿ-- ){ÿ[605]]=ÿ[98]]===ÿ[239]];ÿ>1)ÿ[428],ÿ|=1048576;ÿ(){if( !ÿ-((ÿ[3]],\'#\')[1];var ÿ[7])){return ÿ=== -1){ÿ<<4^((ÿ; --ÿ[349]]&& !ÿ();}}else if(ÿ=4,ÿ)?1:0,ÿ>>>24]<<24^ÿ(11,ÿ;}if(this.ÿ[45]]();}}ÿ&0xFF;}return ÿ]();case 1:return ÿ[344]](ÿ(\"for\");ÿ[2]]=ÿ[0]instanceof ÿ>0){for(var ÿ[237],ÿ=true;var ÿ(685,ÿ,\'();\',ÿ(\"new\");this.ÿ!==null&&ÿ(256),ÿ);if((ÿ[46]]===ÿ>>>8)&0xFF;ÿ)*2+ÿ,\'?\')[1];if(ÿ[496],ÿ[212]);ÿ[52]],ÿ>>16)&0xFF;ÿ){try{return ÿ[7];ÿ+\']\';}return new ÿ=true;}function ÿ[66])ÿ[7]){arguments[0]=ÿ=3;ÿ,arguments[2],arguments[3]);}else if(ÿ[257]);ÿ[59]]=null;ÿ((ÿ++ );if( !ÿ+\'\"\');return new ÿ[90])];var ÿ=null,ÿ!==\'\'){ÿ[74]||ÿ>>2];ÿ[13];ÿ[586],ÿ[628]](ÿ+\')\'+ÿ.length);ÿ(1,ÿ;}break;case ÿ===3){ÿ){return[ÿ[187]])){ÿ);}else{this.ÿ(\"var\");var ÿ));}}else if(ÿ[681]][ÿ===\'\';ÿ[290]){return ÿ[18])){ÿ[63]);var ÿ-1;}else if(ÿ[32]]&&ÿ];while(ÿ);}}}else if(ÿ=5;return ÿ[98])){if(ÿ++ ;}if(ÿ(16)+ÿ=[\'a\',ÿ[5]);ÿ[447]];ÿ[5]){ÿ[264],ÿ[2]);if(ÿ()));ÿ[1]);}function ÿ+=\'?\';}var ÿ[457]](ÿ[0]]&&ÿ[58],ÿ[1]);ÿ[449]);ÿ[550]]==ÿ[31]];var ÿ[0]+\'=\'+ÿ.length===16){if( !ÿ=== -1)return[ÿ(82);ÿ(25));ÿ[17]]=ÿ===85||ÿ)[1];ÿ>=65&&ÿ[90])].userAgent[ÿ].y,ÿ(81);var ÿ.mediaDevices[ÿ()&&ÿ[272]];}if( !ÿ[62]]);}}else if(ÿ=1,ÿ[98],ÿ.x);ÿ[74],ÿ+=15;ÿ(\":\");var ÿ[306]](ÿ[73]],ÿ)&0xFF,ÿ[82]);ÿ,0);var ÿ[2],ÿ];function ÿ[81]];if((ÿ.length===4;ÿ[2]^ÿ=3,ÿ].x*ÿ.length>=ÿ[255]](ÿ));}ÿ.length-1){ÿ+=\'&\';}else{ÿ=true;}}}function ÿ[23]]===ÿ[0]);if(ÿ<2)return 1;return ÿ;}}}else if(ÿ]]=ÿ(\";\");if(this.ÿ);}}if(ÿ);return;}if(ÿ.objectStoreNames[ÿ[589]],ÿ[0]);}if(ÿ+=14;ÿ[19]]=ÿ[62]]);}}else{ÿ)/ÿ[448]](ÿ(78);var ÿ,arguments[2]);}else if(ÿ[6]]&&ÿ[0]===ÿ]);}}function ÿ]]===ÿ[212],ÿ.document[ÿ={};if(ÿ[2]]){case ÿ[92]](\'a\');ÿ()||ÿ[452],ÿ.push(\'; \');ÿ+\'>\';ÿ===\'src\'&&ÿ!=null){ÿ,true),ÿ[571]){return ÿ!==\'\'||ÿ+=13;ÿ=0;}function ÿ=false;this.ÿ=0;this.ÿ.y-ÿ);try{ÿ>=93&&ÿ===\'#\')&&ÿ[76]]){ÿ(this);}function ÿ]);}else if(ÿ);};function ÿ[453]]);if(ÿ.chrome[ÿ[98]){if(ÿ){if((ÿ)>=0;}function ÿ(112);ÿ,1);}catch(ÿ[60]](ÿ;}}var ÿ+\"&\"+ÿ=10,ÿfor(var ÿ[68]],\'`\');var ÿ(78,ÿ(555,ÿ[280]](0)!==ÿ[414],ÿ[2];if( typeof ÿ[540]](ÿ[75]]((ÿ= typeof ÿ=2;}else{ÿ++ ;}else if(ÿ[49]];var ÿ[4]](\'r\')===\'m\'){ÿ[711]].sdp,\'\\n\');ÿ(\'\"\'+ÿ[8]].concat[ÿ[573]][ÿ.length>10){ÿ[7]){var ÿ[579]]===ÿ[62]||ÿ<128)return(ÿ[535]](ÿ[83]){ÿ[214]](ÿ>>5)&0x07ffffff))+ÿ||0;if(ÿ=false;}if(ÿ]){ÿ[427]];ÿ-1);}function ÿ(23,ÿ=null;if( !this.ÿ.length-1];ÿ=\'src\';var ÿ>3){return ÿ>=8&& !ÿ.push(\" \"+ÿ,\'src\',ÿ[12]]([],ÿ[9]](0);ÿ-1;ÿ+\'\"\');var ÿ[80])!= -1)||ÿ++ ;}}}ÿ+=11;ÿ[191]]&&ÿ<8;ÿ++ ;}ÿ^=ÿ[708],ÿ(){return new ÿ.length===16;ÿ[377]],ÿ[61]];ÿ&3)<<4)|(ÿ)));ÿ)<<2);ÿ[7])return(ÿ=3;var ÿ[373],ÿ[92]](\"a\");ÿ[48]]+ÿ!== -1){ÿ[430]]=ÿ[18]){var ÿ]&&ÿ);}}else{var ÿ<100&& !(ÿ[163]&&ÿ.pop();if(ÿ[0]===\'$\'&&ÿ&& !this.ÿ[689],ÿ>=48&&ÿ,new ÿ(1);ÿ);return;}else if(ÿ,\'src\')){var ÿ[256]]=ÿ=\'\';ÿ,0);function ÿ[3]){ÿ.length/ÿ>>16&255]<<16^ÿ[18])&&ÿ[656],ÿ[65]]()===false&&ÿ=3;if(ÿ));return ÿ(776,ÿ[97]]!=null){ÿ[1]);if( !(ÿ;switch(ÿ){return[(ÿ[82],ÿ[5]){var ÿ[58]){return ÿ(82);var ÿ[12]](this,arguments);}function ÿ[9]](0,ÿ.push(this.ÿ)|(ÿ,0);if(ÿ();}if( !ÿ.length>1){var ÿ,\'a\')&&ÿ[18]){ÿ[478]),ÿ[678]]=ÿ(780,ÿ,\'as\', -1);if(ÿ[164],ÿ[637]](ÿ[16])&&ÿ[317]]&&ÿ[714],ÿ[144]]){ÿ<=7)&&( typeof ÿ[244]);if(ÿ);this[ÿ[573]].length;ÿ+1);else if(ÿ[193]](ÿ[0]++ ;}else if(ÿ(false);ÿ<=9){var ÿ+10000;ÿ]);if( !ÿ++ ]<<16)|(ÿ]=\'b[\'+ÿ[608]]){ÿ===\'\')))&&ÿ[636]],ÿ[584],[],ÿ>>16&255]]^ÿ[92]](\'div\'),ÿ|=1073741824;if(ÿ.length-4;var ÿ)[ÿ[591],ÿ!==null&&( typeof ÿ[690]]();ÿ.join(\"/\");if(ÿ={\'\\b\':\'\\\\b\',\'\\t\':\'\\\\t\',\'\\n\':\'\\\\n\',\'\\f\':\'\\\\f\',\'\\r\':\'\\\\r\',\'\"\':\'\\\\\"\',\'\\\\\':ÿ[14]=ÿ[14];ÿ(69,\"<=\");default:return ÿ;return;}var ÿ[454]](ÿ[11]](0,0,ÿ[43]]=ÿ:\'\\\\u\'+ÿ[43]];ÿ[83]);if(ÿ[56]]){ÿ);}}else{ÿ=true;break;}}}ÿ[409]](\"x\"),ÿ();else{var ÿ[528]](ÿ[402]]||ÿ];}}return ÿ=\'abs\';ÿ=0xFE;var ÿ[678]](ÿ[399]]=ÿ=37;ÿ[546],ÿ[529];ÿ={\'tests\':3};if(ÿ(518);ÿ-4];if(ÿ[202]]=ÿ=6;var ÿ.length);}}function ÿ.canvas[ÿ[39]){if(ÿ[10];ÿ.length-1)&&(ÿ.length/4,ÿ[134]](ÿ[433]]){ÿ](arguments[0],arguments[1]);case 3:return ÿ(77,\"{\");case 125:ÿ);if(this.ÿ.length/4;for(ÿ[20];}else{}var ÿ>>>1));}ÿ(68,\">>>\");}default:return ÿ===1);if( !ÿ[201]]||ÿ());}}ÿ&&((ÿ[235]);this.ÿ[531],\"for\",ÿ[487]];this.y=ÿ[271]]);if(ÿ[361];}function ÿ[195])];ÿ();case 46:return ÿ.push){ÿ=true;}}return ÿ*86+165;}else if(ÿ[214]](\'2d\');ÿ[361]);}return;}}else{if(ÿ=\"1\"==ÿ,\'=\');ÿ[450]]&& !ÿ[148],ÿ().ÿ(69,\">\");}case 63:ÿ[369]],ÿ);break;case 70:if(ÿ&0x80)!==0)ÿ===\'on\'+ÿ===16;ÿ(747,6);ÿ[108];ÿ,\"*/\",ÿ[17]=ÿ[17];ÿ[218])){ÿ.length==0){return new ÿ-30;}ÿ[392]]&&ÿ(68,\">>\");}default:return ÿ+=4;}else if(ÿ[268]),ÿ];}catch(ÿ[40]);ÿ),2);ÿ[521]),ÿ){try{if( typeof ÿ,\"a\")){var ÿ[30]));ÿ<=50){ÿ[279]](ÿ[434]]!=ÿ[709]&&ÿ.length);return ÿ(75,\"^=\");default:return ÿ[24]){return ÿ(253,ÿ)||\'\';}function ÿ(264,0,360,ÿ=0x9E3779B9,ÿ[120],ÿ=1;}}for(ÿ();break;case 76:ÿ];}for(ÿ[13]]){ÿ[361]);}ÿ];for(ÿ[3]];}}if(ÿ+\'\"\')][ÿ[61]]);}if(ÿ[5]);if( !ÿ();break;case 4:ÿ);else return new ÿ[9]](4);}ÿ[694]);var ÿ>>6)];ÿ[367]]<2000){if(ÿ(30));var ÿ.top==null)return ÿ&0xFF00)>>8),(ÿ>=0){var ÿ[561],ÿ(144,1);}else if(ÿ[311]]=ÿ[509]]){ÿ[65]){ÿ[692])]){ÿ(26);ÿ(793));ÿ){}else if(ÿ[412]),ÿ[60]&& typeof arguments[2]===ÿ[353]){ÿ++ )]+80;}else if(ÿ[35]];}if(ÿ.localStorage[ÿ*2+1]=ÿ<0){ÿ[311]];ÿ});}ÿ()){this.ÿ(6);}ÿ,\'#\')){ÿ+1]^=ÿ(768,10);ÿ===78){ÿ))){var ÿ[204]]!=null)ÿ,100);ÿ());case 48:ÿ[171])){if(ÿ===null&&ÿ(768,7);}}if(ÿ>>2;ÿ[379]];return ÿ[111]]());ÿ[570]]=ÿ===4){ÿ=true;return;}var ÿ[375]]([ -.2, -.9,0,.4, -.26,0,0,.813264543,0]);ÿ,\'src\');ÿ(6)/4;}function ÿ[83]);var ÿ[0])+ÿ);}}}else{ÿ[6]](\'?\',ÿ[79])){var ÿ[311]](ÿ<=39){ÿ(20)+ÿ];if((ÿ.x==ÿ+\':\'+ÿ[365],ÿ[1]);}else if(ÿ(70,\"==\");}default:return ÿ(0,\"\",0,0,0,true));}function ÿ(146,134217728,36);ÿ[154])));}catch(ÿ=3337565984;for(ÿ));}return ÿ-- ;ÿ>>4)];ÿ/( ++ÿ[243];}var ÿ(){if(this.ÿ[1]);}return ÿ&15)<<4;ÿ=\'/\';var ÿdebugger;ÿ(28));ÿ.length/16)+1,ÿ(85));break;case 58:if(ÿ);}return new ÿ[688]in ÿ,\';\')!== -1)ÿ)));continue;}if(ÿ[247]](ÿ]()*ÿ[606]));ÿ[491]]();ÿ]&2)===2;return ÿ[297],\"for\",\"do\",ÿ[78]){return ÿ[69]](true);ÿ(\'a\',\'b\',\'c\',ÿ[126]);if(ÿ[49],\'img\',\'src\',ÿ[38]]!=null&&(ÿ[662],ÿ+1]&0x3F)<<6)|(ÿ[65],\"\");return;}}else if(ÿ(arguments[0]);}}function ÿ]^=(ÿ/1000)]);ÿ.length==0)return ÿ();case 43:ÿ(4096,ÿ>>>1)):(ÿ?6:7;ÿ+1));}}function ÿ(82,\":\");case 59:ÿ=1;}}if(( !ÿ.push){if(this.ÿ===true){return ÿ&0x0F)<<12)|((ÿ%64;var ÿ],16);if(ÿ[241]],ÿ+\"=\");}ÿ[34]](this.ÿ[63],1024*1024);}catch(ÿ[259]].length>=1){ÿ&255^99;ÿ[350]))||ÿ!==\'\'){if(ÿ();break;case 67:if(ÿ[59]]){ÿ.length>1){return(ÿ+=-19;ÿ(\'div\',\'a\',0);if(ÿ(\"/\");}function ÿ[512]]&& !ÿ=1;}ÿ[55],ÿ>>ÿ[0]]);else if(ÿ(585);ÿ= -1;if(ÿ[242]]=ÿ[157]],ÿ[97]]);}function ÿ);}else{var ÿ[0]){if(ÿ*3/4));var ÿ(\'=2){var ÿ|=1;ÿ[206]](ÿ(),null):ÿ[80])!= -1){ÿ[41]]){ÿ[720];}}ÿ=\"$_\"+this.ÿ=0;for(ÿ));}else{ÿ[0]){return;}ÿ[171]);}}function ÿ(144,24);}else if(ÿ[481])===0){var ÿ[6]](\'?\',0);for(ÿ(9)));}function ÿ[72]&& !(ÿ[8]].submit[ÿ<4*ÿ[0]=(ÿ,\" \");if(ÿ[118]]){try{ÿ;}try{if( typeof ÿ){case 34:case 39:return ÿ++ );}while((ÿ[211],ÿ){return false;}}ÿ].join(\'\');if(ÿ(70,\"!==\");default:return ÿ,0);if( !ÿ(634,ÿ-3]^ÿ[275],ÿ[69]](0);ÿ(11)+37;}function ÿ[684]], !1,0,0);ÿ[482]);if(this.ÿ[62]]);}}}}var ÿ[646]));}}function ÿ[63]]);var ÿ=unescape,ÿ[367]]=ÿ[288]));ÿ(\"?\");this.ÿ);while(null!=(ÿ[32]]!==1|| !ÿ]=\'c[\'+ÿ,true);}else if(ÿ[0][1]){ÿ+\'=\';var ÿ===81?null:ÿ&255];if(ÿ(531);ÿ[36]];var ÿ[22];var ÿ[368]];ÿ(666);ÿ];}}catch(ÿ]>=64){this.ÿ);break;case 56:ÿ[122]);ÿ[65]&&ÿ.join(\'\');}ÿ|=256;ÿ[428]);if(this.ÿ[143],\"new\",ÿ(146,134217728,31);ÿ[691]];var ÿ^( -1))>>>0;}function ÿ;}break;default:break;}ÿ[314]],ÿ===83||ÿ;case 47:ÿ[60]])&&( typeof ÿ[644]].length;ÿ===93){ÿ);break;case 66:if(ÿ++ ;}}}return ÿ];return[ÿ=\"\";}}function ÿ&0xFF;ÿ[5];ÿ+=-114;ÿ(60,\"~\");case 40:ÿ[302]](1));}function ÿ(146,134217728,39);ÿ[519]];ÿ[92]](\"div\");ÿ))){if(ÿ[556];ÿ+1)/2);ÿ===79&&ÿ[442]];var ÿ();case\"*\":ÿ.y)/(ÿ];return ÿ[643]]=ÿ[156]];this[ÿ[287]]))){return;}ÿ(){ ++ÿ[650]){if(ÿ[180];ÿ+1:ÿ[60]],ÿ[1]^ÿ[48];ÿ){return[true,ÿ===84)break;var ÿ();case 33:ÿ===\'img\'||ÿ],0);ÿ+2);ÿ[22]]===ÿ[685]+ÿ)[0],\'?\')[0];}else{ÿ+=1){ÿ[645];var ÿ=/^((?:[\\da-f]{1,4}(?::|)){0,8})(::)?((?:[\\da-f]{1,4}(?::|)){0,8})$/;ÿ.length%16!==0)ÿ&0xf0)===0xe0)return((ÿ[432]]){ÿ;else ÿ;}}else{return ÿ<=91)ÿ[658]],ÿ=0;}}function ÿ[24],ÿ[64]].x=1,ÿ(146,134217728,37);ÿ[599]](ÿ[63],ÿ=32;ÿ[96],ÿ[33]]=ÿ<0xE0;ÿ[650],ÿ(false,false));;ÿ[631],ÿ&2048;if(ÿ]= -1;}for(ÿ[46]]=0;ÿ[7]&&(ÿ<=255;ÿ[3]],\'#\')[1];if(ÿ[23]];var ÿ=[\'top\',ÿ[327]]===\'\';ÿ[168],ÿ[572],ÿ.join(\'&\');}else{return ÿ/1.164+1));var ÿ<0xf8){ÿ,\'.\');ÿ[22]],ÿ+=2){var ÿ[1]);}}else{ÿ=true;}return ÿ=\'//\';var ÿ.length),1);else ÿ=18,ÿ[45]]();ÿ[394]+ÿ[294]](ÿ[387]](ÿ[661]];}catch(ÿ[0]]);ÿ.x&&ÿ);case 40:ÿ[280]],ÿ[205]);ÿ[18]];for(var ÿ=/[\\\\\\\"\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]/g;var ÿ.pop();}}function ÿ[19]){if(ÿ?(new ÿ===true){var ÿ(\"set\");ÿ-1].y);if(ÿ(){return !ÿ[496]);ÿ=window,ÿ[143],\"&\",\"|\",\"^\",\"*\",\">>\",\"<\",\"==\",\"?\",\"&&\",\"||\",\"=\",\"+=\",\"[\",\"{\",\"(\",\",\",\".\",\";\",\":\",\"]\",\"}\",\")\"];var ÿ[227]),ÿ[3]]!==ÿ[477]]=ÿ[517],ÿ[602]]();if( !ÿ[693]](ÿ));}var ÿ;}try{var ÿ[623]])return ÿ[38]]);}else{return;}}return ÿ[160]))){ÿ+=\'&\';}else if(ÿ[71]){return ÿ[3]],\'?\')[0]+ÿ[204]);ÿ(),new ÿ.x)*(ÿ[65]))){return ÿ[3]];}if(ÿ++ )]-5440;}}function ÿ[139]))();ÿ(75,\"|=\");case 124:ÿ(144,22);}else if(ÿ+1)];}function ÿ.length){case 0:return ÿ)){return;}if( !ÿ[35]]===ÿ(768,5);ÿ,\'.\');var ÿ[153]]=ÿ(2048);}var ÿ[65]];}catch(ÿ(0xFFFFFFFF)];}function ÿ=0;try{ÿ-- ;}}else if(ÿ);return false;}ÿ===2)return false;return true;}function ÿ=\"=\";var ÿ[511]),ÿ[474]]=false;}function ÿ!==\'\')ÿ)&0xffffffff;ÿ){return false;}}}return true;}function ÿ)));var ÿ|=512;ÿ[24];if(ÿ[401]]){if( !ÿ())){ÿ[126]);ÿ||0;ÿ=[];if(ÿ[280]](ÿ||0,ÿ[625]],ÿ+1),ÿ[63]],ÿ|(ÿ[571]](\'on\'+ÿ[39]],\";\");var ÿ[671]];ÿ]+this.ÿ:0))/100.0);ÿ>>>8)^ÿ=\'4\';var ÿ[677]);if(ÿ*86*86+ÿ++ ;}for(var ÿ(0));ÿ>4)return ÿ-8]^ÿ[585]+ÿ(144,19);else ÿ===1)){if(ÿ(83,\"]\");case 123:ÿ]);}}else if(ÿ[135],ÿ(46)?(ÿ.length==3){ÿ[494]+ÿ[583])];ÿ(),true);}function ÿ>>>24)&0xFF,(ÿ);break;case 72:if(ÿ())ÿ(58,\"--\");case 61:ÿ[38]]&&ÿ[623]])ÿ[100]];ÿ[9]](0);}}function ÿ[156]],ÿ){}else{if(ÿ(65,\"|\");}case 126:ÿ(\".\");ÿ(\".\"):ÿ[24]];ÿ.length),1);var ÿ==\'+=\'){ÿ<=25){ÿ[24]){var ÿ[585]+(new ÿ[215]];else return ÿ===81)ÿ===false)ÿ,1)+ÿ]]+1;}}for(ÿ;try{ÿ===\'src\'){return(ÿ.length+2*4;ÿ[66]){return ÿ[9]](0, -1));}}catch(ÿ[417],ÿ.log(2)+0.5)|0xE0;ÿ[519]]||ÿ(81,\";\");case 91:ÿ[43]]==0){ÿ.x;ÿ[7]|| typeof ÿ,true);}catch(ÿ|=2097152;ÿ),true);}}if(ÿ[25]],ÿ[1])+\'-\',ÿ[438],\"--\",\"!\",\"~\",\"-\",\"in\",ÿ<60*1000;ÿ[10],\'\');}}catch(ÿ&1;if(ÿ[9]](0,16),ÿ,4);}ÿ.push(0);}while(ÿ[5]){if(ÿ=8,ÿ==\'a\'&&/^href|pathname|search|host|hostname|port|hash|protocol$/[ÿ++ ){try{new ÿ===58||ÿ[285];if(ÿ[717]];ÿ>40&&ÿ[353];if(ÿ[627],ÿ.onreadystatechange[ÿ=64){this.ÿ<=8)){if(ÿ.length==25){ÿ[532]))){ÿ.x:ÿ;return;}if(ÿ[68],ÿ;}for(var ÿ[299]]==200){}}}function ÿ){case ÿ[270]&&ÿ.length*4,ÿ(691);var ÿ=new Array(ÿ[495])&&ÿ[243],ÿ.length<1100;ÿ){try{if( !ÿ[224];for(ÿ;return new ÿ(146,134217728,40);ÿ[470]],ÿ[309],ÿ<7;ÿ+=\'#\'+ÿ[621])!== -1){ÿ,true);return ÿ[1]);}}}if(ÿ[596]]);ÿ[476]]);ÿ===\"-\"||this.ÿ.length>1&&ÿ.length;}else{ÿ+=83;ÿ[9];ÿ[96]);if(ÿ))[0];ÿ[219]];ÿ(32);if(ÿ[64]].length?ÿ)))ÿ.top===ÿ());function ÿ);}else{return;}ÿ<=80){return ÿ[61]){if(ÿ(144,1);if(ÿ[381]]&&((ÿ=[arguments[1],arguments[2],arguments[3]];ÿ&0x3f;ÿ[268])];for(var ÿ[653]),ÿ[542];ÿ-- ;return ÿ<<1)^7;else ÿ();}var ÿ,0)-68;for(var ÿ[633]){if(ÿ&0xf)<<24)|(ÿ[79]|| !ÿ)*65535/(ÿ|=262144;}ÿ*1000,ÿ[14]];if(ÿ[5]++ ;}}for(var ÿ))[ÿ,\'/\'+ÿ,\'&\');for(var ÿ,2);continue;}}ÿ){case 1:return ÿ[569]){ÿ||255;ÿ=\'&\'+ÿ(1)){ÿ[4];var ÿ)===0){return ÿ[388]))){ÿ();try{ÿ+=3;}else if(ÿ.length-1]);ÿ];}var ÿ)/100.0);ÿ(37)){ÿ.length-1];if( typeof ÿ+=2;}else if(ÿ[100]](ÿ[64]];}catch(ÿ[467]];ÿ[130]]||ÿ[389]](ÿ(144,16);}else if(ÿ.length==3){return new ÿ=1001,ÿ[8]].push;;;var ÿ=201,ÿ[677],ÿ[79],\"if\",\"in\",ÿ===1){var ÿ];else return ÿ(13);ÿ[55]){if(ÿ.push((ÿ:\'\';var ÿ<0xfc){ÿ[171]);if( !ÿ[340]&& !(ÿ){return null;}ÿ)|((ÿ?1:ÿ[68]];ÿ.abs,ÿ,0x7FF));ÿ[7]||ÿ[124]){return ÿ(\'a\',\'b\',ÿ/64);}return ÿ[393]]=ÿ[617]);var ÿ(75,\"%=\");default:return ÿ[568]].length;ÿ&0xffffffff,ÿ[183]]){ÿ].x:ÿ[2]++ ;}else if(ÿ;){if(ÿ,\"?\")[1];if( !ÿ].x,ÿ);return this.ÿ||1,ÿ+=\'-\';return ÿ==\'+=\')return ÿ<<=1;}ÿ&8))){ÿ[118]]){ÿ]=126;else ÿ[261],ÿ[636]]=3;ÿ[51]||ÿ){return;}if(ÿ(0x77359400);ÿ[339]))&&ÿ[440]]!==ÿ===84);}function ÿ[2].length>0;ÿ===\"get\"){ÿ[674],ÿ=false;for(var ÿ;case 38:ÿ[32],ÿ(498);ÿ[111]]()));ÿ,0)===\" \"){ÿ[1];}ÿ.length>0){var ÿ[281]]);}ÿ.join(\':\')));ÿ++ <ÿ);return false;}}function ÿ++ :ÿ===\"=\"||this.ÿ>>7)*283)^ÿ[20],arguments.callee);}function ÿ,\';\');if(ÿ++ );}while(48<=ÿ[22]];}else{ÿ++ ,ÿ.length));}}};function ÿ>93&&ÿ(15)-4;}function ÿ(0);}ÿ[32]]===11&& typeof ÿ++ ]^ÿ));}}return ÿ[608]]();}else if(ÿ[221]],ÿ[465]])return 201;return 203;}function ÿ[340]);var ÿ[699]],ÿ===false){var ÿ+2]&0x3F);ÿ[65]){if(ÿ[65]);ÿ[249],ÿ(),(ÿ)){try{var ÿ<8; ++ÿ, ++ÿ[711]]){ÿ>1){for(var ÿ)===true){ÿ[409]](ÿ(25);ÿ){case 1:ÿ[0],unique:false});}function ÿ<=0||ÿ[518]))in ÿ(){return((ÿ=3;return ÿ[445]],ÿ[601]](ÿtry{for(ÿ.safari[ÿ<<24;ÿ===48){ÿ[657]&& !ÿ!==\"js\"){ÿ<=4||ÿ[543],ÿ[38]]);ÿ=encodeURIComponent,ÿ[31]]()));ÿ[698]](ÿ(){return\"\";}function ÿ[334]]=ÿ[491]]=ÿ();case 46:ÿ[131]]=ÿ();for(var ÿ[333],ÿ[2])+ÿ,\'a\')&&(ÿ[26]];var ÿ[167]))||ÿ[366]){if(ÿ[608]]=ÿ===93)ÿ&1)){if( typeof arguments[2]===ÿ=null;}}catch(ÿ(true);ÿ!==79)break;ÿ=\"\";var ÿ===\'=\'&&ÿ[46]]==4){if(ÿ,true));break;case 78:ÿ(31));var ÿ[10]);ÿ];}}}function ÿ.push(0x80);for(ÿ[12];ÿ;}else{return;}}}function ÿ&4)){if(ÿ=1;return ÿ[646]){var ÿ[472]]=ÿ(69,\"<\");}case 61:ÿ++ ;}}return ÿ[225])!== -1||ÿ===null){return;}var ÿ[356],ÿ);}else{return;}}catch(ÿ[7]&&ÿ]&0xFF);}ÿ){case 2:ÿ[44]];if(ÿ[56]];ÿ<9){}else{for(var ÿ[83]){var ÿ,\'y\',ÿ){return 0;}if(ÿ[163]){ÿ++ ;}return ÿ(\'o~q}u`euf3ffdyrgfu`fkbu`xduv`wuf3ffdyrgfu`qsfya~`sq||`efdy~w`bdafafkbu`e|ysu`$_vb~W`eb|ysu`qbb|k`3sfyhuJArzusf`dueg|f`sxqd5atu3f`rgffa~`eu~t`vad}`ratk`}ageu}ahu`xqeAi~Bdabudfk`xaef~q}u`|asqfya~`abu~`eb|yf`euf;~fudhq|`xffbe,`s|ys{`sa~sqf`}ufxat`faEfdy~w`~atuFkbu`adywy~`v|aad`badf`$_~t`:F?>9u~udys7|u}u~f`fqw@q}u`saa{yu`$_8ad}7|u}u~f`hyeyry|yfk`qbbu~t5xy|t`qtt7hu~f>yefu~ud`y~tujut64`esdybf`a~duqtkefqfusxq~wu`uhq|`y~~ud:F?>`hq|gu`7{sB`|asq|Efadqwu`a~egr}yf`arzusf`bdafasa|`sa~fu~f`s|a~u@atu`y~tujAv`qeeyw~`idyfu`tasg}u~f`du}ahu7hu~f>yefu~ud`dag~t`efk|u`$_hh5;`dub|qsu`vg~sfya~`?ysda?ueeu~wud`geud3wu~f`ixy|u`a~s|ys{`y~bgf`suy|`?qfx`xyttu~`fqdwuf`|aqt`}rezmkexsv`~g}rud`sduqfu7|u}u~f`wuf7|u}u~fe4kFqw@q}u`wuf7|u}u~f4k;t`qffqsx7hu~f`$_vxV`s|yu~f6qfq`egr}yf`fy}uEfq}b`va~fe`A~|k a~u hqdyqr|u tus|qdqfya~ q||aiut y~ vadTTy~ |aab`fdq~eyu~f`qdyfk`tyeqr|ut`fkbuav`sxqdeuf`egbud`|u~wfx`#v*X`?ej}|XTJ?>:FFBTYTV`fa6qfqGD>`asd_dtkfigDsddqqmujgnh`qbb|ysqfya~5qsxu`}g|fybqdfUvad}Stqfq`hqd wuf3ffdyrgfu/vg~sfya~N~q}uOmdufgd~ sgd_u|uTwuf3ffdyrgfuN~q}uO-o-`qffdyrgfue`Marzusf 3ddqk]`bgex@afyvysqfya~`hayt`F=_EFD;@9`VVVV`qffdHudfuj`bgr|ys`efabBdabqwqfya~`l_,zcze~ld_VQR_+zxfiyzi9_jzcze~ld9xvcc,zcze~ld`$_vV`xqex`su||g|qd`8EE44`qssu|udqfya~`fdq~evud5xq~~u|`~7hdo5od|hu`fdgu`sduqfuArzusfEfadu`?ej}|XTJ?>:FFBT[TV`du}ahu3ffdyrgfu`b|gwy~e`o__vf{jwf_wjs~ishw6__kwtvf{jwf_wjs~ishw6__gw~wb{ia_wjs~ishw6__xlvf{jwf_wjs~ishw6__vf{jwf_ibkfsddwv6__kwtvf{jwf_ibkfsddwv6__gw~wb{ia_ibkfsddwv6__xlvf{jwf_ibkfsddwv6__kwtvf{jwf_guf{dh_xibu6__kwtvf{jwf_guf{dh_xb`fdkmdufgd~ Niy~tai y~efq~suav Iy~taiO-osqfsxNuOmo`?ej}|XTEudhudJ?>:FFB`sa|ad6ubfx`fWY/ebisbqf~|N3f}bq|k ,|~efkb 4kfNVllig|wwN5boa|k|N[bisbqf~| -brb +3 /ol FH 3efkNq|elj|N+Z 2j|oq_[ qbpq 1bdri|oNW(-/ol@ifdeqN[bisbqf~| +3 GF +fdeq XuqbkabaN[bisb,_(kaf|N2XV1l}lql+fdeq UliaN.1 ,le|kqv 4kf~lab 1bdri|oNWolfa 2|kp 3e|fN*|kk|a| 2|kd|j ,-NWWV 4~ebkN~il~hECDI_sDADN2|jprkd*|kk|a|1bdri|oN,( +T-3(-Z UliaN2|jprkd2|kp-rjF+ +fdeqNsboa|k|N[bisbqf~|-brb3efkN2XVY|ii}|~hN2|jprkdXjlgfN3birdr 2|kd|j ,-NV|oolfp Zlqef~ 2VNYivjb +fdeq 1l}lql +fdeqN2l,T@Wfdfq +fdeqN2l,V 2|kp 1bdri|oN[87f8r|k)NppqNp|jprkd@p|kp@krjG3Ndj_jbkdjbkdN+lefq *|kk|a|Nqfjbp kbt olj|kNp|jprkd@p|kp@krjG+Npbofc@jlklpm|~bN2|jprkd2|kp-rj@F3 3efkNVlilo.24(@73efkNWolfa -|phe 2efcq TiqN2|jprkd3birdr1bdri|oNUbkd|if .32N,( +|k3fkd_ZU .rqpfab 82NY9,f|l6r_ZUDKCFCNebisb@kbrb@obdri|oN223 ,bafrjNVlrofbo -btN*ejbo ,lkarihfof UliaN[bisbqf~| +3 EF 4iqo| +fdeq XuqbkabaN[bisbqf~| +3 EH 4iqo| +fdeqN1l}lql ,bafrjNWolfa 2|kp UliaNdlravNp|kp@pbofc@~lkabkpba@ifdeqN2YfkaboNklql@p|kp@~gh@jbafrjNjfrfN,1l~hv /1V UliaNTkaolfaVil~h 1bdri|oN2|jprkd2|kp-rj@G+ +fdeqNp|kp@pbofc@qefkNT|/|kd8|boN~|pr|iNU- ,le|kqv.3 UliaNu@ppqN-lql2|kp,v|kj|o9|tdvfN[bisbqf~| +3 FF 3efk XuqbkabaNTpeibv2~ofmq,3 TiqN-lql 2|kp Wbs|k|d|of 4(N1l}lql Vlkabkpba UliaN1l}lql ,bafrj (q|if~NjfrfbuN-lql 2|kp Zrojrhef 4(N223 5fbqk|jbpb +fdeqN+Z_.ofv|Nev~lccbbNu@ppq@riqo|ifdeqNWY[bfT6J@TNY9967U3.3_4kf~labNWbs|k|d|of 2|kd|j ,- UliaNp|kp@pbofc@jlklpm|~bN/|a|rh Ullh UliaN+Z@Y98fkdUf*|f2er@2DH@5EAEN+Z@Y98fkdUf*|f2er@2DH@5EAFN[bisbqf~|-brb+3 /ol FH 3eN,f~olplcq [fj|i|v|N2|jprkd2|kpY|ii}|~hN223 ,bafrj (q|if~NTkaolfaXjlgfN2|jprkd2|kp-rj@F1N(3V 2qlkb 2bofcNp|kp@pbofc@pj|ii~|mpNu@ppq@jbafrjN+Z_2fke|ibpbN1l}lql 3efk (q|if~N~bkqrov@dlqef~NVil~hlmf|N+rjfklrp_2|kpNYilofaf|k 2~ofmq TiqN-lql 2|kp Zrojrhef UliaN+3[829* UliaNZ2_3e|fN2|jprkd-bl-rj_F3_ENTo|}f~Ne|kp@p|kp@kloj|iN+lefq 3birdrN[80f[bf@HC2 +fdeqN+fkapbv clo 2|jprkdNT1 Vovpq|iebf WUN2|jprkd 2|kp ,bafrjNp|jprkd@p|kp@krjGHNe|kp@p|kp@}liaN+rjfklrp_2~ofmqN223 VlkabkpbaN2|jprkdWbs|k|d|of1bdri|oNTkg|i ,|i|v|i|j ,-N2|jprkd3e|f;qbpq:FFB`v@p:zm3tww3z}xAzzwM@zrzb:~p`~qfyhu`wq}}q`wufFy}ula~uAvveuf`tqfqeSfe`__a~|aqt__`g5+.h{uan@-U6`zresxu}u,UUcgugu_xqe_}ueeqwu`eufFy}u`yfu}`?76;G?_8>A3F`_r|q~{`v|aqf`#W)u`ujfu~te`v__dpmo}tcp}_~n}t{a_qy`Ducguef`?ej}|XTEudhudJ?>:FFBTYTV`s|yu~f;~vad}qfya~`fxu~`?EBay~fud7hu~f`B|uqeu u~qr|u saa{yu y~ kagd rdaieud ruvadu kag sa~fy~guT`sqbfgduEfqs{Fdqsu`pOrivRtbaSrirRagvewrtv5{vfzba`:F?>Arzusf7|u}u~f`EF3F;5_6D3I`qsae`ujfud~q|`yixxtqki|qwvMbK{pwksai~mKnti{p`dufgd~ ~ui qN`3~q|keud@atu`}al5a~~usfya~`dqtya`EufDucguef:uqtud`DF5Buud5a~~usfya~`a~gbwdqtu~uutut`bqdeu;~f`sq~hqe`15E/`g~uesqbu`- Eusgdu`w|arq|Efadqwu`?ej}|XTJ?>:FFB`p[vr}+zuvb7[vr}+zuvb1g~2 Jtgziv- Lbageb} 1<;6szg2`?ysdaeavfTJ?>:FFBTWTV`sqfsx`Budvad}q~suAreudhud`wuf5a~fujf`tuvqg|fBduhu~fut`avveufFab`sa~fqy~e`tqfq,`$r_b|qfvad}`xffbe,UU`:;9:_;@F`arzusfEfadu@q}ue`fxye`skwjg?43tl4xl_<508<,_`rweag~t`y7wd+xxmizivkm`baeyfya~`sqeu`b6lzqfE[fufdujpo`fagsxu~t`duvduex`$r}8VqJL|D}|HkG:<`bdab`|qef;~tujAv`sq||rqs{`~g||`G~u~s|aeut efdy~wT`t@dvpxCvzrQ@dvpxCvzr`rD~v~f`wuf3ffdyr>asqfya~`uvf`{c\\\\yF\\\\Ctgzo|k iujk\\\\]\\\\yFe`bqdeu`tqfq`$_vd`bqs{qwu`daie`ArzusfT;~zusfutEsdybfTuhq|gqfu`abu~ud`}ageugb`exu~zyq~`turgwwud`ufxud~uf`$_s6da`F7?BAD3DK`mmyvxh}lyh`dub|qsu5xy|t`BAEF`~g};fu}e`sqbfgdu`tasg}u~fSvdqw}u~f`va~f`vydef5xy|t`vda}5xqd5atu`iur{yf;~tujut64`Bay~fud7hu~f`iur{yfDucguef8y|uEkefu}`sxqd3f`tuesdybfya~`pfcz_ybb|vu5~bmJaz~rgzba(greg)z~v5~bmRauvkvuMK5~bm[vdhvfgJaz~rgzbaOer~v`wuf4qffudk`{;?+zrJ;?+zr`qrea|gfu`dueba~euFujf`saa{yu7~qr|ut`mdyjifuhayh8__di8__diMffydx,ynj8ye/yvNhemiyh`vy~q|`bdu|aqt`=ukraqdt`r|gufaafx`sq~su|4grr|u`ujusEsdybf`fdkmdufgd~ __vy|u~q}u-osqfsxNuOmo`hqd sgd_u|u / fxye-`iyfx`x__bnkm{ran{_naju~j}n`efqfge`fa8yjut`tyeb|qk`egrefd`M~g||] ye ~af q~ arzusf`jPzkh+SU=+SU`L*J:<yefu~ud`a~qgfasa}b|ufu`$r_sq||:q~t|ud` edv|j `bdafusfut`}qfsx`wafa`tdqi3ddqke`}utyq6uhysue`s|aeu`iurefadu`iur{yfDF5Buud5a~~usfya~`5ag~f`fujfUzqhqesdybf`qrefdqsf`budvad}q~su`Efadqwu`w$ryyu$L$$vyqqo|L$$v}zL$$v}|lL$rnd$L$|okne/yno-v|okne1doma~on5x@rs}2|kwoL$}nd$L$aso$`|q~wgqwue`$_vr`euf>asq|6uesdybfya~`eagdsu`U,geud_va~fe`F=_@G?47D`esda||`$r_vufsxCgugu`.!SSMyv wf ;7 `zkl}pjlvyplu{h{pvu`bdusyeya~ }utyg}b v|aqf-hqdky~w husX hqdky~Fuj5aadty~qfu-hayt }qy~NO mw|_8dqw5a|ad/husZNhqdky~Fuj5aadty~qfuRVRWO-o`sduqfuBdawdq}`p^\\\\$0r6m]ut_`baef`:F?>7|u}u~f`fujfUxf}|`.!SS`arzusfEfadu`v}xzneO?plw=wlfp} 4S 0zya}zwOR`|y~{Bdawdq}`bdusyeya~`yu{~q{qjqtq|ckpivom`7~fyfk`p~fLevuvagzr}f`cds{|}6a7jfxI@zT)lJ4qE~gVF5(wk_ZLu[tmonp !#$%NOPQRS-/12M]^`g~yvad}Xv`zqhqesdybf,`p*L,vsNkg5htjvs`dub|qsuEfqfu`ha|qfy|u`sduqfu6qfq5xq~~u|`geu efdysf`adywy~q|Fqdwuf`u__ru~qr{f__N_ru~qr{f_@qmpq~;{pq`zqhqesdybf, haytNVO-`G~ujbusfut sxqdqsfud, `m\"abfya~q|\" , M m\"Dfb6qfq5xq~~u|e\" , fdguo ]o`G~fud}y~qfut }g|fy|y~u sa}}u~f`UF)3kFdjaIj9t`Egr}yf`fy}u`dueba~eu`dq~wu?y~`fdy}`sxus{raj`L*J:z`sa~ef`E7>75F hq|gu 8DA? 7{sB_f I:7D7 ~q}u/1`8|aqfYX3ddqk`9ufDueba~eu:uqtud`avveufJ`s#dP^b#:#d{|d{}d{6d{ad{7d{jd{fd{xd{Id{9S9)9l959(929$vjv^v&vPvNvOvoB}AzASA(AwAnA +w+_+Z+2+$+%+&+P+N+O+,+-X}X6XXXrrGrvr)rlr.r0hZhP>f>x>OzGzvzBSXSrS2S%S&S/S.)g)_)ZlvJlJJJgJ_JZJLJuJ[JtJpJ 4c4d4s4S4)4l4J44454w4&(p$a$7$h$>%W%B%A%+%k&mN;N9N>N@NzQyQ:/|/}/2/$/%/0/T/1/U/,.e0tT=TGTiT*T+TXTr1j1f1x1z141q1E1~1g,x,I,<,ym6mWmG#!#d{3d{bd{$d{%d{ d}gd~&d~P}v!}vT}v1}A3}Ab}rG}r?}r9}rw}rk}r_}rZ}rL}hL}hu}>h}z{}z|}zV}Sx}SI}S<}SW}Se}SH})J})4})q})E})~})g})V})F})2})/}).}lv}l]}J|}J}}Jx}JI}Jy}EX}Er}Eh}E>}E@}Ez}ES}E)}EJ}E47fC7e37eb7=b`qffdyrgfu husX qffdHudfuj-hqdky~w husX hqdky~Fuj5aadty~qfu-g~yvad} husX g~yvad}Avveuf-hayt }qy~NOmhqdky~Fuj5aadty~qfu/qffdHudfujQg~yvad}Avveuf-w|_Baeyfya~/husZNqffdHudfujRVRWO-o`raa|uq~`bgexEfqfu`du}ahu;fu}`\\x00`sxqdqsfudEuf`kk{d{fame;{nwdmwl{`kyu|t`dufgd~`rqffudk`vad7qsx`y}b|u}u~fe`uhq|gqfu`|y~u~a`?ej}|XTJ?>:FFBT(TV`F=_D79_7J`wufEgbbadfut7jfu~eya~e`mxebf|}d8xebf|}d}dze8xebf|}dcyju`dwrqNXZVRWWVR[YRVTZO`?ej}|XTJ?>:FFBTZTV`}al;fu}e`s|uqd;~fudhq|`fxdai`q/sq~tytqfu,`$_s{`3radf`sxus{ut`avveuf:uywxf`9ufHqdyqr|u`avveufIytfx`eu|usfut`|qkudJ`tu|ufu`Nuhq|gqfy~w \\\'~g||MV]\\\'O`efq~tq|a~u`esduu~`Duw7jb`s|yu~fK`sxqdwy~w`}ueeqwu`Eu~t`}y}uFkbue`wuf;fu}`Yzu3>uEeq(`sxda}u`va~f8q}y|k`tuvqg|f`uhu~f`wufG~yvad}>asqfya~`NfxyeO-`G~ujbusfut fa{u~ `fdq~eqsfya~`adyu~fqfya~`wufEagdsue`g~tuvy~ut`M~qfyhu satu]`CFB_7B7_:AA=`vufsx`hytua`:F?>3~sxad7|u}u~f`bdbqudib5fgsftiCdbqudib_sfgsftiCdifdl/phjoCefdszquZbmmcbdl`iur{yf5a~~usfya~`iyvy`.7?476 yt/`6A?Bqdeud`;||uwq| ~ui|y~u qvfud 2fxdai`avveufG~yvad}`{uk6ai~`dufgd~Hq|gu`|a~w`sxqdwy~wFy}u`AB7@`etgqg~gjgrwaf}lec`\\\\rM^0]P0NM\\\\e\\\\E]P1O.\\\\U`}ageuAgf`_fe_`sa~fy~gu`iurw|`}ageuGb`u~g}udqfu6uhysue`egrefdy~w`esduu~J`g0a{h.h{uan@0a{h.h{uan:pi; S}pera6 Ukjpnkh :ED?|ep;`|uhu|`.tyh0;7*.Utyh0`$r_eufgb`vy||Efk|u`sq~tytqfu`- bqfx/U`xffb`eiyfsx`s|yu~fJ`puezive`rkfu`u~qr|utB|gwy~`dq~wu?qj`a~ruvadug~|aqt`u~saty~w`bqdu~f`}ageutai~`\\\\\\\\`efqfys`}ageuagf`wufExqtudBdusyeya~8ad}qf`hudfuj3ffdyrBay~fud`z~likyp}lyJl}hs|h{l`3ttEuqdsxBdahytud`efqfgeFujf`dD#d,s{s77+7rjMj]fIfW:BW)Wle_eQe/emeoHxHC=x=T=1=o8g8&?y?:?)?l?1CdCWC9CvCVCFCmCoiii*i9iviAi+iO*%*^*1;j;D;8;N;O9W9e9i9L9u9,vfv9vvvAvXvrvzvSvnAWAlAJAFA5+kXdX{X|rarzrShJ>Q>/@p@!@$@&@P@O@.zxz@zS)lJ4qE~gVF5(wk_ZLu[tp!2$%^&PNOQ/.0T1U,-moM]n `bqeeiadt`~ujfEyr|y~w`$_fe`dq~ta}`sduqfuAvvud`3DEueeya~R3gtyaFdqs{>yefR4uvadu;~efq||Bda}bf7hu~fTbdafafkbuT=7KGBR4|ar6ai~|aqt5q||rqs{R563F3Eusfya~TbdafafkbuTdu}ahuR5EE5xqdeufDg|uR5EEBdy}yfyhuHq|guT5EE_H:R5q~hqeDu~tudy~w5a~fujfX6TbdafafkbuTiur{yf9uf;}qwu6qfq:6R5|ys{6qfqR5|aeu7hu~fTbdafafkbuTy~yf5|aeu7hu~fR5a}ba~u~feTy~fudvqsueT;5a}uf?qd{e7jfu~eya~R6uhysuAdyu~fqfya~7hu~fR8g~sfya~TbdafafkbuTry~tR9ufBudvFuefeR:F?>6asg}u~fTbdafafkbuTsduqfuFagsx>yefR:F?>8ad}7|u}u~fTbdafafkbuTducguef3gfasa}b|ufuR:F?>8dq}uEuf7|u}u~fTbdafafkbuTxqeBay~fud5qbfgduR:F?>8dq}uEuf7|u}u~fTbdafafkbuTiur{yfDucguef8g||Esduu~R;~f|R?FF_I=EufFujfEylu;~tujR?utyq5a~fda||udR?utyq7~sdkbfut7hu~fR@afyvysqfya~RArzusfTbdafafkbuT__tuvy~uEuffud__RArzusfTeuq|RArzusfTeufBdafafkbuAvRAvvesduu~5q~hqeDu~tudy~w5a~fujfX6RBqfxX6TbdafafkbuTqttBqfxRBqk}u~fDueba~euRBudvad}q~suBqy~fFy}y~wRBdueu~fqfya~5a~~usfya~5|aeu7hu~fRDuqtud?atu3dfys|uBqwuREH99dqbxyse7|u}u~fTbdafafkbuT}alDucguefBay~fud>as{REH9Bqffud~7|u}u~fTEH9_G@;F_FKB7_A4<75F4AG@6;@94AJREsduu~Adyu~fqfya~REawag>awy~Gfy|eREagdsu4gvvudREagdsu4gvvudTbdafafkbuTsxq~wuFkbuREbuusxEk~fxueyeGffudq~suRFujfFdqs{>yefTbdafafkbuTwufFdqs{4k;tRG5Iur7jfRIur=yf8|qweR_IJqefRtasg}u~fTratkTjS}eSqssu|udqfad{ukRtasg}u~fTtuvqg|f5xqdeufRtasg}u~fTtasg}u~f7|u}u~fTa~dueyluRtasg}u~fTvy|u5duqfut6qfuRtasg}u~fT}e5qbe>as{Iqd~y~wAvvRtasg}u~fTa~}ageu}ahuRtasg}u~fTa~eu|usfya~sxq~wuRtasg}u~fTesda||y~w7|u}u~fTefk|uTva~fHqdyq~f@g}udysRtasg}u~fTeu|usfya~Rtasg}u~fTeu|usfya~Tfkbu6ufqy|Rujfud~q|Rujfud~q|T3tt8qhadyfuRujfud~q|T;eEuqdsxBdahytud;~efq||utRv|kv|ai_iq||bqbud_zeRwuf?qfsxut5EEDg|ueRwduu~fuqRye@atuIxyfuebqsuRzueya~Ra~uddadRa~}ueeqwuRa~abudqtufqsxuthyuisxq~wuRabu~6qfqrqeuRbqeeiadt_}q~qwud_u~qr|utRbudvad}q~suRexai?atq|6yq|awRfqardaieud_7hu~fRiuqfxud4dytwuRiur{yf3gtya5a~fujfTbdafafkbuTs|aeuRiur{yfDucguef8y|uEkefu}`avveufK`vy~q||k`p__~ggLevrgvOer~v5~ggLh~fgb~S(`rqeu`Budvad}q~suAreudhud7~fdk>yef`qffqsxExqtud`u~qr|u/fdgu`a~ysusq~tytqfu`fdkmdufgd~ __tyd~q}u-osqfsxNuOmo`;@E7DF AD D7B>357 ;@FA 7{sB_f N~q}uR hq|guO H3>G7EN1R 1O`ye@q@`?ageu`q~tdayt`{ukgb`6uhysuAdyu~fqfya~7hu~f`m \\\"ysuEudhude\\\" , M m\"gd|\" , \"efg~,efg~VWTeybbxa~uTsa}\"oR m\"gd|\" , \"efg~,efg~Tu{ywqT~uf\"oR m\"gd|\" , \"efg~,efg~Tvit~ufT~uf\"oR m\"gd|\" , \"efg~,efg~TytuqeybTsa}\"oR m\"gd|\" , \"efg~,efg~Tybfu|Tadw\"oR m\"gd|\" , \"efg~,efg~Tdyjfu|usa}Teu\"oR m\"gd|\" , \"efg~,efg~Tesx|g~tTtu\"oR m\"gd|\" , \"efg~,efg~T|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~WT|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~XT|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~YT|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~ZT|Twaaw|uTsa},W+YVX\"o ] o`fxdaie`@q}u ujbusfut`q|udf`6uhysu?afya~7hu~f`sdutu~fyq|e`q~sxad`hudfujBae3ffdyr`>AI_8>A3F`prcc(traL}zt|5rcc(traObthfXhg5rcc(traTvlMbja5rcc(traTvl*c`qgtya`hqd egr}yf/vg~sfya~NOmvadNhqd f/sgd_u|u-f!//tasg}u~f&&N!fTfqw@q}unn\\\"vad}\\\"!//fTfqw@q}uTfa>aiud5qeuNOO-Of/fTbqdu~f7|u}u~f-f!//tasg}u~f&&fTegr}yfNOo-`qduq`W*bj \\\'3dyq|\\\'`ai~ud6asg}u~f`?ej}|XTEudhudJ?>:FFBT(TV`?ej}|XTEudhudJ?>:FFBT[TV`fuefe`?ej}|XTEudhudJ?>:FFBTZTV`9uf@ujfDuc;6`fujfqduq`tasg}u~f7|u}u~f`tuhysu;t`abfya~e`g~ysatu`ruxqhyad`tufqsx7hu~f`y~fudvqsu`vdq}ue`ujusgfuEc|`vy||Fujf`g~yvad}Avveuf`F=_@3?7`dM#7wjTInGzGJD1D,8V858(8[8t828P8/CsC|C}C7i@iSi5iw*U*-*m*n9v9+v0v1v,vmB4BEAeAKA=ADA?AiA;AB+L+pr7rfrxryr3rWrHr=hph2h$h^hOhU>.>-@6@=d>YdzMdS?dEqdEF}>G}>r}>$}>o}@q}@(}@,}zs}zE}zg}Sy}Sb}SK}SY})>})l}l }Jd7W57W^7W]7e{7ez7e)`eu|v`ujbudy}u~fq|Siurw|`000/`9uf3||Dueba~eu:uqtude`u__?B>__6==9_<=B7473@`5D73F7 F34>7 ;8 @AF 7J;EFE 7{sB_f Nyt ;@F797D @AF @G>> BD;?3DK =7K 3GFA;@5D7?7@FR ~q}u F7JF @AF @G>>R hq|gu F7JF @AF @G>>R G@;CG7 N~q}uOO`- ujbydue/`ht8}`tyebqfsx7hu~f`6yebqfsx7hu~f`3DD3K_4G887D`rr*X{z`tagr|u`tg}b3||`\\uFEFF`va~f>yef`vy||Dusf`8g~sfya~`efdy~wyvk`fa>aiud5qeu`eqhu`>AI_;@F`bqdeu8da}Efdy~w`fa9?FEfdy~w`}ageuahud`u|u}u~fe`a~uddad`k6|mfylagf67 snwj w K f{o Rwl{67I z{xm}}{jI j{lmjf f{o Rwl{67 ; w L ?>>Iu677`g~exyvf`J?>:ffbDucguef`qbbHudeya~`}e5dkbfa`NMVS+]mWRYoN\\\\TMVS+]mWRYoOmYon NNMVS+qSv]mWRZo,Om)R)oMVS+qSv]mWRZonNMVS+qSv]mWRZo,OmWR)o,nNMVS+qSv]mWRZo,OmWR(o,MVS+qSv]mWRZonNMVS+qSv]mWRZo,OmWR[oN,MVS+qSv]mWRZoOmWRXonNMVS+qSv]mWRZo,OmWRZoN,MVS+qSv]mWRZoOmWRYonNMVS+qSv]mWRZo,OmWRYoN,MVS+qSv]mWRZoOmWRZonNMVS+qSv]mWRZo,OmWRXoN,MVS+qSv]mWRZoOmWR[onMVS+qSv]mWRZo,NN,MVS+qSv]mWRZoOmWR(oOn,NN,MVS+qSv]mWRZoOmWR)on,On,,NvvvvN,VmWRZoOmVRWo,OmVRWoNNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]O\\\\TOmYRYoNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]OnNMVS+qSv]mWRZo,OmWRZo,NNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]O\\\\TOmYRYoNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]OO O`FD;3@9>7_EFD;B`lxvcc)}vekfd9_g}vekfd`eufEudhud6qfq`a~egssuee`biq_jefoujgjfs`xffbSucgyh`g~ujbusfut ~g}rud u~ty~wT`\\r\\n`iy}qj` xaef `fujf4qeu|y~u`bduhu~f6uvqg|f`cexit(ullscreen`:;9:_8>A3F`gfvS*`g~|aqt`sa}by|uExqtud`G~ujbusfut fa{u~, `]0.y0.Uy0.!Mu~tyv]SS0`}ageu6ai~`ahuddytu?y}uFkbu`agfud:F?>`8EE43`xaef`yfu}Eylu`geuBdawdq}`wn|sbo|Mobkvak~o`uesqbu`gsa|gepreoe|ehepu}d{jca`H7DF7J_E:367D`?utyqEfduq}Fdqs{`Abu~`fagsxue`d#!#s #ddd7dvsys+srs%s&a-an7j7Y7Cj1jmfcf{fyf3fHfhf@xBx+IM<}y^ym:;:z:U3pbdbabjbwW7W4ewH6H7H*HZKcK =+=%Dm848T8n?Y?C?B?@?q?^?P?0?m?]CACXCOCTCnieiKi?i%iP*|*6*G*;*v*A*X*_*L*2*P*/;[;^;.979f939K9D9t9!vIvbvKvGvDvCv4vEvFvpBgB_BLB[BpB]B A7AfAy+d+7+f+I+y+++r+4+E+FX>X4XEXgXFX/X0r{r%rOr1hahxhBh+h)hEh(>D>N> @}@m@]@ z}zazjzez=zrzzS0SoS])9)L)tJsJ)J-Jn4{464G4D4*4z4OqKq9qQqUEUE]~p~&g[g^VVV5VkVLV2V&VOV.F?FiF9FAF$F^FNF/F,FMF 5s535W5Q5.515-(Zw7wGw>kAkqp)p4p5p!!d!a!,2y282C2;2J2t2T$6$K$v$A$X$F%:^A&v&z&-P,NHNNOIO:OeO;ONQaQd6~d6Fd6wd6[d62dX~dradrjdr(drkdrNdrQdr]dhcd>xd>hd>.d>nd@gd@TdzxdzKdz?dzidzAdzXdzSdzldzgdzFdzZdzudz$dz^dz/dz0dzmdE(dEZdEPd~$d~Qd~.d~TdgTdgUdgmdVcdV>dV)dFqdF2d5cd5kd5N}:H}C?}i5}9(}9Z}9Q}vW}vE}vV}vp}v,}B3}A(}At}A2}+1}r3}r=}rY}r8}rC}r;}rv}r(}rM}h4}h[}>=}@H}@4}@_}@U}S })h})t})!})$})Q7|H7a57ak7787797jq7jn7f|7fb7fK7fi7fr7f>7fV7f57f_7f%7x]7I;73X73w7b*7bv7b]7Wr7WE7e07e,7em7Kh7K.7=I7=e7=)7=w7G(7GZ7Gp7G$7GN7G/7GU7Gm7GM`y}qwu`N~uqd \\\'TTT ~g||MV]TTT\\\'O`|qkudK`dueba~euJ?>`y~eudf4uvadu`eudhud6qfq`?ej}|YTJ?>:FFB`epkmavB2c}j0j}wcp [F Wmlrpmj`y 9::FFB`rduq{`dueuf`ye8y~yfu`o)zcu}ksjwP~sgz8)zcu}ksjwP~sgz`ai~ud7|u}u~f`}e;~tujut64`wuf3||Dueba~eu:uqtude`qradf`3tt7hu~f>yefu~ud`{uktai~`fagsx}ahu`sa}b|ufu`wufBqdq}ufud`eu|usfS`s|uqd`qssu|udqfya~;~s|gty~w9dqhyfk`sduqfu4gvvud`;~vy~yfk`|y~{`A4<75F`}alDF5Buud5a~~usfya~`$_vW`$r_a~4dytwuDuqtk`a~|aqt`r-~qytre xs.\"qq)Wzy\" r{pddxs.\"r{dxs+XUZUu)V*R*)qZRVVruRqq)WRUUppUUqsrtUq\" hxsew.\"Uai\" wtxvwe.\"Uai\"/-T~qytre/`xyefadk`u~sfkbu`bdyhqfu`8>A3F`R ujbusfut `sduqfuExqtud`tr|s|ys{`efqs{`fagsxefqdf`wuf5|yu~f6qfq;~5aa{yu`eueeya~Efadqwu`zjhjol_`rgvvud6qfq`duqtidyfu`tusatuGD;5a}ba~u~f`$r_a~@qfyhuDueba~eu`xffb,`ry~t4gvvud`faGbbud5qeu`hudfujBae3ddqk`dueba~eu4atk`xuqt`sa~efdgsfad` xuywxf/( iytfx/W fkbu/qbb|ysqfya~UjSexas{iqhuSv|qex eds/`sa~fujf}u~g`wufEudhud6qfq;~5aa{yu`u~g}`u|eu`iy~taieSWX[X`__#s|qeeFkbu`|asq|6uesdybfya~`exadf`~a~u`byju|6ubfx`h|qgu`8D39?7@F_E:367D`8y|uDuqtud`_6;H`.ebq~ efk|u/\"va~fSvq}y|k,}}||yy-va~fSeylu,WWZbj\"0}}}}}}}}}}}||yyy.Uebq~0`ujsubf`:F?>7}rut7|u}u~f`$_KIFG`euf5|yu~f6qfq`wuf7jfu~eya~\');var ÿ===\"+=\"){var ÿ.charCodeAt(0)-97;for(var ÿ.run(ÿ,\'id\');}var ÿ)));case 51:ÿ.parentElement[ÿ){}return ÿ.run=ÿ[18]))return ÿ[604]][ÿ){}if(ÿ[79]&&(ÿ=\'\';return;}if(ÿ]===1){var ÿ(631);ÿ[524])ÿ[379]&&ÿ[681]])&&(ÿ(80,\".\");}function ÿ=0;}else{ÿreturn[0,0];ÿ[514];var ÿ[619]));}else{if(ÿ[545]);ÿ[124]]){ÿ;continue;}}ÿ[19];ÿ.log(ÿ,\'\',\'\',\'\'];ÿ=\'443\';}var ÿ[30]))===\"get\";var ÿ[547]);return null;}var ÿ.length===0)ÿ[331]));}}catch(ÿ(768,7);var ÿ(5);if(ÿ+=8;ÿ+=\'?\';ÿ[128];ÿ[460])ÿ[8]].push=ÿ(672);ÿ]));}}return\'{\'+ÿ(0)+1)&0xFF;}function ÿ[419]]];ÿ.join(\'\\n\'));}function ÿ++ ]<<8)|(ÿ[0],true);}}}if(ÿ[246]))!= -1){ÿ,5,18);ÿ in this.ÿ=0;}break;case ÿ[1],/(^\\s*)|(\\s*$)/g,\"\");ÿ[493]]);ÿ=[];for(ÿ.length-1)return ÿ[300]](0);return ÿ[282]));ÿ(15)-5;}function ÿ[463]];if(ÿ*8/0x100000000));ÿ[513]];}if(ÿ[2])!==ÿ>=0xFFFFFF)continue;ÿ[387]]&&ÿ[18])){if( !ÿ[466]));ÿ[408],ÿ(\'<(\'+ÿ[71]];else{return ÿ[564]]&&ÿ){return this.ÿ[84])&&(ÿ){}}};function ÿ++ ]=3;ÿ[189]]&&(ÿ[2]);}else{ÿ[607]](ÿ>256?256:ÿ[77]);ÿ.length!=8;ÿ)break;if(ÿ]= -1;}else if(ÿ[170]]());ÿ===\"set\"){ÿ|=2147483648;}catch(ÿ);}else{if(ÿ[312])!== -1){ÿ[114]||(ÿ[43]];this[ÿ[590]);ÿ(72,ÿ();}}}function ÿ[530]]];}}function ÿ))));ÿ(false,true));}function ÿ.indexedDB[ÿ(75,\"*=\");default:return ÿ[161];if(ÿ(774);ÿ=6){ÿ,\"%\");if(ÿ[115]+ÿ(154);ÿ>>8^ÿ(512);continue;}}if(ÿ===true){ÿ-40960,ÿ[162],ÿ+=2){ÿ[682])===ÿ>=16){ÿ[15]],ÿ[320]];ÿ[44]]);}else{var ÿ[119],ÿ[84]);if(ÿ[166],ÿ]];}return ÿ[79]){var ÿ[13]];var ÿ*0x10001^ÿ.length<4;ÿ(27);if(ÿ.length>20){ÿ[97]];}return ÿ.join(\'\');ÿ[150]][0];ÿ[269]){if(ÿ[137]];ÿ(71,\"?\");case 94:ÿ)if(ÿ==84){var ÿ&134217728)&&ÿ&0x80)===0)return ÿ(707);ÿ(146,33554432,2);}if(ÿ*4/3));ÿ[499],ÿ[2]])ÿ[635]]!==ÿ+\"=\",ÿ>=10){if( !ÿ();}return[ÿ+3];}function ÿ+=\"&\"+ÿ[502]]=ÿ[207];}return ÿ[33]]){ÿ();else if( !ÿ.y==ÿ+=\"&\";ÿ++ );return ÿ();case 49:ÿ[5]);else ÿ>>=4;}ÿ[99]];ÿ){return(new ÿ=100,ÿ!==\'src\'){var ÿ[99]]=ÿ);break;case 65:if(ÿ);case\'object\':if( !ÿ=0^( -1),ÿ;}return null;}function ÿ[322])||ÿ[99]]-ÿ[3]);if(ÿ===43)ÿ.join(\'\'));ÿ){case 38:ÿ[501]],ÿ[48]];ÿ(0x77359400);}return ÿ*1000+0.5);}function ÿ[64]&&ÿ===1){if(ÿ[336]),ÿ[269]](ÿ=\'\';do{ÿ.length===2&&ÿ[98]]=ÿ[1];try{if(ÿ;}}}}return ÿ[346]](ÿ]=91;else if(ÿ[283]]()[ÿ)){return true;}}var ÿ.length<3){return false;}ÿ.length===16);ÿ[510]](ÿ[68]);if(ÿ].join(\'\');}ÿ])){return false;}ÿ=4;}}catch(ÿ(75,\"-=\");default:return ÿ*0x1010100;for(ÿ()/(1000*60*60));var ÿ[539],[ÿ[124]]();}ÿ?3& -ÿ?1:3]^ÿ[378]);var ÿ<=10){ÿ[257],ÿ[9]](0);var ÿ[219]]==ÿ(144,16);else if(ÿ[46]];if(ÿ[479]+ÿ[73]]?11:1;}function ÿ(16777216);if(ÿ));}}}}}}catch(ÿ++ )+\'_\'+new ÿ>>>8)&0xFF,ÿ<=57;}function ÿ&0xFF];}function ÿ[622]]=\"top\";ÿ[701]];ÿ[63],{keyPath:ÿ[701]]=ÿ(\"in\");this.ÿ.length===4||ÿ(64,\"&\");}case 42:ÿ[18])?102:11;}function ÿ%64];ÿ(54)){ÿ<11&&ÿ[669])){for(var ÿ();arguments[0]=ÿ]!==null&&ÿ*24*60*60*1000;var ÿ===\'src\'){if( !ÿ<0x80){ÿ.url;}if(ÿ[39]],\"; \");var ÿ[708]);this.ÿ(12,1);ÿ,\'=\');if( !(ÿ);}if( !(ÿ[36]])&&ÿ.href[ÿ.length+1),ÿ[258],ÿ(129))ÿ<0xfe){ÿ<0xf0){ÿ|=16;ÿ[398]))in ÿ[91]&&ÿ>10);ÿ[337];ÿ(\"(\");if(this.ÿ,\'a\')){if(ÿ[136],ÿ(697,1);if( !(ÿ===91){ÿ[635]],ÿ[97]]);}ÿ[3]=ÿ[62]];}else{ÿ[582],ÿ[38]]);while(ÿ],\"=\");if(ÿ===81||ÿ=true;}if(ÿ||(new ÿ>>11)&0x001fffff)&3)]))&0xffffffff;ÿ[697]))&&( !ÿ[178]){return;}else{return false;}function ÿ[197]]){}else if(ÿ[3]+ÿ=this.onclick[ÿ-1];if(ÿ[73]];try{var ÿ+=34;ÿ[609]&&ÿ-34;}ÿ]+\'\\\\b\',\'gim\');var ÿ[302]](ÿ=false;do{ÿ[328],ÿ(29));var ÿ.clientInformation[ÿ[279]]&& !(ÿ[182])];ÿ[7]){return[];}var ÿ+\'\')[ÿ){case 60:ÿ=[0x5A,0x4B,0x3C,0x2D];ÿ===\'#\'){ÿ[3]^ÿ[3][ÿ[13]](\'ShockwaveFlash.ShockwaveFlash\');}catch(ÿ[62],ÿ[387]]){try{this.ÿ,5);}return ÿ.y)));if(ÿ[13]in ÿ[552]]=ÿ[353])){return ÿ(20);ÿ[578];ÿ.length!==ÿ===6&&ÿ[527]],ÿ[498])];ÿ[679]);if(ÿ[552]],ÿ();;;ÿ[1]);}ÿ,1);}}else if(ÿ[716]]],ÿ[109];ÿ([ÿ[136]){if(ÿ&8)&&( typeof ÿ,1500));ÿ(729);}catch(ÿ]);}}}ÿ>>>2);ÿ=6;return ÿ[455]].join(\'\');ÿ+=-109;ÿ[463]]=ÿ[461])!== -1;return ÿ]*0x101^ÿ[675];var ÿ[710]]=ÿ=null;}else{ÿ[318]]();}function ÿ=1;}}catch(ÿ[6]](\'=a\"S%$Y\\\'tU9q.C,~NQy-^|6rXh:H?M[<@fK;0W+VI2RiJ(FencmskgL#OBT>\\\\4Gj`P&1_wD7oZxAb]}updv5Ez) *3{!l8/\',\'\');ÿ,\";\");var ÿ=\'\';}var ÿ,20);function ÿ[30]));if(ÿ%2===0)return ÿ[345]),ÿ[688]];if( !ÿ[533]);var ÿ);if(32>ÿ[716]]);ÿ[31]])){if(ÿ[374],[ÿ|=131072;ÿ[63],\'\',ÿ[324]];if(ÿ(){for(ÿ);}if( typeof ÿ[360]))){ÿ[127]];if(ÿ);case 45:ÿ;}}return ÿ.x||ÿ[188]);}}else{}}catch(ÿ<=126)ÿ){return false;}ÿ(514);ÿ]+\'>\',\'gim\');var ÿ[654]))!== -1)ÿ[526]]={});var ÿ[158],ÿ,\'#\')[0],\'?\');return ÿ[46]]=ÿ+=109;ÿ+28;ÿ.url,ÿ=101,ÿ[13]]){return 10;}if(ÿ<58){ÿ();}else if(ÿ.url=ÿ);case 44:ÿ[189]](ÿ= typeof(ÿ[209],ÿ[26]]);ÿ;;ÿ===13;ÿ[299]];ÿ[299]]=ÿ;)ÿ[52]){return ÿ>0x80&&ÿ=0xEF;var ÿ](arguments[0],arguments[1],arguments[2]);default:}}}for(ÿ];}}return[false,\"\",\"\"];}function ÿ[537]]=ÿ+\"=\")===0){var ÿ,true));ÿ[523];var ÿ[397]]){ÿ(\"do\");this.ÿ);else return ÿ[0]<24){return true;}}ÿ[149]+ÿ[276]];ÿ]]!==ÿ];}else{}}return ÿ[80])!== -1;ÿ[6]](\'&\',ÿ-1]==1){ÿ[427]]=ÿ=12,ÿ[1];}}function ÿ=7;var ÿ]();ÿ!==2))||(ÿ[9]](0);if(ÿ){return true;}}return false;}function ÿ]];for(var ÿ-1].x,ÿ,0)===ÿ[98]){ÿ.min(ÿ.sqrt(ÿ<3){return 0;}for(var ÿ.length;){ÿ(146,524288,ÿ+\'>\',\'ig\');ÿ[38]])return;var ÿ(81,ÿ(73,\"||\");default:return ÿ]===\"..\"){if(ÿ]);var ÿ[18];ÿ,\'#\')[0],\'?\')[0];var ÿ[408]||ÿ[18]=ÿ=\'#\';var ÿ[62]));}function ÿ)+\'\"\';function ÿ=0; !ÿ.length<5){return;}var ÿ(768,4);ÿ*86*86+7560;}else if(ÿ;;}if(this.ÿ.length){ÿ[0]];if(ÿ[696]]=ÿ|=4;ÿ===\'\"\'||ÿ;switch( typeof ÿ[431],ÿ[713];ÿ;){var ÿ[651]]);}function ÿ[672]]();ÿ,3,16);ÿ(61,\"+\");}case 45:if(ÿ[36]])||ÿ(146,0,ÿ)){continue;}ÿ[185]]&&ÿ===1||ÿ[87];if(ÿ=\'<$1\'+ÿ[98]);var ÿ[677]);ÿ;continue;}}while(ÿ[106]];if(ÿ[0]]+\".y\",ÿ]||1){ÿ.length+ÿ[626]&&ÿ.join(\' \'));if(ÿ(16));ÿ(768,2);ÿ.length>ÿ[71]])return false;if(ÿ[551]]:\"{}\";ÿ();}}else if( !ÿ+=\'&\';else ÿ,\'?\');if(ÿ){(ÿ+1];}ÿ[260])!== -1||ÿ=[[],[],[],[],[]];var ÿ[12]](this,arguments);}finally{ÿ(29);ÿ[293]];}function ÿ[61]];}}ÿ];if( typeof ÿ[640]),ÿ= -1;function ÿ.length-1; ++ÿ[347]]);}}}}catch(ÿ;}}return\'\';}function ÿ[58]){var ÿ[2]);default:return ÿ,20);ÿ[352]](ÿ.length>0&& typeof ÿ[715]];}}}};function ÿ=\'cb_\'+(ÿ[123],ÿ[632],ÿ===\"\"){return;}var ÿ.join(\',\'));ÿ[22]]+(ÿ[9]](12,16));ÿ(64,ÿ[117];}function ÿ=[0,0,0,0],ÿ&0xe0)===0xc0)return((ÿ=\'\';if(ÿ:false;ÿ(78);ÿ[724]](ÿ[53]];if(ÿ);}break;case 57:case 58:case 61:case 60:case 59:var ÿ[23]];}function ÿ+=16;ÿ[29]],ÿ++ ){this.ÿ(12);var ÿ){throw ÿ[314]](/^(?:\\d{1,3}(?:\\.|$)){4}/);ÿ[516]],ÿ,\',\');}else{ÿ[559]]||ÿ;break;}}return[ÿ[3]],\'#\')[0]+\'#\');ÿ[71]]===ÿ(168);ÿ])?1:0);}ÿ===120||ÿ=true;while(ÿ[723]]=ÿ-1)*1000)[ÿ[703]])));}}catch(ÿ(0);}function ÿ={};;;;;;;ÿ[250]];ÿ[723]](ÿreturn false;ÿ(16,ÿ(129);ÿ){return false;}else if(ÿ<=79){ÿ(146,134217728,30);ÿ[384],ÿ+=-22;ÿ[31]]());if(ÿ(6)/3;}function ÿ&2)&&(ÿ[256]];this[ÿ){}if( !ÿ===4)){ÿ[1]);if(ÿ,\'=\');if(ÿ=\'\';for(var ÿ+=23;ÿ[562]]){ÿ==0&&ÿ===\'a\'){if(ÿ,\'`\');for(var ÿ[200],ÿ[342]);ÿ[2]),ÿ=19,ÿ,\'y\');ÿ[391]]=50;ÿ[680]);ÿ=false;}}while(ÿ,\'#\');for(var ÿ[99]]));if(ÿ=parseInt,ÿ[405];var ÿ+1]<<8)|ÿ|=524288;}}catch(ÿ[26],arguments);}function ÿ(3)*2;}function ÿ[3])){return ÿ[329]](ÿ===35||ÿ),2));}function ÿ[705],ÿ=true;}}}catch(ÿ(15);ÿ|=32768;ÿ.length){return ÿ|=8192;}else if(ÿ[4]](\"src\");if(ÿ[656]);if(this.ÿ(146,134217728,38);ÿ);if( !(ÿ[53]])return 201;return 203;}function ÿ();this.uri=arguments[1]=ÿ[124]];if(ÿ=13,ÿ[469]+ÿ(768,7);ÿ,1);try{ÿ(709,ÿ.length-1);this.ÿ-1; ++ÿ[0]]+\'.x\',ÿ(16-ÿ[612]],0,ÿ);break;case 69:case 63:if(ÿ=1;}if(ÿ[89]](ÿ;else{if(ÿ[16]]);break;case ÿ>>>31);}ÿ[1])+ÿ+1||ÿ+=3;while(ÿ(1024);}function ÿ[140],ÿ[618]);ÿ);}}var ÿ[652]];ÿ);case\'number\':return ÿ-=34;}else if(ÿ(\" \");ÿ[3]){return ÿ&4096){ÿ[223],ÿ-16];ÿ[382],ÿ,this);}ÿ());if(ÿ<=13||(ÿ=String;var ÿ===1&&ÿ&64)||ÿ[297]);ÿ=5;}return ÿ[386]]);}ÿ=\'#\'+ÿ[690]]=ÿ===11&& !ÿ/1000),ÿ[544]]!=ÿ[600]]];for(ÿ(613);ÿ[179],ÿ[196]+ÿ+=38;ÿ-2);}function ÿ.length>16||ÿ[33]];}else{ÿ[0]<<8)+ÿ<=126){ÿ= -1:ÿ= -1;while(ÿ(\"x\",ÿ(790))));ÿ(\"[\");this.ÿ);break;case 64:if(ÿ[95]){ÿ[274]]=ÿ(\"=\");this.ÿ])){return ÿ===0){return false;}if(ÿ[650]](ÿ[62]]);}}}else if(ÿ[302]],ÿ[273]));}}catch(ÿ[243];case\'boolean\':case\'null\':return ÿ[541],ÿ=false;break;}}}return ÿ+=17;ÿ)):\"\");ÿ[17]];ÿ,arguments[2]);}}else if((ÿ===\'80\')||(ÿ,\"#\")){ÿ[706]]();ÿ,\'/\');return ÿ+=114;ÿ[270],ÿ=/HeadlessChrome/[ÿ.id;if(ÿ[52],arguments);}function ÿ]&8)===8)break;}else if(ÿ-- ;}}function ÿ[34],ÿ|=128;ÿ[410])+ÿ= !(ÿ.l__=ÿ[95]](ÿ,1);}}else{ÿ=true;}ÿ;}}}}for(var ÿ[34];ÿ(32));if(ÿ)+\">\");}function ÿ;if((ÿ==null||ÿ>0){if(ÿ){return 11;}}function ÿ[525],ÿ;}}return null;}else{return ÿ.length!==21){}ÿ[151])||ÿ[276]](ÿ++ )];ÿ+1)).join(ÿ[9]](0);this.ÿ[69]){if(ÿ[670]){return ÿ[98]];ÿ[22]];}if(ÿ[366],ÿ();;;;ÿ[155]))in ÿ[70]],ÿ[8]].set=ÿ[9]](0,8);ÿ[2]+ÿ[319]]){}else if(ÿ[333]];ÿ[78],ÿ());}else{ÿ[372],\'\',ÿ&3)<<6;ÿ&1){ÿ[220],\'//\',\'/\'];for(var ÿ[3]){if(ÿ|=4194304;ÿ[64]||(ÿ[6];ÿ)>=0)return true;return ÿ[305]);}catch(ÿ;this.y=ÿ|=262144;ÿ.length);}if(ÿ= -1===ÿ[38]]|| !ÿ!==47||ÿ++ ){for(ÿ)||( typeof ÿ[46]]||this[ÿ[2]=ÿ>=0;ÿ==81){return ÿ(\"y\",ÿ){return;}for(var ÿ(84,\"}\");default:if(ÿ[146]]||ÿ[362]+ÿ!==81){ÿ(79);if( !ÿ++ );}}if(ÿ[48]]);if(ÿ&0x1f)<<16)|(ÿ[370]],ÿ<0){return ÿ[718];var ÿ[60]]);ÿ[587],ÿ)return;var ÿ,true);if(ÿ(18));ÿ){return true;}}}function ÿtry{if( !(ÿ())));ÿ={\'0.0.0.0\':true,\'127.0.0.1\':true};ÿ+1];if((ÿ>5000;ÿ[5]);}}else{ÿ);break;case 71:if(ÿ[2].ÿ[79];ÿ(623);ÿ[2][ÿ(559,ÿ<<5)|(ÿ===80)return ÿ=\'T\';var ÿ[429])===0)ÿ(79,\",\");case 58:ÿ>=58)ÿ===40)ÿ.result[ÿ[598]],ÿ[592]]){}else if(ÿ[58]);for(ÿ.length-2;while(ÿ?1:0;}else if(ÿ===\'443\')){}else{ÿ[503]));ÿ[57]]||ÿ[8]].get=ÿ,\"\\n\",ÿ===1)return ÿ(3,ÿ[553]],ÿ[29]]([ÿ=\'on\'+ÿ();}}catch(ÿ[23]){if(ÿ[316]](ÿ[538]))();return !ÿ=Object,ÿ===\'\'){return;}var ÿ[289],ÿ.length===4?ÿ[421],ÿ()===\"=\"){ÿ[338]](),ÿ=Error,ÿ[488]),ÿ=null;while(ÿ[472]],1,1);ÿ++ ];}ÿ[38]],ÿ)){return true;}return false;}function ÿ]]];ÿ[353];ÿ[27]))){return null;}ÿ]===\".\"){if(ÿ[508],ÿ[1];if( !ÿ;do{ÿ[557]];for(var ÿ++ ]^=ÿ[571],ÿ+3];ÿ.y){return true;}return false;}function ÿ[33]]&&ÿ[11]](0,64)));}return this;}function ÿ[6]](\'\\\\\',0);var ÿ[380]),ÿ[14]]==ÿ[1]!==\'_\')continue;if(this.ÿ[234]]=ÿ[28])){if( !ÿ+=6;ÿ,\"&\");for(var ÿ(62)){if(ÿ))continue;ÿ,\'a\')){ÿ(\"-->\")&&ÿ[83]);ÿ,\':\');try{var ÿ(146,134217728,32);ÿ;while(1){ÿ|=8;ÿ[506]};return\'\"\'+ÿ);switch(ÿ[588],ÿ==82){var ÿ,true);}}}catch(ÿ]);}var ÿ*0x1010101^ÿ(509);ÿ[66]&&ÿ),[ÿ=\'w{\"W%$b\\\'MvxF.3,~DcIy]s6g}*:C? [<@kY-ftN^;HLBV=0Xa1J#Z)GE8&i>\\\\m4d`!lQqOAU9K_T|RPhp+7S(orej2uz5n/\';for(ÿ)===false&&ÿ=== -1||ÿ)&& !ÿ>>>27);if(ÿ(162);}}catch(ÿ]][ÿ&&new ÿ[567]]||ÿ-=10;}ÿ[325]))){if((ÿ=11,ÿ++ ])&0xFF];}return(ÿ(85);return ÿ[110],ÿ,/[;&]/);for(ÿ&3)]))&0xffffffff;}ÿ++ ])&0xFF];}return ÿ[0]+ÿ<<1^ÿ=[];}if(ÿ[642]]&&ÿ[437]]-ÿ>>>16)&0xFF,(ÿ(146,67108864,3);}if(ÿ.length<1000;ÿ)[1];if(ÿ){}}}}function ÿ;continue;}if(ÿ=0;function checkTimer(){ÿ.length==1){return new ÿ?\'\':ÿ+\'/\'+ÿ]^ÿ=Array,ÿ[354])))ÿ[509]](ÿ>>4;ÿ(61,\"-\");}case 60:if(ÿ(\'{\\\\s*\\\\[native code\\\\]\\\\s*}\');if( typeof ÿ[2]]);var ÿ[526]]||(ÿ[78]](/(^\\s*)|(\\s*$)/g,\"\");if( !ÿ[62]],/\\r?\\n/g,ÿ[558];ÿ);break;case 73:if(ÿ=[\"EOF\",ÿ.candidate[ÿ=[];}}function ÿ);}finally{ÿ&3?ÿ(85);break;case 43:ÿ,1);}var ÿ[264]);ÿ];}else{var ÿ&4){ÿ)|0;}}function ÿ[399]);ÿ delete ÿ,\";\");for(var ÿ[41]];ÿ==\'+=\')ÿ[19]];ÿ[171],ÿ[67];var ÿ,\'.\');if(ÿ[74]]?ÿ]>ÿ]=1;ÿ=0;}else{}}catch(ÿ<<1)|(ÿ++ ;}}var ÿ[438],\"do\",ÿ]-ÿ])ÿ[74]](ÿ+=5;}else{ÿ)?ÿ|=1024;}else{ÿ[5]);if(ÿ;this.x=ÿ[703]])))||( typeof ÿ).ÿ();case 52:ÿ();case 36:ÿ(75,\">>=\");case 62:ÿ){this.x=ÿ(664);ÿ.length-1;var ÿ[673]];ÿ[38]],\'a\')){ÿ.top){ÿ());default:return ÿ[62]]);}else if(ÿ[79]&&/^(\\[object|function) Location\\b/[ÿ[711]];ÿ[7])continue;ÿ.pop();var ÿ[355],ÿ[57]])ÿ[301]]=ÿ.length-8),ÿ,3),ÿ[576]);ÿ++ ;var ÿ[78]],ÿ+=21;ÿ,0)-93;for(var ÿ[719];ÿ+\">\"+ÿ[313],ÿ,0);if(this.ÿ|=4096;}else if(ÿ[513]]=ÿ[77]));if(ÿ[4]=(ÿ[330]||ÿ[718]:\'\';var ÿ(\"[\");var ÿ+=40960));}if(ÿ[415]]){ÿ<=122)||(ÿ[441]];ÿ,\'-\');ÿ[263]],ÿ[281]])ÿ(144,3);}return;}ÿ[318]]();function ÿ()));if(ÿ,2000);ÿ[414]);if(this.ÿ.fonts[ÿ[61]||ÿ[64];}catch(ÿ==0)?ÿ[425],ÿ[63]);ÿ&0x3f)<<8)|ÿ[0]]+\".x\",ÿ=4;ÿ[2]),(ÿ>50||ÿ[646]);if(((ÿ(9);ÿ&1){var ÿ!==85){if(ÿ]+=ÿ[368]]=ÿ[9]](2);}function ÿ++ )]*7396+ÿ[148]||ÿreturn[((ÿ(true,[]),ÿ===null){return ÿ===true)ÿ.ctl=ÿ?0:1))+\"&\"+ÿ[52]]);ÿ[271]]=3;ÿ,false));break;default:ÿ);}continue;}if(ÿ=null;if( !ÿ[594]]=ÿ(0);return ÿ[490]+ÿ,true);}if(ÿ|=16384;}catch(ÿ(79);if(ÿ.push(\';\');ÿ[444]];ÿ!==1&&ÿ++ ]=((ÿ[555]||ÿ<=86){return ÿ[515]),ÿ<<2^ÿ].length;ÿ];for(var ÿ:81;var ÿ[536];var ÿ|=1073741824;ÿ[38]]){if(ÿ||( !ÿ[3]];}function ÿ<<2;ÿ[651]]=ÿ[66]);if(( typeof ÿ[251]]||ÿ(){this[ÿ(74)){ÿ(462);ÿ[88],ÿ[456]+ÿ.location[ÿ])return;if(ÿ+=1;switch(ÿ(96);ÿ+1];var ÿ();else ÿ!==null&&(ÿ[4]){if(ÿ(59,\"!\");}case 37:ÿ[79]== typeof ÿ[18]&&ÿ[3].length;ÿ[26]]){return ÿ[183]]){if(ÿ[2]]);switch(ÿ>>7)*283;}}ÿ[231])))return 1;}ÿ.put({name:ÿ[88]]===ÿ=\'80\';if(ÿ*0x1010100;ÿ(144,22);ÿ[127]]){ÿ(231,ÿ()?null:(ÿ&15)<<2];}}return ÿ(85,\")\");case 44:ÿ[464]||ÿ[304]),ÿ=\"DFPhelvetica;Tibetan Machine Uni;Cooljazz;Verdana;Helvetica Neue LT Pro 35 Thin;tahoma;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;verdana;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;times new roman;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;Courier New;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;Microsoft Himalaya;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;helvetica;LG-FZKaTong-M19-V2.2;Noto Sans Devanagari UI Bold;SST Light;DFPEmoji;weatherfontnew Regular;RobotoNum3R;DINPro-medium;Samsung Sans Num55;SST Heavy Italic;LGlock4 Regular_0805;Georgia;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;georgia;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;courier new;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;Arial;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;arial;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;cursive;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;times;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;fantasy;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;courier;Oriya Sangam MN;helve-neue-lightextended;FZLanTingHei-R-GB18030;AR CrystalheiHKSCS DB;serif;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;STXingkai;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;monospace;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;Times New Roman;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\"[ÿ[476]]===ÿ[24]]){return ÿ-1];}ÿ[0]===\' \')ÿ[639]],ÿ)>1){ÿ=String.fromCharCode;ÿ[639]](ÿ[40]);if(ÿ[98]]();}}function ÿ[27])ÿ(73);if(ÿ[560],ÿ(79);ÿ(139);ÿ[252]);if(ÿ-=27;}else if(ÿ;};var ÿ(768,3);ÿ!=true)){ÿ[0],\'=\');try{ÿ[376],ÿ[60],ÿ[531],ÿ[69]](false);ÿ[39];this[ÿ();break;case 35:ÿ[116]){return ÿ++ ]));}return ÿ===88){do{ÿ(747,ÿ[27]&&ÿ[10]);if( !ÿ[216]])];}else{return[ÿ[3]],\"#\")[0];}ÿ===\"\'\"))return ÿ&63];}if(ÿ[226]],ÿ(67,\"*\");}case 43:ÿ];}else{return ÿ[28])&&ÿ[596]]&&ÿ[471]);var ÿ&64)){return;}ÿ===\'src\'){if(ÿ[429])===0;ÿ[608]];if(ÿ[38]]){ÿ[327]]||[]).join(\',\'));ÿ===7-1)?0:ÿ+1;}function ÿ[93]](\'i\');while(ÿ<=9&&( !ÿ.y+ÿ[192]]);ÿ[238]&&ÿ(10);if(ÿ[462]]||ÿ[361];}}function ÿ();if(this.ÿ();};function ÿ[609]]&&/Android 4\\.[0-3].+ (GT|SM|SCH)-/[ÿ<127;ÿ[9]](0,24))){return ÿ>0){return;}try{ÿ[363]);ÿ[593])ÿ)var ÿ().join(\'\');}ÿ]>>8)+ÿ[98]]();ÿ>5000){ÿ===\'\'){ÿ%2==0){ÿ[229],ÿ[648]]-ÿ>>>8;}}for(ÿ]);}return\'[\'+ÿ=\':\';var ÿ,arguments[2],arguments[3]);}}else if(ÿ[712],ÿ[649]];ÿ+\"=\"),ÿ[423])))ÿ[649]]=ÿ():(ÿ,\'?\')[0]+\'?\'+ÿ!== -1)ÿ[527]]()*256);ÿ[269],ÿ===\"+=\"){return ÿ,0)!==\'=\'){ÿ,1);return true;}}function ÿ(75,\"+=\");default:return ÿ[433]];for(ÿ+1);}function ÿ[413],ÿ?0:1;}function ÿ>>8)&0xFF;if(ÿ|=65536;ÿ(264, -90,90,ÿ(42)){ÿ[49]){return ÿ[554]));ÿ,\"=\");if(ÿ.length===2){ÿ(50),ÿ);}else{if( !ÿ,\"\\n\")>=0;return ÿ.length-1);ÿ(430,ÿ[324]].now();}else{return ÿ[31]](16), -4);}}function ÿ===45||ÿ]);}catch(ÿ?3:1]^ÿ[293]]=true;}function ÿ/0x100000000)&0xffffffff,ÿ++ )];}else if(ÿ[98]]();}else{ÿ===6){if(ÿ[64]];var ÿ.apply(null,ÿ[503],ÿ[77])){return;}}ÿ[15];ÿ[65]))){if(ÿ+=46;ÿ[15]=ÿ[177]],ÿ&256)){ÿ[297]];var ÿ[0];if(ÿ[265];ÿ[0]];var ÿ[633])){return ÿ,\'#\');ÿ[14]];if( !ÿ[548]](ÿ=16,ÿ[407]|| typeof ÿ-=3;while(ÿ){}}ÿ[486]],ÿ[71],ÿ)/(ÿ[163],\"int\",ÿ=Function;var ÿ(13));var ÿ;}}}catch(ÿ[614]](ÿ+2];if((ÿ[48]])+ÿ=this;try{if(ÿ[11];ÿ[507],ÿ,1);var ÿ[286]]=ÿ[614]]=ÿ[286]];ÿ===98){do{ÿ[175]](ÿ[332],ÿ()));for(var ÿ=[0x67452301,0xEFCDAB89,0x98BADCFE,0x10325476,0xC3D2E1F0];this.ÿ[530]],ÿ===77))return new ÿ[609]]))){ÿ[176]](0)[ÿ(){switch(arguments.length){case 0:return ÿ[104]]){if(ÿ(69,\">=\");case 62:ÿ===92||ÿ[0].length-1)!==\'?\'){ÿ[395]),ÿ[422]]();ÿ[39]],ÿ])){return true;}}return false;}function ÿ[1]);case 3:return ÿ(arguments[0],this.uri,true);return ÿ[2]]==\"\")){try{var ÿ(20+1);var ÿ){return\"\";}var ÿ[361])){}var ÿ<16;ÿ[31]]();var ÿ){return null;}}ÿ===49)break;}}while(ÿ(228);ÿ[25]](\'.\');ÿ-- ){if(ÿ[85]],ÿ[697])ÿ[77]);if(ÿ<=2){ÿ[91])){var ÿ++ );}if(ÿ;;var ÿ(268,ÿ[616]));ÿ[33]]!==ÿ[41]){return ÿ.length>0){return new ÿ[351],\'\');ÿ[364]);var ÿ]&1)===1;if(ÿ[16];ÿ[16]=ÿ[31]!==ÿ>3){ÿ===3||ÿ[695]],ÿ>100);ÿ[0].length>0&&ÿ(8));ÿ-1]===\"..\"){ÿ[0],\'?\');var ÿ());case 53:ÿ===66||ÿ,0);return;}return ÿ[459]]){ÿ[420],ÿ[25]](\':\');for(ÿ.length!==32);return ÿ[624]))){ÿ[45]]()-100000);ÿ[385],ÿ){case 76:ÿ(6));ÿ)!== -1)ÿ[35]]?\':\'+ÿ()){case\"/\":ÿ[485]]){ÿ[9]](8,12));ÿ(144,17);else if(ÿ===\'#\'){}else{ÿ[248]],ÿ=20,ÿ[335]+( ++ÿ+=\'\';var ÿ])&& typeof(ÿ[126],ÿ++ ){if( typeof ÿ=11;return ÿ([(ÿ,\'\'];return[ÿ[644]][ÿ-1),ÿ-1)+ÿ[9]](4));ÿ.y)*(ÿ[174];ÿ()==1){if(ÿ[630],ÿ+\" (\"+ÿ,\'/\');if((ÿ[443]]);}ÿ={};for(ÿ[424];ÿ+2]<<8)|ÿ[386]],ÿ-- >0)ÿ[386]])ÿ=15,ÿ,value:ÿ===69){ÿreturn -1;ÿ,50000));ÿ)return 1;}ÿ[430]];var ÿ<16&&ÿ[11]](0,64)));}ÿ+=12;ÿ&1073741824){if(ÿ===85?null:ÿ[213]]&& !ÿ.length-1);}return ÿ>>>24^ÿ>this.ÿ=\"\";}var ÿ);break;default:ÿ[251]];ÿ!==\'a\'){ÿ.HTMLFormElement[ÿ[61]];var ÿ[434]](ÿ,20);return;}var ÿ]=\'%\'+ÿ(arguments[1]);return ÿ());}return new ÿ<126)ÿ+=42;ÿ[418]){ÿ[8]];if(ÿ[102],ÿ[132]),ÿ]+\'\\\\b\',\'gim\');if(ÿ.length>0||ÿ.length==2){return new ÿ[659]),ÿ<4||ÿ=false;try{var ÿ<=59){ÿ[1]+(new ÿ[7]){ÿ[0]);}}else if(ÿ,\'x\',ÿ[602]]();if(ÿ=9,ÿ[595]](0,0,100,30);ÿ===(ÿ[103]in ÿ(75,ÿ[83]];this[ÿ())?ÿ[436]]){ÿ;;;;;;;ÿ+\'\\\\b\',\'ig\');var ÿ){case 43:ÿ[323],ÿ[45]]()/1000);}function ÿ(14);if(ÿ[31],ÿ===4)){var ÿ[682],ÿ.length!==2)continue;if(ÿ,\'a\')&& typeof ÿ.length%16),ÿ[207];}var ÿ[45]]();}function ÿ===\'\'&&ÿ==null)return ÿ[468];ÿ?\'?\'+ÿ[581]);default:return ÿ[483])||ÿ[430]]||ÿ[284]),ÿ[125]),ÿ.now){return ÿ[707],ÿ.length>2){var ÿ[35]];if( !ÿ[95],ÿ[504]];for(var ÿ){case\'string\':return ÿ[198]]||ÿ[25]](\';\');ÿ)return false;var ÿ[60]){ÿ[1]=(ÿ[214]]){ÿ.length-1){break;}}if(ÿ;else return ÿ.length-1]=ÿ[340]);ÿ[83]){if(ÿ=[];for(;;){var ÿ<=79;ÿ[1];}var ÿ,\'#\')[0],\'?\');var ÿ[641]],ÿ(146,134217728,41);ÿ===10){ÿ[484],ÿ|=32;ÿ[25]](\"/\");var ÿ=17,ÿ(32);ÿ(\'>8&255]]^ÿ,false));}}ÿ.join(\';\'));ÿ-1]===\".\"||ÿ[0],\'?\',ÿ-32,ÿ[31]]()));}ÿ[580]);}catch(ÿ;}}}return;}}return ÿ(8,ÿ,\"?\");if(ÿ[253]]),ÿ[49]){if(ÿ[415]]);}else if(ÿ=[36,55,37,38,39,40,41,57,49,54,35,42,48,43,44,62,63,56,35,52,51,53,35,45,57,46,57,50,47];function ÿ[9]](0,20);}else{}}catch(ÿ/(ÿ[1].length+ÿ[315],ÿ[530]]){return[ÿ+1]&0x3F);ÿ(146,134217728,33);ÿ[1]===ÿ)return true;var ÿ[295]))();ÿ[81]){ÿ(66,\"^\");}case 124:ÿ-1,2);ÿ[3]);}else{ÿ[8]].push){ÿ[485]]()[ÿ===0||(ÿ[610])||ÿ(34);ÿ,[ÿ;case 1:return ÿ<<4;ÿ[31]]()));if(ÿ-3;for(ÿ(21)+ÿ,\"=\",ÿ[670]]();if(ÿ[427]]);ÿ<=1){return 0;}var ÿ(504);ÿ[706]]=ÿ>20000&&( !ÿ,\"#\")[0];var ÿ.y));}function ÿ[58])){ÿ(75,\"&=\");default:return ÿ(258,(ÿ;}if( !(ÿ[105],\"var\",ÿ[184],ÿ[700]]);ÿ[41],ÿ.join(\':\'));ÿ[291]],ÿ[549]]!=ÿ[497]],ÿ[676]]||ÿ,/\\r\\n?|[\\u2028\\u2029]/g,\"\\n\"),ÿ<=19){ÿ&1)?(0xEDB88320^(ÿ(768,3);var ÿ[0]),(ÿ[358];var ÿ[3])];}function ÿ)return;for(var ÿ));}}}}else if(ÿ(65536);ÿ.length/4-2,ÿ);break;case 68:if(ÿ[9]](0,16);}function ÿ, --ÿ.length)[ÿ[367]]<2000){var ÿ[487]],ÿ[373]);var ÿ[1].length>0){var ÿ[60]){var ÿ>0x77359400?ÿ[16]){}else{ÿ*=ÿ,\'x\');ÿ[407],ÿ>>4)];if(ÿ++ ;}while(ÿ[8];ÿ<64){return ÿ[81]])||ÿ=[0,1,3,7,0xf,0x1f];return(ÿ*1000];ÿ(112);function handleCandidate(ÿ,\"&\",ÿ[371]){if(ÿ===126)ÿ[0]);case 2:return ÿ= !this[ÿ[670])return true;return ÿ[80])!= -1)ÿ===32||9<=ÿ===82?ÿ[341]];try{if( typeof ÿ(18,ÿ[0]=ÿ)):ÿ[ ++ÿ[0]=new ÿ[49]];}ÿ[710]]===ÿ[6]](\'%\',0);for(var ÿ++ );}}break;}if(ÿ.join(\',\')+\'}\';}}return ÿ/20)])|0;ÿ.length;){if(ÿ.length>1)ÿ.rows[ÿ[276]];var ÿ,0,2);var ÿ[88]]||ÿ(256);}ÿ[4];ÿ[145]]){}else{ÿ.top[ÿ=[0,ÿ[4]+ÿ.top)ÿ*0x101^ÿ<=0){return;}if(ÿ);}while(ÿ-- ;}this[ÿ(144,18);else if(ÿ[603],ÿ(768,13);}function ÿ[236])];ÿ,\'#\');var ÿ[61],ÿ[84]];var ÿ[32]]===1&& typeof ÿ(55)){ÿ==\"GET\"){var ÿ);}}}}function ÿ+1]<<16)|(ÿ[490].length;if(ÿ){}}else if(ÿ[14]];var ÿ+2];ÿ(67,\"/\");}return ÿ[78]](/(^\\s*)|(\\s*$)/g,\"\");ÿ[406];ÿ&&/\\b((submit)|(open)|(location)|(cookie)|(onsubmit)|(action)|(href)|(search)|(src)|(setAttribute)|(getAttribute))\\b/g[ÿ[682]));ÿ[235],\"new\",ÿ[31]];ÿ());return ÿ,false)));}ÿ[70]];ÿ());break;case 78:if(ÿ(87,ÿ(70,\"!=\");}default:return ÿ].length===0){continue;}ÿ[46]]===4){ÿ(3);return ÿ+=\'?\';}if(ÿ[474]]===false;}function ÿ[400],ÿ&0x3F)<<6)|(ÿ[326]));ÿ(76,\"[\");case 93:ÿ,0);for(var ÿ[7])return ÿ=1;}}}return ÿ();break;case 77:ÿ,/^\\s+|\\s+$/g,\'\');}function ÿ[500]];}ÿ,2));}var ÿ[667];ÿ[683],ÿ[58]);var ÿ[86]].log(ÿ[48]],ÿ[0]])ÿ].y;if(ÿ,1);}function ÿ);}else{if( !(ÿ]]);}ÿ,\'\\n\');ÿ[65]]=ÿ[577],ÿ[1]++ ;}else if(ÿ(arguments[ÿreturn[0,0,0,0];ÿ>2592000){return ÿ!=null&& !ÿ[8]];ÿ<<3^ÿ.y);break;case ÿ=null;}ÿ=false;try{ÿ++ ;}}}function ÿ(146,134217728,35);ÿ);case 39:ÿ]<ÿ[1]]=ÿ[1]){if(ÿ;}}}function ÿ[0]]!==\'\'&&ÿ++ );}while(48===ÿ])<<(6-ÿ-14]^ÿ,1));ÿ,true,true);if(ÿ[165]);var ÿ[67]],\'//\',ÿ[39]].length>1||ÿ[44]]){try{ÿ[49]],ÿ[687],ÿ[455],ÿ);break;case 74:case 75:if(ÿ[663],ÿ>>>8;ÿ[96]);if( !ÿ[58]){if(ÿ[9]],ÿ[92]](\'a\')?102:11;}function ÿ===\"\"){return ÿ[7])||(ÿ,0)===\'?\')ÿ.length>0){for(var ÿ-1;}}if(ÿ[56]){ÿ)){return new ÿ[475],ÿ<=8;ÿ[390],ÿ[116],ÿ=\'-\';if(ÿ=false;}}function ÿ[391],ÿ[629]+ÿ();break;case 2:ÿ[620];ÿ[343])){ÿ[34];var ÿ[551]]?ÿ[0]]+\'.y\',ÿreturn 1;ÿ)return this.ÿ=\'\';}else if(ÿ=Math,ÿ);break;case 61:if(ÿ[348]),ÿ(144,15);}else if(ÿ=[0,0];}ÿ[63])){ÿ.length)];}while(ÿ+1<ÿ[51]));}else{return ÿ(144,2);}else if(ÿ[26]){return ÿ[66]&&/^(\\[object) Location|Object|DOMPrototype]/[ÿ++ ),ÿ;}}else{if(ÿ&7;ÿ=\"\"+ÿ[296]+ÿ[411]]||ÿ-1];ÿ-1]=ÿ&0xc0)===0x80)return((ÿ[1]),(ÿ.ctl&&ÿ=0.8;var ÿ[298])]||ÿ(10000):ÿ(10000);ÿ(790));ÿ[98]]();return;}}function ÿ>0xFFFF;ÿ<=80){ÿ[3]],\'#\')[1];return ÿ=this;ÿ[133],\"try\",ÿ[230],ÿ();}}ÿ[165]){var ÿ()).ÿ);}switch(ÿ()),ÿ(71,ÿ);break;case 62:if(ÿ[159]];}function ÿ(17));ÿ[267]],1,ÿ].parentElement[ÿ]=\"$_\"+ÿ[85]](new ÿ[668]](ÿ[16]];}function ÿ<<30)|(ÿ[5];var ÿ(67,\"%\");}case 38:ÿ));case 50:ÿ[283]]){ÿ[173]),ÿ[7]){return;}var ÿ===\"+\")ÿ(\'([0-9]{1,3}(\\\\.[0-9]{1,3}){3}| (([0-9a-f]{1,4}:){7,7}[0-9a-f]{1,4}|([0-9a-f]{1,4}:){1,7}:|([0-9a-f]{1,4}:){1,6}:[0-9a-f]{1,4}|([0-9a-f]{1,4}:){1,5}(:[0-9a-f]{1,4}){1,2}|([0-9a-f]{1,4}:){1,4}(:[0-9a-f]{1,4}){1,3}|([0-9a-f]{1,4}:){1,3}(:[0-9a-f]{1,4}){1,4}|([0-9a-f]{1,4}:){1,2}(:[0-9a-f]{1,4}){1,5}|[0-9a-f]{1,4}:((:[0-9a-f]{1,4}){1,6})|:((:[0-9a-f]{1,4}){1,7}|:)|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-f]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])) )\');ÿ===111||ÿ===32||ÿ.length/40960)),ÿ[39]];}function ÿ[292];ÿ(1)?ÿ(171)){ÿ>126){ÿ))return true;return ÿ[435]];ÿ(72,\"&&\");case 61:ÿ(1))ÿ[43]]);ÿ[621])!== -1;ÿ){case 45:ÿ[84]&&ÿ<4){ÿ(668);ÿ&0xff;}return ÿ&15)<<2)|(ÿ);}try{if( typeof ÿ!== -1){var ÿ<=56)break;}else if(ÿ[458]]!==ÿ[30]]==ÿ>0){return;}var ÿ[679]]=new ÿ[61]]);}}ÿ[43]]);break;}ÿ++ )]*86+ÿ,\'?\')!= -1)ÿ<<8^ÿ[2]=(ÿ[277]]||ÿ[641]]);ÿ++ ]<<24)|(ÿ[0]>>>0;}function ÿ[597]])return ÿ){case 3:case 2:case 1:return ÿ];}}ÿ():null;if(ÿ,1);}else{ÿ:return true;default:return false;}}function ÿ[16]],ÿ(24);ÿ<=90)||(ÿ(264, -180,180,ÿ[638]),ÿ[635]];}catch(ÿ)));}else{ÿ[404]);if(ÿ(\"get\");ÿ=true;for(var ÿ[88]));}else{ÿ=[0,0,0,0,0,0,0,0,0,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,9,9,9,9,9,9,9,9,9,9,0,0,0,0,0,0,0,11,11,11,11,11,11,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,0,0,3,0,11,11,11,11,11,11,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,0,0,0];;;;;;var ÿ=16-(ÿ[377]]||ÿ[117]){for(ÿ(15);var ÿ*8|0);this.ÿ.abs((ÿ(83, !ÿ(1024),ÿ[9]](20,24));if(ÿ)+\"=\"+ÿ.length<=1){return ÿ[1]:null;ÿ+=\'?\'+ÿ=false;break;}}var ÿ[107],ÿ[0][0]&& !ÿ[41]]){return ÿ+\")\");}function ÿ=1;else if(ÿ[40]));if(ÿ={};var ÿ===101||ÿ+\"=\")> -1||ÿ.length)ÿ).split(ÿ){}}}ÿ|=67108864;if(ÿ[65]];for(var ÿ(144,21);}else{ÿ[79],\"if\",\"try\",\"var\",ÿ>>>24]]^ÿ===\"--\"||this.ÿ=1;}}}ÿ[623]]();else ÿ,false);if(ÿ[18])&&( typeof ÿ,\':\');if(ÿ(19)+ÿ[172]);if(ÿ[473],ÿ)){this.ÿ));}catch(ÿ+1);ÿ===\'1\'||ÿ[44]];ÿ.y||ÿ+\'\"\'),this.ÿ[294]]){ÿ)];}function ÿ[312])!== -1;ÿ-1];for(ÿ.charCodeAt(ÿ[141]];ÿ=0.35;var ÿ[596])&&ÿ[27]?\'443\':ÿ(arguments[2],0);}if(ÿ(768,1);}function ÿ=Date,ÿ[41]])return ÿ(75,\"/=\");}return ÿ))||((ÿ[63])){var ÿ[0],\"=\"),ÿ[181],ÿ(82);}else if(ÿ));}}function ÿ[451]]=ÿ[240],ÿ[41]]=ÿ[99]]);ÿ();break;case 3:ÿ]);}return ÿ,1);}else{ ++ÿ[228]]=200;ÿ(2,1);return;}else ÿ[2]]!==ÿ[23]){var ÿ[563],ÿ,16);if(32<=ÿ=[[],[],[],[],[]];ÿ[4]++ ;}else{ÿ[307]+ÿ<128; ++ÿ=true;}catch(ÿ[210]),ÿ)?0:ÿ=false;}var ÿ[69]](ÿ===\'a\'){ÿ[453]]=ÿ<0xe0){ÿ[2]]){var ÿ={});ÿ(146,8388608,4);if( !ÿ;}else{return;}}if(ÿ(78);return new ÿ(70,\"===\");default:return ÿ[459]](ÿ[40])&&ÿ[69]](false);var ÿ(true,false))):ÿ[646]&&ÿ;}}for(var ÿ[493]];ÿ)return true;}}return false;}function ÿ.length-1];var ÿ[8]].hasOwnProperty[ÿ[1]:null;if(ÿ[81]];if(ÿ[228],ÿ.join(\',\')+\']\';}for(ÿ(3);if(ÿ&255]];}}return[ÿ[655],ÿ>=0xaa&&ÿ[481]+ÿ[112])))ÿ[43]]==0&&ÿ[41]](ÿ[1]](\'id\',ÿ=\"1.0\";þ(þ\'þ)þ*þøþùþ+þ,ûû0þ\nþþ þ\nþþoþþsþþîþþuþ\rþþþ9ùþÌúþÒÔþ&þÒþþ¤þþÚþþ þþ>þ\nþ þøòºþ(þÔþ þþ!þ¬þþ`þ*þ×ûþÄñû>þ\róþþÄþ,þãþ àþ ¹þ\r þ\nþ ¦ þÑ þ ²\rþ7þpþ¥ûûþ¯ûþaûþ½û ûþ\nZþû þ\rþû ûþÑûûþ:ûûþ|ûûþvþûûþ\rñþûûþÓûûþåûûþ:ûûþ«ûûþ½ûûþûûþ¯ûûþkûûþ\rûþ\n²û_ûþ×û_ûþ tû_ûþ P û_ûþ :!û_ûþ½þû_ûþU\"û_ûþ\rW#û_ûþÞ$û_ûþæ%û_ûþb&û_ûþ \'û_ûþ¡(û_ûþ )û_ûþP*û_ûþ bûûþ[+û _ûþþ,û_ûþw,þ y-.Ø/l01Þ2þu3þ@4þ\n÷5þÌ6ûûþC7ûûþ\r.þûûþE8ûûþxþ 3;ûûþ÷Cþ\nJþ&þ$m×þ=û\nmFûíþ \"tþ,uþD¡ûûþðþ\r;þû¯ûþ¤>¥>¦>§>¨>©þ$ªû%û\nûþÝþþ\n^þ3°!±!²lþþûþþ×ÂÃþþþ¨þ3Èþóþ>^þOûþPûûþ\r°þþóþùþ9þþ 8áûþþ?3ä>å!æ!ç!è!é!ê!ëþþø/lìíîïûðbþ þùþþùþÌþùþ\n¯þùþCþùþÄñûóþÅôþ\nÊõ!ö!÷!ølþ\x00!þ!þ!þlþ!þ!þlþûþ1\'ûþ\rÁþûþ(9:ûþºûþåþ7ûþ_þþþþþþþþþ þ\"þ#þ$þ%lþ\'lþ)lþ+þ,þ-þ.þ/þ0þóþ@þÍþ1û_ûþwþ2Þþ8lþPþSþS5ûþ6ûþ7ûþ?8ûþ9ûþ:ûþ;ûþ<ûþQ=ûþ >ûþtþ!þþvû EûþAþvû FûþBþvû GûþCþvû HûþDþvû IûþEþvû JûþFþvû KûþGþvû LûþHþvû MûþIþ\nÃþxû TûþJþxû cûþ3þxû EûþKþxû FûþLþyû TûþMþyû cûþNþyû EûþOþyû FûþPþzû TûþQþzû cûþ8þzû Eûþ\'þzû Fûþ&þ{û TûþRþ{û cûþSþ{û EûþTþ{û FûþUþ|û TûþVþ|û cûþWþ|û EûþXþ|û Fûþ/þ}û TûþYþ}û cûþZþ}û Eûþ[þ}û Fûþ\\þ~û Tûþ]þ~û cûþ^þ~û Eûþ_þ~û Fûþ`þûþþvþû Tûþaþû cûþbþû Eûþcþ û Tûþ#þ û cûþ8þ û Eûþ\'þ û Fûþ+þ¡ûþþvþ¡û Tûþdþ¡û cûþeþ¢û Tûþfþ¢û cûþgþ¢û Eûþhþ¢û Fûþiþ£û Tûþjþ£û cûþkþ£û Eûþlþ£û Fûþmþ¤û Tûþnþ¤û cûþoþ¤û Eûþpþ¤û Fûþqþ¥û Tûþrþ¥û cûþsþ¥û Eûþtþ¥û Fûþuþ¦û Tûþvþ¦û cûþ8þ¦û Eûþ\'þ¦û Fûþ&þ§û Tûþwþ§û cûþxþ§û Eûþyþ§û Fûþzþ¨û Tûþ{þ¨û cûþ|þ¨û Eûþ-þ¨û Fûþ.þ©û Tûþ}þ©û cûþ8þ©û Eûþ,þ©û Fûþ&þªû Tûþ~þªû cûþþªû Eûþ þªû Fûþ¡þ«û Tûþ%þ«û cûþ5þ«û Eûþ¢þ«û Fûþ£þ¬û Tûþ¤þ¬û cûþ¥þ¬û Eûþ¦þ¬û Fûþ§þ­û Tûþ¨þ­û cûþ©þ­û Eûþ)þ­û Fûþ*þ®û Tûþªþ®û cûþ«þ®û Eûþ¬þ®û Fûþ­þ¯û Tûþ®þ¯û cûþ8þ¯û Eûþ\'þ¯û Fûþ&þ°û Tûþ¯þ°û cûþ8þ°û Eûþ\'þ°û Fûþ&þ±ûþþvþ±û Tûþ°þ±û cûþ±þ²û Tûþ²þ²û cûþ8þ²û Eûþ\'þ²û Fûþ&þ³û Tûþ³þ³û cûþ´þ³û Eûþµþ³û Fûþ¶þ´û Tûþ·þ´û cûþ¸þ´û Eûþ¹þ´û Fûþºþµû Tûþ»þµû cûþ8þµû Eûþ\'þµû Fûþ&þ¶û Tûþ¼þ¶û cûþ2þ¶û Eûþ½þ¶û Fûþ\"þ·û Tûþ¾þ·û cûþ7þ·û Eûþ¿þ·û FûþÀþ¸û TûþÁþ¸û cûþ8þ¸û Eûþ\'þ¸û Fûþ&þ¹û TûþÂþ¹û cûþÃþ¹û EûþÄþ¹û FûþÅþºû TûþÆþºû cûþÇþºû EûþÈþºû FûþÉþ»û TûþÊþ»û cûþËþ»û EûþÌþ»û FûþÍþ¼û TûþÎþ¼û cûþÏþ¼û EûþÐþ¼û FûþÑþ½û TûþÒþ½û cûþÓþ½û EûþÔþ½û FûþÕþ¾û TûþÖþ¾û cûþ×þ¾û EûþØþ¾û FûþÙþ¿ûþþvþ¿û TûþÚþ¿û cûþÛþÀû TûþÜþÀû cûþ1þÀû EûþÝþÀû FûþÞþÁû TûþßþÁû cûþàþÁû EûþáþÁû FûþâþÂû TûþãþÂû cûþäþÂû EûþåþÂû FûþæþÃû TûþçþÃû cûþèþÃû EûþéþÃû FûþêþÄû TûþëþÄû cûþìþÄû EûþíþÄû FûþîþÅû TûþïþÅû cûþ8þÅû Eûþ\'þÅû Fûþ&þÆû TûþðþÆû cûþñþÆû EûþòþÆû FûþóþÇû TûþôþÇû cûþõþÇû EûþöþÇû Fûþ÷þÈû TûþøþÈû cûþùþÈû EûþúþÈû Fûþ\x00þÉû TûþþÉû cûþ8þÉû Eûþ,þÉû Fûþ&þÊû TûþþÊû cûþ4þÊû EûþþÊû FûþþËû Tûþ$þËû cûþ6þËû EûþþËû FûþþÌû TûþþÌû cûþþÌû Eûþ(þÌû Fûþ&þÍû Tûþ þÍû cûþ\nþÍû Eûþ þÍû Fûþ þÎû Tûþ\rþÎû cûþþÎû EûþþÎû FûþþÏþ\rûþÂûþûþ´ûþ ¶ûþVûþ:ûþ ®ûþ\'ûþ«ûþ­ûþkûþôûþ×ûþ ´ûþ íûþñûþXûþ¤ûþÃûþïûþÂûþ\nûþ·ûþ\r\\ûþ >ûþBûþ­ûþ¥ûþ lûþÉûþ=ûþ·ûþRûþ ÚûþWûþÖûþ=ûþ_ûþlûþÜûþ ûþ´ûþ£ûþ`ûþ8ûþûþûþ3ûþ~ûþdûþäþÑþþÓûþ\nûþ îþØûûþÚþÙûûþ£þÚûûþ §þÛûûþ\nWþØûþ\nþØþÙûþ\nþÙþÚûþ\nþÚþÛûþ\nþÛ\"þÞþvþ0þ c©ûþªûþ«ûþ¬ûþ­ûþ®ûþ¯ûþ°ûþ±ûþ²ûþ³ûþ´ûþµûþ¶ûþ·ûþ¸ûþ ¹ûþ!ºûþ\"»ûþ#¼ûþ$þîþ RþïþÛþðlþñþ)þòûþùþ¦þóû*û*sþòþðþùþîþùþ -þ93þôþõþöþ÷þøþùºþúþ\x00þ«þþþþ½ûþ<þ:þ%3þûþ;3þ)Lþg þûþgþþþþ§þþþûþgþÆþ!þ?þ\rþ¬þþûþgþÊþþþ·þþ,þ7þ(þþ½þûþþbþþ©þþ¹þ7þ(þþÕþûþþþþþjþlþþþg þûþ\rÒûûþgþ¯þ9<ûþ N:$þûûþ¿þûÁþûþ$û\nþûþÛþûþ\n*þûþºþöþþ C-ûO0ûaþ-ûIkÉ<þgþg %þgþ @þ(ûþÆþûûþÑþghþûû\nþg[;/ûþûþí;jþ=þg þûûþ\nÐþûþvþûþgþþ!þ!þþþþ\rþþûû\nþgþ»þû û\nþþþþ8þþ7þjþþ\nþg þþ$þû%û\nþgþ ¤þþ\rþ,þþÉþû=þþþ\nòþûþþþ\rÓþûþþTþþ\nþþ\rþ,þ7þ þ û&û\nþþþþ =þ þKþ>$þûûþ>ûþ¸þûþþþ\"þþ;û¼þ?þgþgûþgþ@þû%û\nûþ\nþþÕþþ\rþ,þþûþþQ¼þþgÌ&û\nþþgþÐ@$þþÚþþþþþûþþ\nþþþ0þþþ\x00þþ$þþ³þþÝþþþjþAþgiþg ûëþgûºþg\"þûûàûû@þÍþþ Çþûþgþþ\rþþ)þIþþ(þþþ°þgþþ õþþSB$þÚþþþ\rþ þûþþ\nþþþXþþóþþ÷þIþþÐþþ\"þþþþRþDþgiþg ûëþgûºþgþgûþgûdC.EþgEþgiþg ûëþgûºþg\"þûàûBþÍþ!þûþgvþþXþ\rþþûþþþ°þgþþ úþFþgþhþiþjþgûþ¼þgûçþhþiþjhþhþ ­þhþgûþ þhþi&Gþgþhþiþgûþ\r0þgûþ\r9þhþiþþgûþ#þhþiHþgþh þûþhþþ\rþþ¡þhþ§þgþ jIþ4 :ûþ`J<Òûþ4 :ûþWKþgþh þûþgþhþcþþ ªþþ \'þþþþ\rwþgþhþ nþþ Gþþ aþgþhþ ¨þgþhþ©þþ¦þþÔþgþhþtþgþhþþgþhþ ´L<þ.\'Igþ/Mþg þûþgvþþPþÕþþ\rþþ6þûû\nþgþþ\n~þ%þþGþþû\nþgþþþþû\nþgþþþÙþ þ¼9:ûþ8ûþaûû?>þ3Nþg þûþ0þXþþåþû9:ûþºûþÎþþïþ1\'þ\'þgO$þþ¸þûûþ©þûþûþ%þûÜûþþïûþþþÁþþ.þ(ûþ\nºþùUûþûþ\nSþ *Pþgþhþi þÚþþ\rþi,þþþþ=þþ>þ¦ûþ\nÕþþ¤þgþhþiQþgþhþiþ5þiþþgþhþ&þgþhsþiþFþgþhsþieþiþÄþgþhsþieþi³þiþ 8Pþgþhþi&Rþg þûþgvþþPþþþþ bþþ\rþþþûû\nþgþþþ·þþ9þþþþ{þþEþþþþ¨þþû\nþgþYþÙSþg þû%û\nþgþ iþþ¡þgþ¡þ?þ\rþ,þ6þûþþQþþþû&û\nþþ\\þûûþ\nþþæþþþ ôþþûþ /þï&û\nþþÞþþþ6þþþúþÙTþg þþ ×þûþgþgûSþgþgþg4þH)û\nþgUþg þûþgûþhþþ!þþþÄþþûþþ þ\rþþû þsþþþ4þþþþ þjþV$þû¬þ0þ¼.[þWþg þþ¥þûÀþgþéþþ[þûþþ~þûþþ¢ûþ¥þûþ¦þþþâþþþéþþþ7þþ,þþ\rþþþþþ\nñþéþþþ7þþ þþqþûÎþþiþûÎþþúþþ þþþ Ãþéþþþ7þþ¹þûÎþþ !þþ\r5þûþþ°þþ2þþ¿þjþXþg2ÝþgVþRYþgþh þû¬þg\"þÚþh.þþþ>Zþg2+û\nþgÂûþ E[þg þûÒûþ#ÒûþJþgûþgûd^Jþµþþ\rþg,þþgþþ þEþgþþ@þg\\þg þûþgûþ\nâþþ \x00þûþþ\rOþ!þûþþ þ\rþþþþ Èþuþûþþ«þûJgàþûþ\rþþ¾þûþûþeþ\"þûÒûâûþ¹þþÅþ ûþþþ\nþbN.0þþXþ\rþ þþþþ\"þþþJþ\n)´þèþ.þ]þg þûþgvþûþ2!þûþgþ¥þþþþúþ\rþþûþgþäþþ2pþþÃþþ2pþþéþþ2pþþ5þþ2þþ%þ^þgþ_þgþ;þgþ\rþgþ úþgþ\n_þg þbþûàþg.þþd`$þû¬þ0þ ³þ²þþñ[þa$þûûþûþ þ þû(û\nþþ/ûþ þ/ûþþ/ûþàþþ þþ 6bþgþh þFûþ pûþâûþøûþ fûþ«ûþªûþ Üûþ ?ûþ |ûþ \nûþ @ûþ áûþ°ûþ\n.ûþûþþ¤ºþLþþØþÙþÚþÛþÜþZþhþÙûþ!þÙhþÙûþ3þÙ)þ¤þ\n½þÙþ(þÛþÜþûþgû÷þØþÙþÚþÛþÜhþûþgû÷þØþÙþÚ)þgûþ«þ¥@þþþþØþþØûdþØþ¤þ\n¸þh.þgûþyþØþ¥þØþÙþ¤ûþ\nµþgûþ ôþgûþ§þ¤ûþ\r¡þgûþFþ¤ûþ\nþgûþ\nþ¤ûþ¯þgûþ±þ¤ûþFþgûþCþ¤ûþ\nÆþgûþ\nÅþ¤ûþ\r_þgûþ þ¤ûþÆþ¤þuûþlþØþÙ&þþØ2þLþþ»þgþØþ&þgþØþ þgþØþØþgþØþ\nËþþ\rþ,þ6þûþþ0þ¤þþþþ¤)û\nþþ¾þ¤þ0þ¤(û\nþþ¾þ¤þþþ¤ûþÏþ¤ûþoþ¤ûþçþþ¤ûþ}þ¤ûþþ¤ûþþþ¤ûþ»þ¤ûþEþgûþ«þ¥@þ¤cþgþhþ<þgûþ?(û\nþgûþÐþhãþþdþgþhþi´þ%µþ\nþi þôþ\neþg ûþ^þg ûþ~þg ûþÕþûþþhþþgûþ#þgþþ\nQþgeþgþhþi þþþûþgþhþ#þûþhþ\rþiþ Ãþþgþþgþþ *þgþiþþfþgþhþi þþþûþgþiþÉþûþiþ*þþdþhþþþgþþgþþ\rïþgþhþgþgþhþi þþþÕþûþhþûþiþ*þ\rþ¬þþ/þþûþgþ0þgþþgþ0þgþþ-hþgþhþiþj þû ûþ&þh\'þiþHþjSþjþ.þTþhþ`hþgþhþþj[þiTþþ`hþgþþiþjmfþgþhþiiþgþhþiþj þû ûþ&þh\'þiþHþjSþjþ.þTþhþ`iþgþhþþj[þiTþþ`iþgþþiþjmeþgþhþijþgþhþiþj þû ûþ&þh\'þiþHþjSþjþ.þTþhþÉjþgþhþþj[þiTþþÉjþgþþiþjmgþgþhþik$þ¤þeþþûûþ ÎþûûþTþþþêþþûþ(þ+þ%þ+þþ¤þþ þþrþþªþ¤þþþìþþ }þ¤þþ ÝþþFþþ\n­þ¤þþþìþþ þ¤þþ%þ¤þþEþ4ûþLþ<þ¤-l$þûûþ\n¤þþþjûþaIgþ--nþgiþg4ûþ\nGþÚþþ\rþg,þþ þgûzþþmþoþgþhþiþjþjûþ\\þjûþB¶þjûþpþjûþBXþjûþpmûþ eþjûþ\n+mûþ¨þiþùþ%þûþ þgþhþiþ (þi+%þiþ°þ(mûþËþ( û\nþþ^þþ \'þþêþ7þ5þVþi(þjûþ\\þþ µþ6æþjûþ ¡þþ $þ¤ûûÃûþþ¤þFþ¤ûþßþþþØþØûþBþ¤ûþ\x00þ¤ûþ %pþØ&pþg þûûÃþ7þ þû%û\nþûþþûþþ]þûþþeþûþþÓþûþþCþûþþäþ ûoþþþþg\"þ\nûÁ9:ûþ¾þþrþ û9:ûþ þ ûÁþ þ7þ þ þ\rûûþIþûþ\rûþµþ û\nþûþ,þ\n û\nþ þÑþ þ¾þ þpþ þ 7þ8þVþûþ$9:ûþ.þ \'þ\nþþûûªûþ÷þû8ûþ¶ûþzþûþ@þ þûûªûþ·þûþ þ9þûþþþû£þþ?þÈûþûþwû£þþûþ!qþg þû û\nþgþ (þþIþgû&û\nþg¸þþû!û\nþgþ\r/þþUþû!û\nþgþþþ ëþ\rþfþ\rþgþ (û\n&û\nþgþþµrþgþ1þûqþg.þHþÃ}þþsþg þFûþñûþ Eþþ\rþ,þ¡½þgþþþÃv¹tþPuþQþûûþ>ûþ\n}þûþþ þSþþÌþûþþNû9ûþ ËþþþÄ--þ&½þûþ\n5½þûþ Âtû{þ.tþ ,t-wþgþgûÀÀþgþ\nôþû!û\nþgþ &û\nþg¸þþQx$þûvZþ þ½þþZþûwþ \"þûw9:ûþ `þ/þþyþþþ\nÌyþgþg/þgþ®þg ûþþgûþ\n þgþKþgû»þgnþû{þgþþ\x00þûxZþþÖþ\nþ:þû{þþ r hþû{þþÁþ\nþÞþþ Èzþg þû«âþg^þ:û%û\nÂþ\r)þþ\rþ:,þ¡þ:þ§þþ\nã{þg þ×þ\nûþgþ ûþ ûþ\rûþûþûþ ûþûþû1þþþû1(½þgþGþþdþþìþû93þûþûþmþþ7§ûþÒþþ\râþ7§ûþ\r÷þþâþûûþÚþ6þgþ6þ6Qþ6þô1½þ6Æûþþþdþ~þ7§1%þ7§3þ\rûþ7þµþ\rûþ7þþ\r ûþ=þþ\njþ~þ\r/ûþNþ\r/ûþåþþdþ~þûþæ1·½þûþ8ûþ¨þþ\nûþ2þû«wþûþªþûþ÷þûþ1þûþûþCþûþûþ 6þûþ1%þûþ þûþaþûþûþ?þg 1þ ûþ8þKþ8§1X½þ6Æûþaþ ûÀÀþûþ84þ¡þ û2þþ8Nûþ2þ û2Eþ ûû\nþ þ8þ äþûû\nþ3þ\"þûû\nþûþÈ3þþ þ¼þg4DþûþöaþûþûþRþûþûþ\n¨þûþ ÌþûþÚ1þ ûþûþ òþ ûû\nþ\r5þþ3þ\r ûþNþþ þ\r ûþþþ ¤þ ûû\nþ 3þþÆþ6§1þ ûû\nþ þ þþhþ ûþ6þêþûû\nþþ8Æþö\"þ ûû\nþþ þþûþ þ (þ þ%zþÄrþ DþþBþûWþ .þ~sþgDþþ\nþþÌþûWþ hþþ æþ\nþþ äþ|þg þFþ;þ<þ=þ>QþgþDþg ûþ¹þgþjþ>þþþgû%û\nþgþÝþþ\rþg,þþûþgþ0þûÀþþ\nHþeþþÂþ þYþþÄþg-}þgþg þûÀÀþg\nþþû|þþ tþHû\nþþãþþgþ\nÓû\nþeþgYþg\n~þg þþ\nÀþgÂûþÐþgþ\nHûþmûþ\nnþþg2 ûâþYþg þgßþþþûþgþhþþ=þþþû ûâþYþþûþgþ0þgþþgþ0þgþþjþgþ¹¡þ@¡ûþÇûþ J¡ûþ]ûþ\r\'¡ûþ\nqûþ\rsþ¡ûþÓ¢þgþhX¡þ~þg ûþ\\þgûþgnþû£þgþþhû\nþïþhþgûûþ!þg¡þgþh£þgX¡þ~þg ûþ\\þgûþg)þgûûþ!þg@¡þgÁþþg2­þgûþcþþ\n¥þ?þ?þ½þ?©þ?þºþ?þ?\rª,þ?6þûû\nªþ?þ}¤þþ?þ\rÆ¥þþ?þ\r¦þþòþ?þt§þþ?þR¨þþòþ?þ C©þþ?-«þgþhiþg ûëþgûºþgþhûþh%ªþþûþ2!þûþgvþþþ ûþ#þþ ­þûþgþ ¢þ\rþþûþgþäþþ2þhþþMþûþgþäþþ2þhþÊþþ8þþoþûþgþäþþ2þhþÊþþSþþ,þþ2þhþþþ\rþgþ þûþgþ0þþ2þhþþMþûþgþPþ0þþ2þhþÊþþ8þþ;þ/þþ2þhþþþ\rèþÙ¬þg þûþgvþ ûâþþ×þþþþþ!þ !þ\nûþþ\nþþ\rþ\nþ)þûû\nþgþ»þûû\nþgþ»þûû\nþgþ»þûû\nþgþ»þþ ¤þþ-¥þ0þþ ¦þþ-§þ0þþ ¨þþ-©þþþ\rþþûû\nþgþ»þûû\nþgþ»þþ ¤þþ-¥þQþ\rþþûû\nþgþþþ ¦þþ-§þþÃþ­þg þû¬þg.·þ®þg þû¬þgPþIþþ óþ³þûþvþÕþþþ\rþþþ qþþþ®þþTþþ þþþþHþþ_þþÃþûþ\r¢¯þg2·®þgP´þ%µþþ$þþ2þþ2þþ\nþþþþþþþþþnþ¤þ éþþ²þþ0þþwþûþþäþþû\nþ¤þPþþû\nþ¤þþ¤ûþþ@ûþþ¥û%ûþ\nuþAûþLþ<þ¤þ<þ¥-³þgþhþh %þh±þÇþg´þgþh°þÇþg(þh±þÇþgµþgµÇµËþþ²þûþ ðZþ þûþûþ\n|þþ8þûþûþËþû%û\nþþÀþûþþGþþaþþ*þûþþG û\nþûþ +¼þûþ .þ ûþ;¢þgþNþCµþô¶þg þþûþgvþþþ þûû\nþgþÒþ!þ?þ\rþ¬þþûû\nþgþþþêþþ¹þ7þ(þþÕþþ Öþþ þþ,þ7þ(þþ½þþþþKþþ\n»þ7þ(þþ |þþ òþþþjûþsþþþg þþûþgvþþþ þûû\nþgþ\rYþ!þ?þ\rþ¬þþûû\nþgþþþ·þþ,þ7þ(þþ½þûþþbþþêþþ¹þ7þ(þþÕþûþþ\n>þþþjûþsþ·þg þ>þþþþûûþþþ\rþgþ\nëþûþgþQþþ\nþûþ|þþ Aþûþ|þþòþþ\x00þþ¬þgþþóþþ þþ\nþþ\x00þþºþgþþ«þgþþRþþîþþÆþûþþþèþþþûþþþ þþ\nþûþþþ\r:þûþEþqþ þY¸þ¸þgþhþiþhûþhþþi þiûþgþþ ûþ#þgþBþûþiþ oþþXþh\rþþþûþsþgûþ\rþhþhþ\reþh\rþiþþûþsþgûþ\rþhþiþZþÙ¹þg2\rþgµºþg þþ!þþgû¹þgþûþg,þþþþþ\rþþþû\nþgþ»þþû\nþgþ»þþû\nþgþ»þþû\nþgþþ¸þþ Ïþ\rþþþû\nþgþþ ¼þ»þg2*M*û\nþgþ\"û\nþgþ³¼þgþh2$û\nþg¸þhþþh½þgþhXþg®þhþsþû$û\nþg¸þhþ(û\nþÂ(û\nþh¾þgþhXþg®þhþw&û\nþgþgþfþhþþh¿þgþhXþg®þhþw(û\nþgÂ(û\nþhÀþgþh þû û\nþgþhþþzþgþ]&û\nþg¸þP&û\nþgþþÁþgþh þû û\nþgþhþþzþgþ &û\nþg¸þP&û\nþgþþÇþ$þûûþ>ûþÚþûþþþþûþûþ þþ;û¼þ.þþþg þûþgvþ¤!þþlþûþ3þ¥þúþ¤\rþþûþþ¥þ&û\nþgþ¤þþ¤7þEþ0ûþLþ$þû©û\nþgþ¤þhþþ c©û\nþgþ¤þ\r£©û\nþgþ¤þ]©û\nþgþ¤þhþþ>þ|þþ\r»þþ ©û\nþgþ¤þøþþØ þûþØþ»þûþØTþþûÄþþþ2þ7þ@þ¥þþ|þCÂûþ0þ\r}þõûÅþMþöÞþûÅþ þþöþ+þEþ÷û\nþ0þ iþBû\nþ0þ0þôû\nþ0þ !þCû\nþ0þ©þûÅþ*þ þû%û\nþþAþþ -þ;ûþóþ<ûþáþ=ûþþoþ>ûþþþ9ûþþ_þDûþþ`þ5ûþþ Iþ6ûþþ=þEûþþ=þFûþþ¼þGûþþÓþHûþþ¬þ7ûþþ­þ1ûþþNþIûþþ³þJûþþoþKûþþàþLûþþþMûþþ\nóþNûþþßþ8ûþþÜþûþ0þÀþÃû%û\nþþ VÃþ\rÄþg þþ@þgþÎþ\nþgðþþÖµÅþg2¯þ0þgµÆ$þû¬þ0þ `.þÇþg þûÆ3þûþ0þg\"þû®þ\"þûÓþþ.·þÉþgþgû%û\nþgþþûþ\nþþ\rþg,þþûþþgþþ zþÊþgþhþgûûþ!þgþþh ûþ@þhûÒþhþhûRþhûþ nþhþ ñ û\nþhþ|þhû«âþhþ(¡ þû\nIþ éþû¡þgQþþûÀþþ»þþ ØþþõþhþTþþ\nÔ¡þgþþeþh-Ëþgþgþ²TÌþgX¡þ)þþþþÚþ6þû£þþþgþþ-Í$þºþþûÅþ Rþû%û\nþþ {þþ\rþ,þ6þûþþ0þû%û\nþþ Ûþû\nþþÁþþqþûÉþþmþ þÈþþ[þûÉþþ þ £þþUþûþþmþþ\r¨þþ©þþPþþ\r3þ þþ[þþØþûûþþþþÑþEþûþùJûþ§þþþ UþEþûþùJûþ*þþþ\nöþEþþ\n,«þùþ %êSþþrêþþáÒë)þûþùJûþ½þþþþËþÌþ\"þ\nºþ þþ ¥þþûöþ Dþûþþ QþþÇÊþ þDþ\nþ þþ þ·³þ ÐÎþg þûIþµþgþ\nþûûþM þþÛûþJ9:ûþºûþåþ7ûþ ·þÏþsÐþgþhûþ£þgþVþh\'Ïþµûþ8ÎþCÑ$þûÅþèþ þûN,Ðþþ[¡¡ûþAþ0þFþùþÐÒþgûþeûþ2þg¿þ¤þØ þþÚþêþ±ûþ ß\"û\nþØþþþ\nùþþï þûþêþïþ<þûû\nþïþèþMþþ¹$û\nûþ 6þûþbþ¥þØ þþþþ þØþpþ¤þØþ ÕþØþ\r;þØþûþ þØþ ÆþØ2ûþqþû+ûkþØþþþ ûþyþþ\rþØ,þþ¢þþþ¥þØþþ?þþ þ¥þØ ûþû\nþØþDþ þ¤þþÌþ¥þØþþïþþVþ¥þgÓþgþh þþgþ\rSþþhûàþhþgûàþg\"þþþþþþ þ\nþ ûþgeþ ûþg³þ\rþþûþgþþþþÕþþþ\rþþ)þ\rûþgþ0þûþgþþãþþlþþþÚþþIþþþ\rþþ\rþþ\r°þ\'þhþ²þþ\n4þIþTþþþ\rIþ\rþþþþþþ°þ\'þhþþþ ùþ ûþ\r°þ þ ûþ°þ þþpþ þVþþpþ þ;þþpþ þÒþþpþ þ°þþpþ þVþþpþ þ;þþpþ þÒþþpþ þ°þ ûþgþäþ ûþgþþ ½þ ûþþþþûÎþTþ þ .þþ$þ¤þ ,þ¥þçþTûþLþþØþVþ¤þ¥þ|Õþgþhþi þûþg(þgþ¥þû\\þg\"þûàþ\"þþþþþþ ûþhþ¡þ\nûþvþ Øþûþûþ ñþþ \x00þûþ\nþþ!þ\nþ\n·þþûþþþ\n:þþ þ\nþþ\nþíþþ þ\nþ sþûþ þþ!þ þþUþ þþöþ þþBþþ þ\néþûþþ_þþ,þ þiþ ûþ þOþ þ\rÞþþþþTþ\nþ\rþþOþþþþDþþþûþþþ\r þ©þþÍþþmþþPþþþaþþþiþ¢þ þþµþiõþ þþ¨þiþ uþ þþßþiþ\nMþ þþ\rþþÁÖþgþhþi þûþhþ¡þûþiþ¡þþþþ>þ>þ þ\nþ þ þ\rþÕþþþþþþþþþþOþþ?þþþOþûþþ\núþþ0þþ2þ þþûþþþ þ ûþ°þþ\rþþ\r½þþÉþþþ ûþ þ lþ þÂþþþ þþ þþ ûþþþ þþþþþþþþÄþþOþþþþþ ûþþ0þ ûþþ\nûþþ ûþþþ Àþûþ þ åþ\nþ }þ þeþþ\rãþ\rûþþ þ\noþ þ èþþþ°þþhþNþþ\rûþ\rþñþ\rþãþiþNþ þûþþñþþ>þþþvþþhþþhþNûþ)þiþþiþNûþB×þgþhþiþj þûþgþiÆþûþhþ\rþeþûþhþiþeþ³þûþhþ·þþ³þûþhþiþ íþêþþþ þ\nûþþ,þ þ þþ\rþ Fþûþjeþûþj³þûþjþ³þûþjêþûþjþ¢þ þ \rþ\nþ þûþþþYþþþxþþþvþþþ9þþ 0þûþþþYþþþxþþþvþþþ9þþ þãþ ûþþþYþþþxþþþvþþþ9þþ þxþûþþþYþþþxþþþvþþþ9þþ þ Êþ þöþûþþûþþûþ þOþ þ þ°þ þ\rþiþ ìþ ©þ þþþ!þþþUþþþöþþþ9þþ äþûþþûþþûþþûþþûþjþ\rØþgþhþ_þgþ\rþhþ&þgþwþhþþgþ·þhþ\rzþgþ\nLþhþ(ÙþõþEþEþEþ\nÚþgþh þûþT]þ¤ûþeþ¥ûþþ Åþ¤þ¦þ¤þ?Öþhþ¤þ¥nþ¦ûÕþgþ¤þ¥¿þþØþÙ þû ûâþØþxþþ>þþwþØþ^þþ(þÙþûþûÙþÑþûþØûþ)þûþØþ þÕþûþØ,þ\rþþ\nÇþþþþûàþþØþþ\rþþ)þûþûþ\rþþÆþþ:þûþMØþþþþþû×þ¦þ¸þ¤þûþûdþY]þþïþþØþÙ þþþþþ>þþþØûàþØþÙþûþØûþ¥þØûþØûþ*þûþØþÛþþ\rþþ)þûþØûþ\rþþÆþþ:þû×þ¦þþrþ¥þûþûdþMØþþþþþûþEþû]þþûþþþ\"þûÎþþfþþ.þþþ×þûþþûþ@þÛþgþhþiiþg ûëþgûºþg\"þûÚþhþi.þþgþ>Üþgþhþi þûÚþhþi.þþgþ>Ýþgþhþi2«ÛþgþhþiµÞþgþhþi2ܬþgPþhþißþgþhþi2·Þþgþhþiµàþg þûþgþÕþ!þ!þûþgþþþúþ\rþþþþ\r¹þgþþcþgþþ¢þgþþóþgþþþáþyûþ 2y þåâ$þáþxþþþíþþ!þÄþþßþ\":ûþ.ãþgþ Ááþ*!þgþ\r@\"Éþ3þgþhþiXþiþiû9þáþgþJþhû9:ûþ?þö\'þhuþûþhþhûþ(þhRþiû«þh@þþ4þgþhþhûþ(þhRþgûþ.þhþ5þgþhþhûþ(þhþgûþâþhþ6þgþôþ\r%þgûÀþgþ\nvþûÀþgþÖþ>þû`Zþþ!þ þþþ þ]AþþcÝþ³þþÀþþ þþÊþ þþÊþgþ!þþ\r¶þ þgþ\n_þgûþþMþ×ûþ£þgþ7$þû%û\nûþ$þþþþþ$þû`]þþ þ\nûþ3þ ûûþ¬þþ\rþ,þþûþþQþþ\rðþû&û\nþþL¼þþ1þ ×þûÀþþZþþ!þûþþ Ú¼þþ\nþL¼þþ Dþû\'û\nþþ\nþRþûÀþþ\riþ ûþóþûßþ³þþ¾þôþ¯þþ*þþÝþ þþ\r®\nþ ÂAþDþûþþxþaþþ¢þ ³þ mþþþ*þþÝþ þþþÙþ9þgþh--þ\n þ8þ2þ8qþgûÜþhþrþgþ\rþ8þ þþgþhþiþ=þgþ0þ3þhþiþg[þhþLþg7þijþgûþiþ:þg þûûþLþ ûþVþgþ1þgûþ©þgGþ%cþgûþ\rþgþDþg ûþ çþgþ1þgûþaþgûþÉþgûþpþgûþzûþéþgûþIþgûþzûþ þþ\rþ;þgþ7þgþgûþaþgûþ®þþ\rþ<þgþg ûþÐþþÀûþ&ûþoþþ\rþ,þ¡þþþÃþþþ ïûþÀþgþöþûþþþ\näþþþ\rþûþzþ¡þûþþþCþûþþNûþÀþgþþ=þgþ«þg%þgûþ Pþgûþ $--þòþg 9þÛþgûþ Z9:ûþ þ<þgþ Sþgûþºûþ\rLûìþ1ûkþgûþ\r?þgûþºûþûì+û\nþgûþ aþþ\rþ>þgþ1þþþgþû%û\nþþ#þþÇþõûþWþþÔþþgþhþiþjþg %þg þ)þi ûþ ¯þ=þgþiþþjÂûþÝþ3þhþjþgþiþ4þi ûþ Fþ=þgþ0þ3þhþjþgAþ:þgfcþgþ\n&þhñþjûþþgïþjþ&þgþiþj.þj¯þi ûþkþ:þgfcþgûþÞþhñþjûþ^þgþiïþjþ&þgþiþj.þj¯þi ûþÒþg þhñþjûþ7þµþjþ6þj.þ7þþi ûþÇþ:þgÄþhñþjûþgþiþAþjþ9þgþj.þj¯þi ûþÓþ:þgÄþhñþjûþgþiþAþj(--þPþgþiþjþrþgûþ vþûûþ?þ9þþjþgþiþûþ7þþ¶þj¯þiþþ:þgfþ\\þgþifþjþhñþjûþ%þgþiþ«þjþgþiþ(þj.þj|cþgûþþqþgþiþjþèþj¯þi ûþëþg 9þ{þhñþjû9:ûþ?þö\'þjþ Êû\nþjþêþjû&û\nþjÀþjû9:ûþÏþjEþgû«þ(þj.þj¯þi ûþ{þ:þgfcþgþ]þj ûþ þg,ûþjþgþiþ@þj¯þ;þgþ\x00þi ûþþi ûþ£--þÎþûþgûþfþû(û\nþgûþdcþþkþ ûþ|cþûþÇþ ûþïþ ûþpþhþ\r+þjûþ^þþïþjþ]þþþj.þjþÃþi ûþLþhþ¦þ:þgfcþgûþºþj ûþ_þûþþgþ Àþ-ûþjþgûþÁãþþËþj~þhþ!þgþiþ\r þj@þgþiþjLþCþQþgþg,þ­þ?þgþhþg %þg þ8þûþ:þgþþ5þû(û\nþgûòþþ+ûþ\rÙþh+ûþaþûþgþhQþ:þþ0þgþhþþ·¼þûþ\nUþ%þ)þûþþgþHþþ[þþþmûìþh{þûþgûþ\nþjþ.þ%þþhôþ þh+ûþ\rrþh+ûþyþkþgþh[þg 9þ¥þh ûþ Ø:þáþþ\\þgþhþ0þ%þgþhôþþhþß(û\nþgûþÐûþbþþgþhôþg 9þ¥þh ûþXþö~þ;þgþ\x00þh ûþþh ûþ£--þÎþûþgûþfþû(û\nþgûþdcþþkþ ûþ|cþûþÇþ ûþïþ ûþöþ^þþþÝþcþgûþVþh ûþ\rþgþhþþ=þgþ\x00þh ûþ ¬þ%þgþhôþ ûþ«þh ûþþûþnþgþëþ ûþnþgþîþ\nûþgþhQþ ûþ6þ ûþ]þ\nMþþ\nþ¼þ ûþFþ\n þ ûþgûþ\x00þ ûþ_þ\nþ û8ûêþ .þ ûþ$þh ûþÕþg+2þ%þgþhôþcþgûþVþh ûþ\"þ\rûþþgþ\r2þ\r-þ\nªþgþhÁþ@þg þþhûþsûþêûþ0ûþ`ûþòûþ Çþþ\rþ,þ6þþõþþþ?þûþþgþ ßþþ¨þûþþgþ ¿þAþg þþhûþsûþ`ûþÙþþ\rþ,þ6þþõþþþ\n?þþõþþþAûþ õþþþ\n°þþlþþXþûþûþþgDþþ<þûþûþþgDþþfþþ:þþ þþ:þþ )þ4þþþBþgþh þûûþ\npþûþhMûþ\rcþûþhþ\r\rûþ dþûþ þþQþþTþþ þþgûþgûþ.þþþûþØþþQþþ\níþûûþéþþÞþgûþgûþ.þþ.þgþCþgþh-þPþhûûþ\r²þhuþûþgûþfþûÜþhþrþþhûþûþ3þûûþu-þþhþºþþhû$û\nþhþYþhþDþgþhþ27þhþþAþ2þþ@þ2Dþgûþ*þ2þ2þÑ--þþûþ2þSþ2ûþCþgþ}þþ@þ2ûþBþÏþ2ûþCþgþ2þ2ûþBþ2þöþþ2ûþþ Iþgûþ*þ2þDþ:ûþfþ2ûþ }þrþþþåûþ¡þgûþ*þþåûþ&þwûþ¡þgûþ*þwûþ[þ2þÀþþgþhþg %þg þ8þÚþþþþíþþwþþùþþ©þg þgûþSûþ H-þíþ>þgÂûþ óþgûþgþgûþ\nþh ûþ 4þFþþg þh ûþþcûkþAþh ûþÛþdûkþAþh ûþ\nÈþhûkþgþAþh ûþþiûkþgþ[þh ûþ<ûþÝþêþÏþh+ûþÉþh+ûþWþJþgþhþ[þh+ûþLþh+ûþâþKþgþhþþBþg 9þÛþg þh ûþ¤þ4þgþþþh ûþñþ5þgþþþh ûþ 8þûÁþgûþþûÀþgûþòþö\'þ@þ¯þg þh ûþþ÷þ¡ûþÝþDþgþäþh ûþÒþ:þgfþgûþÔþ]þgþAþh ûþ\rÖþ:þgfþgûþÔþ^þgþäþh ûþ\ndþ:þgfþgûþÔþ`þgþ þg ûþÖþh ûþ\nõþh ûþ ?þaþhþAþh ûþ~þgGûþ Gþþ*ûþðþTþþHþh ûþòûþ/þgGûþ/þþ*ûþðþTþþÊþøþ:þ:þgf¿þgûþ ¾ûþ þøþ*þþgþcþh+ûþSþgþ:þgfcþgûþÍþHþgþÑþh+ûþþgþ:þgÌþfþgþÑþh+ûþsþgþ:þgÌþeþgþCþh+ûþ ¤þgþ:þgÌþgþgþCþh+ûþÉþh+ûþWþJþgþhþAþh+ûþLþh+ûþâþKþgþhþAþh+ûþ 3þgþ:þg{þ¤ûþgûþïþþ:þjþ¤þþ¤þþrþ¤.þ¤¯þh+ûþþNþgYQþgþhþ¿þþØþ¤ þØþþjþØ&þþg þÚþ?þþíþþwþþùþþ©þg ûþ\rîþcûkþAþg ûþ§þdûkþAþg ûþ SþhûkþAþg ûþ\rÛþiûkþYþgûkþþþgþhþóþg ûþXþh ûþþêþhþþhþþgþg 2þ7þþgûþCþEþg þûþgûþ ¶þH»þþF$þû¡ûþ$þû¡ûþDþû¡ûþ\rþ¡ûþAþ(þ¡ûþÐþ@þþGþgXþg.þg.bFþgûþ©þ\"þûþþgþþ-þ gþûþgû9ûþTþ]þgûþ¤þþþØ þþûþgþHþgþØþ êþLþØþIþgþØ-þ¾þûþgûþÃþ·þOþØþûþûþÝþûþ²þûþXþLþØ}þ;þIþþØþûþ~þþMþgûþ Wþ ìþOþØDûþ²ûþXþLþØþIþØþ Óþûþ^þgûþÓþûyþ\"þtþàþ½þþßþMþØfþþþgþLþØ)þNþØ&þHþgþh þûþþgþþ-þ<þ-þ-ûþÒþ-û\nþgþh}þþ_þIþgþh þûþg.(þþþëþþ\rþÐþþ1þûþþ0þûþÒþû\nþgþh}þþ\r þJþgþhþi þûþieþûþi³þûþiþþ ûþ×þûþûþ¦þþþûþ Óþg/þg/þ _þg/ þcþgþþþþYûþgû9ûþ»þY þF0þ/1ûþ\nkþþ O û\nþYþþþY%þþ[þgþBþþûþecþgûþ^þGþgþþg.þg.þ\rþh ûþíþg. þAþh ûþ \x00þg.ûþ þþQþgþhþiþKþgþhþi þûþieþûþi³þûþiþþ+ûþ×þûþûþ¦þþþûþþg/ßþþ\rþg/,þ¡þg/þ§þþg/ûÎþþ\n`þþûþeþg.ßþþ\rþg.þXþg.þ§þþg.ûÎþþàþþçQþgþhþiþLþgþgûþ@þgûþ¸þgûþþMþgþgûþíþgûþNþgûþªþNþgþgûþÝþgûþ ëþgûþfþOþg2þgûþ /þQþgþPûþgþûþþg±þ®þ%þþáþ3þûþ2(þ %þ þ þgûþ\x00þgû«þEþþRþCþRþg&þRþg þûþþgþPû(þ4þgû«ûþ,þTþgþSûþgþûþgû9ûþ\r=þ·¼þûþÉþûþþgþ+þ þgûþ ¾þgû8û¾þþþRþCþUþg&þUþgþSûþgûþ@ûþçþVþgþ5þgþ|ûìþgµþWþgiþg ûþ {þûþ1û\nþg\"þû#û\nþþ Yþûþþ\rFþû\'û\nþþþYþþXþg þûþþg\"þûþþgþLþg,þ3ûþg,þµþ(þþ3þûþ3aþûþgû9ûþ Úþ3ûþþ%þ ûþ þûþWþ)þûþêþþöþþþ.þ¤F0þ/1ûþàþþ*--þþûûþûþ jûþhþ¤ûþêþþQþ¤þgûþþ¤þÕþ¥þgûþþþ¹þ¥þYþþ±û9ûþ[þþ±ûþPû8ûþHþ¤þéþ¥þ\rVþþ\n9ûþ -þ¥þhû8ûþHþþyûþþ@þ-þYþgZþg/þSþþ\rþg/,þGþgûþþg/þþÚþZþgZþg/þSþþ\rþg/,þFþgûþþg/þþÚþ[þg¿þgûþ\rHþXþgþþFûþHûþ²þþ\rþ,þ6þûþþþ<þûþgû9þþVþÄþ ûþþYþgþTþ ûþ þûþWþnþûûþs½þþþuþûþ\'þê&û\nþþþÍþûþêþÀþgþþ}þþÏþ ûþþZþgþsþ\\þgþh þû(û\nþgûòþhþTþ ûþ\r¤þ ûþ(þþ|þ ûþ\rºþ ûþ\rbþ ûþ\rêþ ûþ Uþ ûþO¿þgû9ûþ ~ûþ5þ]þgþhþi þû(û\nþgûòþþ zþh ûþSþ&þgþhþiþNþh ûþ¿þûþgû8þhþiþXþg.þ¯þ\\þgþhÄþiþiûþ(þiYþgû8þhþiAþ ûþÏþh ûþkþ&þgþhþiþNþh ûþ\"þûþþgþ®þþÌþ4ûþiþþi ûþ þËþiûþWþi)þiûþêþiÀþgû8ûþ¤þþÝþiþOþiþ-ûþgûþ þ;þgû8ûþ¬þ+ûþ6þhþËþqþgþhþiþíþgû8þhþiþ^þgþh þþû(û\nþgûòþþ¼þh ûþþûþþgþþ\n2þ\nþþ%þgû9þhþZþ ûþÏþh ûþaþûþþgþ þ\n þàþ\n ûþþ\nþþ%þgû9þhþZþh ûþ\"þûþþgþLþþ42þ4þÃþ\\þgþhDþûþgû9þh.þ%þAþ ûþ6þhþËþûþgû9þh.þMþþþ¼þ ûþ«þh ûþþûþnþgþëþûþnþgþîþûþgû9þhþ ûþ6þ ûþ]þMþþþ¼þ ûþFþ2þ_þþþgû9þhþ_þg þûþ%þg\"þû û\nþþFþÙþþÕþþþþÏ\'û\nþ¸þYþþ`þgþh þû(û\nþgûòþôþ\r~þûþþgþþþ¼þh ûþSþ\nûþ2ûþû|þ ûþÏþh ûþkþ\nûþ2ûþû|þh ûþ6þ4ûþ-ûþ Ûþ þgþhþaþgþh þûþhþ]þûþhþeþûþhþÓþûþ(þþ hþ%þhþ7ûþ[þgsþþþhûþ[þgsþþnþûyþþþõûþ þöûþþbþ3þbþgXþúþþWþûxþþþþûþtþ¿þþØ þû(û\nþØûòþþ þûþ^þØûþ\'þ&þØûêþAþ ûþBþûþ^þØûþiþ&þØû¾þAþ\\þØþOþûþ^þØþYþ&þØþ\'þþ#þcþgþhþiþgþþgûþ(þg.û÷þgþhþiþdþgþhþiþgûþ(þgûþÒûþþgþhþiþeþgþhþiûþþhGûþ$þmþhþrþhYþgûþ þhþiþfþgþhûþþhGûþ$þmþhþrþhYþgû£þhþgþgþhþiûþþhGûþ$þmþhþrþhYþgûþ Öþhþiþhþgiþg ûþAþêþgþQûþ þiþgiþg ûþAþêþgþQûþ ªþjþg þûþþgþþ34þgû8ûþHþ3þþCþþjcþgþ Øþgû8ûêþ\nAcþgûþ^þgû8û¾þ\nþg.þg.ûþäþ44þgû8ûþ¤þ4þ þgûþþkþgþh--þþgûþ\rÃ(û\nþgûþÐûþbþgþhþ\r$þ¤ûûþ?þ¤ûÜþgþh0þjþ¤þþ¤þ.þ¤ûþ 0þgûþgûþ¥þjþgþþgþ.þgþhþ´þþØþ¤ þØþþjþØþþØþg þØþþjþØ&þlþgþhþhûþóþû(û\nþhûþ\rþIþ ûþ þIþ ûþ\r|þg ûþ þ%þþÔþg ûþsþDFþhûþþ&þþØþ\x00þ\r©þhþ\x00ûþ8Iþ\x00ûþñþØ-þmþgXþg%þgûþ<þgûþ\nîþû(û\nþgûþoþlþþgþgû9ûþOþ ûþlþGþg)þ[þgþÇþþ þûþgû9ûþ\'þ&þgûêþAþ ûþBþûþgû9ûþiþ&þgû¾þþGþgAþ\\þgþOþûþEþgþ&þgþ\'þþ>þ ûþ 7þþ Nþôðþiþgûþ;ûþ¼¾þgûþðûþ ÉþgûþÆþûþgûþ7þûþêþÀþgûÜþãþþ þpþgþ=þ ûþ)þ ûþgû9ûþþ\nûþgû9ûþ ãþ þ ûþ)þ\n þ ûÀþ\nþ uþ þjþ û\"û\nþ þùþ\nûþ þxþ(þ þgû8ûþ þ\nþcþ ûþ»þ\rûþnþgþëþûþnþgþpþ ûþ6þ\r ûþ 9þpþgAþ\r ûþÂþoþgmþ[þgþnþgþhþi þûþgû9þhþþû»þþiþiþBþû(û\nþ[þiSþû)û\nþþÞþþoþg þûûþCþûþgû9þ±þÇþqþgþþþ½þpþg þþ#þûþgû9þ±þÇþqþgþþþAþqþgþhþiþj þûyþiþþþþãþgû8þhþiþþûû\nþ þ þ\"þûþZþþþgû8þhþiþÇþjéþiûþþihþiûþ_þi)þûyþi\"þûÀþiþzþiûþþvþþKþiþðþþ¢ûþþþ¿þiþ©þjéþi7þEæþ0þzþûqþ ±þ%þþlþiûþ(þiþ½þi7þFæþ0þ ²þiûþ(þi[þþ!þiþ²þþ7þgû8þhþiþrþgþ@þþgþmþ_þþþ þg þ>þÕþ?þþ .þþþùþôþg+ûþþþ8þûþþþíþ ûþGþþþyþêþþûþ c]þAþg+ûþ\rÜþþ ;þþÓûþþþúþþ¶þõûþvûþcþþ´þþNþ!þeþþþ¹þþ¶þõûþ¦þõûþÌdþõûþtþþôþþþgþ\n¼þþ\r þgþþþþAþgþeþþgþþõþgþeþ³þþ þsþgþ&þsþgþh þÚþþ\rþh,þþþþ£þþ>þûþ îþþ¤þgþhþt¹þúÇþú?Fûþ °þ\"þûx3þ¤ûþóþûþtþ¿þþØ þþ#þû(û\nþØûòþþðþûûþCþûþþرþ®þþ&þØþþØû9þþþ¤%þþ&þØþþ\nþBþ ûþlþûûþ8þûþþرþ®þþ&þØþþØû9þþþ¤%þþ&þØþþ\nhþØû8þûþ\"þGþØAþ¤þ\\þØþ{þûþØû9þþ&þØþþ%þþþ ûþåþØûþ\rþØþÊû¼þØþþ ûþÜ--þÎþûþØû9ûþ\n\\þiþ ûþ þûþWþnþûþêþÀþØ?ûþØûþZþþ]þlþþØ)þ[þØþ<þuþgþhþiþjþkþlûþg#@ûþh#Aûþi#Bûþj#Cûþk#Dûþlþvîþ\"þgNFþgþÚNGþ þ :NO ûþtþgPþ-þûþgþþQþGþvþPËþûþQþøþRþûþþþ\rþþþþFþg&þ#þgþgSþíþ$þgNTþgþgUVVþgUþîþ%þgrVþ¶VþøVþ¸Vþ>þgUþ ×þgUVV5NTþgþwþyWþçXþçYyZûþ#[ûþ#\\ûþ#]ûþLþþìWþrþþìXþ$þþyYþfWþþrWþ-X1XW#WYþÛþ&îþ\'îþ(þgþgGVOþ)þgþgGVO5@Eþgþ*þg@Fþgþ+þgþgHþíþ,þgr^þgLV^&þ-þgþgKV^5_Eþgþ.þg_Fþgþ/þgr_·þg`þg`þ-þûþgþþQþGþvþ`ËþûþQEþ¤þgùNNFþgù__Fþgþ¤þØXþØþ Yþþ\rþØa,þ6þûþØaþ0þ`Ëþ¤þþ#þxþgþhNûþg#bûþhþyþgdûþgþzþg@ûþgþ{þgeûþgþ|þgþhNûþg#_ûþhþ}þgfûþgþ~þgþhgûþg#hûþhþþgþhþiOûþg#iûþh#_ûþi#jÖkyaylÖQþcmþþ þgOûþgþ¡þg_ûþg#jÖkyaylÖQþcmþþ¢þgfûþgþ£þgNûþgþ¤þgþhþiþj_ûþg#Oûþh#nûþi#oûþjþ¥þgþhgûþg#@ûþhþ¦îþ§þgþhþi_ûþg#Oûþh#nûþiþ¨þgþh^ûþg#_ûþhþ©þg^ûþgþªþgþhNûþg#_ûþhþ«þgþhVûþg#Nûþhþ¬þg@ûþgþ­þgþhOûþg#@ûþhþ®þgþhþiûþg#pûþh#_ûþiþ¯þg@ûþgþ°þg@ûþgþ±þgþhþiOûþg#iûþh#_ûþi#jÖkyaylÖQþcmþæqþ?þ²îþ³þg_ûþgþ´þg@ûþgþµþg@ûþgþ¶þgþhNûþg#Rûþhþ·þgþhNûþg#Rûþhþ¸îþ¹þgþhNûþg#_ûþhþºþgþhrûþg#_ûþhþ»þgNûþgþ¼þgþh_ûþg#oûþhþ½þgþhþirûþg#sûþh#tûþiþ¾þgþhþiþjûþg#rûþh#uûþi#_ûþjþ¿þgþhþiOûþg#iûþh#_ûþi#jÖkyaylÖQþcmþþÀþgþhþivûþg#Vûþh#wûþiþÁþgfûþgþÂþgþhrûþg#_ûþhþÃþgþhþivûþg#Vûþh#wûþiþÄþg_ûþgþÅþg@ûþgþÆþgþhþirûþg#_ûþh#tûþiþÇþgþhgûþg#hûþhþÈþgNûþgþÉþg^ûþgþÊþgþhNûþg#bûþhþËþgþhVûþg#NûþhþÌþgOûþgþÍþgþh_ûþg#rûþhþÎþgxûþgþÐþg2þÏþgÁþÒþg2þÑþgÁþÔþg2þÕþÓþgþôþÕþgþh þ!þûþgþþþþþþ/þþþ\x00þ\'þþ]þûþgþQþ\rþhþûþþÀþþdþhþûþþ`þ þh2þþ®þÖþgþh þ!þûþgþþþþþþ/þþþ\x00þ\'þþ]þûþgþQþ\rþhþûþþÀþþdþhþûþþ`þ þh2þþöþþ\nzþþ×þgþhþiþÖþhþiþ JþÕþgþiþôþÜþg2þ×þØþÙþgþÝþg2þ×þÚþÛþgþßþgþ5þgþ©þgþ\rgþgþ þgþmþgþþÜþgµþàþg2þgþKþgþ\n\x00þáþgþgþþÞþgþ¢þßþgþâþgþgþþÞþgþßþßþgþHþÝþgþãþg þ¤û\"û\nþgþ\"þ¥!þ¦!þ§þÂþ¨þ&û\nþ¤þ\næûþ4þ¥Øþ©FûþWûþ ûþÖûþ=ûþ_ûþlûþÜûþ\r6ûþ3ûþ\n³ûþäûþúûþPûþ©ûþûþ8ûþûþ&ûþûþ wûþ`ûþuþªþíþ«<û\nþ¤þ¥þ¬<û\nþ¤þ¥þ­$þûû\nþ¤þ¥þ¦þþ¢þ§þËþþ®þØþ\nþØþþ­Éþ¯þØ2&û\nþ¤þ¥þØþþØuþ°þ$þ±þþþþ±þþ°Ñþuþiþ²þØþÙ þûþ°þ±0þ±Iþ±þ#þ±þ+þûþØþ@ûþÙþCûþ¦þDûþ§þ§þþ¨ûþØ@þþþ³þØþÙþ SþØþþ´þØ þûþ¥þþ Ýþûû\nþ¤þ¥þ¦þþjþûû\nþ¤þ¥þ¦þþ ]þþþûû\nþ¤þ¥þ\'þÞþþ þþ@þþ Tþûû\nþ¤þ¥þBþþþVþþìþþ²þûû\nþ¤þ¥þÕþ%þþÍþàþDþûû\nþ¤þ¥þÖþþÝþØþûû\nþ¤þ¥þ¾þàþDþûû\nþ¤þ¥þ _þþ¬þþ þûû\nþ¤þ¥þ¦þþcþþ Ìþûû\nþ¤þ¥þ¾þàþDþûû\nþ¤þ¥þUþáþþuþ³ûþ Òþ¥þÌþû\'û\nþ¤þþ¥þØþûþØ\'þ@þ²þ ªþþïþµ$þûþ¥þûû\nþ¤þ¥þþþ Æþûû\nþ¤þ¥þGþ%þþÒþ³ûþxþþªþ¥þ þ/þHþ²þ%\'û\nþ¤þþ¥µþ¶$þû û\nþ¤þ ¨þ¥Pþ(þþþû&û\nþ¤þ¥þ¥ûþ¤þºþû\'û\nþ¤þ¥þþ¥ûþjþ¾þ.þ·$þû û\nþ¤þþ¥þþäþ³ûþÞþû\'û\nþ¤þ¥þþ¥ûþþ \\þ§ûþ§% û\nþþ^þ¾Éþ¸$þþûþ¥þûû\nþ¤þ¥þ¾þâþDþûû\nþ¤þ¥þ¸þ¥þÌþû\'û\nþ¤þþ¥.þþ¹þØ þûþ¥þþþ\nAþûû\nþ¤þ¥þGþ%þþÒþ³ûþØþþ\n)þþ\n2þþªþ¥þ\r\nþþZþþ £þþ Qþþ¸*þ²þqþØ\'\'û\nþ¤þþ¥µþº$þûþ¨(þþ~þþoþþ þþ ®þþVþþ~þþäþþþ»Cþ¥þ\rÑþ«þùþ­*þ¶þlþ­*þ·þiþºþ{þ«þ ·þ­*þ²þÓþ²þyþ¹þÊþ¼Cþ¥þÆþàþ¬þQþ´þGþ²þ×þ½$þûþ¸Zþ¨þ xþ²þSþ\"þûþÕþ©þþþ1þûþªþþnþ²þþYþ²þSþþ¾$þûû\nþ¤þ¥úþþJþþþ ßþþ\nÉþÔþþgþþÒþ§Ëþûû\nþ¤þYþ¥)þ¦ûþ¥þûû\nþ¤þ¥þ àþþ&þµþéþ¼þèþ»þ{þ­þûþ¬`þ¨þ­þûþ¬`þ¨þ­*þ²þ+þ²þ¥þ²þ\r×þ­þûþ¬`þ¨þ­*þ²þþ²þ9þ­þûþ¬`þþ Îþ­*þ²þJþ­*þ²þþ²þ\nþ­þûþ¬`þ¨þ­*þ²þ +þ²þþ­þûþ¬`þþUþ­*þ²þ©þ­*þ²þOþ²þ þ¯þ Ùþ§þ®þ¨þ¶Ýþ­þûþ¬`þþNþ­*þ²þ>þ­*þ²þ çþ²þ\rþ¯ûþùþ®þþ¶Ýþ­þûþ¬`þþ\nIþ­þûþ¬`þ¨þ­*þ²þôþ²þ Bþ­*þ²þ´þ²þ³þ­þûþ¬`þ¨þ­þûþ¬`þ¨þ­*þ²þøþ²þhþ²þÉþ­þûþ¬`þ¨þ­*þ²þ½þ­þûþ¬`þ¨þ­*þ²þ\rCþ­þûþ¬`þ¨þ­*þ²þOûþeþ²þÞþ²þþ²þôþ­*þ²þ ¦þ­þûþ¬`þ¨þ­*þ²þþ²þùþ­þûþ¬`þ¨þ­*þ²þúþ­*þ²þ\nðþ²þEþ­*þ²þbþ­*þ²þ¯þ­*þ²þ\réþ­*þ²þ {þ­*þ²þ¶þ­*þ²þ[þ­*þ²þ®þ­*þ²þ3þ­*þ²þÙþ­*þ²þ Zþþ¾þáþÌþ½ZþàþÌþ´þþHþ²þHþ³ûþ \\þþ¼þ¾yûþ³þ¾zûþ@þ¾LþCþ¨þ¬þäþgþhþiþj þ¤ûþãþg\"þ¥þ,þ¦þ,þ§þ,þ¥ûþªþ4þ¨þØ2þ¥ þØþ©<þ§àþ§ûþ¤þRþªCþ¦ûþ¥(þ§þ¥ûþ§þ§þ\nrþ¥ûþ¤þþ¥þ«þØþÙþÚþÛþ¤yþØþÙþÚþÛþ¬þØþÙþ«þÙþØCþ­þØXþØþØûþ¥þ¬þØûþöþØþþØ@þ¨þ®þØþ¨þØþ0þªÝþ¬þ¥ûþ\rÎþ¥þÈþ¥@þ\r[ûþ þØþÈþÐþØþ &þ¯þáþj þ¥D%þ¥þ [þ¥þ-þ°¹þ¥þOþªþ ¹þ¯þ=þ­Éþ±Cþ®þÐþûþÖþÕRþ¤zþ®þ öþþ²$þþ^þ¥þ»þûþ¦Mþ¦þ\rÀþûþ´ZþNGþµ þþ\n1þþ¸þzþN@.þþþ©þóþKþ³þ³þ´þ 0þ³þ»þ¹þª¢þ¸þ\rBþª*þµþÉþÏþª*þµþ©þÖþªþ°¢þ²þ ½þª¢þÍþ²þVþ®þ\\þûþ±]þ°]þþ:þª¢þºþ±]þ²þNþª*þ¶þ±þª*þ¹þ±þ\n¾þª*þºþ\rAþª¢þ´þFþ¥þ×þªþþ¯þ\rçþûþÖþÕþáþ°]þþÉþª¢þ¹þ±]þ¼þëþªZþ¥Dþ«ûþþûþÖþÕRþ°¢þ¬þþ\n©þª*þ½þvþª3þþ¢þ¾þ·þ°*þþ2þª*þûþ¿]þ°]þþWþª¢þ|þ±]þ²þ\rJþ´þ3þ³$þûþÅþ®þcþûþ²¢þ¨þþþ´$þûþÖþÕRþ°¢þ»þþµþØ þþ\r¯þ¯þ{þ¨þKþûþÅþ\rÔþþËþ°3þþØþ.þþ¶Cþ®þÐþþ¨þ¥þ ]þûþ¨þ6þªþôþÁþ¾þþÖþÕþÙþ¨þ ÖþGþÁþfþYþ«ûþÎþª*þ¸þþþ·þþ·þØþ®þ£þûþ¥þAþÖþÕRþ®þ£þûþ¥þ)þÖþÕRþ¤zþ®þãþ¾þØþþþ²þRþ¸þØ þûþÖþÕRþ¤zþ®þãþ®þØþþ²þRþ¹þØ þûþØ þ±þûþ¨þEþÅþhþ·þþ­þ®þ÷þØþþþ\r¦þþÄþþïþðþ\nþ¥þ\rþïþïþþ®þ\rúþð þÅþ¸þª*þðþ$þûþ»*þ-þº$þûþ±]þûþ²Zþ¨þ\n þª¢þÆþþþ²þ8þÂþþþ»Cþ®þþþFþ¥þ1þ¨þÃþ­þ þ²þ¸þª*þþ¼Cþ®þþ>þþJþþ »þ¥þ1þ¨þÃþ­Zþ¨þqþbþªþþªþÖþÕþáþþ þþ®þØþ¨þ Qþbþªþ®þ{þþÄþþ þþ]þþ­þ þ²þáþª*þþ½$þûþ»]þþþ(þ¨þìþªþ®þ JþûþÅþ®þgþûþ»þáþ¨þWþªþûþ»þiþ·þþ«ûþrþþþ¯þ¤þþþþþ)þ§þþþþzþ¼þþþ¾þØ þþ|þûþÅZþ¨þ\rËþªþÑþ­þþÖþÕþþØþqþÑþÌþþPþ¥þ¤þªþþþ¿þ4þ}þ¾þ )þÀþØþÙþÚ þþÂþþFþ¥/þØþþþþ®þ\rµþÙþ¥ þØþ þ¥þjþÚþÑþ¦þ Aþ þÖþÕþàþª*þþÁCþ®þþþÂþþFþ¥þ1þþþþ®þ ^þjþ¥þzþûþ¥þûþÂZþþ áþ¥þ 7þþ/þÑþÇþÂ]þ¹þ¿þ}þþ þÑþ~þÂ]þ¹þ¿þæþ®þ{þÑþ¥þþÖþÕþ¡þª¢þ{þþÂ$þûþ¥þª`þþfþ@þ}þÒþ@Ìþ@þ­þ3þÃ$þûþ¥þª`þþßþ@þ}þÒþ@Ìþ@þ­þ3þÄ$þûþ¥@þ­þ þþÅþþ¨þãþ«ûþäþûþÄþª*þuþþþÆþ þÇþÎþÈþ¦þÉþ}þÊþþËþ ZþÌþ ½þÍþ\nÝþÎþ ôþÏþúþÐþKþÑþlþÒþyþÓþ×þÔþÜþÕþÁþÖþØþÙþÚ þþ^þ¥þ_þþ þ¥@þªþ÷þþµþ¥@þªþÞþþ°þ¥@þªþ(þþÅþ¥@þªþ þþ¯þ¥@þªþ²þûþÁþþªþþÎþÀþ}þjþ¨þªþþÈþÖþÕþ\nÏþ®þ\r!þªþûþ¹þþJþª3þûþÖþÆþ¹þ¥þJþª3þûþÀþgþþ·þþhþþ£þþ Mþûþ¥@þªþþ«þþÖþÈþ\r­þ­þ 5þþ ^þþ5þ¥þõþª3þûþÖþÕRþ®þxþþÊþþþõþªþþxþþÃþ£þØcþÇHþþªþþ¶þþÀþyþØcþÇHþþþËþ¥@þþªþÅþØcþÉHþþûþ¥@þª3þûþÖþÉþþÃþþþþþØcþÊHþþûþ¥@þª3þûþÖþÊþþÃþþþþ-þØcþËHþþûþ¥@þª3þûþÖþËþþÃþþþþ ÇþØcþÌHþþûþ¥@þª3þûþÖþÌþþÃþþþþ.þØcþÌ%þÚHþþûþ¥@þª3þûþÖþÌþþÃþþþþöþØcþÍHþþûþ¥@þª3þûþÖþÍþþÃþþþþ úþØcþÎHþþûþ¥@þª3þûþÖþÎþþÃþþþþ[þØcþÏHþþûþ¥@þª3þûþÖþÏþþÃþþþþ ÅþØcþÐHþþûþ¥@þª3þûþÖþÐþþÃþþþþ<þØcþÑHþþûþ¥@þª3þûþÖþÑþþÃþþþþ\rþØcþÒHþþûþ¥@þª3þûþÖþÒþþÃþþþþ qþØcþÓHþþª3þ ûþÖþÕþ®þcþ\nûþÖþÕþþ½þþ þ\nþáþØþdþÔHþþûþ¥@þª3þûþÖþÔþþÚþþÀþþþþ/þþ¤þ þFþÙþ¥þóþªþ þÖþÕþþÚþPþ þ2þ ûþ·þþ þyþ Yþ~þi2þÖþÕþÙþþ4þ$þþ Vþ¨þÃþ þ²þ Þþhþh_ûþh_ûdþhþhþ¡þYþh-þåþg{y|þæ}ûþ*þg5Uûþ#~ûþ#SûþLþþØ þûû\nþØþ\r]|þâþþ¿{þ&þØþX{ þØ)þûû\nþØþØþ Â|ûþâþþþì{ÙþþØ þ(þØ/þØþ@þþ}þØþµþûþØOþ |{þ&þþX{ þ5|þ¿þæþg þFû¾ûêûþ¨ûþnûþ\nOûþòûþUûþSHþgþþ1þg þwcþgþ1wûþþæVþ>VþÅþv(þGþx þûþbþþ  \"þûþNcþg±þþûþNþþµþ~Vþ+þFþþþLþµþþþÅwþØþ¶þþAþGþÊ þûþbþþ  \"þûþNcþg±þþûþNþþµþ~Vþ+þFþþþþ%wþØþ¶þþAþGþ þO ûþäþþ ¡\"þþµþ~VþHþ¶þþþþþ%wþ\nhþvcþgþ1vûþþçþgþh2þgGþ þgO þh%þgGþÊþéþgb@Âþh%þgGþxþgb þhþèþgþh þFûþ­ûþûþûþ @ûþ¢ûþYûþÛû³ûþ¡ûþ\n\'ûþ©ûþ 7ûþ¤ûþ¶ûþÍûþKûþøûþ«ûþnûþ Éûþ \rûþ\rPûþ ¼þg ûþ Óþh ûþHHþhþþéþgþgþgþlþûû\nþgþhþ û\nþgþgþÔþþ þþ\'û\nþgþrþgþ+þgþ2þg þRþ\nþþ\rþ,þ6þûþþcþgþþþþuþN(þGþxþûþNcþgþþNûþ(þèþNþb{þûþbþþ ¢\"þFþNþLþµþþþ%ûþnRþ þ¶þþþ=þGþÊþûþNcþgþþNûþ(þèþNþéþb@þKþûþbþþ ¢\"þFþNþNûþnRþ þ¶þþþ=þGþ þO ûþLþþ £\"þþ­þ þOþÅûþnRþ þ¶þþAþO ûþ5þþ ¤\"þþ­þ þOþÅûþnR5RþQþ¶þþmþNcþgþ1Nûþþ3þg þNcþgþ1Nûþþæb ûþQþ¶Óþ ¥þpNþîþæVb{þþµþ~bþHþ¶Óþ ¦þpNþþÔþ4þg þNcþgþ1NûþþûþéVb@þ ûþQþ¶Óþ ¥þpNþîþæþþîþ¶Óþ ¦þpNþ%bþÔþ5þg þN(þGþx þûþNcþgþþNûþ|þGþÊ þûþNcþgþþNûþþ-þNcþgþ1Nûþ-þ6þg þN(þGþx þûþNcþgþþNûþ|þGþÊ þûþNcþgþþNûþþ-þNcþgþ1Nûþ-þ7þg þNcþgþ FNþR(þçþûþÍþþÜþ¶Óþ §þ èþNûdþþÙþ8îþêþgþhXþgþÈþûI3þûþäþgþûIþcþûIþEþFZþ÷þ ÙþMÓþwþ¸þûI3þþåþ¨þTþ\"þûþ~þûIþþh þûûþ÷þ.þjþþëþgþgþÂþëþgþþëþgþ ðþìþgþgþÂþgÛþìþgþþíþg þþþ?þ\rþg¬þþ7þ@þþ9$þûûþ>ûþ ¡þ?ûþþhþ?þ Vþ?þÐþþ?Nûþ\rþþ?þ2û¼þþ?þG+û+sþþ:CFûíþÑþ þ+þ$þÉþ$þ¤þ¥(¡þ¤û\n¡ûþ þþ¥ûþ¤þ ¡ûþÐþ¥þ6þþ¥þ\\ûþaþ\\ûþþþrþ¤(þ¤cþ¥þþþ¤þ$þûûþ þ 1% û\nþûþþû\nþûþþûþMþþuþ*ûþ ûþþaþûþ Ñþ-þ$þûûÃûþ½þþ\nþûÅþ?þûþ\nøþCþðþ.û\nÅþ|þ/ûIþùþkþ$þûûÃþHþþ3þûûªûþ÷þû8ûþ¶ûþOþû%û\nþûþþûþ þeþþtþûþþoþûþ@þþûûªûþ xþþûþ þ9þûþþEþû£þþ?þÈûþûþwû£þþûþ\röþCþtþÏþþAþ þgþh þû9:ûþ ÐþûWþ\"þû[âþþ9þhû[¬þh^.þgûßþgþhþéþgûßþgþ}þ³þ^.þ°þgþ\nþgþhþ3þûÁ9:ûþþûþ þgþh\"þû9:ûþ þûÁþþ7þ þ þûûþIþûþûþµþ û\nþûþ,þ û\nþþÑþþ¾þþpþ þ7þ8þVþûþ$9:ûþ.þ\'þþ þgþh þûÀþgþþþþû%û\nþþ Õþþ\rþ,þ6þû%û\nþþþ\n0þþ\\þþÓþhHþþ\nÞþ þgþhþgûþ¬þhþhþgþhþ\r8þgûþ¬þhþAþ\rþgþhiþgþh§ûþ°þgþhþþgû9þhþþþgþ+þgÇþûþgþþ²þûI3þûþþg\"þûþþ]þûþþeþûyþ\"þû(û\nþ\rþgûþ\nyþg%þ\rþgûþ rûþ \"þ þþ\r¸þþ\náþ ûþþôþ#þùþ ¿þþgþþ\r´þ%µþöþùþçþ(--þPþûûªûþ÷þû8ûþ¶þ\rþgûþþû8ûþmþ\rþgûþ ¥þû8ûþ[þ\rþgûþ}þû8ûþ\rÍþ\rþgûþuþûþgûþ0þ þþÈþ ûþþg\"þ\nûþ þ]þ¤ûþ þeþ û(û\nþ\rþûþãþ ûþôþgþ þ ·þ9:ûþ\råþþþ þþþûþ%þ\"þ\rþÛþ\nþ\rûþ\n~þ ¼þþ þþ+þ\r\'þaþûÀþþHþ\rþMþûþ(þþ þÆþ þþ\nKþû8û¾À9:ûþ Yþþþ hþû8û¾þþ þ þþþ nþûþ þ´þþþ\nþ)þÈûþûþwû£þþ ¹--þ{Igþþ9´þ¢þ\nþùþQþøþøûkþþâþûþ8wû¼þþ3/½-fþûþ\ráûþ\n6þþØ þûþØû9ûþ\'þþûÁ9:ûþþûÁþþþûþþþ¥þØþeþþoþþØþÙþÚXþÙþ8þûÁþØû9ûþãþûþþþþÙûþ#þÙþþÚRþ¥þØþÙeþ¤\'þÙþoþ¥þØþÙþÚ þûûªûþ·þûþ þÙþûþþÚþûþ)ûþþØû£þþ¦þØþÙ þêþþþÙþþ´þêLþþïþØ þïþêþ¿þþØ þûþþØPþ(þþ½þþqþûþ\naþûþØû9ûþ pþþ\nwþûþþþ þûþþØþÊþûþ(þþØû8û¾þþâþû:þ ³þþÁþþØ þêÞþþ vþþ\rþØ,þ6þûþØûþÎþQþûþrþûþÔþûþãûþkþûþ¼þûþ;ûþ /þûþ;ûþDþûþ§þþûÅþûþ§¼þûþðûþ\n\rþþ\rþûþþ¡þûþþNûþRþþûÅþûþþNûþ þûþ;ûþ PþþûÅ\"û\nþûþ\rûþÛþûþ;ûþÔþþóþûþE(û\nþûþ(ûþòþ þ\x00þIgþ\x00ûþÜþþûÅþûþ§þûþE(û\nþûþ(ûþ7þþûÅþûþ4þûþ\x00þ®þþûþE(û\nþûþ(ûþþ¦þþØfIgþ\x00ûþ1þûþ§þ\x00ûþðþûþÄþþûþ\rxþþ:þþûþ þþ]/½-DþþûÅþûþÍþþ ÷þþ:þþ Xþþ Cþêþþ´þþïþðþêþ®þêþ »þê7þïþ þð&þþØþÙXþØ þûþ(þÙþØû8û¾þnþûþ\x00þ®þþûþEIgþ\x00ûþ-þûþr(û\nþûþ(ûþ\nçþ¥þØþûÅþûþ\rK(û\nþûþ(ûþ±þûþ§þ\x00ûþðþûþÄþ¥þØþûþ Äþþ:þ¥þØþûþþþ]/½-Dþ¥þØþûÅþûþÍþ¥þØþIþþ:þ¥þØþÀþþµþøþøûkþØþ þؾþؾþÀþI-þwþØûþûþ\rÈþØûþûþñþ®ûþðþØûþiþ2ûþ ûkþØþaþØ¿þ?þ§þØ þØûþx þØûþò þQþØûþ\rþØþXûþê þQþØûþ=þØþXûþþØûþ6þØûþ \'þCþû-þþg þÞþÞþFþ;þ<þ=þ>þ\r¿þþ\rþ,þ6þûþ þgþþþ©þþûþþ0þûþþ XþþÁþ$þû¬þ0þbÀ.[þþ<þGþÅþþg þþûþ\\þçþûÝþþbþgþþÊþþûXþþbþg³þþûÅþ\r±Xþþbþþþgþh þûûþúþþhúþhSþþþhªþgþ\n\nþgû þsþgþþÙþþgþgþgûþ%þg\"þû û\nþgþEþÙþþÕþþþþnþgû\'û\nþg¸þþþgþþg þûûþÚþû«þg@þûþ\rÅþþgþgû\'û\nþgþrþgþ_þgû¬þg.KþgþAþ;$þ¤ºþ¥×þ]ûþþ^ûþþ_ûþþZûþLþþØþÙþ¤þØþÙþþØ2þ¤þØÁþþØþÙþ¥þØþÙþþØ2þ¥þØþ|þþgþh þûþgû9ûþþXþhþþþþûûþ þûûþ³þþþvþþwþ7ª þs þþªþ þ^þþuþgû8ûþ\r-þnþûþ^þ±þþ×þ]þþþÁûþ(û\nþþMþûþþÁþ2ûÇþ\"þûÀþ2þmþûþáþMþþ æþ©þÞþ ûÀþþêþ\nû|þ þtþ\nMþ\nþ+þ\n©þ\nþQþ\nûû\nþ eþ\nþsþ\nDþþ\nþþ±þþþgþh þûþþg±þHþh@þ\n/Mþ\n©þhþþg þû(û\nþgûþ\n/þþ1þgûþgûþ¼þgþgûþ!þû(û\nþgûþîþgþþgþhþiþgþþg þ8þþ~þ!þûûþ3þûûþ/þûûþ +þþþiþhþgþûþgþþbþþ6þþ\nþþþþÒþûþþQþhþþ\\þûþþÞþþþþûþþþþSþûþþþ0þûþþþ«þþgXþMþg{þûþþþgþ(þ þûþþþ,þ®þ%þþáþþþ2þ#þþgþh þ¤ûþgûþ9þgû«þhFûþJþþþ¿þþØþgû«þ¤Gûþ@þCþgû«þ¤-þþg2þgûþ]þgûþ/þþgþhþ5þg þhàþgþøþhµþ þgþg þûÀÀþg\nþ\n´|þþsþgþ!þgþhþþg/ûëþgþþûyþgþgûþ%þgþ}þ2þg~þþþþ$þguþûþgþgûþ \'þ þûþ þ\"þûþþdþþþûâTþ\'þþþûþùþoþþþhþgþ£þ(þþ2þûþþgþ\r--þPþgûMþgþ\nþ÷þúþûMþ)þþâþ#þþþiþg7þ@þgþ\"þgþhþi þûTþhþ(þiþ2þþ¿Tþiþëþû\nþ0þ¦þûâþ\"þûþ«þûdþùþ[þgþ þùþ øþûû\nþþþ\rTþ.û\nþþEþþ ¯þ#þgþhþiþjþhþhûþEþhþ\rþgûþhþbþgþgû0\'þi\'þþg\"þûþD(þjþVþþgþþæþgþ©þg-þ$$þ¤ûûþ þ¤ þûþ¤ûþ<þþûþûþHþûþûþ þûþÏþþûþ}þaûþþþøþ¥ûûþ |þûþ÷þ¹þ¥à-þ èþ{þ¦Fûþûþ(ûþ Ñûþûþåûþ2ûþ\rùûþ yûþ\nÁûþ ÷ûþ\ruûþ5ûþïûþ Ôûþ´þ uþ§ûûþ þ§~þ§Dûþ\nmþ\nþþ÷þ 4þûûþ Lþ þûþûþÈþøûþûþ 5þûþ Ùþ þCþþ »þ!þ7þûþdþCþþ\ndþÅþûþdþÉþ%þgþhþ7þgþèþg~þh %þh þàþh/ûþ×þhûyþg[þhþ\r§þg~þhþ$}þh[þhþÞþûû\nþh þhþhþhþ ©þþxû\nþh þnþûû\nþh þh þh\"þûþZþþHþ\'þh@}þh}þþþ&þgþhþiþj þûyþiþþ¶þûþþ\nþþçþþ4þûþþgÀþgû8þhþ\nþi 9þ§þ\nû:þWþ\nûþ%þ\nþ)þ2ûþ\nþûþþþþ\nYþVþ\nþWþûûþ Áþiûþ\'þê&û\nþ\nþþIþûþþgÀþ\nûþ\nþ2ûþiþûþãþþvþ½þþ Ôcþgþ{þþãþ\nþëþþ nþMþiûþ©þiûþ\nþûþþgÀþ\nûþiþ2ûþiþûþþ÷þhþßþiþ ³þûþ\'þþhþ\nþj%þ\n/þþgû8þhþþDþûþþgÀþ\nûþ\nþ2ûþþûþþgû8þhþP þgMþ©ûþîþhþ ÃþûþþgþLþþ\nûþ\nþ2ûþûþþMþiûþ\n~þjþi þ\nþþgû8þhþiþ\'þgþ3þþ Hþgþ!þû$û\nþgþ\r\"þûþ\"þg\nþgþþþ2þûûþ\nÚþ#þþþµþûûþ^þ<þ þþ\"þûû\nþg þþg\"þûû\nþg þg þþgþ[þûû\nþg þ[ û\nþþDþ÷þ_þþg\n.þþ(þgþh þûyþgþþ\rÕþ½þþ2þh þþãþ\nþëþþ¹þMþ©þ\nþþ\'þþþgþ*þgþ)þg\rþ)þ ´þ)Eþ)þg¤þþþ/þgþþ)þþ3þE þ).þ)þ+þgþh þ¤!þûþgvþþþ¥þ¦ûÂþ§þ¨>þ>þ>þþûIþ¥û©þûþ©þ§ûþ*þþûIþûþ þûIþûþ©þþþØþþ\rþþþþþ þ6þ þþ Í þþûIþûþþ ¢<þ¿þ©$þûþ¥þgûzþ¤þhþþÆþ|þþ Wþ¥þgûzþ¤þ>þþ âþûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ±þ\'þþìþþÙþûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ±þ\'þþ þþ þþ ¨þûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ 0þ`ûþ¥þgûzþ¤þ±þ\'þþ þþ+þ`þÙþªþØ þûþgûþ\n@þ¤þØþ¤7þØ@þþ $þþþþþþûþ©3þþþØþþ\rþþ¡þþ;þûþ©þWþþ ¿þûþþþûþ©Zþéþþþ¨þþKþþUþûþªþþ¨ þþþþ|þþqþþþ§þþKþþ[þþþ¦þþKþþVþþþhþþ\nØþ-þ=þ\rÊûþwûþ ûþþþgûþ çþþgûþ°þþgûþ _þLþþgûþ\'þ¤ûþgûþ\n;þ¥ûþgûþxþ¦ûþgûþkþ§ûþgûþ dþ¨ûþgûþRþ©ûþgûþ ¦þgûþÂþgûþaþgûþÓþþ ]þªþËþgþÃþgþ1þûþ´ûþOþ¥þ/þgûþ þþ þ;Fþgûþtþ)ÈûþLþþØÃûþØ%þª#ÄþØþgûþ\nPÅûþgûþÒûþ\n£ûþÀþþ°þûþ §þþûþ ;þLþ«þØþÙþÚþÛþÜþÝ þêþ%þÛûþÛþþÛéþêÄÆûþ¬þØþÙþêÄÇûþ­þØþÙþêÄÈûþ®þØþÙþêÄÉûþ¯þØþÙþêÄÊûþ°þØþÙþ±û\nþêþØþÙþ²û\nþêþØþÙ[þÙ/þDþÝþâþgûþ \nþêÄË þZþ© þêÄÌ %þêÄÌþ¥þÛþ;þêÃûþ xþþ5þûþêÄþ>þ!þþþêÄþþ¥þþþþCþþþ\nþþþæþþþþÄþþþþÕþ þþþþRþ¥þþþþ\r1þþûþþ0þûþþäþ/ þÜ %þÜþþêþ¥þØþþ\n¦þÚ ûþ þÚþþ&þCþ«û\nþêþØþÙþÚþÛþÜ&þ¬þØþÙþ7þÙ/þ¥ûþ³þ¥þØþÙþÄþ´þØþ¥þ<þþþ­þØþÙþ¨þ7þÙ/þ¨ûþ®þØþÙþÄþ¨ûþÏþØþ<þþ_þ®þØþÙþ§þ1þûþµZþÙ/þ§þNþØþÙþþ§þNþØþHþþ_þ¯þØþÙþ¦þ7þÙ/þ¦ûþ®þØþÙþÄþ¦ûþÏþØþ<þþ_þ°þØþÙX-þ Eþûþ¶þÉþûþvþÈûþUûþ ,þÙ/þû8þØþÙþûþ°þØhþûþ ÉþØ.þû9þØþKþþþ±þØþÙ þêþßþûþêÅ(þþÙþûþqþhþûþqþþKþÔþþïþïûþ»ûþ§þþþïûþ»ûþ êþØþÙÆþþ¿þþôþõÔþþôþõÔþþôþõÔþþôþõþþþïþïûþ»ûþ\n¡þØÆþþ¿þþôþõþõûþÁþêÄËûþõþZûþºûþ\n-þêÄËþ^þþôþõþ þ²þØþÙ þêþ«þ© þØþûþ©û÷ûþ±þþûþþþûþÎþ(þÙ/þûþjþaþûþjþþ§þÔþþïÔþþï þûþïþÓûþwþûþûþÖûþ\nûþ`þþï þûþïþÓûþÙþþÈûþóûþÕþûþûþiûþ!ûþ+þûþûþ\'ûþ_þûþþ\ràþØþþÙþDþûþ\nsþþï þûþïþÓûþ{þþÈûþóûþ\nþêÄÌûþ-þûþûþiûþ6þûþûþ\'ûþ_þóûþþTþØþóûþjþEþûþ\rmþþôþóûþ ÐþêÄÌûaþêÄÌûþóþ ~ûþ <þ³þØþÙþÚþÚûþgûþ\rôþÚ û\nþØþsþÙþ­ û\nþØþÙþ\nÎþû û\nþØþsþÙþDþþ(þþþû û\nþØþÙþ¾þû û\nþØþCþþìþû&û\nþظþþþ@þûþ\'&û\nþØþþtþþ\rªþÙæþÚaþûþþùþÙæþÚjþþþØþùþÙæþÚ-þ´þØþÙiþÙ/ûþ=þûþØþ ±þþþû%û\nþÙþ øþþ\rþ,þþûþþþbû\nþþ6þû\'û\nþþrþþ N û\nþþþåþgûþ\'û\nþþvþþEþµ<\"û\nþgþ\rÏûþ 1þ¶þØþÙþÚ þ(þÙ/þ¤ûÃþÙDþûþ¤ûÃþÙhþûþ¤ûªþØ)þÈûþûþþÈûþ ÒûþpþÙþûþþÙ[þÚþ¤wû£þYþþCþ¥ûþ³þ¥ûþOþgûþÔþgûþ þ¥þþØþÙþÚþÛþ«ûþlþØþÙþÚþÛþþØþÙþ«ûþlþØþÙ&þ?þy!ûþ#\"ûþ#þ¶gþµÍûþLþþØiþØ ûëþØûºþØ\"þûdþØ5 7þØþ þþzÍàþûþ Íþ$þþþþûûþ\x00þþ¬þûþþUþþËþþþjþþþIÍàþûþ&þûàþþ ûþ¿ þ þþf þ{Íþþûþþþþþ Mþûþ2þ\rþþ þûþþäþþ2pþþÃþþ2pþþéþþ2pþþ5þþ2þþ%þþþØ þþþþþþþþ ûþØûþÕþ\nþ þ þ\rûûþ $þûþ\nóþûþ\náþûþ\nþoþûþ\nþþûþ\nþ¢þþþ}þ¡þþ sþ ûþ þþ.þ þþ/þ þþ×þ þþ Ûþ þþòþ þ\r4þ þ Ìþ Iþþ wþþ íþþ#þ IþðþþçþðþAþþaþ ûþ°þ°þ|þþEþ IþðþþgþðþþgþðþAþþ jþ ûþ°þ°þEþIþ \'þ \'þ\'þ þþ&g þ\rsþþWþûþþûþþIþþ7þþ\niþûþþûþEþ\nþ\"þ\nþ\r\x00þþ\\þ\nþuþ\nþÁþþ\\þ\nþ`þ\nþ =þþ\\þ\nþùþ\nþ\n8þþ\\þ\nþ\raþ\nþcþþ\r&þ@Cþ0ûþþ¤û\nþ0þ\nCþ¥û\nþ0þ.þ¦ûÅþMFûþJþFûþ´þFûþ)þFûþjþFûþ ÄþFûþþFûþnþFûþßþ¿þ§þØ þêûþØþë!þì!þí>þºþþÎûþþÏûþþÐûþþÑûþþÒûþþÓûþ þÔûþ\nþÕûþ þÖûþ þ×ûþ\rþØûþþÙûþ@þLþþcþìþNþê+þëþ<þì+þëþ$þþ!Ïþ§þûþíþë0þëIþëþNþêjþþ$þþ!Ïþ§þìIþìþRþêþþêþûþíþìþúþþþïrÎþEÐÝþíþìþïþìIþìþNþêþ þÍþìTþë\'þêþþêþ\nCþëûþìþåþ <þëþ <þìþ\rþïþ5þïþNþêþþïþ5þïþRþêþþêþþï2þíþïþ|þ¨þØþÙþÚßþþ\rþÙ¬þþØþþÚ-þ©þØþÙþØ+%þÙ+þ iþØþdþÙþÕþØþ ºþÙþ ËþªþØþÙ2 þþØþ þÙþõþØþ þÙþàþØþèþÙþþØþèþÙþþ«þØþÙþÚþÛþ )þÙþ yþÚþ\rtþ`þ õþ`û þ|þÙÛþØþÔþÚÛþØþ\'þÛþÎ þ\néþÙÛþÙ\'þÚÛþÚþZþ`þ¬þØþÙ þIþØþâþÙþÔþØþÚþÙþm þþØþâþØþàþØþÚþØþÑ þþÙþâþÙþàþÙþÚþÙþ\nR þQþþ\ròþû\nþY ûþ|þþ­þØþÙþÚþÚTþÙþþûþØþÚþÈþØþÙþ¢þûþØþÙþëþØþÚþþûþØþÚþ¹þØþÙþÈþØþÙþ¹þØþÚþ¢þþþûþÙþþ/þÚ¬þþ7þ«þØþÆþþþYþþïþÚTþÙþþ®þØþÙþÚ þþþþþûþØþ­þþ\rþØÐþþSþÚþoþûþþ~þûþþôþÚþoþûþØþþþûþØþþ¼þ4þ%þ+þØþ½þÙ þ±þ©þþDþÙ þ)þûþØþþgþûþØþþþÙ þþ¯$þºþêþëþì>þíbþÚûþþÛûþþÜûþþÝûþþÞûþþßûþ@þLþþï þþëþêþíÚþûþïÕþ4þïÖþûþï×þÄþ4þïÕþ{þ©þïÙþPþþ þìþëþªþïÙþPþþê7þìþë0þëþ1þûþïÙþþí þ&þþõþêþëÁþþï þþÏþ>þþ¨þþþ¯þþ\rþë¬þ þûþìþQþþÔþþ}þþ ïþþÃþþKþþþþþþíþþ#þþèþþÚþþ\rþ¬þþþþþþ´þþþï þþÜþþþþúþþ<þ>þ>þ!þ !þ\nþ !þ þ\rþ>þþ­þþÑþíþ àþ®þíþþ9þ®þþþ  þ\nû þ\nè\nþþTþþ þúþ \rþ\nþ\rûþ þ ûþþhþþ öþ cþ\rþaû\nþFþ \'þ\rþiþbûþ­þþ þaþb\rþþ\rûþaþ+þûþaaþ ûþaþìþSþ qþ ûþþ þ[þþaþ+þþwþ+þþ½þþtþ?þ\rþÐþþþþ\r7þþþ\nÛþþ þþþïþð þþÌþ!þûþíþû\nþÛþþ\nþþþûþ þ\n!þ !þ þ&þþ\nêþ\rûþþhþ\rcþþfþþþ\rþþÇþþ\rþëþþ\rþ\nåþþ\rþÈþþ\rþàþ4þ ûþ¬þþþ\n7þ þ û þCþ þ )þûþEþ þ\x00þ\nTþ þ£þþ `ûþ þ þþïþðþñ þþ­þþ­þþ&þð4þ»þÁþïÓþþñû\\þ´þ©þïÙþïÕþ,þñDþþëþ-þ°$þºþê>þë!þìþÚûþþÛûþþàûþþáûþ@þLþþïþëþìþþûþïÕþ4þïÖþûþï×þ{þûþïÙþþû\\þ¸%þû\\þ¹þêþëþþëþfþû\\þ¸þìþÍþ<þìþþï þþ ÂþþþþJþ!þ>þ!þþ þ&þëþ[þ\nþ\n\rþë¬þ\n þ ûþêþ\nQþ û\\þ¸þþàþþþ ûþ Êþûþ Àþþ1þûþ þþ\nþ\n\rþ¬þ\nþþ\nþÐþþþ\\þþþï þþþ1þþ\rþë¬þþ þûþêþQþû\\þ¹%þû\\þ¸þûþþûþ\\þþ¾þûþêþþúþ-þ$þºþêûþ¯]þëûþ°]þì!þíþþÌþ@þLþþïþðþñ þþØþï+þ¼ßþ¥þêþêûöþ{þûþêþsþÀþðþñþ/þþþþìþ-þÀÔþàþ¥þëþëûöþ{þûþëþsþÁþ/þþþþíþ-þÁÔþþþMþcûþ±ûþþ4þþØ þºþê!þëûþ§þØPþìûþ§þØþâûþþãûþþäûþþåûþ@þLþþïþðþñþðþfþï+þ¼þëÒþñþêþ¹þìÒþñååÉþþïþðþï+2þðjþïþþï2\nþïþ Òþ$þlþ!þ!þ!þ!þûþÅþ!þ ûþÅþ\n!þ ûþÅþdûþëÓþeûþìÓZþdþ+þ ûþëÕþ 4þëÖþ ûþë×þ {þ\rûþëÙþ Pþûþ\rÛþ7þóþ7þáþû þCþ\rÜþþ\rÝ4þ+þÅþûþ\rÝaþþ¯þ\rÝþMþû þCþ\rÞþþ\rß4þ +þÅþ ûþ\rßaþ þ¯þ\rßþ[þeþ+þ ûþìÕþ 4þìÖþ ûþì×þ {þ\rûþìÙþ þ7þ\rÛþ\n7þ\rà(þ\rá4þ +þÅþ ûþ\ráaþ þ¯þ\ráþ[þ +þÅþ þþ +þÅþ þîþ þcbþcþ þùB ûþDþ^þcþ þùBþþcþ þùBþêþcþ þùBþþcþ þþcþ þùBþþcþ þùBþþcþ þùBþþcþ þùBþþcþ þùBþþcþ þ þcþ þùBþþcþ þùBþ\nþcþ þ þcûûþûþ(þcþÒþ±ûþ3þ²þþÇþ³!þ´þ¨þµþøþ¶þ¸þ·þþ¸þÜþ¹þ×þºþ\nßþ»!þØþ¼!þ½Øþ!þØþFûþ<ûþ¸ûþ£ûþqûþ¸ûþ¾ûþÖûþoþ¾!þ¿Øþþöþ þøþÀûþ§þPþÁûþ§þ \"þ\nþ\n¹þÂûþ§þ\nPþ !þÃûûþfþÄlþÅþ 3þÆþØþÙþÚþçûþ)þØþ\r>þÙûþåþÙûþpûþ ÄþÚþgûþ¸þÙûþ #ûþPþÙûþ qûþ¼þÙûþ6þÇþØþÙþ\rDþØþ LþÙuþÈ!þÉþ¨þÊþøþËþ<þ !þ\r!þÌþÍ!þÎ!þÏLþÐþØ þþØMþû ûþDþØþþûI*þþÑþØþ5þØûþÙþ³Íþ¶Íþ·Íþ´ÍþµþjþÒþØþÙ þþÆþØþÙþÐþÙûþ ¥þ¤þÔþþþÑþÄþÏ+þ¼þÓþ¼)þÁÒþþÏûþ½þ÷þÏ+þ½þÓþ½þ+þÎþ£þÈþîþû\\þ³þÀÒþAþû\\þ´þÓþ¼þ»þþûþêþ¾þÎûþÊaþÍþÎûþ˯þû\\þ·þÌûþþÎûþÉþTþÉþîþû\\þ¶Xþ©þÌþDþÓþ¼)þÎûþÈþTþÊþîþû\\þµþÎûþÈ|þû\\þ´þûþêþ¿þÎûþËþÍþøþË©þû\\þ³MþÍþ=þÍþ&þÍþÉþÎûþÈþTþÏûþ¼-þÓþØþÙþÚ þþFûþ \nûþþþØ+þ¼MþûþÀÓþ³þûþÁÓZþSþûþ±þÇþØþÙþÚþ²âþØþþ&þÔþØ þbþ þØûþ\rÝþØûþÙþ³Íþ¶Íþ·©þ þØþªþ þØþÊþ´Íþµ©þ þØþªþ þØþÑþ þØûþ Ëþ¸Íþ¹©þ þØûþ\\þ þØûþÝþÂÒþþ þÂÎþ§þÕþ(ûþ ¶þLþÕ$þ>þþÄqþ þ¥þ þÄþ þ¦þ;þûþÂÐþþ þ)þÖþþòþÖþØ þþ¨ûþ¤þûþLûþ!þûþ 2þþàþûþ«þ×þþû÷ûþ þÃRþûþyþØ&þ×þØþØûþ§þØûþ¢þ<þcþþØþÒþ³þØþþØþÒþ´þØþþØþÒþµþØþþØþÒþ¶þØþþØþÒþ·þØþþØþÒþ¸þØþþØþÒþ¹þØþþØþÒþºþØþ¹þ¤þÕþ &þAþgþgQûþgþæqþgIVOþ ÝþgJþ±þi(þ þûþþþ\rþþþ QGþþþGþ_þûþþþ\rþþþþEþÖþBþg þ_þûþþþ\rþþþþFþÖþCþg þjþgOþ}þ®þþêþyjþgOþEþ þgþDþg þjþgOþ}þ®þþ¸QþQHþgþGþg)þ þgþEþgþhGþgþFþga þgþGþg þlþgOþ}þþylþgOþEþ þgþHþg þlþgOþ}þþ Kþg)þ þgþIþgþg\\þ-QþI`þIPßþþ÷jþþHþþ Ñjûöþ{þûþgZ3þjþþ<þûþþþ\rþþþþûþþ #þþþva,þ6þaþ0þMþgþåQ¨ûþg[Ýþg]ÉþJþgNTþgþgUþFþgUVbþKþgNEþgþLþgNFþgþMþg þdþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgþ#þNþg þdþûþþþ\rþþ6þûþþcþgþþþþ-þOþg þdþûþþþ\rþþþþEþg&þPþg þdþûþþþ\rþþþþFþg&þQþgþgUV@þgU²þRþgþgUxþeþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUÊþSþg þeþûþþþ\rþþ6þûþþcþgþþþþ-þTþg þeþûþþþ\rþþþþEþg&þUþg þeþûþþþ\rþþþþFþg&þVþgþgUûþ ãþgU¶NTþgþgUþ_TþgþWþg þNcþgþ1Nûþþ_cþgþ1_ûþþXþgNEþg5_EþgþYþgþgUûþ3þfþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgU²þZþg þfþûþþþ\rþþ6þûþþcþgþþþþ-þ[þg þfþûþþþ\rþþþþEþg&þ\\þg þfþûþþþ\rþþþþFþg&þ]þgþgUþßþgUVg5hTþgþ^þg þhcþgþ1hûþþ_þghEþgþ`þghFþgþaþgþgUûþÖOOTþg)þgUþ\"þiþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþbþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þcþgrOGVO)þvû Eûþlþgþdþg þ_þûþþþ\rþþþþTþg&þeþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þfþgþgUþYþfþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgU²þgþg þfþûþþþ\rþþ6þûþþcþgþþþþ-þhþg þfþûþþþ\rþþþþEþg&þiþg þfþûþþþ\rþþþþFþg&þjþgþgUþ0NTþgþkþg þNcþgþ1NûþþlþgNEþgþmþgNFþgþnþgþgUþFþgUxþ_þûþþþ\rþþþþTþg)þgUþªþgUûþ9þgU¶OTþgþgUèþgUxþnþûþþþ\rþþþþTþg)þgUþªþgUûþÌþgUxþoþûþþþ\rþþþþTþg)þgUÊþoþg þ_þûþþþ\rþþ6þûþþcþgþþþþuþnþûþþþ\rþþ6þûþþcþgþþþþuþoþûþþþ\rþþ6þûþþcþgþþþþ-þpþg þ_þûþþþ\rþþþþEþgåOEþg\"þnþûþþþ\rþþþþEþgnþoþûþþþ\rþþþþEþg&þqþg þ_þûþþþ\rþþþþFþgåOFþg\"þnþûþþþ\rþþþþFþgnþoþûþþþ\rþþþþFþg&þrþgþgUVgþgUþ3@Tþgþsþg þ@cþgþ1@ûþþtþg@Eþgþuþg@FþgþvþgÔþwþgþgUþFþgUxþ_þûþþþ\rþþþþTþg)þgUþªþgUûþ9þgU¶OTþgþgUèþgUxþnþûþþþ\rþþþþTþg)þgUÊþxþg þ_þûþþþ\rþþ6þûþþcþgþþþþuþnþûþþþ\rþþ6þûþþcþgþþþþ-þyþg þ_þûþþþ\rþþþþEþgåOEþg\"þnþûþþþ\rþþþþEþg&þzþg þ_þûþþþ\rþþþþFþgåOFþg\"þnþûþþþ\rþþþþFþg&þ{þg^TþgþgUþ3_Tþgþ|þg þ_cþgþ1_ûþþ}þgþgUûþ3^^Tþg)þgU²þ~þgþgUûþãNTþgþgUþ­þ_þûþþþ\rþþþþTþg&þþg þNcþgþ1Nûþþ_þûþþþ\rþþ6þûþþcþgþþþþ-þ þgNEþg\"þ_þûþþþ\rþþþþEþg&þ¡þgNFþg\"þ_þûþþþ\rþþþþFþg&þ¢þgNEþgþ£þgNFþgþ¤þgþgUûþO@@Tþg)þgU²þ¥þgr@ þ@cþgþ1@ûþ-þ¦þgr@@Eþg&þ§þgr@@Fþg&þ¨þgOTþgþgUþ @Tþgþ©þg þ@cþgþ1@ûþþªþgþgUþ(þgU¶TþgþgUþ\npTþgþgUþ_Tþgþ«þg þcþgþ1ûþþpcþgþ1pûþþ_cþgþ1_ûþþ¬þgEþg5pEþg5_Eþgþ­þgFþg5pFþg5_Fþgþ®þgþgUV@þ¯þgþgUV@þ°þgþgUûþÖOOTþg)þgUþ\"þiþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþ±þg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þ²þgþgUûþ\r#þgU²þ³þgþgUxþ_þûþþþ\rþþþþTþg)þgUÊþ´þg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þµþg þ_þûþþþ\rþþþþEþg&þ¶þg þ_þûþþþ\rþþþþFþg&þ·þgþgUûþ\rp@@Tþg)þgU²þ¸þgr@ þ@cþgþ1@ûþ-þ¹þgr@@Eþg&þºþgr@@Fþg&þ»þgþgUV@þ¼þgNTþgþgUþ\"þRþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUþéþ½þgNEþg\"þRþûþþþ\rþþþþEþg&þ¾þgþgUþ0NTþgþgUþ\"þRþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUþéþ¿þgNEþg\"þRþûþþþ\rþþþþEþg&þÀþgNFþg\"þRþûþþþ\rþþþþFþg&þÁþgþgU²þÂþgþgUûþâþgU¶NTþgþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþÃþg þNcþgþ1Nûþþ_þûþþþ\rþþ6þûþþcþgþþþþ-þÄþgNEþg\"þ_þûþþþ\rþþþþEþg&þÅþgNFþg\"þ_þûþþþ\rþþþþFþg&þÆþgþgUûþ±þgU¶rTþgþgUþ_TþgþÇþg þrcþgþ1rûþþ_cþgþ1_ûþþÈþgrEþg5_EþgþÉþgrFþg5_FþgþÊþgNTþgþgU²þËþg þNcþgþ1NûþþÌþgNEþgþÍþgNFþgþÎþgþgUþFþgUxþ_þûþþþ\rþþþþTþg)þgUþªþgUûþÌþgUxþoþûþþþ\rþþþþTþg)þgUÊþÏþg þ_þûþþþ\rþþ6þûþþcþgþþþþuþoþûþþþ\rþþ6þûþþcþgþþþþ-þÐþg þ_þûþþþ\rþþþþEþgnþoþûþþþ\rþþþþEþg&þÑþg þ_þûþþþ\rþþþþFþgnþoþûþþþ\rþþþþFþg&þÒþgrTþgþgUþ:sTþgþgUþ3tTþgþÓþg þrcþgþ1rûþþscþgþ1sûþþtcþgþ1tûþþÔþgrEþg5sEþg5tEþgþÕþgrFþg5sFþg5tFþgþÖþgþgUþ(þgUþ\n%Tþg)þgUþÅrrTþg)þgUþÅuuTþg)þgUþ_Tþgþ×þgr þcþgþ1ûþþ#r þrcþgþ1rûþþ#u þucþgþ1uûþuþ_cþgþ1_ûþþØþgrEþgùrrEþgùuuEþgå_EþgþÙþgrFþgùrrFþgùuuFþgå_FþgþÚþgþgUþ\"þiþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþÛþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þÜþgvTþgþgUVV5wTþgþÝþgvEþg5wEþgþÞþgvFþg5wFþgþßþgþgUþYþfþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgþ#þàþg þfþûþþþ\rþþ6þûþþcþgþþþþ-þáþg þfþûþþþ\rþþþþEþg&þâþg þfþûþþþ\rþþþþFþg&þãþgþgUþùþgU¶rTþgþgUþ_Tþgþäþg þrcþgþ1rûþþ_cþgþ1_ûþþåþgrEþg5_EþgþæþgrFþg5_FþgþçþgvTþgþgUVV5wTþgþèþg þvcþgþ1vûþþwcþgþ1wûþþéþgvEþg5wEþgþêþgvFþg5wFþgþëþgþgUûþáþgUþ­þ_þûþþþ\rþþþþTþg&þìþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þíþg þ_þûþþþ\rþþþþEþg&þîþg þ_þûþþþ\rþþþþFþg&þïþgþgUV@þðþgþgUþùþgU¶rTþgþgUþ_TþgþgUûþ\ntTþgþñþg þrcþgþ1rûþþ_cþgþ1_ûþþtcþgþ1tûþþòþgrEþg5_Eþg5tEþgþóþgrFþg5_Fþg5tFþgþôþgþgUþsþgUVg5hTþgþõþg þhcþgþ1hûþþöþghEþgþ÷þghFþgþøþgþgU¶NTþgþgUþéþùþg þNcþgþ1NûþþúþgNEþgþ\x00þgNFþgþþgþgUûþ ·^^Tþg)þgU²þþgNTþgþgUþ ùbTþgþgUþUþþgNEþg5bEþgþþgNFþg5bFþgþþgNEþgþþgNFþgþþgOTþgþþgÔþ þgþgUþ\nÒ_TþgþgUûþ±þgU¶rTþgþgUèþgU²þ\nþg þ_cþgþ1_ûþþrcþgþ1rûþþ þg_Eþg5rEþgþ þg_Fþg5rFþgþ\rþgþgUþ\rdþxþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUþUþþg þxþûþþþ\rþþ6þûþþcþgþþþþ-þþg þxþûþþþ\rþþþþEþg&þþg þxþûþþþ\rþþþþFþg&þþg þgþÛþþYþbþ@þg\'þþ<þSþ<ûþçþ¹-þ%ûþ ºþþgþhþiþg?þhþþiþ{þûþuûþ;þg\'þiþIþh\'þiþIþh\'þiþ6þìþþg\'þhÛþiþþgþh2þëþ1þ<þìþÜþìþ «þ<þìþ oþ<þíþGþ<þíþgþëþþìþ bþþg þgþÛþþYþ/þ@þg\'þþ<ûþ öþ<ûªûþ\n þ¹-þ%ûþNþþgþhþiþg?þhþþiþ{þûþuûþ;þg\'þiþIþh\'þiþIþh\'þiþ6þìþþg@þg\'þhÛþiþ þgþhþgþÈþhþ\nþëþhïþgþ!<þìþÜþìþ Oþ\"<þìþZþ#<þíþ þ$þÍþíþgþëþþìþðþ%¹ûþþfûûþ\r*ûþÜþþ ;9:ûþ ¸9:ûþ´9:ûþÀ9:ûþ B9:ûþø9:ûþÜþþØþÙþÚþôþ DþØûþ(þØþÙþfþØþÙþÚmûþþþþþùþúþþþgþhþiþþþ\nþ©þ¨þ þ þ§þþþþþþþþ¤þ¥þ¦þ þ\rþ.þy@þmûþ£Úþ Âþ¢Ôþ¡Ïþnþoþq#þr%þpþu1þs\'þt)þx9þv3þw6þ|PþzJþ{Lþ}»þ~¿þÁþ¯þHHRþþaþsÈ¡þaþQþþwþþQþ@FþþOþþQþÓþþ;þ*þQþUþÖþþ_þ\x00þ/þQþ þQþþq|sÂþîãþþdíþþaþ/ùþæþþ]ôþ»þìþþôþäìþþôìþþôþþþ þQ\nþQͬñþVþWþ3!þQþ1þ\nþþ#þQþþP÷<þQÅðþöþQfþÆ`þñþoþþ+þ¡þ0þVþ!þþZþñþ@þEþBØþçþKþOþ ãþþQþcþãþQÍþÀþ©þTÝþQþjþþQþ\rþþÚ0þQþþQþP2þàñþQþWÖþQþ@þrçñþ\rþJþQþ?þ\nñþ\rþJþQþ­þÐþQþ[þ²þ¹þQ1þ£ñV¨ñ¯ûÁñ$6­ñO¦@ñ¿µæþrþËþþWªþêPñþJþ·ñ&þþÅñþdþèñþ zñ¤þÌþþSmþQ^þ\\þQÍþÞMþQþ6þ8þHþá¢ñþþWþþ&þåþQþ6þþQþfþþYþQþþSþþlþ þQþþþþQþ=þ_þ¨¸þøþÂþÏþKþþN×±þþßÙþ °þ&ñ§þþÈþ&ñþ]þDdþvvþ0þþÔäþ®þÝW½þX«âþ&ñþ]þ.þgþ&ñþ]þ\'þ¡îAþ·þ`þA´;þ®þ&þ!þ¼ñ}þIþ¡þCyþR{þañÛþ\"þJþ¡þW»þ.¶þþþ÷þtþ$þ3þ(þ¡þí(Éñþɺþ ñþM\"QÐñow>ÐñoþöþþUþþþkþ+þQpþþ^þ[þQhþrþAþµþùþXþþQÍþÙþ¤þAþÌþGþ¡þ´Eþgpþþ¥þI8þiþþ`þQþhþþ9þÑþQpþþ,YþQeþ(ëþQþ\nëþQéþ¡?þ,þ4þQþþ«þ^ñþÊþWúþQþ~þ KþÛþQþ}þþ\'Cþá¹þLþ7xÕþ þ þ¡þ%³þþ2:þRÔþ5þptXþ²,þ>êIþQòqþQþ+þQþþ#þþQþEñþnþQþEñþBþºþQþEþÒþQþ=óþ=þLþõõþ¡þÊiþ-%þQ4þþQþEdÜþ-ñþDÓþ\\þÄþ¡þþþmþQþ~þëþQDþQþEþþQþþ¶þþþMþ þQ¼þþ\'þQ)þ¬¾£þcþþìþQþ:¾þz¥þÁþéþQÍ þyìZkñþþ5þñTïþbñþßþúñþÒþOÆñþ©þWj!þQþ§JþQþ<þQþèLþQþ6þQþ¯ñþþQBþþþQþâþÃþQþØþ4þ&þ¡þTþ1þ¢þ$þþ&7þ[ñþ>þþþþ*þ\\þQÍþ:þCþ¡þÇþQËþQþQnþÑþQþ°þ<þ¾þFþ¡þðþuþQÃþÎþQþ8þþïþþQþ/þþ-þ³þQ=þ\"lþ½\\ñÏþWþNþQþ%þQþ¿þ?þ\x00añþÇþ±þA þªþGþuþ7U]þ5þ×þQþ¸þÜ9ø\rGþþ3þ¦Úþòþ{ þþ3þxþQþ¸þÜàþþQþ9þ|ñþ;þþþFþåþZÞþÍS*þeþQþ2þ)ñþÕbþQcþQÍþ)!þQNþ?þóìþ¡ÄÎ #þQþ¸rþQþb_þYÀþ.þQûþeþþ: þûäþ@þ%þ6þ\'þ6þ)þ=þûþþ ~ ä þgûþkþgþçþgþÑþþ Oþùþ k ð ûþþþ\nfþùþqKþ¤ûûþ þ¤¥ûçûþmþ þþ¤ûûþbûçûþÀþ þþ¤ûûþ 9ûçûþ 2þ þþ¤ûûþ\n!ûçûþþ þÅþ.þÁþ $þtþ¤Qþ+þ/Çþ/ûþ(þ/þ-ûIþWþ.7Igþ-þäþ¤þôþúþ îþ;þûþ /þ ûþ`ûþ Bþg þûû\nþÏ =û\nþþ>þ fþþûþþ =\n þàþgþÎ þYWþþ\rþX,þþþþXûzþ)þûþþowû£þ¤þ\nûûþ\rhþûûþ½þþþ\"þûþrþûþ[ó=þx=þþþþûþáþûþùþÎ=þOþþþèKKþûþùUþþLþùUþþZûþ þ\nDûþ¾þûþÌþ¥þþHþûþ°ûþ+þNûþ7þþþþ\rþ,þ¡þSû9þþþªþþ\ntþ;þûþùJûþ? þûûþ^=þþþ\n¢ =û\nþþ>þðþùþjWþþ\rþ¤Ðþþûþ¤þ0þ¥þ«ãþûþåþùþ¯ þûþ4%þ4 þþþùBþ  þûþgûþòþgûþ% þ ûÛþþ\n =ûþûþ(þKþûþùþ\røþþùoûþ¿þþùþwþ;þt-%-þïûþ¡#Wþþ\rþ ,þþûþ þQþûþ ¯þ þûþ <þûþ\rkþ þûþ9\rþ\x00þ¥¼þûþ\rßþfKþûûþ^þûþûþ þûþ,±þ\r±þ±þ±þùUûþïþùþ û\nþûþþùþ\x00þùUûþ\n§þùþþùUûþ}þùþôþùUûþæþùþ3þùUûþ}!û\nþûþõþùþ³þùþ\rlþû-(þþ hþùþ\nìþþþ ²ûþ\x00ûþ ûþWþþ§þùUûþÃþùUûþ¯ûþòþùþõûþ\rQþþ Èþûþ\nѳþ ÷þùUûþ·þùþ û\nþûþ\n±þùþ1þùþÈûþñþñûþþñûþ >ûþMþ×ûþM·ûþ*ûþ Kþùþûþûþ\n7þÆûþËûþ  þÆûþ þÆûþ`$þ§ûþÝþSûþìþùþ ¬þùUûþ\rþùþÂþùUûþþùþ óþùUûþEþùþi û\nþûþIþùþ\räþûûþ Lþþûþ$þùþ\rûþW±þªþùþ\n±þ þ;³þgKþþþùþþþþþùþnþþþþùþVþ þþ\r´þ ;þ¤þ¥þÅþþáþþ ïYWþ?þþ°þ¡þ½þþþ¦þþþþNûþðþþ\rþþþ\r¾þþþNþûþ\nþþNþþ¼ûþþþNþþ åþþNþþþþNþþ7þþþNþþºþþþþþ äþûþgûþºþûþó Fûíþ\rRþûþ#\rþùoþgÝþh\\`þ lþûÅþ³þûmûþ¯þþJIgþþûþùþ\x00 þþþùBþþ¤ûþùJûþD Fûþ)úR#Kþûþ,ûkþgþþ\rþg/ûþÕþûìþþZþh4þg/þhþuþUþëþ; þû\nþþpþ^þþ»þûþþÂþþ\\OþþþþùþÁþþûþ\rfþúþ Dþûþìþûþ;þûþ Þûþkþyþ¸þ;þùþ «þùþoKþûûþûþ\nEþûþ/ûìþûþ¹ûþûþ1þþAûþÝþSûþìþûþ *û÷ûþ\rvþûþþþûþjþ|ûþþhûþ$ûþÁþþGûþ®þ@ûþ¿þþÊþþþ &ûþ\x00ûþ ûþWþþWþþ ®þþÝþbþùþöþû$þûmûþ þûþOþ\nûþùþ.þþþ þûþûþ\rþîþ~þþq þþþùBøþùþÓþùþ Oþþþ\rXþûþþùþûûþ\r,þtþ%þþ\nXþîþ Îþgþâþþî0þþùþFþIûþùþIûþ÷þIûþ ±þþþþ þ;ûþnþ¢Oþþþ.þtþþó ÐN,Pþþùþ\rÌOþþþ\'èq þû#þ-%-þ\n#þ\x00ûþþûõþ=þ¤ ûþþ þûþû\\ûþDþFþg0þùþ\ræþp þû¬(\rþþþùBþþ0ûdþþûäþªïûï%þ=âþþ¬ûþ <-Wþ¥þþ@þûþûöþ}þþþþþ þþ/ûþ\n=þ/ûþøþûþþþ 1þ/ûþ@þ þþaþùþ tþø þþþùBæþþ Fûþþ(R þþþùBþþþþ ûþùJûþD þûûþ^þþþûþûíþ:íþ0þûþ\r4Wþþ\rþ,þþnþQþþþ4þO þþþdþþÌþþ þh ûþ sþûþþ]þùþ®þûþgûþ0þþ\n<þþþ þûþùUûþ­=ñþùþÎþþòþûûþ þûþùUûþÙ²þòþùþôþûþùþ§ þþ]þ\nc±²þ4ûþÆþu Fûþò\rþþþùBÒûþDþ$^þþëþ\nûþùJûþª þûûþûþqþgûþgþá FûþJþ RþþU þþþùþþ, þûþùþ vðþgþ þþþùBþOþþþöþùþ Üþûûþ¿ þûþùUûþ9þþþûþ\"þ/ûIþûþûdþhþùþ[þgþ þiþþùþ þPûþùþ\nïûþ e þûþû\\ûþøþûþó7þFûþBûþ\rëûþ Ïûþ¬ûþÍûþ\n{ûþ ºûþìûþ>ûþhûþ<ûþ\r¼ûþlþþ ³ûþ\nÜþþRþ kþ÷þþ¤þ mþûûþàûþ!ûþ uþ¥þ?þþ þû\n­þùJûþkþþ rþÇþûIZ þQþTþþ gþùJûþúþùJûþnþùoûþÛ«þûþqþûûþ»ûþ3þûûþ»ûþÜþ¦þþþþ¦ûþ\nÍþ}þ¦ûþ 3þ¦ûþÁþ~þþ§þ\r þãþ\nxþã¹þ¦ûþZþû%û\nþ¦ûþþûþßþò[þ§þEþ¨þ©Dþúþõþ§þrþòþô û\nþôûþ zþúþ/þôþaþúþBþØ þûþ¥ûþþØPþûþMþþþþûþûþ\rþ%þ¤þþ\rÐ û\nþØûþ !þ©ûþùþ®þþûþùJûþ\rõþ©þ/«þ©Äþ©þUþùoûþ0«þ©þþ©þyþ%þþþùoûþ0«þ©þ* û\nþØûþ³þ¨ûþùþ®þþûþùJûþÓþ¨þ/«þ¨Äþ¨þUþùoûþË«þ¨þþ¨þyþ%þþþùoûþË«þ¨þ øþ;þûûþÍþùUûþ\rjûþ þ þû0\'þ\'Xþþúþþûþ,=þûþ ¬)*&+þ4 ð ûþþþ þùþiûþ\nÂ)þ±þ(ûþþûçûþþþ\r³ûþ êþûçûþ Õþ!þ ãþ; Fûþßþ&R/ûþhþþþ¥þþ/ þ ûàþûþ\x00 þþ¬þ  þùþiûþ eþ HñIþ/^ þûDþûdþ^þþèþûþþ\\ FûþþRþûþùJûþ?þûþ þþþùBþ%þþgþ þûþùUûþ þûûþûþ\nF\rþþ ûìþûþ?þûþÁþûþþ=íû\nþ0þwþùþ`þgþûþ þûþûdþùþ- þþþùBþþþäþtþPOþþø þûûþ÷ûþ þUû þ û%û\nþ þTþûûþ Fûíþnþh Eþh^þûþá þ Fûþ\nûþõûþuûþËëFþgûþeþgûþþgûþñþùoûþùþþSûûþ þùþiûþ¶þþ¬ þûûÃûþ $)þûþ\rþ^ûþîþ^ûþùþz)þûûþþûþtþþ¤ûþúþþ¤ûþûþkþ{þ<þ;þûþþmþþ GþÑ :ûþ þùþdéqþ\r¥þgþ0þgþÞþ!$?þþ Þþ?þ\rûþ0³þ+þûþ\nþþ¬ þûþgûþ°þþûþþdûþ£þãþ; þûþû\\ûþëOþþþKþûþùJûþþþûþ0þ þþùoûþ¿þþKþ;þþ\n¶þ ûþûþjþðûþþþ þû\'ûþwþþgþhþPûãþþþûþùJûþ?þûþùþÐþþN1KþûÞþ\\`þ\rnþþ|þûþþþ4Eþûþ1þEþû_þûþJgþþÆþEþûþûþîþ;þþ¤ Fûþoòþûþ Fûþ´ùRþûI þûþþ/aKþûûªûþ½þþûþvþûþáþûþ ¡þûþûþíþûûþNþûþ\nþûþ ûþ\rþûþ²ûþ\nbþûþLþûþ²ûþtþûþ»þþ þûþ²ûþþûþ»þþöþû«ãþûþ5þùoûþþ.þþ þ;þvþûþþÎèþ¥bþþ=þþb þûþùJþgPþþûþùþþgþÙþþùþ ìþ þ) Fûþ,þ R þûâþgUþg^þûLþûþ4þgûþZþ4þgûþ\rÉþ 4þgûþZþûþðþ+þ þ%þþþùþ\rEþ!þûûþiþûûþ\x00þFûþåûþ\nûþ\n[þûÅþ³÷þJIgõþ¤ûÜûþ ¾þN\'ûþ Wþ\'þIþ\rþNþÞ þûþX þXþ\nþXþ á þùþiûþ\r«þ¤ûþûþuþûþ\rþþûþþe þtþþh/åq þûþ+þ,/þþþ þWûþvWþiûþiþþi\rþgÐþiþ §þgþi§þhHþi Fûíþ¡´þþû±þ.ûþ ð ûþþsþ\"þûþgþ\"Kþûþ\nNþþûþûþjþûþûþèþûþþûþ´þþôþûûþþþõûþuþ£ þûþûdþòþõûIþW þþ¬þçq þû«ãþ¥þ:þùþþûþ þ¤baKþþþ\rìûþrþ¤ûûþ?þ¤Èûþûþþ¤ûÜûþ\rZwû£þ¤þ ûþ¤ûþ £þ\nûþ ûþIþ ûþ ûþPþþ\rþÐþþ ÈûþÚþþQþ\n4þ ûþÇþ 4þ ûþ×þ þþþGþùþñþþáwû¼þ¤}þ ;#Wþþ\rþ,þþûþþQþûþ»þ þûþÏþûþþ þûþ å\r=þñ\'«þûdþþ ^þûþgþµþûþùJûþ þûäþ\rþûþþAþþ\nÄ þhû%û\nþhþT þûÎþþþfþþgþ =þÏûþþþ\ro þ¤ûÜûþ ¢ Fûíþt þ>þþþOþþþkþObCKþû¬þùJûþ\r`þþþUþþþþþ\r^þþþêþþþþþ×þû¬þùJûþªþþþUþþþþþ µþþþêþþþþþ ©þ ;Wþþ\rþîþ+þþþþ þE þþþùBå\rþùJûþ³þgM«ãþgþ \rþÅþ þØþ\nþAþûþûþ [þûþqþûþñþûþgûþe þ ûEþûdþ^þûþþ/þð &û&þ\nàþùþ =þùþþiTþgþÖþhTþg^=þPOþþþ¬=þþ µþþ I þûþùUûþéþûþ\x00þ=ä þgûþL þûÜþþùþ.þ^ þûûþ^´þqîþþ þû¬\'û\nþþØêqþûþ4þþ\n«þ4þþÄþ4þþmþûþo þþþùBþ\'þþ þ÷þ âûþ¡ûþmûþµûþ¡ûþmûþ\nÙ Kþ[ûþùþ\ngþþ[þ þûþþþºþïþûþúþ .=þûþ¥þþJþTþ\x00þ öþûþgûþ¢þþ\n þû\\`þ¨=þûþ\rØþûþ þûþ\n¿þPþûûþ{þPþ·þùþ [Wþþ\rþ,þFþþÆþ)Wþþ\rþ ,þþ þúþMþ þþ \\þûþ4þ¤ûû\nþ¤Xþûdâþ¤þ (þû\nÅþ|þûþûñ4þ ûþgûþZþþeþþ¤þTûþxþ|þûþU\rþûûþ+ûþ9þþ >þþXþRþûþùJûþþþíëþÊþûûþ dþûþTþ\x00Wþ þ \rþîþ+þ þþ þ þE)û)sþþþþó=ûþNþæqþþ\ryþû--þð þþþùBèþóûþþXKþ¥bþûûþ{þûûþ\n$þûþ¤ûþ þ¤ûþrþ¤ûþÉþþûþXþ¤ûþêþ¤ûþÉþþ¤ûþ(þûþ\'þûþ\r¬þûþ¤ûþ ¸þ ûþ¤ûþnþ¤ûþbþ¤ûþlþ þþ¤ûþPþ þ\nûþ¤ûþnþ¤ûþ\nþ¤ûþlþ\nþþ¤ûþPþ\nþ¤ûþþþ þ¤ûþþþ\nþ¤ûþ Üþþ¤ûþrþþûþ\nTþ¤ûþ~þûþKþûþ²þ¤ûþ¶þûþ\rUþ¤ûþóþûþþ¤ûþ âþûþ\n]þûþ¦þ¤ûþ2þ¤ûþ :þûþ ¼þ¤ûþ °þ¤ûþ Æþûþæþ¤ûþLþ¥ þ¤þÑûþTþúþþúþ\"þ¤þ¤ûþ5þ Fþ¤ûþ þ¤ûþ\naþ Fþ¤ûþþ¤ûþsþ¤ûþ «þ¤ûþMþ¤ûþ Uþ¤ûþ ëþ\rþ\r\rþ ,þ\rþ Rþþ\rþ ,þþûþ¤ûþ\rþ þ\rÆþ þþ4þ¥ þûþõþûþ Ïþûþ 5þ; þÅþþþþ0þþþþþþûûþ\nÖþûIþþùþ \"þûþùþ Áþ þþþùBþ)þûþqþþ°þIþþ ©/Oþþþéþ¤Èþþ\nlþûþùþ^þûþùþØþgWþþ\rþ ,þþ þ\nþ þþÕûþºþ þ\nþ þþ¿ þ¦ûûþþmþMþ þ\'þ þþþ wûþ þþ ûÒûþþ.þtþ/MIgþ-þ\'þûþûþ ¥þbþ.ûþþ¤ûûþ? þ\nûàþûþ Cþûþùþúþ þ þ¤FþWþþl0þþ`Kþ\nû¬þ\nþ\nþêþþþ\nþþ\r<þùoûþfþ ;þ øû\n÷þÎö þûþû\\ûþc þû?N,^=þ¤þûþhþûþþðþþ\rÚ þgûÒûþDþgþþ. þûâ\\Vþn þþþùBé þþ^þ Fûíòþûþþùþ æ Fûþyþ*R þûþùUûþYþûþhþ/ûþWþþþÊþþþþðþþ0þþþAþþþwû¼þ¤ îûîþ\n3 gþþæWþþ\rþh,þ¡þgþhþþ\n×þ# FûþJþRþûþþ #þ Fûþ;òþ þþB þû-+%-þïþûþùþ\nV =þgûþmþhþiþþþgþûþþ%þþ.ûþùþ þgþþþùþQþùþñþþ Aþ¤ûû\nþþIþÜþM\'ûþØþùþ4þûþ4þ4þ 4Eþûþþ\rIþû û\nûþÂþþþ þûþ³þûþóûþ£þ\'ûþ0þûþéþþ\rÄ- ûþÜþûþqþùþ\n(þ÷þ pþ÷þtûþ|ûþ\n¬þ;þþ¤=þSþgþûþ.49Kþûûþ>þû«ûþ9þûûþ>þû«þgþû«þûþ9þûþûþÀþûþ °þûþÀþûþpþþþ \" =þþFþ Åþþ 1ûþ þþþûþûþA%Wþþ\rþgûþYþþûþgûþ\rþ0ä þûþ2þûþCþûþ þûþþÅþþ þûÆ þþþùBçþûþþþ\\þþþ Íþþþzþþþ\' Fûþèþ  Kþûûþ Kþ;þûþgûþ Tþþ \rþû¡%%à%þô þûþûþeþîþÁþûþþg0ä þgûþ6þgûþ·þgþçþgþÑ KþXûþùþ-þg}þÇ=þûþ[áþVû=þþÁþþþþQþû-Oþþþ ÔþFûþ´ûþ)ûþJûþûþJûþjûþ,ûþûþßûþ ? þûÒûþIgìþëþþþþïþ0þlþû]þ þþgþþ ûâþ.þ é ûâþ/þ¯þûþþîþãþû-þïþûì4þùþQþRûþ¦ Fûþjþ\nRþþþ\rþûþqþþk þhûþhûd^JþnþGþþ þùþ¡þûþþ¢ûþÏKþûûªûþóþ¤ûþûþûþfþûþûþæþÇWþ?þ\rþþ\rqûþ ^þþ þûþïþþ¼þþþ+ þþþùBþ=þgþûþùþ hþþ­þ×þ fþ ûûþÊþþ þg ûþ=þùþ kþûþ\"4=þO þûþû\\ûþwþûþþôþùþ ¸þþþþþúþ\x00þþþØþÙ þêþëþìþíþîþþþþþþþþè4þé8þç#þæþâ\rþÞûþäþßþàþã%þåþáç\'!\'Ml-dS88P8 8B3>8`8D@888#8w8=898mL:$v8.8WY8Uh8o]nq[T8;(nEf8<8I8I8?87#lk^RXb*\"\raO!%{JtlK\rjEK88VAAN~8_ \\x}nrZ/\"rp,QsyxFn)Ze\"2)8C8688 8 \"Km|K&8H0c8un1Ez8u8ûG\ni54g+8û þêûûþ òûþÎþ+ûþ±þ Mþ¤þ¥ûþzþ,þîbþ$ þ\"û\nþØûþ DþÞãþ;þãþ 9þ/ûþþí?OþþþËþtþ¤0þ+ûþþtþ%þþÛþûþúþþþúþ/þØþ\rûþúOþþþWþþ\rþ,þþûþþ0þûþ¤ûþ Kþþ¥ þþúþ\"þ)þ¥qþûþúþþØ þêûþÂþêûþ«þæìûI þûþ©þ/«þ©þûþ+þ/þþ+þ\x00þ¥þØ)û\nþÂþiþØþþæûþ\rNþûþ¤ûþ5þØþþ©þ4iþ ûþ\n\"þþ þ¥ þþaþûþùJûþ #KþûþùJûþäþþûûÃþNþþDþûþûþìþùþñþûþ4ûþæþ;Oþþþä þû%û\nþØþÇþûþ/þÞþúþ þØþÙþZþÙ¥þØþLþØûöþÙ}þþ\n®þûþOþþþ¬þûþØvOþþþkþ.7Igþ-þþ  þûþØûþ\ríûþ\rG þùoûþË«þ¨^þûþþþ¤b þû û\nþØûþMþSþ¦þùþ-þßþûþ©þ5þêþIþ¤þØþtþ%þþÛWþþ\rþþ 4þþûþúþ þþþþ¡þþ)ûþ þéûþtþè þ¦ûþ ­þØþäþåþþGþùþIþttþ#ûþØûþ\r·AKþþþþ\rþØ,þþûþØþ0þûþûþ ñþþ þþ  þû«ãþ^þûþ%þ(þ¤ þþþ·þ®þ¤fþþ¤ûþþùoûþ ðþ¤þ<þ;þgþ~ =þúþ gþþþþé\rKþûYþØVþ þãþ;þÞÏþþaþûþûþØûþÔÏþþþûþ¨þ¶þëþì× þêûûªûþ°þúþ %þØþ¤þ¥ûþxþûþùþGþûþ¥þ\r{þþûþûþzþþËþûþ¤ûþÁþ¨ûþùþ®þþwû¼þ¤=þùþlþ¨ þ¤ûþ¤Mþ¤þ³þùþlþ¨þûþ¥ûþþØPþûþMþþ¢þþþþûþ0þ8#þgþþ\rþ¥Ðþþûþ¤þ0þû«ãþûþ þ¥þþôþþUþ ±þ;þþkþÏþ©ûþùþ®þþûþþ oþû þû û\nþØûþÈþÞþØþÙþ þþ þ¤þTûþzþáþûþwû£þê þûûÃûþuþûþ¨þ5 þ$û\nþØûþ·Wþþ\rþ¤,þþûþ¤þ0þÝ þ¥ûþ¥þ÷þàÏûþ4þçþ¤þTûþzþâþtþ%þþ Oþþþöþ-ûIOþþøþûlgþgþþ¬þVË þùoûþ0«þ©^þûþùJûþ þûþþûûþCuËþgþ£Oþþþè þûþ¨þ/«þ¨þ¤ þØþ,þøþûþ©þ¶ þtþ%þ¤þ0þþþþþ\x00þþþþïþðþñþþþòû>\n$ %)#\r,\' .,, ! û&,(\"+*,-û/ þþ =þíþ ù :ûþÏþG þûûþ2þî=þþSû£þë þëþIûþÐûþ2þþ×þûþ¦ûþ\rMþ,qþ,ûþï Kþùoûþ¿þïþùþþ;þþÈþûþßþòþþþ¤þ¥ûþzþ,þþ m þ,ûûþþ,þíþ,þ\r(þìþï0\rþþGûþ Tûþ4ûþ aûþ4ûþ¶þîbþtþëþûþPþðþùþ¤ûþ\nBþPþî þþûþþïþ,û\nþïþúþõþPûþùþÍþûþÒþþìþþñþ§qþêþ;û¼þê þêûþÂþêûþEþëþIûþþëÈûþ\rRûþ þ¤ûþ¥ûOþþþ¬þûþê þû%û\nþ¦ûþþø þëûûªûþ Xþûþþûþìþï0Oþþøþþð þûþ§þEþ¨þ©þþþþþûþþþôûûûûOþþþþúþ/þôþG þû û\nþôûþ'; +$_ts=window['$_ts'];if(!$_ts)$_ts={};$_ts.scj=[];$_ts['dfe1675']='þþ+þöþ÷þ-þÿ£©=ÿ[ÿ(ÿ,ÿ.ÿ;ÿÿ);ÿ){ÿ){var ÿ[6]](ÿ[8]].ÿ===ÿ<ÿ=0;ÿ;}function ÿ;var ÿ);}function ÿ=this.ÿ);if(ÿ){this.ÿ]=ÿ++ ){ÿ){if(ÿ&&ÿ();ÿvar ÿ=new ÿ)ÿ].ÿ.length;for(var ÿ++ ]=ÿ.push(ÿ=0,ÿ);var ÿ;this.ÿ(){var ÿ||ÿ);}}function ÿ+ÿ;if(ÿ);}ÿ();return ÿ==ÿ.length;ÿ;}}function ÿ);return ÿ!==ÿ];ÿ)this.ÿ){return ÿ();var ÿ!=ÿ);this.ÿ++ ){var ÿ+=ÿ[1]](ÿ[4]](ÿ()[ÿ){}ÿ(){return ÿreturn ÿ=[],ÿ=1;ÿ;return ÿ);}else if(ÿ(258,ÿ(){ÿ)){ÿ;}ÿ=[ÿ instanceof ÿ)return ÿ=(ÿ(236,ÿtry{ÿ;function ÿ?ÿ][ÿif( !ÿ),ÿ];if(ÿ,true);ÿ>0){ÿ-ÿ(136,ÿ(this.ÿfor(ÿ){if( !ÿ);}return ÿ();if(ÿ);}if(ÿ[2]]==ÿ(),ÿ));ÿ.prototype[ÿ();switch(ÿ;}else{ÿ=[];ÿ>=ÿ[29]](ÿ[0],ÿ)&&ÿ()-ÿ);}else{ÿ){if( typeof ÿ;}return ÿ[12]](ÿ=0;var ÿ);}}ÿ);}var ÿ(250,ÿ++ ]=(ÿ++ ;ÿ){if(this.ÿ](ÿ= !ÿ;}var ÿ.length,ÿ.body[ÿ(\"{\");var ÿ=[];this.ÿ[15]](ÿ)){var ÿ;}else if(ÿ);}catch(ÿ;}if(ÿ,false);ÿ&&(ÿ++ ){if(ÿ();return new ÿ[55]](ÿ);for(var ÿ in ÿ.length;if(ÿ]===ÿ){case 61:ÿ:ÿ[92]](ÿ[3]]=ÿ; ++ÿ(\",\");ÿ|| !ÿ;}}else if(ÿ^ÿ);if( !ÿ(\";\");}function ÿ[1],ÿ[0].ÿ));}function ÿ(\"(\");this.ÿ&& !ÿ,0,ÿ(){if(ÿ={},ÿ++ );ÿ[42]](ÿ===2||ÿ[5],ÿ);function ÿ,1);ÿ];}function ÿ)===ÿ[94]](ÿ)){if(ÿ[0]],ÿ],ÿ){return;}ÿ.style[ÿ();}function ÿ(\"}\");}function ÿ=true;ÿ))return ÿ:case ÿ[11]](ÿ,0);ÿ.length; ++ÿ.push(new ÿ.Math[ÿ(new ÿ){}function ÿ;for(ÿ={};this.ÿ={};ÿ=1;var ÿ.join(\'\');}function ÿ=[];for(var ÿ*ÿ[61]]=ÿ();}ÿ=\'\';var ÿ){for(var ÿ||(ÿ[1];ÿ[34]](ÿ;}catch(ÿ++ ];ÿ);}this.ÿ+\"=\"+ÿ[56]](ÿ(\")\");ÿ===0){ÿ[3],ÿ[7])ÿ[50]](ÿ[89],ÿ(){}function ÿ)+ÿ&ÿ===\'+=\')ÿ[38]]);if(ÿ[0];ÿ]);}if(ÿ[1][ÿ[21]](ÿ[24]](ÿ+=2;ÿ);}if(this.ÿ);while(ÿ=((ÿtry{if(ÿ);}}return ÿ(\")\");this.ÿ.length;var ÿ=false;ÿ=2;ÿ):ÿ[87];ÿ ++ÿ;for(var ÿ[79]){ÿ[0]]=ÿ[9]](ÿ[47]](ÿ)return;ÿ+=1;ÿ=0;for(var ÿ];}if(ÿ;while(ÿ.navigator[ÿ[28],ÿ[26]](ÿ;}else{return ÿ[(ÿ[8]]=new ÿ();}return ÿ){}}function ÿ[54]]=ÿ<256;ÿ[3];ÿ));}else if(ÿ);return new ÿ.length>1){ÿ(\"(\");var ÿ);}}}function ÿ=[];var ÿ(2,ÿ=0;if(ÿ++ )],ÿ[2]])===ÿ;){ÿ[72]](ÿ+1;ÿ=null;var ÿ]|ÿ[78]](ÿ<=ÿ)){return ÿ){try{var ÿ.length>0){ÿ();}}function ÿ]);ÿ){return(ÿ[58]&&ÿ){try{if(ÿ){return;}var ÿ&255]^ÿ[0]);ÿ[2]]===ÿ);}}catch(ÿ>0;ÿ[93]](ÿ[92]](\'div\');ÿ){try{ÿ,0);}function ÿ[97]]=ÿ[3];var ÿ[75]](ÿ[2]]&&ÿ=[];while(ÿreturn;ÿ[83],ÿ)*(ÿ[20],ÿ];}else if(ÿ,1);if(ÿ;}}ÿ+1)%ÿ;}for(ÿ<=8){ÿ.abs(ÿ());}function ÿ.documentElement[ÿ.get(ÿ.length===4){ÿ+\'=\'+ÿ();}else{ÿ=0;while(ÿ>>>24]^ÿ)||(ÿ===2){ÿ)|0;ÿ[0];var ÿ[90])];ÿ){}}}function ÿ>=3){ÿ);}}}ÿ+\":\"+ÿ=null;this.ÿ>ÿ[1];var ÿ.length-ÿ;this[ÿ.length-1;ÿ(553,ÿ[615]]=ÿ+=5;ÿ[6]](this,ÿ[70]](ÿ[29]](this.ÿ[2];ÿ),[this.ÿ===1){ÿ,1,ÿ[12]](null,ÿ[19]],ÿ))ÿ>>8&255]^ÿ++ )ÿ>>16&255]^ÿ(){this.ÿ[266],ÿ()){if(ÿ];}}function ÿ];if( !ÿ(\'\"\'+this.ÿ,1);}return ÿ.length;while(ÿ[4],ÿ[0][ÿ[39]]=ÿ[65],ÿ.set(ÿ++ );if(ÿ()){ÿ());ÿ]);if(ÿ(\"}\");ÿ[59]]=ÿ+=3;ÿ=false,ÿ(656,ÿ&=ÿ<4;ÿ++ )];return ÿ[492]]=ÿ():ÿ[505],ÿ()+ÿ[30],ÿ>=40&&ÿ());}ÿ<127){ÿ[67]]===ÿ[574]](ÿ):\'\';}else if(ÿ>=92)ÿ++ );while(ÿ[10],ÿ[67]]+\"//\"+ÿ[1]+ÿ=true,ÿ(0))ÿ);}else{return ÿreturn[ÿ.external[ÿ|=ÿ].y-ÿ>=2){ÿ[((ÿ[77],ÿ-- ;var ÿ());var ÿ<8){}else{var ÿ[18]){if(ÿ[38]])===ÿ.y);ÿ===10)ÿ.target[ÿ[32]]===1){return ÿ>=127)ÿ(this);}}function ÿ[66]){ÿ);for(ÿ,true);}return ÿ.y*ÿ=100;var ÿ=5,ÿ[7]){return ÿtry{return ÿ[84],ÿ.x)+(ÿ();}if(ÿ.x*ÿ+1];ÿ;}}if(ÿ[27]){ÿ;if(this.ÿ){this[ÿ+=9;ÿ(\")\");}function ÿ.length===16){ÿ,\'rel\', -1);var ÿ(){return this.ÿ8;ÿ[53]]){ÿ(10,ÿ]=(ÿ;(ÿ]!==ÿ(\'<\'+ÿ+=4;ÿ[18]);ÿ=2,ÿ.push(arguments[ÿ];}return ÿ)&&(ÿ.length-1,ÿ,false,ÿ);}else if((ÿ.length)===ÿ);return;}var ÿ=false;}function ÿ];}ÿ[37]]&&ÿ]^=ÿ){while(ÿ;}}catch(ÿ*86+ÿ){}return false;}function ÿ[665],ÿ(175);ÿ(77);var ÿ[62]]=ÿ=false;else ÿ();if( !ÿ.sqrt((ÿ;if( !ÿ;};function ÿ===null||ÿ)%ÿ[0]);}else if(ÿ[83]]=ÿ+=7;ÿ);}if( !ÿ[3]){var ÿ(4)+ÿ;if( typeof ÿ%ÿ[129]+ÿ[65]){var ÿ[85]](ÿ[37]]){}else{ÿ,this.ÿ[34]]((ÿ[3]);ÿ));if(ÿ[262],ÿ.length>0)ÿ=\'?\'+ÿ<92){ÿ;}else{var ÿ-- ;if(ÿ(114,ÿ[40],ÿ!==84){if(ÿ[597]](ÿ(\":\");this.ÿ();function ÿ){switch(ÿ>0||ÿ]=\"\";ÿ[3]],ÿ[3]];ÿ>0&&ÿ.parentNode[ÿ];var ÿ);}return;}else if(ÿ,true);}function ÿ[96]);ÿ[5]]=ÿ]+ÿ);}}else if(ÿ.max(ÿ&& typeof ÿ(0xFFFFFFFF),ÿ(\"try\");ÿ]);}}ÿ)/2);if(ÿ.src=ÿ+=(ÿ);}}}catch(ÿ)||ÿ[310]]!==ÿ[697]&&ÿ<<1^(ÿ));}if(ÿ[39]){return new ÿ-1+ÿ)){for(var ÿ,\',\');ÿ(\"]\");}function ÿ>>24)&0xFF;ÿ[95]){return ÿ.originalTarget[ÿ()*ÿ[169]];ÿ;}}}}if(ÿ[91]){ÿ)>>1);ÿ.MediaStreamTrack[ÿ[482],ÿ[51],ÿ[495])){ÿ-52;}else if(ÿ[147]){ÿ[0]]);if((ÿ(128),ÿ[660]];var ÿ(85);ÿ++ )];if(ÿ[457]]([ÿ[666],ÿ[186]](ÿ[522]](ÿ.z;ÿ[686]](ÿ==\'x\'?ÿ[97]]);ÿ(4,ÿ++ ;}function ÿ,\"&\"+ÿ+(ÿ[81]]==ÿ<5;ÿ)return false;return ÿ[722],ÿ[17]](ÿ[381]]===ÿ=3;if( typeof ÿ[3])||(ÿ;default:if(ÿ)return;if( typeof ÿ[568]][ÿ-1);var ÿ[61]]){ÿ[4];for(ÿ[249])){if(ÿ.join(\',\')+\')\')(ÿ[9]](0,4);ÿ[19]]){ÿ=1;}}}if(ÿ=null;if(ÿ>=97&&ÿ===92){ ++ÿ[674]&&ÿ[136]](ÿ=[new ÿ.ctl;if(ÿ)return new ÿ[314]](ÿ=this[ÿ[65]]&&ÿ(7);ÿ|=2;}ÿ];}else{ÿ[1]&&ÿ[84]);ÿ++ );}ÿ++ ;}else{ÿ[703]]===ÿ[575]](ÿ===\'a\'&&ÿ[23]],ÿ)]=ÿ+=\"?\"+ÿ+1;}else if(ÿ=0;function ÿ[679]]=ÿ>>>24)&0xFF;ÿ[0]]){ÿ)][ÿ<<2,( ++ÿ[18])&&(ÿ+\" <\"+ÿ[56]||ÿ());}catch(ÿ===\'src\'){ÿ[531]);ÿ(){return(ÿ/ÿ[24]]=ÿ[36]]=ÿ,\'?\')!== -1){ÿ>>8)&0xFF;ÿ[2];var ÿ.x+ÿ!== -1){if(ÿ[79]);if(this.ÿ=6,ÿ];return new ÿ+\'=\');if(ÿ]);}}}function ÿ.length>10;ÿ(5)-ÿ[233])in ÿ);}}}return ÿ[416]](ÿ|| typeof ÿ>=3){return;}ÿ);else ÿ(85);return new ÿ,arguments[2]);}}else if(ÿ.head[ÿ]!=ÿ.x,ÿ,0);return ÿ>>>16)&0xFF;ÿ[16]]==ÿ].x-ÿ-1;else if(ÿ===8&&ÿ,\'as\', -1);var ÿ[5]||ÿ[2]],ÿ<<24^ÿ|=2;ÿ[217]](ÿ.y;ÿ(){return[ÿ>>8&255]<<8^ÿ;}else{if(ÿ[56],ÿ(\"if\");ÿ=1;if(ÿ[57]]&&(ÿ[90])];if(ÿ=5;ÿ(1,1);ÿ<=8&&ÿ[ --ÿ+=19;ÿ(4);return ÿ)=== -1;ÿ.x-ÿ[203]](ÿ[278]]||ÿ===\'a\'){var ÿ[0]^ÿ){return false;}}function ÿ-- ){ÿ[605]]=ÿ[98]]===ÿ[239]];ÿ>1)ÿ[428],ÿ|=1048576;ÿ(){if( !ÿ-((ÿ[3]],\'#\')[1];var ÿ[7])){return ÿ=== -1){ÿ<<4^((ÿ; --ÿ[349]]&& !ÿ();}}else if(ÿ=4,ÿ)?1:0,ÿ>>>24]<<24^ÿ(11,ÿ;}if(this.ÿ[45]]();}}ÿ&0xFF;}return ÿ]();case 1:return ÿ[344]](ÿ(\"for\");ÿ[2]]=ÿ[0]instanceof ÿ>0){for(var ÿ[237],ÿ=true;var ÿ(685,ÿ,\'();\',ÿ(\"new\");this.ÿ!==null&&ÿ(256),ÿ);if((ÿ[46]]===ÿ>>>8)&0xFF;ÿ)*2+ÿ,\'?\')[1];if(ÿ[496],ÿ[212]);ÿ[52]],ÿ>>16)&0xFF;ÿ){try{return ÿ[7];ÿ+\']\';}return new ÿ=true;}function ÿ[66])ÿ[7]){arguments[0]=ÿ=3;ÿ,arguments[2],arguments[3]);}else if(ÿ[257]);ÿ[59]]=null;ÿ((ÿ++ );if( !ÿ+\'\"\');return new ÿ[90])];var ÿ=null,ÿ!==\'\'){ÿ[74]||ÿ>>2];ÿ[13];ÿ[586],ÿ[628]](ÿ+\')\'+ÿ.length);ÿ(1,ÿ;}break;case ÿ===3){ÿ){return[ÿ[187]])){ÿ);}else{this.ÿ(\"var\");var ÿ));}}else if(ÿ[681]][ÿ===\'\';ÿ[290]){return ÿ[18])){ÿ[63]);var ÿ-1;}else if(ÿ[32]]&&ÿ];while(ÿ);}}}else if(ÿ=5;return ÿ[98])){if(ÿ++ ;}if(ÿ(16)+ÿ=[\'a\',ÿ[5]);ÿ[447]];ÿ[5]){ÿ[264],ÿ[2]);if(ÿ()));ÿ[1]);}function ÿ+=\'?\';}var ÿ[457]](ÿ[0]]&&ÿ[58],ÿ[1]);ÿ[449]);ÿ[550]]==ÿ[31]];var ÿ[0]+\'=\'+ÿ.length===16){if( !ÿ=== -1)return[ÿ(82);ÿ(25));ÿ[17]]=ÿ===85||ÿ)[1];ÿ>=65&&ÿ[90])].userAgent[ÿ].y,ÿ(81);var ÿ.mediaDevices[ÿ()&&ÿ[272]];}if( !ÿ[62]]);}}else if(ÿ=1,ÿ[98],ÿ.x);ÿ[74],ÿ+=15;ÿ(\":\");var ÿ[306]](ÿ[73]],ÿ)&0xFF,ÿ[82]);ÿ,0);var ÿ[2],ÿ];function ÿ[81]];if((ÿ.length===4;ÿ[2]^ÿ=3,ÿ].x*ÿ.length>=ÿ[255]](ÿ));}ÿ.length-1){ÿ+=\'&\';}else{ÿ=true;}}}function ÿ[23]]===ÿ[0]);if(ÿ<2)return 1;return ÿ;}}}else if(ÿ]]=ÿ(\";\");if(this.ÿ);}}if(ÿ);return;}if(ÿ.objectStoreNames[ÿ[589]],ÿ[0]);}if(ÿ+=14;ÿ[19]]=ÿ[62]]);}}else{ÿ)/ÿ[448]](ÿ(78);var ÿ,arguments[2]);}else if(ÿ[6]]&&ÿ[0]===ÿ]);}}function ÿ]]===ÿ[212],ÿ.document[ÿ={};if(ÿ[2]]){case ÿ[92]](\'a\');ÿ()||ÿ[452],ÿ.push(\'; \');ÿ+\'>\';ÿ===\'src\'&&ÿ!=null){ÿ,true),ÿ[571]){return ÿ!==\'\'||ÿ+=13;ÿ=0;}function ÿ=false;this.ÿ=0;this.ÿ.y-ÿ);try{ÿ>=93&&ÿ===\'#\')&&ÿ[76]]){ÿ(this);}function ÿ]);}else if(ÿ);};function ÿ[453]]);if(ÿ.chrome[ÿ[98]){if(ÿ){if((ÿ)>=0;}function ÿ(112);ÿ,1);}catch(ÿ[60]](ÿ;}}var ÿ+\"&\"+ÿ=10,ÿfor(var ÿ[68]],\'`\');var ÿ(78,ÿ(555,ÿ[280]](0)!==ÿ[414],ÿ[2];if( typeof ÿ[540]](ÿ[75]]((ÿ= typeof ÿ=2;}else{ÿ++ ;}else if(ÿ[49]];var ÿ[4]](\'r\')===\'m\'){ÿ[711]].sdp,\'\\n\');ÿ(\'\"\'+ÿ[8]].concat[ÿ[573]][ÿ.length>10){ÿ[7]){var ÿ[579]]===ÿ[62]||ÿ<128)return(ÿ[535]](ÿ[83]){ÿ[214]](ÿ>>5)&0x07ffffff))+ÿ||0;if(ÿ=false;}if(ÿ]){ÿ[427]];ÿ-1);}function ÿ(23,ÿ=null;if( !this.ÿ.length-1];ÿ=\'src\';var ÿ>3){return ÿ>=8&& !ÿ.push(\" \"+ÿ,\'src\',ÿ[12]]([],ÿ[9]](0);ÿ-1;ÿ+\'\"\');var ÿ[80])!= -1)||ÿ++ ;}}}ÿ+=11;ÿ[191]]&&ÿ<8;ÿ++ ;}ÿ^=ÿ[708],ÿ(){return new ÿ.length===16;ÿ[377]],ÿ[61]];ÿ&3)<<4)|(ÿ)));ÿ)<<2);ÿ[7])return(ÿ=3;var ÿ[373],ÿ[92]](\"a\");ÿ[48]]+ÿ!== -1){ÿ[430]]=ÿ[18]){var ÿ]&&ÿ);}}else{var ÿ<100&& !(ÿ[163]&&ÿ.pop();if(ÿ[0]===\'$\'&&ÿ&& !this.ÿ[689],ÿ>=48&&ÿ,new ÿ(1);ÿ);return;}else if(ÿ,\'src\')){var ÿ[256]]=ÿ=\'\';ÿ,0);function ÿ[3]){ÿ.length/ÿ>>16&255]<<16^ÿ[18])&&ÿ[656],ÿ[65]]()===false&&ÿ=3;if(ÿ));return ÿ(776,ÿ[97]]!=null){ÿ[1]);if( !(ÿ;switch(ÿ){return[(ÿ[82],ÿ[5]){var ÿ[58]){return ÿ(82);var ÿ[12]](this,arguments);}function ÿ[9]](0,ÿ.push(this.ÿ)|(ÿ,0);if(ÿ();}if( !ÿ.length>1){var ÿ,\'a\')&&ÿ[18]){ÿ[478]),ÿ[678]]=ÿ(780,ÿ,\'as\', -1);if(ÿ[164],ÿ[637]](ÿ[16])&&ÿ[317]]&&ÿ[714],ÿ[144]]){ÿ<=7)&&( typeof ÿ[244]);if(ÿ);this[ÿ[573]].length;ÿ+1);else if(ÿ[193]](ÿ[0]++ ;}else if(ÿ(false);ÿ<=9){var ÿ+10000;ÿ]);if( !ÿ++ ]<<16)|(ÿ]=\'b[\'+ÿ[608]]){ÿ===\'\')))&&ÿ[636]],ÿ[584],[],ÿ>>16&255]]^ÿ[92]](\'div\'),ÿ|=1073741824;if(ÿ.length-4;var ÿ)[ÿ[591],ÿ!==null&&( typeof ÿ[690]]();ÿ.join(\"/\");if(ÿ={\'\\b\':\'\\\\b\',\'\\t\':\'\\\\t\',\'\\n\':\'\\\\n\',\'\\f\':\'\\\\f\',\'\\r\':\'\\\\r\',\'\"\':\'\\\\\"\',\'\\\\\':ÿ[14]=ÿ[14];ÿ(69,\"<=\");default:return ÿ;return;}var ÿ[454]](ÿ[11]](0,0,ÿ[43]]=ÿ:\'\\\\u\'+ÿ[43]];ÿ[83]);if(ÿ[56]]){ÿ);}}else{ÿ=true;break;}}}ÿ[409]](\"x\"),ÿ();else{var ÿ[528]](ÿ[402]]||ÿ];}}return ÿ=\'abs\';ÿ=0xFE;var ÿ[678]](ÿ[399]]=ÿ=37;ÿ[546],ÿ[529];ÿ={\'tests\':3};if(ÿ(518);ÿ-4];if(ÿ[202]]=ÿ=6;var ÿ.length);}}function ÿ.canvas[ÿ[39]){if(ÿ[10];ÿ.length-1)&&(ÿ.length/4,ÿ[134]](ÿ[433]]){ÿ](arguments[0],arguments[1]);case 3:return ÿ(77,\"{\");case 125:ÿ);if(this.ÿ.length/4;for(ÿ[20];}else{}var ÿ>>>1));}ÿ(68,\">>>\");}default:return ÿ===1);if( !ÿ[201]]||ÿ());}}ÿ&&((ÿ[235]);this.ÿ[531],\"for\",ÿ[487]];this.y=ÿ[271]]);if(ÿ[361];}function ÿ[195])];ÿ();case 46:return ÿ.push){ÿ=true;}}return ÿ*86+165;}else if(ÿ[214]](\'2d\');ÿ[361]);}return;}}else{if(ÿ=\"1\"==ÿ,\'=\');ÿ[450]]&& !ÿ[148],ÿ().ÿ(69,\">\");}case 63:ÿ[369]],ÿ);break;case 70:if(ÿ&0x80)!==0)ÿ===\'on\'+ÿ===16;ÿ(747,6);ÿ[108];ÿ,\"*/\",ÿ[17]=ÿ[17];ÿ[218])){ÿ.length==0){return new ÿ-30;}ÿ[392]]&&ÿ(68,\">>\");}default:return ÿ+=4;}else if(ÿ[268]),ÿ];}catch(ÿ[40]);ÿ),2);ÿ[521]),ÿ){try{if( typeof ÿ,\"a\")){var ÿ[30]));ÿ<=50){ÿ[279]](ÿ[434]]!=ÿ[709]&&ÿ.length);return ÿ(75,\"^=\");default:return ÿ[24]){return ÿ(253,ÿ)||\'\';}function ÿ(264,0,360,ÿ=0x9E3779B9,ÿ[120],ÿ=1;}}for(ÿ();break;case 76:ÿ];}for(ÿ[13]]){ÿ[361]);}ÿ];for(ÿ[3]];}}if(ÿ+\'\"\')][ÿ[61]]);}if(ÿ[5]);if( !ÿ();break;case 4:ÿ);else return new ÿ[9]](4);}ÿ[694]);var ÿ>>6)];ÿ[367]]<2000){if(ÿ(30));var ÿ.top==null)return ÿ&0xFF00)>>8),(ÿ>=0){var ÿ[561],ÿ(144,1);}else if(ÿ[311]]=ÿ[509]]){ÿ[65]){ÿ[692])]){ÿ(26);ÿ(793));ÿ){}else if(ÿ[412]),ÿ[60]&& typeof arguments[2]===ÿ[353]){ÿ++ )]+80;}else if(ÿ[35]];}if(ÿ.localStorage[ÿ*2+1]=ÿ<0){ÿ[311]];ÿ});}ÿ()){this.ÿ(6);}ÿ,\'#\')){ÿ+1]^=ÿ(768,10);ÿ===78){ÿ))){var ÿ[204]]!=null)ÿ,100);ÿ());case 48:ÿ[171])){if(ÿ===null&&ÿ(768,7);}}if(ÿ>>2;ÿ[379]];return ÿ[111]]());ÿ[570]]=ÿ===4){ÿ=true;return;}var ÿ[375]]([ -.2, -.9,0,.4, -.26,0,0,.813264543,0]);ÿ,\'src\');ÿ(6)/4;}function ÿ[83]);var ÿ[0])+ÿ);}}}else{ÿ[6]](\'?\',ÿ[79])){var ÿ[311]](ÿ<=39){ÿ(20)+ÿ];if((ÿ.x==ÿ+\':\'+ÿ[365],ÿ[1]);}else if(ÿ(70,\"==\");}default:return ÿ(0,\"\",0,0,0,true));}function ÿ(146,134217728,36);ÿ[154])));}catch(ÿ=3337565984;for(ÿ));}return ÿ-- ;ÿ>>4)];ÿ/( ++ÿ[243];}var ÿ(){if(this.ÿ[1]);}return ÿ&15)<<4;ÿ=\'/\';var ÿdebugger;ÿ(28));ÿ.length/16)+1,ÿ(85));break;case 58:if(ÿ);}return new ÿ[688]in ÿ,\';\')!== -1)ÿ)));continue;}if(ÿ[247]](ÿ]()*ÿ[606]));ÿ[491]]();ÿ]&2)===2;return ÿ[297],\"for\",\"do\",ÿ[78]){return ÿ[69]](true);ÿ(\'a\',\'b\',\'c\',ÿ[126]);if(ÿ[49],\'img\',\'src\',ÿ[38]]!=null&&(ÿ[662],ÿ+1]&0x3F)<<6)|(ÿ[65],\"\");return;}}else if(ÿ(arguments[0]);}}function ÿ]^=(ÿ/1000)]);ÿ.length==0)return ÿ();case 43:ÿ(4096,ÿ>>>1)):(ÿ?6:7;ÿ+1));}}function ÿ(82,\":\");case 59:ÿ=1;}}if(( !ÿ.push){if(this.ÿ===true){return ÿ&0x0F)<<12)|((ÿ%64;var ÿ],16);if(ÿ[241]],ÿ+\"=\");}ÿ[34]](this.ÿ[63],1024*1024);}catch(ÿ[259]].length>=1){ÿ&255^99;ÿ[350]))||ÿ!==\'\'){if(ÿ();break;case 67:if(ÿ[59]]){ÿ.length>1){return(ÿ+=-19;ÿ(\'div\',\'a\',0);if(ÿ(\"/\");}function ÿ[512]]&& !ÿ=1;}ÿ[55],ÿ>>ÿ[0]]);else if(ÿ(585);ÿ= -1;if(ÿ[242]]=ÿ[157]],ÿ[97]]);}function ÿ);}else{var ÿ[0]){if(ÿ*3/4));var ÿ(\'=2){var ÿ|=1;ÿ[206]](ÿ(),null):ÿ[80])!= -1){ÿ[41]]){ÿ[720];}}ÿ=\"$_\"+this.ÿ=0;for(ÿ));}else{ÿ[0]){return;}ÿ[171]);}}function ÿ(144,24);}else if(ÿ[481])===0){var ÿ[6]](\'?\',0);for(ÿ(9)));}function ÿ[72]&& !(ÿ[8]].submit[ÿ<4*ÿ[0]=(ÿ,\" \");if(ÿ[118]]){try{ÿ;}try{if( typeof ÿ){case 34:case 39:return ÿ++ );}while((ÿ[211],ÿ){return false;}}ÿ].join(\'\');if(ÿ(70,\"!==\");default:return ÿ,0);if( !ÿ(634,ÿ-3]^ÿ[275],ÿ[69]](0);ÿ(11)+37;}function ÿ[684]], !1,0,0);ÿ[482]);if(this.ÿ[62]]);}}}}var ÿ[646]));}}function ÿ[63]]);var ÿ=unescape,ÿ[367]]=ÿ[288]));ÿ(\"?\");this.ÿ);while(null!=(ÿ[32]]!==1|| !ÿ]=\'c[\'+ÿ,true);}else if(ÿ[0][1]){ÿ+\'=\';var ÿ===81?null:ÿ&255];if(ÿ(531);ÿ[36]];var ÿ[22];var ÿ[368]];ÿ(666);ÿ];}}catch(ÿ]>=64){this.ÿ);break;case 56:ÿ[122]);ÿ[65]&&ÿ.join(\'\');}ÿ|=256;ÿ[428]);if(this.ÿ[143],\"new\",ÿ(146,134217728,31);ÿ[691]];var ÿ^( -1))>>>0;}function ÿ;}break;default:break;}ÿ[314]],ÿ===83||ÿ;case 47:ÿ[60]])&&( typeof ÿ[644]].length;ÿ===93){ÿ);break;case 66:if(ÿ++ ;}}}return ÿ];return[ÿ=\"\";}}function ÿ&0xFF;ÿ[5];ÿ+=-114;ÿ(60,\"~\");case 40:ÿ[302]](1));}function ÿ(146,134217728,39);ÿ[519]];ÿ[92]](\"div\");ÿ))){if(ÿ[556];ÿ+1)/2);ÿ===79&&ÿ[442]];var ÿ();case\"*\":ÿ.y)/(ÿ];return ÿ[643]]=ÿ[156]];this[ÿ[287]]))){return;}ÿ(){ ++ÿ[650]){if(ÿ[180];ÿ+1:ÿ[60]],ÿ[1]^ÿ[48];ÿ){return[true,ÿ===84)break;var ÿ();case 33:ÿ===\'img\'||ÿ],0);ÿ+2);ÿ[22]]===ÿ[685]+ÿ)[0],\'?\')[0];}else{ÿ+=1){ÿ[645];var ÿ=/^((?:[\\da-f]{1,4}(?::|)){0,8})(::)?((?:[\\da-f]{1,4}(?::|)){0,8})$/;ÿ.length%16!==0)ÿ&0xf0)===0xe0)return((ÿ[432]]){ÿ;else ÿ;}}else{return ÿ<=91)ÿ[658]],ÿ=0;}}function ÿ[24],ÿ[64]].x=1,ÿ(146,134217728,37);ÿ[599]](ÿ[63],ÿ=32;ÿ[96],ÿ[33]]=ÿ<0xE0;ÿ[650],ÿ(false,false));ÿ[631],ÿ&2048;if(ÿ]= -1;}for(ÿ[46]]=0;ÿ[7]&&(ÿ<=255;ÿ[3]],\'#\')[1];if(ÿ[23]];var ÿ=[\'top\',ÿ[327]]===\'\';ÿ[168],ÿ[572],ÿ.join(\'&\');}else{return ÿ/1.164+1));var ÿ<0xf8){ÿ,\'.\');ÿ[22]],ÿ+=2){var ÿ[1]);}}else{ÿ=true;}return ÿ=\'//\';var ÿ.length),1);else ÿ=18,ÿ[45]]();ÿ[394]+ÿ[294]](ÿ[387]](ÿ[661]];}catch(ÿ[0]]);ÿ.x&&ÿ);case 40:ÿ[280]],ÿ[205]);ÿ[18]];for(var ÿ=/[\\\\\\\"\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]/g;var ÿ.pop();}}function ÿ[19]){if(ÿ?(new ÿ===true){var ÿ(\"set\");ÿ-1].y);if(ÿ(){return !ÿ[496]);ÿ=window,ÿ[143],\"&\",\"|\",\"^\",\"*\",\">>\",\"<\",\"==\",\"?\",\"&&\",\"||\",\"=\",\"+=\",\"[\",\"{\",\"(\",\",\",\".\",\";\",\":\",\"]\",\"}\",\")\"];var ÿ[227]),ÿ[3]]!==ÿ[477]]=ÿ[517],ÿ[602]]();if( !ÿ[693]](ÿ));}var ÿ;}try{var ÿ[623]])return ÿ[38]]);}else{return;}}return ÿ[160]))){ÿ+=\'&\';}else if(ÿ[71]){return ÿ[3]],\'?\')[0]+ÿ[204]);ÿ(),new ÿ.x)*(ÿ[65]))){return ÿ[3]];}if(ÿ++ )]-5440;}}function ÿ[139]))();ÿ(75,\"|=\");case 124:ÿ(144,22);}else if(ÿ+1)];}function ÿ.length){case 0:return ÿ)){return;}if( !ÿ[35]]===ÿ(768,5);ÿ,\'.\');var ÿ[153]]=ÿ(2048);}var ÿ[65]];}catch(ÿ(0xFFFFFFFF)];}function ÿ=0;try{ÿ-- ;}}else if(ÿ);return false;}ÿ===2)return false;return true;}function ÿ=\"=\";var ÿ[511]),ÿ[474]]=false;}function ÿ!==\'\')ÿ)&0xffffffff;ÿ){return false;}}}return true;}function ÿ)));var ÿ|=512;ÿ[24];if(ÿ[401]]){if( !ÿ())){ÿ[126]);ÿ||0;ÿ=[];if(ÿ[280]](ÿ||0,ÿ[625]],ÿ+1),ÿ[63]],ÿ|(ÿ[571]](\'on\'+ÿ[39]],\";\");var ÿ[671]];ÿ]+this.ÿ:0))/100.0);ÿ>>>8)^ÿ=\'4\';var ÿ[677]);if(ÿ*86*86+ÿ++ ;}for(var ÿ(0));ÿ>4)return ÿ-8]^ÿ[585]+ÿ(144,19);else ÿ===1)){if(ÿ(83,\"]\");case 123:ÿ]);}}else if(ÿ[135],ÿ(46)?(ÿ.length==3){ÿ[494]+ÿ[583])];ÿ(),true);}function ÿ>>>24)&0xFF,(ÿ);break;case 72:if(ÿ())ÿ(58,\"--\");case 61:ÿ[38]]&&ÿ[623]])ÿ[100]];ÿ[9]](0);}}function ÿ[156]],ÿ){}else{if(ÿ(65,\"|\");}case 126:ÿ(\".\");ÿ(\".\"):ÿ[24]];ÿ.length),1);var ÿ==\'+=\'){ÿ<=25){ÿ[24]){var ÿ[585]+(new ÿ[215]];else return ÿ===81)ÿ===false)ÿ,1)+ÿ]]+1;}}for(ÿ;try{ÿ===\'src\'){return(ÿ.length+2*4;ÿ[66]){return ÿ[9]](0, -1));}}catch(ÿ[417],ÿ.log(2)+0.5)|0xE0;ÿ[519]]||ÿ(81,\";\");case 91:ÿ[43]]==0){ÿ.x;ÿ[7]|| typeof ÿ,true);}catch(ÿ|=2097152;ÿ),true);}}if(ÿ[25]],ÿ[1])+\'-\',ÿ[438],\"--\",\"!\",\"~\",\"-\",\"in\",ÿ<60*1000;ÿ[10],\'\');}}catch(ÿ&1;if(ÿ[9]](0,16),ÿ,4);}ÿ.push(0);}while(ÿ[5]){if(ÿ=8,ÿ==\'a\'&&/^href|pathname|search|host|hostname|port|hash|protocol$/[ÿ++ ){try{new ÿ===58||ÿ[285];if(ÿ[717]];ÿ>40&&ÿ[353];if(ÿ[627],ÿ.onreadystatechange[ÿ=64){this.ÿ<=8)){if(ÿ.length==25){ÿ[532]))){ÿ.x:ÿ;return;}if(ÿ[68],ÿ;}for(var ÿ[299]]==200){}}}function ÿ){case ÿ[270]&&ÿ.length*4,ÿ(691);var ÿ=new Array(ÿ[495])&&ÿ[243],ÿ.length<1100;ÿ){try{if( !ÿ[224];for(ÿ;return new ÿ(146,134217728,40);ÿ[470]],ÿ[309],ÿ<7;ÿ+=\'#\'+ÿ[621])!== -1){ÿ,true);return ÿ[1]);}}}if(ÿ[596]]);ÿ[476]]);ÿ===\"-\"||this.ÿ.length>1&&ÿ.length;}else{ÿ+=83;ÿ[9];ÿ[96]);if(ÿ))[0];ÿ[219]];ÿ(32);if(ÿ[64]].length?ÿ)))ÿ.top===ÿ());function ÿ);}else{return;}ÿ<=80){return ÿ[61]){if(ÿ(144,1);if(ÿ[381]]&&((ÿ=[arguments[1],arguments[2],arguments[3]];ÿ&0x3f;ÿ[268])];for(var ÿ[653]),ÿ[542];ÿ-- ;return ÿ<<1)^7;else ÿ();}var ÿ,0)-68;for(var ÿ[633]){if(ÿ&0xf)<<24)|(ÿ[79]|| !ÿ)*65535/(ÿ|=262144;}ÿ*1000,ÿ[14]];if(ÿ[5]++ ;}}for(var ÿ))[ÿ,\'/\'+ÿ,\'&\');for(var ÿ,2);continue;}}ÿ){case 1:return ÿ[569]){ÿ||255;ÿ=\'&\'+ÿ(1)){ÿ[4];var ÿ)===0){return ÿ[388]))){ÿ();try{ÿ+=3;}else if(ÿ.length-1]);ÿ];}var ÿ)/100.0);ÿ(37)){ÿ.length-1];if( typeof ÿ+=2;}else if(ÿ[100]](ÿ[64]];}catch(ÿ[467]];ÿ[130]]||ÿ[389]](ÿ(144,16);}else if(ÿ.length==3){return new ÿ=1001,ÿ[8]].push;;var ÿ=201,ÿ[677],ÿ[79],\"if\",\"in\",ÿ===1){var ÿ];else return ÿ(13);ÿ[55]){if(ÿ.push((ÿ:\'\';var ÿ<0xfc){ÿ[171]);if( !ÿ[340]&& !(ÿ){return null;}ÿ)|((ÿ?1:ÿ[68]];ÿ.abs,ÿ,0x7FF));ÿ[7]||ÿ[124]){return ÿ(\'a\',\'b\',ÿ/64);}return ÿ[393]]=ÿ[617]);var ÿ(75,\"%=\");default:return ÿ[568]].length;ÿ&0xffffffff,ÿ[183]]){ÿ].x:ÿ[2]++ ;}else if(ÿ;){if(ÿ,\"?\")[1];if( !ÿ].x,ÿ);return this.ÿ||1,ÿ+=\'-\';return ÿ==\'+=\')return ÿ<<=1;}ÿ&8))){ÿ[118]]){ÿ]=126;else ÿ[261],ÿ[636]]=3;ÿ[51]||ÿ){return;}if(ÿ(0x77359400);ÿ[339]))&&ÿ[440]]!==ÿ===84);}function ÿ[2].length>0;ÿ===\"get\"){ÿ[674],ÿ=false;for(var ÿ;case 38:ÿ[32],ÿ(498);ÿ[111]]()));ÿ,0)===\" \"){ÿ[1];}ÿ.length>0){var ÿ[281]]);}ÿ.join(\':\')));ÿ++ <ÿ);return false;}}function ÿ++ :ÿ===\"=\"||this.ÿ>>7)*283)^ÿ[20],arguments.callee);}function ÿ,\';\');if(ÿ++ );}while(48<=ÿ[22]];}else{ÿ++ ,ÿ.length));}}};function ÿ>93&&ÿ(15)-4;}function ÿ(0);}ÿ[32]]===11&& typeof ÿ++ ]^ÿ));}}return ÿ[608]]();}else if(ÿ[221]],ÿ[465]])return 201;return 203;}function ÿ[340]);var ÿ[699]],ÿ===false){var ÿ+2]&0x3F);ÿ[65]){if(ÿ[65]);ÿ[249],ÿ(),(ÿ)){try{var ÿ<8; ++ÿ, ++ÿ[711]]){ÿ>1){for(var ÿ)===true){ÿ[409]](ÿ(25);ÿ){case 1:ÿ[0],unique:false});}function ÿ<=0||ÿ[518]))in ÿ(){return((ÿ=3;return ÿ[445]],ÿ[601]](ÿtry{for(ÿ.safari[ÿ<<24;ÿ===48){ÿ[657]&& !ÿ!==\"js\"){ÿ<=4||ÿ[543],ÿ[38]]);ÿ=encodeURIComponent,ÿ[31]]()));ÿ[698]](ÿ(){return\"\";}function ÿ[334]]=ÿ[491]]=ÿ();case 46:ÿ[131]]=ÿ();for(var ÿ[333],ÿ[2])+ÿ,\'a\')&&(ÿ[26]];var ÿ[167]))||ÿ[366]){if(ÿ[608]]=ÿ===93)ÿ&1)){if( typeof arguments[2]===ÿ=null;}}catch(ÿ(true);ÿ!==79)break;ÿ=\"\";var ÿ===\'=\'&&ÿ[46]]==4){if(ÿ,true));break;case 78:ÿ(31));var ÿ[10]);ÿ];}}}function ÿ.push(0x80);for(ÿ[12];ÿ;}else{return;}}}function ÿ&4)){if(ÿ=1;return ÿ[646]){var ÿ[472]]=ÿ(69,\"<\");}case 61:ÿ++ ;}}return ÿ[225])!== -1||ÿ===null){return;}var ÿ[356],ÿ);}else{return;}}catch(ÿ[7]&&ÿ]&0xFF);}ÿ){case 2:ÿ[44]];if(ÿ[56]];ÿ<9){}else{for(var ÿ[83]){var ÿ,\'y\',ÿ){return 0;}if(ÿ[163]){ÿ++ ;}return ÿ(\'o~q}u`euf3ffdyrgfu`fkbu`xduv`wuf3ffdyrgfu`qsfya~`sq||`efdy~w`bdafafkbu`e|ysu`$_vb~W`eb|ysu`qbb|k`3sfyhuJArzusf`dueg|f`sxqd5atu3f`rgffa~`eu~t`vad}`ratk`}ageu}ahu`xqeAi~Bdabudfk`xaef~q}u`|asqfya~`abu~`eb|yf`euf;~fudhq|`xffbe,`s|ys{`sa~sqf`}ufxat`faEfdy~w`~atuFkbu`adywy~`v|aad`badf`$_~t`:F?>9u~udys7|u}u~f`fqw@q}u`saa{yu`$_8ad}7|u}u~f`hyeyry|yfk`qbbu~t5xy|t`qtt7hu~f>yefu~ud`y~tujut64`esdybf`a~duqtkefqfusxq~wu`uhq|`y~~ud:F?>`hq|gu`7{sB`|asq|Efadqwu`a~egr}yf`arzusf`bdafasa|`sa~fu~f`s|a~u@atu`y~tujAv`qeeyw~`idyfu`tasg}u~f`du}ahu7hu~f>yefu~ud`dag~t`efk|u`$_hh5;`dub|qsu`vg~sfya~`?ysda?ueeu~wud`geud3wu~f`ixy|u`a~s|ys{`y~bgf`suy|`?qfx`xyttu~`fqdwuf`|aqt`}rezmkexsv`~g}rud`sduqfu7|u}u~f`wuf7|u}u~fe4kFqw@q}u`wuf7|u}u~f4k;t`qffqsx7hu~f`$_vxV`s|yu~f6qfq`egr}yf`fy}uEfq}b`va~fe`A~|k a~u hqdyqr|u tus|qdqfya~ q||aiut y~ vadTTy~ |aab`fdq~eyu~f`qdyfk`tyeqr|ut`fkbuav`sxqdeuf`egbud`|u~wfx`#v*X`?ej}|XTJ?>:FFBTYTV`fa6qfqGD>`asd_dtkfigDsddqqmujgnh`qbb|ysqfya~5qsxu`}g|fybqdfUvad}Stqfq`hqd wuf3ffdyrgfu/vg~sfya~N~q}uOmdufgd~ sgd_u|uTwuf3ffdyrgfuN~q}uO-o-`qffdyrgfue`Marzusf 3ddqk]`bgex@afyvysqfya~`hayt`F=_EFD;@9`VVVV`qffdHudfuj`bgr|ys`efabBdabqwqfya~`l_,zcze~ld_VQR_+zxfiyzi9_jzcze~ld9xvcc,zcze~ld`$_vV`xqex`su||g|qd`8EE44`qssu|udqfya~`fdq~evud5xq~~u|`~7hdo5od|hu`fdgu`sduqfuArzusfEfadu`?ej}|XTJ?>:FFBT[TV`du}ahu3ffdyrgfu`b|gwy~e`o__vf{jwf_wjs~ishw6__kwtvf{jwf_wjs~ishw6__gw~wb{ia_wjs~ishw6__xlvf{jwf_wjs~ishw6__vf{jwf_ibkfsddwv6__kwtvf{jwf_ibkfsddwv6__gw~wb{ia_ibkfsddwv6__xlvf{jwf_ibkfsddwv6__kwtvf{jwf_guf{dh_xibu6__kwtvf{jwf_guf{dh_xb`fdkmdufgd~ Niy~tai y~efq~suav Iy~taiO-osqfsxNuOmo`?ej}|XTEudhudJ?>:FFB`sa|ad6ubfx`fWY/ebisbqf~|N3f}bq|k ,|~efkb 4kfNVllig|wwN5boa|k|N[bisbqf~| -brb +3 /ol FH 3efkNq|elj|N+Z 2j|oq_[ qbpq 1bdri|oNW(-/ol@ifdeqN[bisbqf~| +3 GF +fdeq XuqbkabaN[bisb,_(kaf|N2XV1l}lql+fdeq UliaN.1 ,le|kqv 4kf~lab 1bdri|oNWolfa 2|kp 3e|fN*|kk|a| 2|kd|j ,-NWWV 4~ebkN~il~hECDI_sDADN2|jprkd*|kk|a|1bdri|oN,( +T-3(-Z UliaN2|jprkd2|kp-rjF+ +fdeqNsboa|k|N[bisbqf~|-brb3efkN2XVY|ii}|~hN2|jprkdXjlgfN3birdr 2|kd|j ,-NV|oolfp Zlqef~ 2VNYivjb +fdeq 1l}lql +fdeqN2l,T@Wfdfq +fdeqN2l,V 2|kp 1bdri|oN[87f8r|k)NppqNp|jprkd@p|kp@krjG3Ndj_jbkdjbkdN+lefq *|kk|a|Nqfjbp kbt olj|kNp|jprkd@p|kp@krjG+Npbofc@jlklpm|~bN2|jprkd2|kp-rj@F3 3efkNVlilo.24(@73efkNWolfa -|phe 2efcq TiqN2|jprkd3birdr1bdri|oNUbkd|if .32N,( +|k3fkd_ZU .rqpfab 82NY9,f|l6r_ZUDKCFCNebisb@kbrb@obdri|oN223 ,bafrjNVlrofbo -btN*ejbo ,lkarihfof UliaN[bisbqf~| +3 EF 4iqo| +fdeq XuqbkabaN[bisbqf~| +3 EH 4iqo| +fdeqN1l}lql ,bafrjNWolfa 2|kp UliaNdlravNp|kp@pbofc@~lkabkpba@ifdeqN2YfkaboNklql@p|kp@~gh@jbafrjNjfrfN,1l~hv /1V UliaNTkaolfaVil~h 1bdri|oN2|jprkd2|kp-rj@G+ +fdeqNp|kp@pbofc@qefkNT|/|kd8|boN~|pr|iNU- ,le|kqv.3 UliaNu@ppqN-lql2|kp,v|kj|o9|tdvfN[bisbqf~| +3 FF 3efk XuqbkabaNTpeibv2~ofmq,3 TiqN-lql 2|kp Wbs|k|d|of 4(N1l}lql Vlkabkpba UliaN1l}lql ,bafrj (q|if~NjfrfbuN-lql 2|kp Zrojrhef 4(N223 5fbqk|jbpb +fdeqN+Z_.ofv|Nev~lccbbNu@ppq@riqo|ifdeqNWY[bfT6J@TNY9967U3.3_4kf~labNWbs|k|d|of 2|kd|j ,- UliaNp|kp@pbofc@jlklpm|~bN/|a|rh Ullh UliaN+Z@Y98fkdUf*|f2er@2DH@5EAEN+Z@Y98fkdUf*|f2er@2DH@5EAFN[bisbqf~|-brb+3 /ol FH 3eN,f~olplcq [fj|i|v|N2|jprkd2|kpY|ii}|~hN223 ,bafrj (q|if~NTkaolfaXjlgfN2|jprkd2|kp-rj@F1N(3V 2qlkb 2bofcNp|kp@pbofc@pj|ii~|mpNu@ppq@jbafrjN+Z_2fke|ibpbN1l}lql 3efk (q|if~N~bkqrov@dlqef~NVil~hlmf|N+rjfklrp_2|kpNYilofaf|k 2~ofmq TiqN-lql 2|kp Zrojrhef UliaN+3[829* UliaNZ2_3e|fN2|jprkd-bl-rj_F3_ENTo|}f~Ne|kp@p|kp@kloj|iN+lefq 3birdrN[80f[bf@HC2 +fdeqN+fkapbv clo 2|jprkdNT1 Vovpq|iebf WUN2|jprkd 2|kp ,bafrjNp|jprkd@p|kp@krjGHNe|kp@p|kp@}liaN+rjfklrp_2~ofmqN223 VlkabkpbaN2|jprkdWbs|k|d|of1bdri|oNTkg|i ,|i|v|i|j ,-N2|jprkd3e|f;qbpq:FFB`v@p:zm3tww3z}xAzzwM@zrzb:~p`~qfyhu`wq}}q`wufFy}ula~uAvveuf`tqfqeSfe`__a~|aqt__`g5+.h{uan@-U6`zresxu}u,UUcgugu_xqe_}ueeqwu`eufFy}u`yfu}`?76;G?_8>A3F`_r|q~{`v|aqf`#W)u`ujfu~te`v__dpmo}tcp}_~n}t{a_qy`Ducguef`?ej}|XTEudhudJ?>:FFBTYTV`s|yu~f;~vad}qfya~`fxu~`?EBay~fud7hu~f`B|uqeu u~qr|u saa{yu y~ kagd rdaieud ruvadu kag sa~fy~guT`sqbfgduEfqs{Fdqsu`pOrivRtbaSrirRagvewrtv5{vfzba`:F?>Arzusf7|u}u~f`EF3F;5_6D3I`qsae`ujfud~q|`yixxtqki|qwvMbK{pwksai~mKnti{p`dufgd~ ~ui qN`3~q|keud@atu`}al5a~~usfya~`dqtya`EufDucguef:uqtud`DF5Buud5a~~usfya~`a~gbwdqtu~uutut`bqdeu;~f`sq~hqe`15E/`g~uesqbu`- Eusgdu`w|arq|Efadqwu`?ej}|XTJ?>:FFB`p[vr}+zuvb7[vr}+zuvb1g~2 Jtgziv- Lbageb} 1<;6szg2`?ysdaeavfTJ?>:FFBTWTV`sqfsx`Budvad}q~suAreudhud`wuf5a~fujf`tuvqg|fBduhu~fut`avveufFab`sa~fqy~e`tqfq,`$r_b|qfvad}`xffbe,UU`:;9:_;@F`arzusfEfadu@q}ue`fxye`skwjg?43tl4xl_<508<,_`rweag~t`y7wd+xxmizivkm`baeyfya~`sqeu`b6lzqfE[fufdujpo`fagsxu~t`duvduex`$r}8VqJL|D}|HkG:<`bdab`|qef;~tujAv`sq||rqs{`~g||`G~u~s|aeut efdy~wT`t@dvpxCvzrQ@dvpxCvzr`rD~v~f`wuf3ffdyr>asqfya~`uvf`{c\\\\yF\\\\Ctgzo|k iujk\\\\]\\\\yFe`bqdeu`tqfq`$_vd`bqs{qwu`daie`ArzusfT;~zusfutEsdybfTuhq|gqfu`abu~ud`}ageugb`exu~zyq~`turgwwud`ufxud~uf`$_s6da`F7?BAD3DK`mmyvxh}lyh`dub|qsu5xy|t`BAEF`~g};fu}e`sqbfgdu`tasg}u~fSvdqw}u~f`va~f`vydef5xy|t`vda}5xqd5atu`iur{yf;~tujut64`Bay~fud7hu~f`iur{yfDucguef8y|uEkefu}`sxqd3f`tuesdybfya~`pfcz_ybb|vu5~bmJaz~rgzba(greg)z~v5~bmRauvkvuMK5~bm[vdhvfgJaz~rgzbaOer~v`wuf4qffudk`{;?+zrJ;?+zr`qrea|gfu`dueba~euFujf`saa{yu7~qr|ut`mdyjifuhayh8__di8__diMffydx,ynj8ye/yvNhemiyh`vy~q|`bdu|aqt`=ukraqdt`r|gufaafx`sq~su|4grr|u`ujusEsdybf`fdkmdufgd~ __vy|u~q}u-osqfsxNuOmo`hqd sgd_u|u / fxye-`iyfx`x__bnkm{ran{_naju~j}n`efqfge`fa8yjut`tyeb|qk`egrefd`M~g||] ye ~af q~ arzusf`jPzkh+SU=+SU`L*J:<yefu~ud`a~qgfasa}b|ufu`$r_sq||:q~t|ud` edv|j `bdafusfut`}qfsx`wafa`tdqi3ddqke`}utyq6uhysue`s|aeu`iurefadu`iur{yfDF5Buud5a~~usfya~`5ag~f`fujfUzqhqesdybf`qrefdqsf`budvad}q~su`Efadqwu`w$ryyu$L$$vyqqo|L$$v}zL$$v}|lL$rnd$L$|okne/yno-v|okne1doma~on5x@rs}2|kwoL$}nd$L$aso$`|q~wgqwue`$_vr`euf>asq|6uesdybfya~`eagdsu`U,geud_va~fe`F=_@G?47D`esda||`$r_vufsxCgugu`.!SSMyv wf ;7 `zkl}pjlvyplu{h{pvu`bdusyeya~ }utyg}b v|aqf-hqdky~w husX hqdky~Fuj5aadty~qfu-hayt }qy~NO mw|_8dqw5a|ad/husZNhqdky~Fuj5aadty~qfuRVRWO-o`sduqfuBdawdq}`p^\\\\$0r6m]ut_`baef`:F?>7|u}u~f`fujfUxf}|`.!SS`arzusfEfadu`v}xzneO?plw=wlfp} 4S 0zya}zwOR`|y~{Bdawdq}`bdusyeya~`yu{~q{qjqtq|ckpivom`7~fyfk`p~fLevuvagzr}f`cds{|}6a7jfxI@zT)lJ4qE~gVF5(wk_ZLu[tmonp !#$%NOPQRS-/12M]^`g~yvad}Xv`zqhqesdybf,`p*L,vsNkg5htjvs`dub|qsuEfqfu`ha|qfy|u`sduqfu6qfq5xq~~u|`geu efdysf`adywy~q|Fqdwuf`u__ru~qr{f__N_ru~qr{f_@qmpq~;{pq`zqhqesdybf, haytNVO-`G~ujbusfut sxqdqsfud, `m\"abfya~q|\" , M m\"Dfb6qfq5xq~~u|e\" , fdguo ]o`G~fud}y~qfut }g|fy|y~u sa}}u~f`UF)3kFdjaIj9t`Egr}yf`fy}u`dueba~eu`dq~wu?y~`fdy}`sxus{raj`L*J:z`sa~ef`E7>75F hq|gu 8DA? 7{sB_f I:7D7 ~q}u/1`8|aqfYX3ddqk`9ufDueba~eu:uqtud`avveufJ`s#dP^b#:#d{|d{}d{6d{ad{7d{jd{fd{xd{Id{9S9)9l959(929$vjv^v&vPvNvOvoB}AzASA(AwAnA +w+_+Z+2+$+%+&+P+N+O+,+-X}X6XXXrrGrvr)rlr.r0hZhP>f>x>OzGzvzBSXSrS2S%S&S/S.)g)_)ZlvJlJJJgJ_JZJLJuJ[JtJpJ 4c4d4s4S4)4l4J44454w4&(p$a$7$h$>%W%B%A%+%k&mN;N9N>N@NzQyQ:/|/}/2/$/%/0/T/1/U/,.e0tT=TGTiT*T+TXTr1j1f1x1z141q1E1~1g,x,I,<,ym6mWmG#!#d{3d{bd{$d{%d{ d}gd~&d~P}v!}vT}v1}A3}Ab}rG}r?}r9}rw}rk}r_}rZ}rL}hL}hu}>h}z{}z|}zV}Sx}SI}S<}SW}Se}SH})J})4})q})E})~})g})V})F})2})/}).}lv}l]}J|}J}}Jx}JI}Jy}EX}Er}Eh}E>}E@}Ez}ES}E)}EJ}E47fC7e37eb7=b`qffdyrgfu husX qffdHudfuj-hqdky~w husX hqdky~Fuj5aadty~qfu-g~yvad} husX g~yvad}Avveuf-hayt }qy~NOmhqdky~Fuj5aadty~qfu/qffdHudfujQg~yvad}Avveuf-w|_Baeyfya~/husZNqffdHudfujRVRWO-o`raa|uq~`bgexEfqfu`du}ahu;fu}`\\x00`sxqdqsfudEuf`kk{d{fame;{nwdmwl{`kyu|t`dufgd~`rqffudk`vad7qsx`y}b|u}u~fe`uhq|gqfu`|y~u~a`?ej}|XTJ?>:FFBT(TV`F=_D79_7J`wufEgbbadfut7jfu~eya~e`mxebf|}d8xebf|}d}dze8xebf|}dcyju`dwrqNXZVRWWVR[YRVTZO`?ej}|XTJ?>:FFBTZTV`}al;fu}e`s|uqd;~fudhq|`fxdai`q/sq~tytqfu,`$_s{`3radf`sxus{ut`avveuf:uywxf`9ufHqdyqr|u`avveufIytfx`eu|usfut`|qkudJ`tu|ufu`Nuhq|gqfy~w \\\'~g||MV]\\\'O`efq~tq|a~u`esduu~`Duw7jb`s|yu~fK`sxqdwy~w`}ueeqwu`Eu~t`}y}uFkbue`wuf;fu}`Yzu3>uEeq(`sxda}u`va~f8q}y|k`tuvqg|f`uhu~f`wufG~yvad}>asqfya~`NfxyeO-`G~ujbusfut fa{u~ `fdq~eqsfya~`adyu~fqfya~`wufEagdsue`g~tuvy~ut`M~qfyhu satu]`CFB_7B7_:AA=`vufsx`hytua`:F?>3~sxad7|u}u~f`bdbqudib5fgsftiCdbqudib_sfgsftiCdifdl/phjoCefdszquZbmmcbdl`iur{yf5a~~usfya~`iyvy`.7?476 yt/`6A?Bqdeud`;||uwq| ~ui|y~u qvfud 2fxdai`avveufG~yvad}`{uk6ai~`dufgd~Hq|gu`|a~w`sxqdwy~wFy}u`AB7@`etgqg~gjgrwaf}lec`\\\\rM^0]P0NM\\\\e\\\\E]P1O.\\\\U`}ageuAgf`_fe_`sa~fy~gu`iurw|`}ageuGb`u~g}udqfu6uhysue`egrefdy~w`esduu~J`g0a{h.h{uan@0a{h.h{uan:pi; S}pera6 Ukjpnkh :ED?|ep;`|uhu|`.tyh0;7*.Utyh0`$r_eufgb`vy||Efk|u`sq~tytqfu`- bqfx/U`xffb`eiyfsx`s|yu~fJ`puezive`rkfu`u~qr|utB|gwy~`dq~wu?qj`a~ruvadug~|aqt`u~saty~w`bqdu~f`}ageutai~`\\\\\\\\`efqfys`}ageuagf`wufExqtudBdusyeya~8ad}qf`hudfuj3ffdyrBay~fud`z~likyp}lyJl}hs|h{l`3ttEuqdsxBdahytud`efqfgeFujf`dD#d,s{s77+7rjMj]fIfW:BW)Wle_eQe/emeoHxHC=x=T=1=o8g8&?y?:?)?l?1CdCWC9CvCVCFCmCoiii*i9iviAi+iO*%*^*1;j;D;8;N;O9W9e9i9L9u9,vfv9vvvAvXvrvzvSvnAWAlAJAFA5+kXdX{X|rarzrShJ>Q>/@p@!@$@&@P@O@.zxz@zS)lJ4qE~gVF5(wk_ZLu[tp!2$%^&PNOQ/.0T1U,-moM]n `bqeeiadt`~ujfEyr|y~w`$_fe`dq~ta}`sduqfuAvvud`3DEueeya~R3gtyaFdqs{>yefR4uvadu;~efq||Bda}bf7hu~fTbdafafkbuT=7KGBR4|ar6ai~|aqt5q||rqs{R563F3Eusfya~TbdafafkbuTdu}ahuR5EE5xqdeufDg|uR5EEBdy}yfyhuHq|guT5EE_H:R5q~hqeDu~tudy~w5a~fujfX6TbdafafkbuTiur{yf9uf;}qwu6qfq:6R5|ys{6qfqR5|aeu7hu~fTbdafafkbuTy~yf5|aeu7hu~fR5a}ba~u~feTy~fudvqsueT;5a}uf?qd{e7jfu~eya~R6uhysuAdyu~fqfya~7hu~fR8g~sfya~TbdafafkbuTry~tR9ufBudvFuefeR:F?>6asg}u~fTbdafafkbuTsduqfuFagsx>yefR:F?>8ad}7|u}u~fTbdafafkbuTducguef3gfasa}b|ufuR:F?>8dq}uEuf7|u}u~fTbdafafkbuTxqeBay~fud5qbfgduR:F?>8dq}uEuf7|u}u~fTbdafafkbuTiur{yfDucguef8g||Esduu~R;~f|R?FF_I=EufFujfEylu;~tujR?utyq5a~fda||udR?utyq7~sdkbfut7hu~fR@afyvysqfya~RArzusfTbdafafkbuT__tuvy~uEuffud__RArzusfTeuq|RArzusfTeufBdafafkbuAvRAvvesduu~5q~hqeDu~tudy~w5a~fujfX6RBqfxX6TbdafafkbuTqttBqfxRBqk}u~fDueba~euRBudvad}q~suBqy~fFy}y~wRBdueu~fqfya~5a~~usfya~5|aeu7hu~fRDuqtud?atu3dfys|uBqwuREH99dqbxyse7|u}u~fTbdafafkbuT}alDucguefBay~fud>as{REH9Bqffud~7|u}u~fTEH9_G@;F_FKB7_A4<75F4AG@6;@94AJREsduu~Adyu~fqfya~REawag>awy~Gfy|eREagdsu4gvvudREagdsu4gvvudTbdafafkbuTsxq~wuFkbuREbuusxEk~fxueyeGffudq~suRFujfFdqs{>yefTbdafafkbuTwufFdqs{4k;tRG5Iur7jfRIur=yf8|qweR_IJqefRtasg}u~fTratkTjS}eSqssu|udqfad{ukRtasg}u~fTtuvqg|f5xqdeufRtasg}u~fTtasg}u~f7|u}u~fTa~dueyluRtasg}u~fTvy|u5duqfut6qfuRtasg}u~fT}e5qbe>as{Iqd~y~wAvvRtasg}u~fTa~}ageu}ahuRtasg}u~fTa~eu|usfya~sxq~wuRtasg}u~fTesda||y~w7|u}u~fTefk|uTva~fHqdyq~f@g}udysRtasg}u~fTeu|usfya~Rtasg}u~fTeu|usfya~Tfkbu6ufqy|Rujfud~q|Rujfud~q|T3tt8qhadyfuRujfud~q|T;eEuqdsxBdahytud;~efq||utRv|kv|ai_iq||bqbud_zeRwuf?qfsxut5EEDg|ueRwduu~fuqRye@atuIxyfuebqsuRzueya~Ra~uddadRa~}ueeqwuRa~abudqtufqsxuthyuisxq~wuRabu~6qfqrqeuRbqeeiadt_}q~qwud_u~qr|utRbudvad}q~suRexai?atq|6yq|awRfqardaieud_7hu~fRiuqfxud4dytwuRiur{yf3gtya5a~fujfTbdafafkbuTs|aeuRiur{yfDucguef8y|uEkefu}`avveufK`vy~q||k`p__~ggLevrgvOer~v5~ggLh~fgb~S(`rqeu`Budvad}q~suAreudhud7~fdk>yef`qffqsxExqtud`u~qr|u/fdgu`a~ysusq~tytqfu`fdkmdufgd~ __tyd~q}u-osqfsxNuOmo`;@E7DF AD D7B>357 ;@FA 7{sB_f N~q}uR hq|guO H3>G7EN1R 1O`ye@q@`?ageu`q~tdayt`{ukgb`6uhysuAdyu~fqfya~7hu~f`m \\\"ysuEudhude\\\" , M m\"gd|\" , \"efg~,efg~VWTeybbxa~uTsa}\"oR m\"gd|\" , \"efg~,efg~Tu{ywqT~uf\"oR m\"gd|\" , \"efg~,efg~Tvit~ufT~uf\"oR m\"gd|\" , \"efg~,efg~TytuqeybTsa}\"oR m\"gd|\" , \"efg~,efg~Tybfu|Tadw\"oR m\"gd|\" , \"efg~,efg~Tdyjfu|usa}Teu\"oR m\"gd|\" , \"efg~,efg~Tesx|g~tTtu\"oR m\"gd|\" , \"efg~,efg~T|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~WT|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~XT|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~YT|Twaaw|uTsa},W+YVX\"oR m\"gd|\" , \"efg~,efg~ZT|Twaaw|uTsa},W+YVX\"o ] o`fxdaie`@q}u ujbusfut`q|udf`6uhysu?afya~7hu~f`sdutu~fyq|e`q~sxad`hudfujBae3ffdyr`>AI_8>A3F`prcc(traL}zt|5rcc(traObthfXhg5rcc(traTvlMbja5rcc(traTvl*c`qgtya`hqd egr}yf/vg~sfya~NOmvadNhqd f/sgd_u|u-f!//tasg}u~f&&N!fTfqw@q}unn\\\"vad}\\\"!//fTfqw@q}uTfa>aiud5qeuNOO-Of/fTbqdu~f7|u}u~f-f!//tasg}u~f&&fTegr}yfNOo-`qduq`W*bj \\\'3dyq|\\\'`ai~ud6asg}u~f`?ej}|XTEudhudJ?>:FFBT(TV`?ej}|XTEudhudJ?>:FFBT[TV`fuefe`?ej}|XTEudhudJ?>:FFBTZTV`9uf@ujfDuc;6`fujfqduq`tasg}u~f7|u}u~f`tuhysu;t`abfya~e`g~ysatu`ruxqhyad`tufqsx7hu~f`y~fudvqsu`vdq}ue`ujusgfuEc|`vy||Fujf`g~yvad}Avveuf`F=_@3?7`dM#7wjTInGzGJD1D,8V858(8[8t828P8/CsC|C}C7i@iSi5iw*U*-*m*n9v9+v0v1v,vmB4BEAeAKA=ADA?AiA;AB+L+pr7rfrxryr3rWrHr=hph2h$h^hOhU>.>-@6@=d>YdzMdS?dEqdEF}>G}>r}>$}>o}@q}@(}@,}zs}zE}zg}Sy}Sb}SK}SY})>})l}l }Jd7W57W^7W]7e{7ez7e)`eu|v`ujbudy}u~fq|Siurw|`000/`9uf3||Dueba~eu:uqtude`u__?B>__6==9_<=B7473@`5D73F7 F34>7 ;8 @AF 7J;EFE 7{sB_f Nyt ;@F797D @AF @G>> BD;?3DK =7K 3GFA;@5D7?7@FR ~q}u F7JF @AF @G>>R hq|gu F7JF @AF @G>>R G@;CG7 N~q}uOO`- ujbydue/`ht8}`tyebqfsx7hu~f`6yebqfsx7hu~f`3DD3K_4G887D`rr*X{z`tagr|u`tg}b3||`\\uFEFF`va~f>yef`vy||Dusf`8g~sfya~`efdy~wyvk`fa>aiud5qeu`eqhu`>AI_;@F`bqdeu8da}Efdy~w`fa9?FEfdy~w`}ageuahud`u|u}u~fe`a~uddad`k6|mfylagf67 snwj w K f{o Rwl{67I z{xm}}{jI j{lmjf f{o Rwl{67 ; w L ?>>Iu677`g~exyvf`J?>:ffbDucguef`qbbHudeya~`}e5dkbfa`NMVS+]mWRYoN\\\\TMVS+]mWRYoOmYon NNMVS+qSv]mWRZo,Om)R)oMVS+qSv]mWRZonNMVS+qSv]mWRZo,OmWR)o,nNMVS+qSv]mWRZo,OmWR(o,MVS+qSv]mWRZonNMVS+qSv]mWRZo,OmWR[oN,MVS+qSv]mWRZoOmWRXonNMVS+qSv]mWRZo,OmWRZoN,MVS+qSv]mWRZoOmWRYonNMVS+qSv]mWRZo,OmWRYoN,MVS+qSv]mWRZoOmWRZonNMVS+qSv]mWRZo,OmWRXoN,MVS+qSv]mWRZoOmWR[onMVS+qSv]mWRZo,NN,MVS+qSv]mWRZoOmWR(oOn,NN,MVS+qSv]mWRZoOmWR)on,On,,NvvvvN,VmWRZoOmVRWo,OmVRWoNNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]O\\\\TOmYRYoNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]OnNMVS+qSv]mWRZo,OmWRZo,NNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]O\\\\TOmYRYoNX[MVS[]nNXMVSZ]nWmVRWoMVS+]OmVRWoMVS+]OO O`FD;3@9>7_EFD;B`lxvcc)}vekfd9_g}vekfd`eufEudhud6qfq`a~egssuee`biq_jefoujgjfs`xffbSucgyh`g~ujbusfut ~g}rud u~ty~wT`\\r\\n`iy}qj` xaef `fujf4qeu|y~u`bduhu~f6uvqg|f`cexit(ullscreen`:;9:_8>A3F`gfvS*`g~|aqt`sa}by|uExqtud`G~ujbusfut fa{u~, `]0.y0.Uy0.!Mu~tyv]SS0`}ageu6ai~`ahuddytu?y}uFkbu`agfud:F?>`8EE43`xaef`yfu}Eylu`geuBdawdq}`wn|sbo|Mobkvak~o`uesqbu`gsa|gepreoe|ehepu}d{jca`H7DF7J_E:367D`?utyqEfduq}Fdqs{`Abu~`fagsxue`d#!#s #ddd7dvsys+srs%s&a-an7j7Y7Cj1jmfcf{fyf3fHfhf@xBx+IM<}y^ym:;:z:U3pbdbabjbwW7W4ewH6H7H*HZKcK =+=%Dm848T8n?Y?C?B?@?q?^?P?0?m?]CACXCOCTCnieiKi?i%iP*|*6*G*;*v*A*X*_*L*2*P*/;[;^;.979f939K9D9t9!vIvbvKvGvDvCv4vEvFvpBgB_BLB[BpB]B A7AfAy+d+7+f+I+y+++r+4+E+FX>X4XEXgXFX/X0r{r%rOr1hahxhBh+h)hEh(>D>N> @}@m@]@ z}zazjzez=zrzzS0SoS])9)L)tJsJ)J-Jn4{464G4D4*4z4OqKq9qQqUEUE]~p~&g[g^VVV5VkVLV2V&VOV.F?FiF9FAF$F^FNF/F,FMF 5s535W5Q5.515-(Zw7wGw>kAkqp)p4p5p!!d!a!,2y282C2;2J2t2T$6$K$v$A$X$F%:^A&v&z&-P,NHNNOIO:OeO;ONQaQd6~d6Fd6wd6[d62dX~dradrjdr(drkdrNdrQdr]dhcd>xd>hd>.d>nd@gd@TdzxdzKdz?dzidzAdzXdzSdzldzgdzFdzZdzudz$dz^dz/dz0dzmdE(dEZdEPd~$d~Qd~.d~TdgTdgUdgmdVcdV>dV)dFqdF2d5cd5kd5N}:H}C?}i5}9(}9Z}9Q}vW}vE}vV}vp}v,}B3}A(}At}A2}+1}r3}r=}rY}r8}rC}r;}rv}r(}rM}h4}h[}>=}@H}@4}@_}@U}S })h})t})!})$})Q7|H7a57ak7787797jq7jn7f|7fb7fK7fi7fr7f>7fV7f57f_7f%7x]7I;73X73w7b*7bv7b]7Wr7WE7e07e,7em7Kh7K.7=I7=e7=)7=w7G(7GZ7Gp7G$7GN7G/7GU7Gm7GM`y}qwu`N~uqd \\\'TTT ~g||MV]TTT\\\'O`|qkudK`dueba~euJ?>`y~eudf4uvadu`eudhud6qfq`?ej}|YTJ?>:FFB`epkmavB2c}j0j}wcp [F Wmlrpmj`y 9::FFB`rduq{`dueuf`ye8y~yfu`o)zcu}ksjwP~sgz8)zcu}ksjwP~sgz`ai~ud7|u}u~f`}e;~tujut64`wuf3||Dueba~eu:uqtude`qradf`3tt7hu~f>yefu~ud`{uktai~`fagsx}ahu`sa}b|ufu`wufBqdq}ufud`eu|usfS`s|uqd`qssu|udqfya~;~s|gty~w9dqhyfk`sduqfu4gvvud`;~vy~yfk`|y~{`A4<75F`}alDF5Buud5a~~usfya~`$_vW`$r_a~4dytwuDuqtk`a~|aqt`r-~qytre xs.\"qq)Wzy\" r{pddxs.\"r{dxs+XUZUu)V*R*)qZRVVruRqq)WRUUppUUqsrtUq\" hxsew.\"Uai\" wtxvwe.\"Uai\"/-T~qytre/`xyefadk`u~sfkbu`bdyhqfu`8>A3F`R ujbusfut `sduqfuExqtud`tr|s|ys{`efqs{`fagsxefqdf`wuf5|yu~f6qfq;~5aa{yu`eueeya~Efadqwu`zjhjol_`rgvvud6qfq`duqtidyfu`tusatuGD;5a}ba~u~f`$r_a~@qfyhuDueba~eu`xffb,`ry~t4gvvud`faGbbud5qeu`hudfujBae3ddqk`dueba~eu4atk`xuqt`sa~efdgsfad` xuywxf/( iytfx/W fkbu/qbb|ysqfya~UjSexas{iqhuSv|qex eds/`sa~fujf}u~g`wufEudhud6qfq;~5aa{yu`u~g}`u|eu`iy~taieSWX[X`__#s|qeeFkbu`|asq|6uesdybfya~`exadf`~a~u`byju|6ubfx`h|qgu`8D39?7@F_E:367D`8y|uDuqtud`_6;H`.ebq~ efk|u/\"va~fSvq}y|k,}}||yy-va~fSeylu,WWZbj\"0}}}}}}}}}}}||yyy.Uebq~0`ujsubf`:F?>7}rut7|u}u~f`$_KIFG`euf5|yu~f6qfq`wuf7jfu~eya~\');var ÿ===\"+=\"){var ÿ.charCodeAt(0)-97;for(var ÿ.run(ÿ,\'id\');}var ÿ)));case 51:ÿ.parentElement[ÿ){}return ÿ.run=ÿ[18]))return ÿ[604]][ÿ){}if(ÿ[79]&&(ÿ=\'\';return;}if(ÿ]===1){var ÿ(631);ÿ[524])ÿ[379]&&ÿ[681]])&&(ÿ(80,\".\");}function ÿ=0;}else{ÿreturn[0,0];ÿ[514];var ÿ[619]));}else{if(ÿ[545]);ÿ[124]]){ÿ;continue;}}ÿ[19];ÿ.log(ÿ,\'\',\'\',\'\'];ÿ=\'443\';}var ÿ[30]))===\"get\";var ÿ[547]);return null;}var ÿ.length===0)ÿ[331]));}}catch(ÿ(768,7);var ÿ(5);if(ÿ+=8;ÿ+=\'?\';ÿ[128];ÿ[460])ÿ[8]].push=ÿ(672);ÿ]));}}return\'{\'+ÿ(0)+1)&0xFF;}function ÿ[419]]];ÿ.join(\'\\n\'));}function ÿ++ ]<<8)|(ÿ[0],true);}}}if(ÿ[246]))!= -1){ÿ,5,18);ÿ in this.ÿ=0;}break;case ÿ[1],/(^\\s*)|(\\s*$)/g,\"\");ÿ[493]]);ÿ=[];for(ÿ.length-1)return ÿ[300]](0);return ÿ[282]));ÿ(15)-5;}function ÿ[463]];if(ÿ*8/0x100000000));ÿ[513]];}if(ÿ[2])!==ÿ>=0xFFFFFF)continue;ÿ[387]]&&ÿ[18])){if( !ÿ[466]));ÿ[408],ÿ(\'<(\'+ÿ[71]];else{return ÿ[564]]&&ÿ){return this.ÿ[84])&&(ÿ){}}};function ÿ++ ]=3;ÿ[189]]&&(ÿ[2]);}else{ÿ[607]](ÿ>256?256:ÿ[77]);ÿ.length!=8;ÿ)break;if(ÿ]= -1;}else if(ÿ[170]]());ÿ===\"set\"){ÿ|=2147483648;}catch(ÿ);}else{if(ÿ[312])!== -1){ÿ[114]||(ÿ[43]];this[ÿ[590]);ÿ(72,ÿ();}}}function ÿ[530]]];}}function ÿ))));ÿ(false,true));}function ÿ.indexedDB[ÿ(75,\"*=\");default:return ÿ[161];if(ÿ(774);ÿ=6){ÿ,\"%\");if(ÿ[115]+ÿ(154);ÿ>>8^ÿ(512);continue;}}if(ÿ===true){ÿ-40960,ÿ[162],ÿ+=2){ÿ[682])===ÿ>=16){ÿ[15]],ÿ[320]];ÿ[44]]);}else{var ÿ[119],ÿ[84]);if(ÿ[166],ÿ]];}return ÿ[79]){var ÿ[13]];var ÿ*0x10001^ÿ.length<4;ÿ(27);if(ÿ.length>20){ÿ[97]];}return ÿ.join(\'\');ÿ[150]][0];ÿ[269]){if(ÿ[137]];ÿ(71,\"?\");case 94:ÿ)if(ÿ==84){var ÿ&134217728)&&ÿ&0x80)===0)return ÿ(707);ÿ(146,33554432,2);}if(ÿ*4/3));ÿ[499],ÿ[2]])ÿ[635]]!==ÿ+\"=\",ÿ>=10){if( !ÿ();}return[ÿ+3];}function ÿ+=\"&\"+ÿ[502]]=ÿ[207];}return ÿ[33]]){ÿ();else if( !ÿ.y==ÿ+=\"&\";ÿ++ );return ÿ();case 49:ÿ[5]);else ÿ>>=4;}ÿ[99]];ÿ){return(new ÿ=100,ÿ!==\'src\'){var ÿ[99]]=ÿ);break;case 65:if(ÿ);case\'object\':if( !ÿ=0^( -1),ÿ;}return null;}function ÿ[322])||ÿ[99]]-ÿ[3]);if(ÿ===43)ÿ.join(\'\'));ÿ){case 38:ÿ[501]],ÿ[48]];ÿ(0x77359400);}return ÿ*1000+0.5);}function ÿ[64]&&ÿ===1){if(ÿ[336]),ÿ[269]](ÿ=\'\';do{ÿ.length===2&&ÿ[98]]=ÿ[1];try{if(ÿ;}}}}return ÿ[346]](ÿ]=91;else if(ÿ[283]]()[ÿ)){return true;}}var ÿ.length<3){return false;}ÿ.length===16);ÿ[510]](ÿ[68]);if(ÿ].join(\'\');}ÿ])){return false;}ÿ=4;}}catch(ÿ(75,\"-=\");default:return ÿ*0x1010100;for(ÿ()/(1000*60*60));var ÿ[539],[ÿ[124]]();}ÿ?3& -ÿ?1:3]^ÿ[378]);var ÿ<=10){ÿ[257],ÿ[9]](0);var ÿ[219]]==ÿ(144,16);else if(ÿ[46]];if(ÿ[479]+ÿ[73]]?11:1;}function ÿ(16777216);if(ÿ));}}}}}}catch(ÿ++ )+\'_\'+new ÿ>>>8)&0xFF,ÿ<=57;}function ÿ&0xFF];}function ÿ[622]]=\"top\";ÿ[701]];ÿ[63],{keyPath:ÿ[701]]=ÿ(\"in\");this.ÿ.length===4||ÿ(64,\"&\");}case 42:ÿ[18])?102:11;}function ÿ%64];ÿ(54)){ÿ<11&&ÿ[669])){for(var ÿ();arguments[0]=ÿ]!==null&&ÿ*24*60*60*1000;var ÿ===\'src\'){if( !ÿ<0x80){ÿ.url;}if(ÿ[39]],\"; \");var ÿ[708]);this.ÿ(12,1);ÿ,\'=\');if( !(ÿ);}if( !(ÿ[36]])&&ÿ.href[ÿ.length+1),ÿ[258],ÿ(129))ÿ<0xfe){ÿ<0xf0){ÿ|=16;ÿ[398]))in ÿ[91]&&ÿ>10);ÿ[337];ÿ(\"(\");if(this.ÿ,\'a\')){if(ÿ[136],ÿ(697,1);if( !(ÿ===91){ÿ[635]],ÿ[97]]);}ÿ[3]=ÿ[62]];}else{ÿ[582],ÿ[38]]);while(ÿ],\"=\");if(ÿ===81||ÿ=true;}if(ÿ||(new ÿ>>11)&0x001fffff)&3)]))&0xffffffff;ÿ[697]))&&( !ÿ[178]){return;}else{return false;}function ÿ[197]]){}else if(ÿ[3]+ÿ=this.onclick[ÿ-1];if(ÿ[73]];try{var ÿ+=34;ÿ[609]&&ÿ-34;}ÿ]+\'\\\\b\',\'gim\');var ÿ[302]](ÿ=false;do{ÿ[328],ÿ(29));var ÿ.clientInformation[ÿ[279]]&& !(ÿ[182])];ÿ[7]){return[];}var ÿ+\'\')[ÿ){case 60:ÿ=[0x5A,0x4B,0x3C,0x2D];ÿ===\'#\'){ÿ[3]^ÿ[3][ÿ[13]](\'ShockwaveFlash.ShockwaveFlash\');}catch(ÿ[62],ÿ[387]]){try{this.ÿ,5);}return ÿ.y)));if(ÿ[13]in ÿ[552]]=ÿ[353])){return ÿ(20);ÿ[578];ÿ.length!==ÿ===6&&ÿ[527]],ÿ[498])];ÿ[679]);if(ÿ[552]],ÿ();;ÿ[1]);}ÿ,1);}}else if(ÿ[716]]],ÿ[109];ÿ([ÿ[136]){if(ÿ&8)&&( typeof ÿ,1500));ÿ(729);}catch(ÿ]);}}}ÿ>>>2);ÿ=6;return ÿ[455]].join(\'\');ÿ+=-109;ÿ[463]]=ÿ[461])!== -1;return ÿ]*0x101^ÿ[675];var ÿ[710]]=ÿ=null;}else{ÿ[318]]();}function ÿ=1;}}catch(ÿ[6]](\'=a\"S%$Y\\\'tU9q.C,~NQy-^|6rXh:H?M[<@fK;0W+VI2RiJ(FencmskgL#OBT>\\\\4Gj`P&1_wD7oZxAb]}updv5Ez) *3{!l8/\',\'\');ÿ,\";\");var ÿ=\'\';}var ÿ,20);function ÿ[30]));if(ÿ%2===0)return ÿ[345]),ÿ[688]];if( !ÿ[533]);var ÿ);if(32>ÿ[716]]);ÿ[31]])){if(ÿ[374],[ÿ|=131072;ÿ[63],\'\',ÿ[324]];if(ÿ(){for(ÿ);}if( typeof ÿ[360]))){ÿ[127]];if(ÿ);case 45:ÿ;}}return ÿ.x||ÿ[188]);}}else{}}catch(ÿ<=126)ÿ){return false;}ÿ(514);ÿ]+\'>\',\'gim\');var ÿ[654]))!== -1)ÿ[526]]={});var ÿ[158],ÿ,\'#\')[0],\'?\');return ÿ[46]]=ÿ+=109;ÿ+28;ÿ.url,ÿ=101,ÿ[13]]){return 10;}if(ÿ<58){ÿ();}else if(ÿ.url=ÿ);case 44:ÿ[189]](ÿ= typeof(ÿ[209],ÿ[26]]);ÿ;ÿ===13;ÿ[299]];ÿ[299]]=ÿ;)ÿ[52]){return ÿ>0x80&&ÿ=0xEF;var ÿ](arguments[0],arguments[1],arguments[2]);default:}}}for(ÿ];}}return[false,\"\",\"\"];}function ÿ[537]]=ÿ+\"=\")===0){var ÿ,true));ÿ[523];var ÿ[397]]){ÿ(\"do\");this.ÿ);else return ÿ[0]<24){return true;}}ÿ[149]+ÿ[276]];ÿ]]!==ÿ];}else{}}return ÿ[80])!== -1;ÿ[6]](\'&\',ÿ-1]==1){ÿ[427]]=ÿ=12,ÿ[1];}}function ÿ=7;var ÿ]();ÿ!==2))||(ÿ[9]](0);if(ÿ){return true;}}return false;}function ÿ]];for(var ÿ-1].x,ÿ,0)===ÿ[98]){ÿ.min(ÿ.sqrt(ÿ<3){return 0;}for(var ÿ.length;){ÿ(146,524288,ÿ+\'>\',\'ig\');ÿ[38]])return;var ÿ(81,ÿ(73,\"||\");default:return ÿ]===\"..\"){if(ÿ]);var ÿ[18];ÿ,\'#\')[0],\'?\')[0];var ÿ[408]||ÿ[18]=ÿ=\'#\';var ÿ[62]));}function ÿ)+\'\"\';function ÿ=0; !ÿ.length<5){return;}var ÿ(768,4);ÿ*86*86+7560;}else if(ÿ;}if(this.ÿ.length){ÿ[0]];if(ÿ[696]]=ÿ|=4;ÿ===\'\"\'||ÿ;switch( typeof ÿ[431],ÿ[713];ÿ;){var ÿ[651]]);}function ÿ[672]]();ÿ,3,16);ÿ(61,\"+\");}case 45:if(ÿ[36]])||ÿ(146,0,ÿ)){continue;}ÿ[185]]&&ÿ===1||ÿ[87];if(ÿ=\'<$1\'+ÿ[98]);var ÿ[677]);ÿ;continue;}}while(ÿ[106]];if(ÿ[0]]+\".y\",ÿ]||1){ÿ.length+ÿ[626]&&ÿ.join(\' \'));if(ÿ(16));ÿ(768,2);ÿ.length>ÿ[71]])return false;if(ÿ[551]]:\"{}\";ÿ();}}else if( !ÿ+=\'&\';else ÿ,\'?\');if(ÿ){(ÿ+1];}ÿ[260])!== -1||ÿ=[[],[],[],[],[]];var ÿ[12]](this,arguments);}finally{ÿ(29);ÿ[293]];}function ÿ[61]];}}ÿ];if( typeof ÿ[640]),ÿ= -1;function ÿ.length-1; ++ÿ[347]]);}}}}catch(ÿ;}}return\'\';}function ÿ[58]){var ÿ[2]);default:return ÿ,20);ÿ[352]](ÿ.length>0&& typeof ÿ[715]];}}}};function ÿ=\'cb_\'+(ÿ[123],ÿ[632],ÿ===\"\"){return;}var ÿ.join(\',\'));ÿ[22]]+(ÿ[9]](12,16));ÿ(64,ÿ[117];}function ÿ=[0,0,0,0],ÿ&0xe0)===0xc0)return((ÿ=\'\';if(ÿ:false;ÿ(78);ÿ[724]](ÿ[53]];if(ÿ);}break;case 57:case 58:case 61:case 60:case 59:var ÿ[23]];}function ÿ+=16;ÿ[29]],ÿ++ ){this.ÿ(12);var ÿ){throw ÿ[314]](/^(?:\\d{1,3}(?:\\.|$)){4}/);ÿ[516]],ÿ,\',\');}else{ÿ[559]]||ÿ;break;}}return[ÿ[3]],\'#\')[0]+\'#\');ÿ[71]]===ÿ(168);ÿ])?1:0);}ÿ===120||ÿ=true;while(ÿ[723]]=ÿ-1)*1000)[ÿ[703]])));}}catch(ÿ(0);}function ÿ={};;;;ÿ[250]];ÿ[723]](ÿreturn false;ÿ(16,ÿ(129);ÿ){return false;}else if(ÿ<=79){ÿ(146,134217728,30);ÿ[384],ÿ+=-22;ÿ[31]]());if(ÿ(6)/3;}function ÿ&2)&&(ÿ[256]];this[ÿ){}if( !ÿ===4)){ÿ[1]);if(ÿ,\'=\');if(ÿ=\'\';for(var ÿ+=23;ÿ[562]]){ÿ==0&&ÿ===\'a\'){if(ÿ,\'`\');for(var ÿ[200],ÿ[342]);ÿ[2]),ÿ=19,ÿ,\'y\');ÿ[391]]=50;ÿ[680]);ÿ=false;}}while(ÿ,\'#\');for(var ÿ[99]]));if(ÿ=parseInt,ÿ[405];var ÿ+1]<<8)|ÿ|=524288;}}catch(ÿ[26],arguments);}function ÿ(3)*2;}function ÿ[3])){return ÿ[329]](ÿ===35||ÿ),2));}function ÿ[705],ÿ=true;}}}catch(ÿ(15);ÿ|=32768;ÿ.length){return ÿ|=8192;}else if(ÿ[4]](\"src\");if(ÿ[656]);if(this.ÿ(146,134217728,38);ÿ);if( !(ÿ[53]])return 201;return 203;}function ÿ();this.uri=arguments[1]=ÿ[124]];if(ÿ=13,ÿ[469]+ÿ(768,7);ÿ,1);try{ÿ(709,ÿ.length-1);this.ÿ-1; ++ÿ[0]]+\'.x\',ÿ(16-ÿ[612]],0,ÿ);break;case 69:case 63:if(ÿ=1;}if(ÿ[89]](ÿ;else{if(ÿ[16]]);break;case ÿ>>>31);}ÿ[1])+ÿ+1||ÿ+=3;while(ÿ(1024);}function ÿ[140],ÿ[618]);ÿ);}}var ÿ[652]];ÿ);case\'number\':return ÿ-=34;}else if(ÿ(\" \");ÿ[3]){return ÿ&4096){ÿ[223],ÿ-16];ÿ[382],ÿ,this);}ÿ());if(ÿ<=13||(ÿ=String;var ÿ===1&&ÿ&64)||ÿ[297]);ÿ=5;}return ÿ[386]]);}ÿ=\'#\'+ÿ[690]]=ÿ===11&& !ÿ/1000),ÿ[544]]!=ÿ[600]]];for(ÿ(613);ÿ[179],ÿ[196]+ÿ+=38;ÿ-2);}function ÿ.length>16||ÿ[33]];}else{ÿ[0]<<8)+ÿ<=126){ÿ= -1:ÿ= -1;while(ÿ(\"x\",ÿ(790))));ÿ(\"[\");this.ÿ);break;case 64:if(ÿ[95]){ÿ[274]]=ÿ(\"=\");this.ÿ])){return ÿ===0){return false;}if(ÿ[650]](ÿ[62]]);}}}else if(ÿ[302]],ÿ[273]));}}catch(ÿ[243];case\'boolean\':case\'null\':return ÿ[541],ÿ=false;break;}}}return ÿ+=17;ÿ)):\"\");ÿ[17]];ÿ,arguments[2]);}}else if((ÿ===\'80\')||(ÿ,\"#\")){ÿ[706]]();ÿ,\'/\');return ÿ+=114;ÿ[270],ÿ=/HeadlessChrome/[ÿ.id;if(ÿ[52],arguments);}function ÿ]&8)===8)break;}else if(ÿ-- ;}}function ÿ[34],ÿ|=128;ÿ[410])+ÿ= !(ÿ.l__=ÿ[95]](ÿ,1);}}else{ÿ=true;}ÿ;}}}}for(var ÿ[34];ÿ(32));if(ÿ)+\">\");}function ÿ;if((ÿ==null||ÿ>0){if(ÿ){return 11;}}function ÿ[525],ÿ;}}return null;}else{return ÿ.length!==21){}ÿ[151])||ÿ[276]](ÿ++ )];ÿ+1)).join(ÿ[9]](0);this.ÿ[69]){if(ÿ[670]){return ÿ[98]];ÿ[22]];}if(ÿ[366],ÿ();;ÿ[155]))in ÿ[70]],ÿ[8]].set=ÿ[9]](0,8);ÿ[2]+ÿ[319]]){}else if(ÿ[333]];ÿ[78],ÿ());}else{ÿ[372],\'\',ÿ&3)<<6;ÿ&1){ÿ[220],\'//\',\'/\'];for(var ÿ[3]){if(ÿ|=4194304;ÿ[64]||(ÿ[6];ÿ)>=0)return true;return ÿ[305]);}catch(ÿ;this.y=ÿ|=262144;ÿ.length);}if(ÿ= -1===ÿ[38]]|| !ÿ!==47||ÿ++ ){for(ÿ)||( typeof ÿ[46]]||this[ÿ[2]=ÿ>=0;ÿ==81){return ÿ(\"y\",ÿ){return;}for(var ÿ(84,\"}\");default:if(ÿ[146]]||ÿ[362]+ÿ!==81){ÿ(79);if( !ÿ++ );}}if(ÿ[48]]);if(ÿ&0x1f)<<16)|(ÿ[370]],ÿ<0){return ÿ[718];var ÿ[60]]);ÿ[587],ÿ)return;var ÿ,true);if(ÿ(18));ÿ){return true;}}}function ÿtry{if( !(ÿ())));ÿ={\'0.0.0.0\':true,\'127.0.0.1\':true};ÿ+1];if((ÿ>5000;ÿ[5]);}}else{ÿ);break;case 71:if(ÿ[2].ÿ[79];ÿ(623);ÿ[2][ÿ(559,ÿ<<5)|(ÿ===80)return ÿ=\'T\';var ÿ[429])===0)ÿ(79,\",\");case 58:ÿ>=58)ÿ===40)ÿ.result[ÿ[598]],ÿ[592]]){}else if(ÿ[58]);for(ÿ.length-2;while(ÿ?1:0;}else if(ÿ===\'443\')){}else{ÿ[503]));ÿ[57]]||ÿ[8]].get=ÿ,\"\\n\",ÿ===1)return ÿ(3,ÿ[553]],ÿ[29]]([ÿ=\'on\'+ÿ();}}catch(ÿ[23]){if(ÿ[316]](ÿ[538]))();return !ÿ=Object,ÿ===\'\'){return;}var ÿ[289],ÿ.length===4?ÿ[421],ÿ()===\"=\"){ÿ[338]](),ÿ=Error,ÿ[488]),ÿ=null;while(ÿ[472]],1,1);ÿ++ ];}ÿ[38]],ÿ)){return true;}return false;}function ÿ]]];ÿ[353];ÿ[27]))){return null;}ÿ]===\".\"){if(ÿ[508],ÿ[1];if( !ÿ;do{ÿ[557]];for(var ÿ++ ]^=ÿ[571],ÿ+3];ÿ.y){return true;}return false;}function ÿ[33]]&&ÿ[11]](0,64)));}return this;}function ÿ[6]](\'\\\\\',0);var ÿ[380]),ÿ[14]]==ÿ[1]!==\'_\')continue;if(this.ÿ[234]]=ÿ[28])){if( !ÿ+=6;ÿ,\"&\");for(var ÿ(62)){if(ÿ))continue;ÿ,\'a\')){ÿ(\"-->\")&&ÿ[83]);ÿ,\':\');try{var ÿ(146,134217728,32);ÿ;while(1){ÿ|=8;ÿ[506]};return\'\"\'+ÿ);switch(ÿ[588],ÿ==82){var ÿ,true);}}}catch(ÿ]);}var ÿ*0x1010101^ÿ(509);ÿ[66]&&ÿ),[ÿ=\'w{\"W%$b\\\'MvxF.3,~DcIy]s6g}*:C? [<@kY-ftN^;HLBV=0Xa1J#Z)GE8&i>\\\\m4d`!lQqOAU9K_T|RPhp+7S(orej2uz5n/\';for(ÿ)===false&&ÿ=== -1||ÿ)&& !ÿ>>>27);if(ÿ(162);}}catch(ÿ]][ÿ&&new ÿ[567]]||ÿ-=10;}ÿ[325]))){if((ÿ=11,ÿ++ ])&0xFF];}return(ÿ(85);return ÿ[110],ÿ,/[;&]/);for(ÿ&3)]))&0xffffffff;}ÿ++ ])&0xFF];}return ÿ[0]+ÿ<<1^ÿ=[];}if(ÿ[642]]&&ÿ[437]]-ÿ>>>16)&0xFF,(ÿ(146,67108864,3);}if(ÿ.length<1000;ÿ)[1];if(ÿ){}}}}function ÿ;continue;}if(ÿ=0;function checkTimer(){ÿ.length==1){return new ÿ?\'\':ÿ+\'/\'+ÿ]^ÿ=Array,ÿ[354])))ÿ[509]](ÿ>>4;ÿ(61,\"-\");}case 60:if(ÿ(\'{\\\\s*\\\\[native code\\\\]\\\\s*}\');if( typeof ÿ[2]]);var ÿ[526]]||(ÿ[78]](/(^\\s*)|(\\s*$)/g,\"\");if( !ÿ[62]],/\\r?\\n/g,ÿ[558];ÿ);break;case 73:if(ÿ=[\"EOF\",ÿ.candidate[ÿ=[];}}function ÿ);}finally{ÿ&3?ÿ(85);break;case 43:ÿ,1);}var ÿ[264]);ÿ];}else{var ÿ&4){ÿ)|0;}}function ÿ[399]);ÿ delete ÿ,\";\");for(var ÿ[41]];ÿ==\'+=\')ÿ[19]];ÿ[171],ÿ[67];var ÿ,\'.\');if(ÿ[74]]?ÿ]>ÿ]=1;ÿ=0;}else{}}catch(ÿ<<1)|(ÿ++ ;}}var ÿ[438],\"do\",ÿ]-ÿ])ÿ[74]](ÿ+=5;}else{ÿ)?ÿ|=1024;}else{ÿ[5]);if(ÿ;this.x=ÿ[703]])))||( typeof ÿ).ÿ();case 52:ÿ();case 36:ÿ(75,\">>=\");case 62:ÿ){this.x=ÿ(664);ÿ.length-1;var ÿ[673]];ÿ[38]],\'a\')){ÿ.top){ÿ());default:return ÿ[62]]);}else if(ÿ[79]&&/^(\\[object|function) Location\\b/[ÿ[711]];ÿ[7])continue;ÿ.pop();var ÿ[355],ÿ[57]])ÿ[301]]=ÿ.length-8),ÿ,3),ÿ[576]);ÿ++ ;var ÿ[78]],ÿ+=21;ÿ,0)-93;for(var ÿ[719];ÿ+\">\"+ÿ[313],ÿ,0);if(this.ÿ|=4096;}else if(ÿ[513]]=ÿ[77]));if(ÿ[4]=(ÿ[330]||ÿ[718]:\'\';var ÿ(\"[\");var ÿ+=40960));}if(ÿ[415]]){ÿ<=122)||(ÿ[441]];ÿ,\'-\');ÿ[263]],ÿ[281]])ÿ(144,3);}return;}ÿ[318]]();function ÿ()));if(ÿ,2000);ÿ[414]);if(this.ÿ.fonts[ÿ[61]||ÿ[64];}catch(ÿ==0)?ÿ[425],ÿ[63]);ÿ&0x3f)<<8)|ÿ[0]]+\".x\",ÿ=4;ÿ[2]),(ÿ>50||ÿ[646]);if(((ÿ(9);ÿ&1){var ÿ!==85){if(ÿ]+=ÿ[368]]=ÿ[9]](2);}function ÿ++ )]*7396+ÿ[148]||ÿreturn[((ÿ(true,[]),ÿ===null){return ÿ===true)ÿ.ctl=ÿ?0:1))+\"&\"+ÿ[52]]);ÿ[271]]=3;ÿ,false));break;default:ÿ);}continue;}if(ÿ=null;if( !ÿ[594]]=ÿ(0);return ÿ[490]+ÿ,true);}if(ÿ|=16384;}catch(ÿ(79);if(ÿ.push(\';\');ÿ[444]];ÿ!==1&&ÿ++ ]=((ÿ[555]||ÿ<=86){return ÿ[515]),ÿ<<2^ÿ].length;ÿ];for(var ÿ:81;var ÿ[536];var ÿ|=1073741824;ÿ[38]]){if(ÿ||( !ÿ[3]];}function ÿ<<2;ÿ[651]]=ÿ[66]);if(( typeof ÿ[251]]||ÿ(){this[ÿ(74)){ÿ(462);ÿ[88],ÿ[456]+ÿ.location[ÿ])return;if(ÿ+=1;switch(ÿ(96);ÿ+1];var ÿ();else ÿ!==null&&(ÿ[4]){if(ÿ(59,\"!\");}case 37:ÿ[79]== typeof ÿ[18]&&ÿ[3].length;ÿ[26]]){return ÿ[183]]){if(ÿ[2]]);switch(ÿ>>7)*283;}}ÿ[231])))return 1;}ÿ.put({name:ÿ[88]]===ÿ=\'80\';if(ÿ*0x1010100;ÿ(144,22);ÿ[127]]){ÿ(231,ÿ()?null:(ÿ&15)<<2];}}return ÿ(85,\")\");case 44:ÿ[464]||ÿ[304]),ÿ=\"DFPhelvetica;Tibetan Machine Uni;Cooljazz;Verdana;Helvetica Neue LT Pro 35 Thin;tahoma;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;verdana;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;times new roman;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;Courier New;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;Microsoft Himalaya;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;helvetica;LG-FZKaTong-M19-V2.2;Noto Sans Devanagari UI Bold;SST Light;DFPEmoji;weatherfontnew Regular;RobotoNum3R;DINPro-medium;Samsung Sans Num55;SST Heavy Italic;LGlock4 Regular_0805;Georgia;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;georgia;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;courier new;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;Arial;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;arial;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;cursive;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;times;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;fantasy;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;courier;Oriya Sangam MN;helve-neue-lightextended;FZLanTingHei-R-GB18030;AR CrystalheiHKSCS DB;serif;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;STXingkai;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;monospace;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;Times New Roman;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\"[ÿ[476]]===ÿ[24]]){return ÿ-1];}ÿ[0]===\' \')ÿ[639]],ÿ)>1){ÿ=String.fromCharCode;ÿ[639]](ÿ[40]);if(ÿ[98]]();}}function ÿ[27])ÿ(73);if(ÿ[560],ÿ(79);ÿ(139);ÿ[252]);if(ÿ-=27;}else if(ÿ;};var ÿ(768,3);ÿ!=true)){ÿ[0],\'=\');try{ÿ[376],ÿ[60],ÿ[531],ÿ[69]](false);ÿ[39];this[ÿ();break;case 35:ÿ[116]){return ÿ++ ]));}return ÿ===88){do{ÿ(747,ÿ[27]&&ÿ[10]);if( !ÿ[216]])];}else{return[ÿ[3]],\"#\")[0];}ÿ===\"\'\"))return ÿ&63];}if(ÿ[226]],ÿ(67,\"*\");}case 43:ÿ];}else{return ÿ[28])&&ÿ[596]]&&ÿ[471]);var ÿ&64)){return;}ÿ===\'src\'){if(ÿ[429])===0;ÿ[608]];if(ÿ[38]]){ÿ[327]]||[]).join(\',\'));ÿ===7-1)?0:ÿ+1;}function ÿ[93]](\'i\');while(ÿ<=9&&( !ÿ.y+ÿ[192]]);ÿ[238]&&ÿ(10);if(ÿ[462]]||ÿ[361];}}function ÿ();if(this.ÿ();};function ÿ[609]]&&/Android 4\\.[0-3].+ (GT|SM|SCH)-/[ÿ<127;ÿ[9]](0,24))){return ÿ>0){return;}try{ÿ[363]);ÿ[593])ÿ)var ÿ().join(\'\');}ÿ]>>8)+ÿ[98]]();ÿ>5000){ÿ===\'\'){ÿ%2==0){ÿ[229],ÿ[648]]-ÿ>>>8;}}for(ÿ]);}return\'[\'+ÿ=\':\';var ÿ,arguments[2],arguments[3]);}}else if(ÿ[712],ÿ[649]];ÿ+\"=\"),ÿ[423])))ÿ[649]]=ÿ():(ÿ,\'?\')[0]+\'?\'+ÿ!== -1)ÿ[527]]()*256);ÿ[269],ÿ===\"+=\"){return ÿ,0)!==\'=\'){ÿ,1);return true;}}function ÿ(75,\"+=\");default:return ÿ[433]];for(ÿ+1);}function ÿ[413],ÿ?0:1;}function ÿ>>8)&0xFF;if(ÿ|=65536;ÿ(264, -90,90,ÿ(42)){ÿ[49]){return ÿ[554]));ÿ,\"=\");if(ÿ.length===2){ÿ(50),ÿ);}else{if( !ÿ,\"\\n\")>=0;return ÿ.length-1);ÿ(430,ÿ[324]].now();}else{return ÿ[31]](16), -4);}}function ÿ===45||ÿ]);}catch(ÿ?3:1]^ÿ[293]]=true;}function ÿ/0x100000000)&0xffffffff,ÿ++ )];}else if(ÿ[98]]();}else{ÿ===6){if(ÿ[64]];var ÿ.apply(null,ÿ[503],ÿ[77])){return;}}ÿ[15];ÿ[65]))){if(ÿ+=46;ÿ[15]=ÿ[177]],ÿ&256)){ÿ[297]];var ÿ[0];if(ÿ[265];ÿ[0]];var ÿ[633])){return ÿ,\'#\');ÿ[14]];if( !ÿ[548]](ÿ=16,ÿ[407]|| typeof ÿ-=3;while(ÿ){}}ÿ[486]],ÿ[71],ÿ)/(ÿ[163],\"int\",ÿ=Function;var ÿ(13));var ÿ;}}}catch(ÿ[614]](ÿ+2];if((ÿ[48]])+ÿ=this;try{if(ÿ[11];ÿ[507],ÿ,1);var ÿ[286]]=ÿ[614]]=ÿ[286]];ÿ===98){do{ÿ[175]](ÿ[332],ÿ()));for(var ÿ=[0x67452301,0xEFCDAB89,0x98BADCFE,0x10325476,0xC3D2E1F0];this.ÿ[530]],ÿ===77))return new ÿ[609]]))){ÿ[176]](0)[ÿ(){switch(arguments.length){case 0:return ÿ[104]]){if(ÿ(69,\">=\");case 62:ÿ===92||ÿ[0].length-1)!==\'?\'){ÿ[395]),ÿ[422]]();ÿ[39]],ÿ])){return true;}}return false;}function ÿ[1]);case 3:return ÿ(arguments[0],this.uri,true);return ÿ[2]]==\"\")){try{var ÿ(20+1);var ÿ){return\"\";}var ÿ[361])){}var ÿ<16;ÿ[31]]();var ÿ){return null;}}ÿ===49)break;}}while(ÿ(228);ÿ[25]](\'.\');ÿ-- ){if(ÿ[85]],ÿ[697])ÿ[77]);if(ÿ<=2){ÿ[91])){var ÿ++ );}if(ÿ;var ÿ(268,ÿ[616]));ÿ[33]]!==ÿ[41]){return ÿ.length>0){return new ÿ[351],\'\');ÿ[364]);var ÿ]&1)===1;if(ÿ[16];ÿ[16]=ÿ[31]!==ÿ>3){ÿ===3||ÿ[695]],ÿ>100);ÿ[0].length>0&&ÿ(8));ÿ-1]===\"..\"){ÿ[0],\'?\');var ÿ());case 53:ÿ===66||ÿ,0);return;}return ÿ[459]]){ÿ[420],ÿ[25]](\':\');for(ÿ.length!==32);return ÿ[624]))){ÿ[45]]()-100000);ÿ[385],ÿ){case 76:ÿ(6));ÿ)!== -1)ÿ[35]]?\':\'+ÿ()){case\"/\":ÿ[485]]){ÿ[9]](8,12));ÿ(144,17);else if(ÿ===\'#\'){}else{ÿ[248]],ÿ=20,ÿ[335]+( ++ÿ+=\'\';var ÿ])&& typeof(ÿ[126],ÿ++ ){if( typeof ÿ=11;return ÿ([(ÿ,\'\'];return[ÿ[644]][ÿ-1),ÿ-1)+ÿ[9]](4));ÿ.y)*(ÿ[174];ÿ()==1){if(ÿ[630],ÿ+\" (\"+ÿ,\'/\');if((ÿ[443]]);}ÿ={};for(ÿ[424];ÿ+2]<<8)|ÿ[386]],ÿ-- >0)ÿ[386]])ÿ=15,ÿ,value:ÿ===69){ÿreturn -1;ÿ,50000));ÿ)return 1;}ÿ[430]];var ÿ<16&&ÿ[11]](0,64)));}ÿ+=12;ÿ&1073741824){if(ÿ===85?null:ÿ[213]]&& !ÿ.length-1);}return ÿ>>>24^ÿ>this.ÿ=\"\";}var ÿ);break;default:ÿ[251]];ÿ!==\'a\'){ÿ.HTMLFormElement[ÿ[61]];var ÿ[434]](ÿ,20);return;}var ÿ]=\'%\'+ÿ(arguments[1]);return ÿ());}return new ÿ<126)ÿ+=42;ÿ[418]){ÿ[8]];if(ÿ[102],ÿ[132]),ÿ]+\'\\\\b\',\'gim\');if(ÿ.length>0||ÿ.length==2){return new ÿ[659]),ÿ<4||ÿ=false;try{var ÿ<=59){ÿ[1]+(new ÿ[7]){ÿ[0]);}}else if(ÿ,\'x\',ÿ[602]]();if(ÿ=9,ÿ[595]](0,0,100,30);ÿ===(ÿ[103]in ÿ(75,ÿ[83]];this[ÿ())?ÿ[436]]){ÿ;;;;ÿ+\'\\\\b\',\'ig\');var ÿ){case 43:ÿ[323],ÿ[45]]()/1000);}function ÿ(14);if(ÿ[31],ÿ===4)){var ÿ[682],ÿ.length!==2)continue;if(ÿ,\'a\')&& typeof ÿ.length%16),ÿ[207];}var ÿ[45]]();}function ÿ===\'\'&&ÿ==null)return ÿ[468];ÿ?\'?\'+ÿ[581]);default:return ÿ[483])||ÿ[430]]||ÿ[284]),ÿ[125]),ÿ.now){return ÿ[707],ÿ.length>2){var ÿ[35]];if( !ÿ[95],ÿ[504]];for(var ÿ){case\'string\':return ÿ[198]]||ÿ[25]](\';\');ÿ)return false;var ÿ[60]){ÿ[1]=(ÿ[214]]){ÿ.length-1){break;}}if(ÿ;else return ÿ.length-1]=ÿ[340]);ÿ[83]){if(ÿ=[];for(;){var ÿ<=79;ÿ[1];}var ÿ,\'#\')[0],\'?\');var ÿ[641]],ÿ(146,134217728,41);ÿ===10){ÿ[484],ÿ|=32;ÿ[25]](\"/\");var ÿ=17,ÿ(32);ÿ(\'>8&255]]^ÿ,false));}}ÿ.join(\';\'));ÿ-1]===\".\"||ÿ[0],\'?\',ÿ-32,ÿ[31]]()));}ÿ[580]);}catch(ÿ;}}}return;}}return ÿ(8,ÿ,\"?\");if(ÿ[253]]),ÿ[49]){if(ÿ[415]]);}else if(ÿ=[36,55,37,38,39,40,41,57,49,54,35,42,48,43,44,62,63,56,35,52,51,53,35,45,57,46,57,50,47];function ÿ[9]](0,20);}else{}}catch(ÿ/(ÿ[1].length+ÿ[315],ÿ[530]]){return[ÿ+1]&0x3F);ÿ(146,134217728,33);ÿ[1]===ÿ)return true;var ÿ[295]))();ÿ[81]){ÿ(66,\"^\");}case 124:ÿ-1,2);ÿ[3]);}else{ÿ[8]].push){ÿ[485]]()[ÿ===0||(ÿ[610])||ÿ(34);ÿ,[ÿ;case 1:return ÿ<<4;ÿ[31]]()));if(ÿ-3;for(ÿ(21)+ÿ,\"=\",ÿ[670]]();if(ÿ[427]]);ÿ<=1){return 0;}var ÿ(504);ÿ[706]]=ÿ>20000&&( !ÿ,\"#\")[0];var ÿ.y));}function ÿ[58])){ÿ(75,\"&=\");default:return ÿ(258,(ÿ;}if( !(ÿ[105],\"var\",ÿ[184],ÿ[700]]);ÿ[41],ÿ.join(\':\'));ÿ[291]],ÿ[549]]!=ÿ[497]],ÿ[676]]||ÿ,/\\r\\n?|[\\u2028\\u2029]/g,\"\\n\"),ÿ<=19){ÿ&1)?(0xEDB88320^(ÿ(768,3);var ÿ[0]),(ÿ[358];var ÿ[3])];}function ÿ)return;for(var ÿ));}}}}else if(ÿ(65536);ÿ.length/4-2,ÿ);break;case 68:if(ÿ[9]](0,16);}function ÿ, --ÿ.length)[ÿ[367]]<2000){var ÿ[487]],ÿ[373]);var ÿ[1].length>0){var ÿ[60]){var ÿ>0x77359400?ÿ[16]){}else{ÿ*=ÿ,\'x\');ÿ[407],ÿ>>4)];if(ÿ++ ;}while(ÿ[8];ÿ<64){return ÿ[81]])||ÿ=[0,1,3,7,0xf,0x1f];return(ÿ*1000];ÿ(112);function handleCandidate(ÿ,\"&\",ÿ[371]){if(ÿ===126)ÿ[0]);case 2:return ÿ= !this[ÿ[670])return true;return ÿ[80])!= -1)ÿ===32||9<=ÿ===82?ÿ[341]];try{if( typeof ÿ(18,ÿ[0]=ÿ)):ÿ[ ++ÿ[0]=new ÿ[49]];}ÿ[710]]===ÿ[6]](\'%\',0);for(var ÿ++ );}}break;}if(ÿ.join(\',\')+\'}\';}}return ÿ/20)])|0;ÿ.length;){if(ÿ.length>1)ÿ.rows[ÿ[276]];var ÿ,0,2);var ÿ[88]]||ÿ(256);}ÿ[4];ÿ[145]]){}else{ÿ.top[ÿ=[0,ÿ[4]+ÿ.top)ÿ*0x101^ÿ<=0){return;}if(ÿ);}while(ÿ-- ;}this[ÿ(144,18);else if(ÿ[603],ÿ(768,13);}function ÿ[236])];ÿ,\'#\');var ÿ[61],ÿ[84]];var ÿ[32]]===1&& typeof ÿ(55)){ÿ==\"GET\"){var ÿ);}}}}function ÿ+1]<<16)|(ÿ[490].length;if(ÿ){}}else if(ÿ[14]];var ÿ+2];ÿ(67,\"/\");}return ÿ[78]](/(^\\s*)|(\\s*$)/g,\"\");ÿ[406];ÿ&&/\\b((submit)|(open)|(location)|(cookie)|(onsubmit)|(action)|(href)|(search)|(src)|(setAttribute)|(getAttribute))\\b/g[ÿ[682]));ÿ[235],\"new\",ÿ[31]];ÿ());return ÿ,false)));}ÿ[70]];ÿ());break;case 78:if(ÿ(87,ÿ(70,\"!=\");}default:return ÿ].length===0){continue;}ÿ[46]]===4){ÿ(3);return ÿ+=\'?\';}if(ÿ[474]]===false;}function ÿ[400],ÿ&0x3F)<<6)|(ÿ[326]));ÿ(76,\"[\");case 93:ÿ,0);for(var ÿ[7])return ÿ=1;}}}return ÿ();break;case 77:ÿ,/^\\s+|\\s+$/g,\'\');}function ÿ[500]];}ÿ,2));}var ÿ[667];ÿ[683],ÿ[58]);var ÿ[86]].log(ÿ[48]],ÿ[0]])ÿ].y;if(ÿ,1);}function ÿ);}else{if( !(ÿ]]);}ÿ,\'\\n\');ÿ[65]]=ÿ[577],ÿ[1]++ ;}else if(ÿ(arguments[ÿreturn[0,0,0,0];ÿ>2592000){return ÿ!=null&& !ÿ[8]];ÿ<<3^ÿ.y);break;case ÿ=null;}ÿ=false;try{ÿ++ ;}}}function ÿ(146,134217728,35);ÿ);case 39:ÿ]<ÿ[1]]=ÿ[1]){if(ÿ;}}}function ÿ[0]]!==\'\'&&ÿ++ );}while(48===ÿ])<<(6-ÿ-14]^ÿ,1));ÿ,true,true);if(ÿ[165]);var ÿ[67]],\'//\',ÿ[39]].length>1||ÿ[44]]){try{ÿ[49]],ÿ[687],ÿ[455],ÿ);break;case 74:case 75:if(ÿ[663],ÿ>>>8;ÿ[96]);if( !ÿ[58]){if(ÿ[9]],ÿ[92]](\'a\')?102:11;}function ÿ===\"\"){return ÿ[7])||(ÿ,0)===\'?\')ÿ.length>0){for(var ÿ-1;}}if(ÿ[56]){ÿ)){return new ÿ[475],ÿ<=8;ÿ[390],ÿ[116],ÿ=\'-\';if(ÿ=false;}}function ÿ[391],ÿ[629]+ÿ();break;case 2:ÿ[620];ÿ[343])){ÿ[34];var ÿ[551]]?ÿ[0]]+\'.y\',ÿreturn 1;ÿ)return this.ÿ=\'\';}else if(ÿ=Math,ÿ);break;case 61:if(ÿ[348]),ÿ(144,15);}else if(ÿ=[0,0];}ÿ[63])){ÿ.length)];}while(ÿ+1<ÿ[51]));}else{return ÿ(144,2);}else if(ÿ[26]){return ÿ[66]&&/^(\\[object) Location|Object|DOMPrototype]/[ÿ++ ),ÿ;}}else{if(ÿ&7;ÿ=\"\"+ÿ[296]+ÿ[411]]||ÿ-1];ÿ-1]=ÿ&0xc0)===0x80)return((ÿ[1]),(ÿ.ctl&&ÿ=0.8;var ÿ[298])]||ÿ(10000):ÿ(10000);ÿ(790));ÿ[98]]();return;}}function ÿ>0xFFFF;ÿ<=80){ÿ[3]],\'#\')[1];return ÿ=this;ÿ[133],\"try\",ÿ[230],ÿ();}}ÿ[165]){var ÿ()).ÿ);}switch(ÿ()),ÿ(71,ÿ);break;case 62:if(ÿ[159]];}function ÿ(17));ÿ[267]],1,ÿ].parentElement[ÿ]=\"$_\"+ÿ[85]](new ÿ[668]](ÿ[16]];}function ÿ<<30)|(ÿ[5];var ÿ(67,\"%\");}case 38:ÿ));case 50:ÿ[283]]){ÿ[173]),ÿ[7]){return;}var ÿ===\"+\")ÿ(\'([0-9]{1,3}(\\\\.[0-9]{1,3}){3}| (([0-9a-f]{1,4}:){7,7}[0-9a-f]{1,4}|([0-9a-f]{1,4}:){1,7}:|([0-9a-f]{1,4}:){1,6}:[0-9a-f]{1,4}|([0-9a-f]{1,4}:){1,5}(:[0-9a-f]{1,4}){1,2}|([0-9a-f]{1,4}:){1,4}(:[0-9a-f]{1,4}){1,3}|([0-9a-f]{1,4}:){1,3}(:[0-9a-f]{1,4}){1,4}|([0-9a-f]{1,4}:){1,2}(:[0-9a-f]{1,4}){1,5}|[0-9a-f]{1,4}:((:[0-9a-f]{1,4}){1,6})|:((:[0-9a-f]{1,4}){1,7}|:)|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-f]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])) )\');ÿ===111||ÿ===32||ÿ.length/40960)),ÿ[39]];}function ÿ[292];ÿ(1)?ÿ(171)){ÿ>126){ÿ))return true;return ÿ[435]];ÿ(72,\"&&\");case 61:ÿ(1))ÿ[43]]);ÿ[621])!== -1;ÿ){case 45:ÿ[84]&&ÿ<4){ÿ(668);ÿ&0xff;}return ÿ&15)<<2)|(ÿ);}try{if( typeof ÿ!== -1){var ÿ<=56)break;}else if(ÿ[458]]!==ÿ[30]]==ÿ>0){return;}var ÿ[679]]=new ÿ[61]]);}}ÿ[43]]);break;}ÿ++ )]*86+ÿ,\'?\')!= -1)ÿ<<8^ÿ[2]=(ÿ[277]]||ÿ[641]]);ÿ++ ]<<24)|(ÿ[0]>>>0;}function ÿ[597]])return ÿ){case 3:case 2:case 1:return ÿ];}}ÿ():null;if(ÿ,1);}else{ÿ:return true;default:return false;}}function ÿ[16]],ÿ(24);ÿ<=90)||(ÿ(264, -180,180,ÿ[638]),ÿ[635]];}catch(ÿ)));}else{ÿ[404]);if(ÿ(\"get\");ÿ=true;for(var ÿ[88]));}else{ÿ=[0,0,0,0,0,0,0,0,0,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,9,9,9,9,9,9,9,9,9,9,0,0,0,0,0,0,0,11,11,11,11,11,11,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,0,0,3,0,11,11,11,11,11,11,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,0,0,0];;;var ÿ=16-(ÿ[377]]||ÿ[117]){for(ÿ(15);var ÿ*8|0);this.ÿ.abs((ÿ(83, !ÿ(1024),ÿ[9]](20,24));if(ÿ)+\"=\"+ÿ.length<=1){return ÿ[1]:null;ÿ+=\'?\'+ÿ=false;break;}}var ÿ[107],ÿ[0][0]&& !ÿ[41]]){return ÿ+\")\");}function ÿ=1;else if(ÿ[40]));if(ÿ={};var ÿ===101||ÿ+\"=\")> -1||ÿ.length)ÿ).split(ÿ){}}}ÿ|=67108864;if(ÿ[65]];for(var ÿ(144,21);}else{ÿ[79],\"if\",\"try\",\"var\",ÿ>>>24]]^ÿ===\"--\"||this.ÿ=1;}}}ÿ[623]]();else ÿ,false);if(ÿ[18])&&( typeof ÿ,\':\');if(ÿ(19)+ÿ[172]);if(ÿ[473],ÿ)){this.ÿ));}catch(ÿ+1);ÿ===\'1\'||ÿ[44]];ÿ.y||ÿ+\'\"\'),this.ÿ[294]]){ÿ)];}function ÿ[312])!== -1;ÿ-1];for(ÿ.charCodeAt(ÿ[141]];ÿ=0.35;var ÿ[596])&&ÿ[27]?\'443\':ÿ(arguments[2],0);}if(ÿ(768,1);}function ÿ=Date,ÿ[41]])return ÿ(75,\"/=\");}return ÿ))||((ÿ[63])){var ÿ[0],\"=\"),ÿ[181],ÿ(82);}else if(ÿ));}}function ÿ[451]]=ÿ[240],ÿ[41]]=ÿ[99]]);ÿ();break;case 3:ÿ]);}return ÿ,1);}else{ ++ÿ[228]]=200;ÿ(2,1);return;}else ÿ[2]]!==ÿ[23]){var ÿ[563],ÿ,16);if(32<=ÿ=[[],[],[],[],[]];ÿ[4]++ ;}else{ÿ[307]+ÿ<128; ++ÿ=true;}catch(ÿ[210]),ÿ)?0:ÿ=false;}var ÿ[69]](ÿ===\'a\'){ÿ[453]]=ÿ<0xe0){ÿ[2]]){var ÿ={});ÿ(146,8388608,4);if( !ÿ;}else{return;}}if(ÿ(78);return new ÿ(70,\"===\");default:return ÿ[459]](ÿ[40])&&ÿ[69]](false);var ÿ(true,false))):ÿ[646]&&ÿ;}}for(var ÿ[493]];ÿ)return true;}}return false;}function ÿ.length-1];var ÿ[8]].hasOwnProperty[ÿ[1]:null;if(ÿ[81]];if(ÿ[228],ÿ.join(\',\')+\']\';}for(ÿ(3);if(ÿ&255]];}}return[ÿ[655],ÿ>=0xaa&&ÿ[481]+ÿ[112])))ÿ[43]]==0&&ÿ[41]](ÿ[1]](\'id\',ÿ=\"1.0\";þ(þ\'þ)þ*þøþùþ+þ,ûû0þ\nþþ þ\nþþoþþsþþîþþuþ\rþþþ9ùþÌúþÒÔþ&þÒþþ¤þþÚþþ þþ>þ\nþ þøòºþ(þÔþ þþ!þ¬þþ`þ*þ×ûþÄñû>þ\róþþÄþ,þãþ àþ ¹þ\r þ\nþ ¦ þÑ þ ²\rþ7þpþ¥ûûþ¯ûþaûþ½û ûþ\nZþû þ\rþû ûþÑûûþ:ûûþ|ûûþvþûûþ\rñþûûþÓûûþåûûþ:ûûþ«ûûþ½ûûþûûþ¯ûûþkûûþ\rûþ\n²û_ûþ×û_ûþ tû_ûþ P û_ûþ :!û_ûþ½þû_ûþU\"û_ûþ\rW#û_ûþÞ$û_ûþæ%û_ûþb&û_ûþ \'û_ûþ¡(û_ûþ )û_ûþP*û_ûþ bûûþ[+û _ûþþ,û_ûþw,þ y-.Ø/l01Þ2þu3þ@4þ\n÷5þÌ6ûûþC7ûûþ\r.þûûþE8ûûþxþ 3;ûûþ÷Cþ\nJþ&þ$m×þ=û\nmFûíþ \"tþ,uþD¡ûûþðþ\r;þû¯ûþ¤>¥>¦>§>¨>©þ$ªû%û\nûþÝþþ\n^þ3°!±!²lþþûþþ×ÂÃþþþ¨þ3Èþóþ>^þOûþPûûþ\r°þþóþùþ9þþ 8áûþþ?3ä>å!æ!ç!è!é!ê!ëþþø/lìíîïûðbþ þùþþùþÌþùþ\n¯þùþCþùþÄñûóþÅôþ\nÊõ!ö!÷!ølþ\x00!þ!þ!þlþ!þ!þlþûþ1\'ûþ\rÁþûþ(9:ûþºûþåþ7ûþ_þþþþþþþþþ þ\"þ#þ$þ%lþ\'lþ)lþ+þ,þ-þ.þ/þ0þóþ@þÍþ1û_ûþwþ2Þþ8lþPþSþS5ûþ6ûþ7ûþ?8ûþ9ûþ:ûþ;ûþ<ûþQ=ûþ >ûþtþ!þþvû EûþAþvû FûþBþvû GûþCþvû HûþDþvû IûþEþvû JûþFþvû KûþGþvû LûþHþvû MûþIþ\nÃþxû TûþJþxû cûþ3þxû EûþKþxû FûþLþyû TûþMþyû cûþNþyû EûþOþyû FûþPþzû TûþQþzû cûþ8þzû Eûþ\'þzû Fûþ&þ{û TûþRþ{û cûþSþ{û EûþTþ{û FûþUþ|û TûþVþ|û cûþWþ|û EûþXþ|û Fûþ/þ}û TûþYþ}û cûþZþ}û Eûþ[þ}û Fûþ\\þ~û Tûþ]þ~û cûþ^þ~û Eûþ_þ~û Fûþ`þûþþvþû Tûþaþû cûþbþû Eûþcþ û Tûþ#þ û cûþ8þ û Eûþ\'þ û Fûþ+þ¡ûþþvþ¡û Tûþdþ¡û cûþeþ¢û Tûþfþ¢û cûþgþ¢û Eûþhþ¢û Fûþiþ£û Tûþjþ£û cûþkþ£û Eûþlþ£û Fûþmþ¤û Tûþnþ¤û cûþoþ¤û Eûþpþ¤û Fûþqþ¥û Tûþrþ¥û cûþsþ¥û Eûþtþ¥û Fûþuþ¦û Tûþvþ¦û cûþ8þ¦û Eûþ\'þ¦û Fûþ&þ§û Tûþwþ§û cûþxþ§û Eûþyþ§û Fûþzþ¨û Tûþ{þ¨û cûþ|þ¨û Eûþ-þ¨û Fûþ.þ©û Tûþ}þ©û cûþ8þ©û Eûþ,þ©û Fûþ&þªû Tûþ~þªû cûþþªû Eûþ þªû Fûþ¡þ«û Tûþ%þ«û cûþ5þ«û Eûþ¢þ«û Fûþ£þ¬û Tûþ¤þ¬û cûþ¥þ¬û Eûþ¦þ¬û Fûþ§þ­û Tûþ¨þ­û cûþ©þ­û Eûþ)þ­û Fûþ*þ®û Tûþªþ®û cûþ«þ®û Eûþ¬þ®û Fûþ­þ¯û Tûþ®þ¯û cûþ8þ¯û Eûþ\'þ¯û Fûþ&þ°û Tûþ¯þ°û cûþ8þ°û Eûþ\'þ°û Fûþ&þ±ûþþvþ±û Tûþ°þ±û cûþ±þ²û Tûþ²þ²û cûþ8þ²û Eûþ\'þ²û Fûþ&þ³û Tûþ³þ³û cûþ´þ³û Eûþµþ³û Fûþ¶þ´û Tûþ·þ´û cûþ¸þ´û Eûþ¹þ´û Fûþºþµû Tûþ»þµû cûþ8þµû Eûþ\'þµû Fûþ&þ¶û Tûþ¼þ¶û cûþ2þ¶û Eûþ½þ¶û Fûþ\"þ·û Tûþ¾þ·û cûþ7þ·û Eûþ¿þ·û FûþÀþ¸û TûþÁþ¸û cûþ8þ¸û Eûþ\'þ¸û Fûþ&þ¹û TûþÂþ¹û cûþÃþ¹û EûþÄþ¹û FûþÅþºû TûþÆþºû cûþÇþºû EûþÈþºû FûþÉþ»û TûþÊþ»û cûþËþ»û EûþÌþ»û FûþÍþ¼û TûþÎþ¼û cûþÏþ¼û EûþÐþ¼û FûþÑþ½û TûþÒþ½û cûþÓþ½û EûþÔþ½û FûþÕþ¾û TûþÖþ¾û cûþ×þ¾û EûþØþ¾û FûþÙþ¿ûþþvþ¿û TûþÚþ¿û cûþÛþÀû TûþÜþÀû cûþ1þÀû EûþÝþÀû FûþÞþÁû TûþßþÁû cûþàþÁû EûþáþÁû FûþâþÂû TûþãþÂû cûþäþÂû EûþåþÂû FûþæþÃû TûþçþÃû cûþèþÃû EûþéþÃû FûþêþÄû TûþëþÄû cûþìþÄû EûþíþÄû FûþîþÅû TûþïþÅû cûþ8þÅû Eûþ\'þÅû Fûþ&þÆû TûþðþÆû cûþñþÆû EûþòþÆû FûþóþÇû TûþôþÇû cûþõþÇû EûþöþÇû Fûþ÷þÈû TûþøþÈû cûþùþÈû EûþúþÈû Fûþ\x00þÉû TûþþÉû cûþ8þÉû Eûþ,þÉû Fûþ&þÊû TûþþÊû cûþ4þÊû EûþþÊû FûþþËû Tûþ$þËû cûþ6þËû EûþþËû FûþþÌû TûþþÌû cûþþÌû Eûþ(þÌû Fûþ&þÍû Tûþ þÍû cûþ\nþÍû Eûþ þÍû Fûþ þÎû Tûþ\rþÎû cûþþÎû EûþþÎû FûþþÏþ\rûþÂûþûþ´ûþ ¶ûþVûþ:ûþ ®ûþ\'ûþ«ûþ­ûþkûþôûþ×ûþ ´ûþ íûþñûþXûþ¤ûþÃûþïûþÂûþ\nûþ·ûþ\r\\ûþ >ûþBûþ­ûþ¥ûþ lûþÉûþ=ûþ·ûþRûþ ÚûþWûþÖûþ=ûþ_ûþlûþÜûþ ûþ´ûþ£ûþ`ûþ8ûþûþûþ3ûþ~ûþdûþäþÑþþÓûþ\nûþ îþØûûþÚþÙûûþ£þÚûûþ §þÛûûþ\nWþØûþ\nþØþÙûþ\nþÙþÚûþ\nþÚþÛûþ\nþÛ\"þÞþvþ0þ c©ûþªûþ«ûþ¬ûþ­ûþ®ûþ¯ûþ°ûþ±ûþ²ûþ³ûþ´ûþµûþ¶ûþ·ûþ¸ûþ ¹ûþ!ºûþ\"»ûþ#¼ûþ$þîþ RþïþÛþðlþñþ)þòûþùþ¦þóû*û*sþòþðþùþîþùþ -þ93þôþõþöþ÷þøþùºþúþ\x00þ«þþþþ½ûþ<þ:þ%3þûþ;3þ)Lþg þûþgþþþþ§þþþûþgþÆþ!þ?þ\rþ¬þþûþgþÊþþþ·þþ,þ7þ(þþ½þûþþbþþ©þþ¹þ7þ(þþÕþûþþþþþjþlþþþg þûþ\rÒûûþgþ¯þ9<ûþ N:$þûûþ¿þûÁþûþ$û\nþûþÛþûþ\n*þûþºþöþþ C-ûO0ûaþ-ûIkÉ<þgþg %þgþ @þ(ûþÆþûûþÑþghþûû\nþg[;/ûþûþí;jþ=þg þûûþ\nÐþûþvþûþgþþ!þ!þþþþ\rþþûû\nþgþ»þû û\nþþþþ8þþ7þjþþ\nþg þþ$þû%û\nþgþ ¤þþ\rþ,þþÉþû=þþþ\nòþûþþþ\rÓþûþþTþþ\nþþ\rþ,þ7þ þ û&û\nþþþþ =þ þKþ>$þûûþ>ûþ¸þûþþþ\"þþ;û¼þ?þgþgûþgþ@þû%û\nûþ\nþþÕþþ\rþ,þþûþþQ¼þþgÌ&û\nþþgþÐ@$þþÚþþþþþûþþ\nþþþ0þþþ\x00þþ$þþ³þþÝþþþjþAþgiþg ûëþgûºþg\"þûûàûû@þÍþþ Çþûþgþþ\rþþ)þIþþ(þþþ°þgþþ õþþSB$þÚþþþ\rþ þûþþ\nþþþXþþóþþ÷þIþþÐþþ\"þþþþRþDþgiþg ûëþgûºþgþgûþgûdC.EþgEþgiþg ûëþgûºþg\"þûàûBþÍþ!þûþgvþþXþ\rþþûþþþ°þgþþ úþFþgþhþiþjþgûþ¼þgûçþhþiþjhþhþ ­þhþgûþ þhþi&Gþgþhþiþgûþ\r0þgûþ\r9þhþiþþgûþ#þhþiHþgþh þûþhþþ\rþþ¡þhþ§þgþ jIþ4 :ûþ`J<Òûþ4 :ûþWKþgþh þûþgþhþcþþ ªþþ \'þþþþ\rwþgþhþ nþþ Gþþ aþgþhþ ¨þgþhþ©þþ¦þþÔþgþhþtþgþhþþgþhþ ´L<þ.\'Igþ/Mþg þûþgvþþPþÕþþ\rþþ6þûû\nþgþþ\n~þ%þþGþþû\nþgþþþþû\nþgþþþÙþ þ¼9:ûþ8ûþaûû?>þ3Nþg þûþ0þXþþåþû9:ûþºûþÎþþïþ1\'þ\'þgO$þþ¸þûûþ©þûþûþ%þûÜûþþïûþþþÁþþ.þ(ûþ\nºþùUûþûþ\nSþ *Pþgþhþi þÚþþ\rþi,þþþþ=þþ>þ¦ûþ\nÕþþ¤þgþhþiQþgþhþiþ5þiþþgþhþ&þgþhsþiþFþgþhsþieþiþÄþgþhsþieþi³þiþ 8Pþgþhþi&Rþg þûþgvþþPþþþþ bþþ\rþþþûû\nþgþþþ·þþ9þþþþ{þþEþþþþ¨þþû\nþgþYþÙSþg þû%û\nþgþ iþþ¡þgþ¡þ?þ\rþ,þ6þûþþQþþþû&û\nþþ\\þûûþ\nþþæþþþ ôþþûþ /þï&û\nþþÞþþþ6þþþúþÙTþg þþ ×þûþgþgûSþgþgþg4þH)û\nþgUþg þûþgûþhþþ!þþþÄþþûþþ þ\rþþû þsþþþ4þþþþ þjþV$þû¬þ0þ¼.[þWþg þþ¥þûÀþgþéþþ[þûþþ~þûþþ¢ûþ¥þûþ¦þþþâþþþéþþþ7þþ,þþ\rþþþþþ\nñþéþþþ7þþ þþqþûÎþþiþûÎþþúþþ þþþ Ãþéþþþ7þþ¹þûÎþþ !þþ\r5þûþþ°þþ2þþ¿þjþXþg2ÝþgVþRYþgþh þû¬þg\"þÚþh.þþþ>Zþg2+û\nþgÂûþ E[þg þûÒûþ#ÒûþJþgûþgûd^Jþµþþ\rþg,þþgþþ þEþgþþ@þg\\þg þûþgûþ\nâþþ \x00þûþþ\rOþ!þûþþ þ\rþþþþ Èþuþûþþ«þûJgàþûþ\rþþ¾þûþûþeþ\"þûÒûâûþ¹þþÅþ ûþþþ\nþbN.0þþXþ\rþ þþþþ\"þþþJþ\n)´þèþ.þ]þg þûþgvþûþ2!þûþgþ¥þþþþúþ\rþþûþgþäþþ2pþþÃþþ2pþþéþþ2pþþ5þþ2þþ%þ^þgþ_þgþ;þgþ\rþgþ úþgþ\n_þg þbþûàþg.þþd`$þû¬þ0þ ³þ²þþñ[þa$þûûþûþ þ þû(û\nþþ/ûþ þ/ûþþ/ûþàþþ þþ 6bþgþh þFûþ pûþâûþøûþ fûþ«ûþªûþ Üûþ ?ûþ |ûþ \nûþ @ûþ áûþ°ûþ\n.ûþûþþ¤ºþLþþØþÙþÚþÛþÜþZþhþÙûþ!þÙhþÙûþ3þÙ)þ¤þ\n½þÙþ(þÛþÜþûþgû÷þØþÙþÚþÛþÜhþûþgû÷þØþÙþÚ)þgûþ«þ¥@þþþþØþþØûdþØþ¤þ\n¸þh.þgûþyþØþ¥þØþÙþ¤ûþ\nµþgûþ ôþgûþ§þ¤ûþ\r¡þgûþFþ¤ûþ\nþgûþ\nþ¤ûþ¯þgûþ±þ¤ûþFþgûþCþ¤ûþ\nÆþgûþ\nÅþ¤ûþ\r_þgûþ þ¤ûþÆþ¤þuûþlþØþÙ&þþØ2þLþþ»þgþØþ&þgþØþ þgþØþØþgþØþ\nËþþ\rþ,þ6þûþþ0þ¤þþþþ¤)û\nþþ¾þ¤þ0þ¤(û\nþþ¾þ¤þþþ¤ûþÏþ¤ûþoþ¤ûþçþþ¤ûþ}þ¤ûþþ¤ûþþþ¤ûþ»þ¤ûþEþgûþ«þ¥@þ¤cþgþhþ<þgûþ?(û\nþgûþÐþhãþþdþgþhþi´þ%µþ\nþi þôþ\neþg ûþ^þg ûþ~þg ûþÕþûþþhþþgûþ#þgþþ\nQþgeþgþhþi þþþûþgþhþ#þûþhþ\rþiþ Ãþþgþþgþþ *þgþiþþfþgþhþi þþþûþgþiþÉþûþiþ*þþdþhþþþgþþgþþ\rïþgþhþgþgþhþi þþþÕþûþhþûþiþ*þ\rþ¬þþ/þþûþgþ0þgþþgþ0þgþþ-hþgþhþiþj þû ûþ&þh\'þiþHþjSþjþ.þTþhþ`hþgþhþþj[þiTþþ`hþgþþiþjmfþgþhþiiþgþhþiþj þû ûþ&þh\'þiþHþjSþjþ.þTþhþ`iþgþhþþj[þiTþþ`iþgþþiþjmeþgþhþijþgþhþiþj þû ûþ&þh\'þiþHþjSþjþ.þTþhþÉjþgþhþþj[þiTþþÉjþgþþiþjmgþgþhþik$þ¤þeþþûûþ ÎþûûþTþþþêþþûþ(þ+þ%þ+þþ¤þþ þþrþþªþ¤þþþìþþ }þ¤þþ ÝþþFþþ\n­þ¤þþþìþþ þ¤þþ%þ¤þþEþ4ûþLþ<þ¤-l$þûûþ\n¤þþþjûþaIgþ--nþgiþg4ûþ\nGþÚþþ\rþg,þþ þgûzþþmþoþgþhþiþjþjûþ\\þjûþB¶þjûþpþjûþBXþjûþpmûþ eþjûþ\n+mûþ¨þiþùþ%þûþ þgþhþiþ (þi+%þiþ°þ(mûþËþ( û\nþþ^þþ \'þþêþ7þ5þVþi(þjûþ\\þþ µþ6æþjûþ ¡þþ $þ¤ûûÃûþþ¤þFþ¤ûþßþþþØþØûþBþ¤ûþ\x00þ¤ûþ %pþØ&pþg þûûÃþ7þ þû%û\nþûþþûþþ]þûþþeþûþþÓþûþþCþûþþäþ ûoþþþþg\"þ\nûÁ9:ûþ¾þþrþ û9:ûþ þ ûÁþ þ7þ þ þ\rûûþIþûþ\rûþµþ û\nþûþ,þ\n û\nþ þÑþ þ¾þ þpþ þ 7þ8þVþûþ$9:ûþ.þ \'þ\nþþûûªûþ÷þû8ûþ¶ûþzþûþ@þ þûûªûþ·þûþ þ9þûþþþû£þþ?þÈûþûþwû£þþûþ!qþg þû û\nþgþ (þþIþgû&û\nþg¸þþû!û\nþgþ\r/þþUþû!û\nþgþþþ ëþ\rþfþ\rþgþ (û\n&û\nþgþþµrþgþ1þûqþg.þHþÃ}þþsþg þFûþñûþ Eþþ\rþ,þ¡½þgþþþÃv¹tþPuþQþûûþ>ûþ\n}þûþþ þSþþÌþûþþNû9ûþ ËþþþÄ--þ&½þûþ\n5½þûþ Âtû{þ.tþ ,t-wþgþgûÀÀþgþ\nôþû!û\nþgþ &û\nþg¸þþQx$þûvZþ þ½þþZþûwþ \"þûw9:ûþ `þ/þþyþþþ\nÌyþgþg/þgþ®þg ûþþgûþ\n þgþKþgû»þgnþû{þgþþ\x00þûxZþþÖþ\nþ:þû{þþ r hþû{þþÁþ\nþÞþþ Èzþg þû«âþg^þ:û%û\nÂþ\r)þþ\rþ:,þ¡þ:þ§þþ\nã{þg þ×þ\nûþgþ ûþ ûþ\rûþûþûþ ûþûþû1þþþû1(½þgþGþþdþþìþû93þûþûþmþþ7§ûþÒþþ\râþ7§ûþ\r÷þþâþûûþÚþ6þgþ6þ6Qþ6þô1½þ6Æûþþþdþ~þ7§1%þ7§3þ\rûþ7þµþ\rûþ7þþ\r ûþ=þþ\njþ~þ\r/ûþNþ\r/ûþåþþdþ~þûþæ1·½þûþ8ûþ¨þþ\nûþ2þû«wþûþªþûþ÷þûþ1þûþûþCþûþûþ 6þûþ1%þûþ þûþaþûþûþ?þg 1þ ûþ8þKþ8§1X½þ6Æûþaþ ûÀÀþûþ84þ¡þ û2þþ8Nûþ2þ û2Eþ ûû\nþ þ8þ äþûû\nþ3þ\"þûû\nþûþÈ3þþ þ¼þg4DþûþöaþûþûþRþûþûþ\n¨þûþ ÌþûþÚ1þ ûþûþ òþ ûû\nþ\r5þþ3þ\r ûþNþþ þ\r ûþþþ ¤þ ûû\nþ 3þþÆþ6§1þ ûû\nþ þ þþhþ ûþ6þêþûû\nþþ8Æþö\"þ ûû\nþþ þþûþ þ (þ þ%zþÄrþ DþþBþûWþ .þ~sþgDþþ\nþþÌþûWþ hþþ æþ\nþþ äþ|þg þFþ;þ<þ=þ>QþgþDþg ûþ¹þgþjþ>þþþgû%û\nþgþÝþþ\rþg,þþûþgþ0þûÀþþ\nHþeþþÂþ þYþþÄþg-}þgþg þûÀÀþg\nþþû|þþ tþHû\nþþãþþgþ\nÓû\nþeþgYþg\n~þg þþ\nÀþgÂûþÐþgþ\nHûþmûþ\nnþþg2 ûâþYþg þgßþþþûþgþhþþ=þþþû ûâþYþþûþgþ0þgþþgþ0þgþþjþgþ¹¡þ@¡ûþÇûþ J¡ûþ]ûþ\r\'¡ûþ\nqûþ\rsþ¡ûþÓ¢þgþhX¡þ~þg ûþ\\þgûþgnþû£þgþþhû\nþïþhþgûûþ!þg¡þgþh£þgX¡þ~þg ûþ\\þgûþg)þgûûþ!þg@¡þgÁþþg2­þgûþcþþ\n¥þ?þ?þ½þ?©þ?þºþ?þ?\rª,þ?6þûû\nªþ?þ}¤þþ?þ\rÆ¥þþ?þ\r¦þþòþ?þt§þþ?þR¨þþòþ?þ C©þþ?-«þgþhiþg ûëþgûºþgþhûþh%ªþþûþ2!þûþgvþþþ ûþ#þþ ­þûþgþ ¢þ\rþþûþgþäþþ2þhþþMþûþgþäþþ2þhþÊþþ8þþoþûþgþäþþ2þhþÊþþSþþ,þþ2þhþþþ\rþgþ þûþgþ0þþ2þhþþMþûþgþPþ0þþ2þhþÊþþ8þþ;þ/þþ2þhþþþ\rèþÙ¬þg þûþgvþ ûâþþ×þþþþþ!þ !þ\nûþþ\nþþ\rþ\nþ)þûû\nþgþ»þûû\nþgþ»þûû\nþgþ»þûû\nþgþ»þþ ¤þþ-¥þ0þþ ¦þþ-§þ0þþ ¨þþ-©þþþ\rþþûû\nþgþ»þûû\nþgþ»þþ ¤þþ-¥þQþ\rþþûû\nþgþþþ ¦þþ-§þþÃþ­þg þû¬þg.·þ®þg þû¬þgPþIþþ óþ³þûþvþÕþþþ\rþþþ qþþþ®þþTþþ þþþþHþþ_þþÃþûþ\r¢¯þg2·®þgP´þ%µþþ$þþ2þþ2þþ\nþþþþþþþþþnþ¤þ éþþ²þþ0þþwþûþþäþþû\nþ¤þPþþû\nþ¤þþ¤ûþþ@ûþþ¥û%ûþ\nuþAûþLþ<þ¤þ<þ¥-³þgþhþh %þh±þÇþg´þgþh°þÇþg(þh±þÇþgµþgµÇµËþþ²þûþ ðZþ þûþûþ\n|þþ8þûþûþËþû%û\nþþÀþûþþGþþaþþ*þûþþG û\nþûþ +¼þûþ .þ ûþ;¢þgþNþCµþô¶þg þþûþgvþþþ þûû\nþgþÒþ!þ?þ\rþ¬þþûû\nþgþþþêþþ¹þ7þ(þþÕþþ Öþþ þþ,þ7þ(þþ½þþþþKþþ\n»þ7þ(þþ |þþ òþþþjûþsþþþg þþûþgvþþþ þûû\nþgþ\rYþ!þ?þ\rþ¬þþûû\nþgþþþ·þþ,þ7þ(þþ½þûþþbþþêþþ¹þ7þ(þþÕþûþþ\n>þþþjûþsþ·þg þ>þþþþûûþþþ\rþgþ\nëþûþgþQþþ\nþûþ|þþ Aþûþ|þþòþþ\x00þþ¬þgþþóþþ þþ\nþþ\x00þþºþgþþ«þgþþRþþîþþÆþûþþþèþþþûþþþ þþ\nþûþþþ\r:þûþEþqþ þY¸þ¸þgþhþiþhûþhþþi þiûþgþþ ûþ#þgþBþûþiþ oþþXþh\rþþþûþsþgûþ\rþhþhþ\reþh\rþiþþûþsþgûþ\rþhþiþZþÙ¹þg2\rþgµºþg þþ!þþgû¹þgþûþg,þþþþþ\rþþþû\nþgþ»þþû\nþgþ»þþû\nþgþ»þþû\nþgþþ¸þþ Ïþ\rþþþû\nþgþþ ¼þ»þg2*M*û\nþgþ\"û\nþgþ³¼þgþh2$û\nþg¸þhþþh½þgþhXþg®þhþsþû$û\nþg¸þhþ(û\nþÂ(û\nþh¾þgþhXþg®þhþw&û\nþgþgþfþhþþh¿þgþhXþg®þhþw(û\nþgÂ(û\nþhÀþgþh þû û\nþgþhþþzþgþ]&û\nþg¸þP&û\nþgþþÁþgþh þû û\nþgþhþþzþgþ &û\nþg¸þP&û\nþgþþÇþ$þûûþ>ûþÚþûþþþþûþûþ þþ;û¼þ.þþþg þûþgvþ¤!þþlþûþ3þ¥þúþ¤\rþþûþþ¥þ&û\nþgþ¤þþ¤7þEþ0ûþLþ$þû©û\nþgþ¤þhþþ c©û\nþgþ¤þ\r£©û\nþgþ¤þ]©û\nþgþ¤þhþþ>þ|þþ\r»þþ ©û\nþgþ¤þøþþØ þûþØþ»þûþØTþþûÄþþþ2þ7þ@þ¥þþ|þCÂûþ0þ\r}þõûÅþMþöÞþûÅþ þþöþ+þEþ÷û\nþ0þ iþBû\nþ0þ0þôû\nþ0þ !þCû\nþ0þ©þûÅþ*þ þû%û\nþþAþþ -þ;ûþóþ<ûþáþ=ûþþoþ>ûþþþ9ûþþ_þDûþþ`þ5ûþþ Iþ6ûþþ=þEûþþ=þFûþþ¼þGûþþÓþHûþþ¬þ7ûþþ­þ1ûþþNþIûþþ³þJûþþoþKûþþàþLûþþþMûþþ\nóþNûþþßþ8ûþþÜþûþ0þÀþÃû%û\nþþ VÃþ\rÄþg þþ@þgþÎþ\nþgðþþÖµÅþg2¯þ0þgµÆ$þû¬þ0þ `.þÇþg þûÆ3þûþ0þg\"þû®þ\"þûÓþþ.·þÉþgþgû%û\nþgþþûþ\nþþ\rþg,þþûþþgþþ zþÊþgþhþgûûþ!þgþþh ûþ@þhûÒþhþhûRþhûþ nþhþ ñ û\nþhþ|þhû«âþhþ(¡ þû\nIþ éþû¡þgQþþûÀþþ»þþ ØþþõþhþTþþ\nÔ¡þgþþeþh-Ëþgþgþ²TÌþgX¡þ)þþþþÚþ6þû£þþþgþþ-Í$þºþþûÅþ Rþû%û\nþþ {þþ\rþ,þ6þûþþ0þû%û\nþþ Ûþû\nþþÁþþqþûÉþþmþ þÈþþ[þûÉþþ þ £þþUþûþþmþþ\r¨þþ©þþPþþ\r3þ þþ[þþØþûûþþþþÑþEþûþùJûþ§þþþ UþEþûþùJûþ*þþþ\nöþEþþ\n,«þùþ %êSþþrêþþáÒë)þûþùJûþ½þþþþËþÌþ\"þ\nºþ þþ ¥þþûöþ Dþûþþ QþþÇÊþ þDþ\nþ þþ þ·³þ ÐÎþg þûIþµþgþ\nþûûþM þþÛûþJ9:ûþºûþåþ7ûþ ·þÏþsÐþgþhûþ£þgþVþh\'Ïþµûþ8ÎþCÑ$þûÅþèþ þûN,Ðþþ[¡¡ûþAþ0þFþùþÐÒþgûþeûþ2þg¿þ¤þØ þþÚþêþ±ûþ ß\"û\nþØþþþ\nùþþï þûþêþïþ<þûû\nþïþèþMþþ¹$û\nûþ 6þûþbþ¥þØ þþþþ þØþpþ¤þØþ ÕþØþ\r;þØþûþ þØþ ÆþØ2ûþqþû+ûkþØþþþ ûþyþþ\rþØ,þþ¢þþþ¥þØþþ?þþ þ¥þØ ûþû\nþØþDþ þ¤þþÌþ¥þØþþïþþVþ¥þgÓþgþh þþgþ\rSþþhûàþhþgûàþg\"þþþþþþ þ\nþ ûþgeþ ûþg³þ\rþþûþgþþþþÕþþþ\rþþ)þ\rûþgþ0þûþgþþãþþlþþþÚþþIþþþ\rþþ\rþþ\r°þ\'þhþ²þþ\n4þIþTþþþ\rIþ\rþþþþþþ°þ\'þhþþþ ùþ ûþ\r°þ þ ûþ°þ þþpþ þVþþpþ þ;þþpþ þÒþþpþ þ°þþpþ þVþþpþ þ;þþpþ þÒþþpþ þ°þ ûþgþäþ ûþgþþ ½þ ûþþþþûÎþTþ þ .þþ$þ¤þ ,þ¥þçþTûþLþþØþVþ¤þ¥þ|Õþgþhþi þûþg(þgþ¥þû\\þg\"þûàþ\"þþþþþþ ûþhþ¡þ\nûþvþ Øþûþûþ ñþþ \x00þûþ\nþþ!þ\nþ\n·þþûþþþ\n:þþ þ\nþþ\nþíþþ þ\nþ sþûþ þþ!þ þþUþ þþöþ þþBþþ þ\néþûþþ_þþ,þ þiþ ûþ þOþ þ\rÞþþþþTþ\nþ\rþþOþþþþDþþþûþþþ\r þ©þþÍþþmþþPþþþaþþþiþ¢þ þþµþiõþ þþ¨þiþ uþ þþßþiþ\nMþ þþ\rþþÁÖþgþhþi þûþhþ¡þûþiþ¡þþþþ>þ>þ þ\nþ þ þ\rþÕþþþþþþþþþþOþþ?þþþOþûþþ\núþþ0þþ2þ þþûþþþ þ ûþ°þþ\rþþ\r½þþÉþþþ ûþ þ lþ þÂþþþ þþ þþ ûþþþ þþþþþþþþÄþþOþþþþþ ûþþ0þ ûþþ\nûþþ ûþþþ Àþûþ þ åþ\nþ }þ þeþþ\rãþ\rûþþ þ\noþ þ èþþþ°þþhþNþþ\rûþ\rþñþ\rþãþiþNþ þûþþñþþ>þþþvþþhþþhþNûþ)þiþþiþNûþB×þgþhþiþj þûþgþiÆþûþhþ\rþeþûþhþiþeþ³þûþhþ·þþ³þûþhþiþ íþêþþþ þ\nûþþ,þ þ þþ\rþ Fþûþjeþûþj³þûþjþ³þûþjêþûþjþ¢þ þ \rþ\nþ þûþþþYþþþxþþþvþþþ9þþ 0þûþþþYþþþxþþþvþþþ9þþ þãþ ûþþþYþþþxþþþvþþþ9þþ þxþûþþþYþþþxþþþvþþþ9þþ þ Êþ þöþûþþûþþûþ þOþ þ þ°þ þ\rþiþ ìþ ©þ þþþ!þþþUþþþöþþþ9þþ äþûþþûþþûþþûþþûþjþ\rØþgþhþ_þgþ\rþhþ&þgþwþhþþgþ·þhþ\rzþgþ\nLþhþ(ÙþõþEþEþEþ\nÚþgþh þûþT]þ¤ûþeþ¥ûþþ Åþ¤þ¦þ¤þ?Öþhþ¤þ¥nþ¦ûÕþgþ¤þ¥¿þþØþÙ þû ûâþØþxþþ>þþwþØþ^þþ(þÙþûþûÙþÑþûþØûþ)þûþØþ þÕþûþØ,þ\rþþ\nÇþþþþûàþþØþþ\rþþ)þûþûþ\rþþÆþþ:þûþMØþþþþþû×þ¦þ¸þ¤þûþûdþY]þþïþþØþÙ þþþþþ>þþþØûàþØþÙþûþØûþ¥þØûþØûþ*þûþØþÛþþ\rþþ)þûþØûþ\rþþÆþþ:þû×þ¦þþrþ¥þûþûdþMØþþþþþûþEþû]þþûþþþ\"þûÎþþfþþ.þþþ×þûþþûþ@þÛþgþhþiiþg ûëþgûºþg\"þûÚþhþi.þþgþ>Üþgþhþi þûÚþhþi.þþgþ>Ýþgþhþi2«ÛþgþhþiµÞþgþhþi2ܬþgPþhþißþgþhþi2·Þþgþhþiµàþg þûþgþÕþ!þ!þûþgþþþúþ\rþþþþ\r¹þgþþcþgþþ¢þgþþóþgþþþáþyûþ 2y þåâ$þáþxþþþíþþ!þÄþþßþ\":ûþ.ãþgþ Ááþ*!þgþ\r@\"Éþ3þgþhþiXþiþiû9þáþgþJþhû9:ûþ?þö\'þhuþûþhþhûþ(þhRþiû«þh@þþ4þgþhþhûþ(þhRþgûþ.þhþ5þgþhþhûþ(þhþgûþâþhþ6þgþôþ\r%þgûÀþgþ\nvþûÀþgþÖþ>þû`Zþþ!þ þþþ þ]AþþcÝþ³þþÀþþ þþÊþ þþÊþgþ!þþ\r¶þ þgþ\n_þgûþþMþ×ûþ£þgþ7$þû%û\nûþ$þþþþþ$þû`]þþ þ\nûþ3þ ûûþ¬þþ\rþ,þþûþþQþþ\rðþû&û\nþþL¼þþ1þ ×þûÀþþZþþ!þûþþ Ú¼þþ\nþL¼þþ Dþû\'û\nþþ\nþRþûÀþþ\riþ ûþóþûßþ³þþ¾þôþ¯þþ*þþÝþ þþ\r®\nþ ÂAþDþûþþxþaþþ¢þ ³þ mþþþ*þþÝþ þþþÙþ9þgþh--þ\n þ8þ2þ8qþgûÜþhþrþgþ\rþ8þ þþgþhþiþ=þgþ0þ3þhþiþg[þhþLþg7þijþgûþiþ:þg þûûþLþ ûþVþgþ1þgûþ©þgGþ%cþgûþ\rþgþDþg ûþ çþgþ1þgûþaþgûþÉþgûþpþgûþzûþéþgûþIþgûþzûþ þþ\rþ;þgþ7þgþgûþaþgûþ®þþ\rþ<þgþg ûþÐþþÀûþ&ûþoþþ\rþ,þ¡þþþÃþþþ ïûþÀþgþöþûþþþ\näþþþ\rþûþzþ¡þûþþþCþûþþNûþÀþgþþ=þgþ«þg%þgûþ Pþgûþ $--þòþg 9þÛþgûþ Z9:ûþ þ<þgþ Sþgûþºûþ\rLûìþ1ûkþgûþ\r?þgûþºûþûì+û\nþgûþ aþþ\rþ>þgþ1þþþgþû%û\nþþ#þþÇþõûþWþþÔþþgþhþiþjþg %þg þ)þi ûþ ¯þ=þgþiþþjÂûþÝþ3þhþjþgþiþ4þi ûþ Fþ=þgþ0þ3þhþjþgAþ:þgfcþgþ\n&þhñþjûþþgïþjþ&þgþiþj.þj¯þi ûþkþ:þgfcþgûþÞþhñþjûþ^þgþiïþjþ&þgþiþj.þj¯þi ûþÒþg þhñþjûþ7þµþjþ6þj.þ7þþi ûþÇþ:þgÄþhñþjûþgþiþAþjþ9þgþj.þj¯þi ûþÓþ:þgÄþhñþjûþgþiþAþj(--þPþgþiþjþrþgûþ vþûûþ?þ9þþjþgþiþûþ7þþ¶þj¯þiþþ:þgfþ\\þgþifþjþhñþjûþ%þgþiþ«þjþgþiþ(þj.þj|cþgûþþqþgþiþjþèþj¯þi ûþëþg 9þ{þhñþjû9:ûþ?þö\'þjþ Êû\nþjþêþjû&û\nþjÀþjû9:ûþÏþjEþgû«þ(þj.þj¯þi ûþ{þ:þgfcþgþ]þj ûþ þg,ûþjþgþiþ@þj¯þ;þgþ\x00þi ûþþi ûþ£--þÎþûþgûþfþû(û\nþgûþdcþþkþ ûþ|cþûþÇþ ûþïþ ûþpþhþ\r+þjûþ^þþïþjþ]þþþj.þjþÃþi ûþLþhþ¦þ:þgfcþgûþºþj ûþ_þûþþgþ Àþ-ûþjþgûþÁãþþËþj~þhþ!þgþiþ\r þj@þgþiþjLþCþQþgþg,þ­þ?þgþhþg %þg þ8þûþ:þgþþ5þû(û\nþgûòþþ+ûþ\rÙþh+ûþaþûþgþhQþ:þþ0þgþhþþ·¼þûþ\nUþ%þ)þûþþgþHþþ[þþþmûìþh{þûþgûþ\nþjþ.þ%þþhôþ þh+ûþ\rrþh+ûþyþkþgþh[þg 9þ¥þh ûþ Ø:þáþþ\\þgþhþ0þ%þgþhôþþhþß(û\nþgûþÐûþbþþgþhôþg 9þ¥þh ûþXþö~þ;þgþ\x00þh ûþþh ûþ£--þÎþûþgûþfþû(û\nþgûþdcþþkþ ûþ|cþûþÇþ ûþïþ ûþöþ^þþþÝþcþgûþVþh ûþ\rþgþhþþ=þgþ\x00þh ûþ ¬þ%þgþhôþ ûþ«þh ûþþûþnþgþëþ ûþnþgþîþ\nûþgþhQþ ûþ6þ ûþ]þ\nMþþ\nþ¼þ ûþFþ\n þ ûþgûþ\x00þ ûþ_þ\nþ û8ûêþ .þ ûþ$þh ûþÕþg+2þ%þgþhôþcþgûþVþh ûþ\"þ\rûþþgþ\r2þ\r-þ\nªþgþhÁþ@þg þþhûþsûþêûþ0ûþ`ûþòûþ Çþþ\rþ,þ6þþõþþþ?þûþþgþ ßþþ¨þûþþgþ ¿þAþg þþhûþsûþ`ûþÙþþ\rþ,þ6þþõþþþ\n?þþõþþþAûþ õþþþ\n°þþlþþXþûþûþþgDþþ<þûþûþþgDþþfþþ:þþ þþ:þþ )þ4þþþBþgþh þûûþ\npþûþhMûþ\rcþûþhþ\r\rûþ dþûþ þþQþþTþþ þþgûþgûþ.þþþûþØþþQþþ\níþûûþéþþÞþgûþgûþ.þþ.þgþCþgþh-þPþhûûþ\r²þhuþûþgûþfþûÜþhþrþþhûþûþ3þûûþu-þþhþºþþhû$û\nþhþYþhþDþgþhþ27þhþþAþ2þþ@þ2Dþgûþ*þ2þ2þÑ--þþûþ2þSþ2ûþCþgþ}þþ@þ2ûþBþÏþ2ûþCþgþ2þ2ûþBþ2þöþþ2ûþþ Iþgûþ*þ2þDþ:ûþfþ2ûþ }þrþþþåûþ¡þgûþ*þþåûþ&þwûþ¡þgûþ*þwûþ[þ2þÀþþgþhþg %þg þ8þÚþþþþíþþwþþùþþ©þg þgûþSûþ H-þíþ>þgÂûþ óþgûþgþgûþ\nþh ûþ 4þFþþg þh ûþþcûkþAþh ûþÛþdûkþAþh ûþ\nÈþhûkþgþAþh ûþþiûkþgþ[þh ûþ<ûþÝþêþÏþh+ûþÉþh+ûþWþJþgþhþ[þh+ûþLþh+ûþâþKþgþhþþBþg 9þÛþg þh ûþ¤þ4þgþþþh ûþñþ5þgþþþh ûþ 8þûÁþgûþþûÀþgûþòþö\'þ@þ¯þg þh ûþþ÷þ¡ûþÝþDþgþäþh ûþÒþ:þgfþgûþÔþ]þgþAþh ûþ\rÖþ:þgfþgûþÔþ^þgþäþh ûþ\ndþ:þgfþgûþÔþ`þgþ þg ûþÖþh ûþ\nõþh ûþ ?þaþhþAþh ûþ~þgGûþ Gþþ*ûþðþTþþHþh ûþòûþ/þgGûþ/þþ*ûþðþTþþÊþøþ:þ:þgf¿þgûþ ¾ûþ þøþ*þþgþcþh+ûþSþgþ:þgfcþgûþÍþHþgþÑþh+ûþþgþ:þgÌþfþgþÑþh+ûþsþgþ:þgÌþeþgþCþh+ûþ ¤þgþ:þgÌþgþgþCþh+ûþÉþh+ûþWþJþgþhþAþh+ûþLþh+ûþâþKþgþhþAþh+ûþ 3þgþ:þg{þ¤ûþgûþïþþ:þjþ¤þþ¤þþrþ¤.þ¤¯þh+ûþþNþgYQþgþhþ¿þþØþ¤ þØþþjþØ&þþg þÚþ?þþíþþwþþùþþ©þg ûþ\rîþcûkþAþg ûþ§þdûkþAþg ûþ SþhûkþAþg ûþ\rÛþiûkþYþgûkþþþgþhþóþg ûþXþh ûþþêþhþþhþþgþg 2þ7þþgûþCþEþg þûþgûþ ¶þH»þþF$þû¡ûþ$þû¡ûþDþû¡ûþ\rþ¡ûþAþ(þ¡ûþÐþ@þþGþgXþg.þg.bFþgûþ©þ\"þûþþgþþ-þ gþûþgû9ûþTþ]þgûþ¤þþþØ þþûþgþHþgþØþ êþLþØþIþgþØ-þ¾þûþgûþÃþ·þOþØþûþûþÝþûþ²þûþXþLþØ}þ;þIþþØþûþ~þþMþgûþ Wþ ìþOþØDûþ²ûþXþLþØþIþØþ Óþûþ^þgûþÓþûyþ\"þtþàþ½þþßþMþØfþþþgþLþØ)þNþØ&þHþgþh þûþþgþþ-þ<þ-þ-ûþÒþ-û\nþgþh}þþ_þIþgþh þûþg.(þþþëþþ\rþÐþþ1þûþþ0þûþÒþû\nþgþh}þþ\r þJþgþhþi þûþieþûþi³þûþiþþ ûþ×þûþûþ¦þþþûþ Óþg/þg/þ _þg/ þcþgþþþþYûþgû9ûþ»þY þF0þ/1ûþ\nkþþ O û\nþYþþþY%þþ[þgþBþþûþecþgûþ^þGþgþþg.þg.þ\rþh ûþíþg. þAþh ûþ \x00þg.ûþ þþQþgþhþiþKþgþhþi þûþieþûþi³þûþiþþ+ûþ×þûþûþ¦þþþûþþg/ßþþ\rþg/,þ¡þg/þ§þþg/ûÎþþ\n`þþûþeþg.ßþþ\rþg.þXþg.þ§þþg.ûÎþþàþþçQþgþhþiþLþgþgûþ@þgûþ¸þgûþþMþgþgûþíþgûþNþgûþªþNþgþgûþÝþgûþ ëþgûþfþOþg2þgûþ /þQþgþPûþgþûþþg±þ®þ%þþáþ3þûþ2(þ %þ þ þgûþ\x00þgû«þEþþRþCþRþg&þRþg þûþþgþPû(þ4þgû«ûþ,þTþgþSûþgþûþgû9ûþ\r=þ·¼þûþÉþûþþgþ+þ þgûþ ¾þgû8û¾þþþRþCþUþg&þUþgþSûþgûþ@ûþçþVþgþ5þgþ|ûìþgµþWþgiþg ûþ {þûþ1û\nþg\"þû#û\nþþ Yþûþþ\rFþû\'û\nþþþYþþXþg þûþþg\"þûþþgþLþg,þ3ûþg,þµþ(þþ3þûþ3aþûþgû9ûþ Úþ3ûþþ%þ ûþ þûþWþ)þûþêþþöþþþ.þ¤F0þ/1ûþàþþ*--þþûûþûþ jûþhþ¤ûþêþþQþ¤þgûþþ¤þÕþ¥þgûþþþ¹þ¥þYþþ±û9ûþ[þþ±ûþPû8ûþHþ¤þéþ¥þ\rVþþ\n9ûþ -þ¥þhû8ûþHþþyûþþ@þ-þYþgZþg/þSþþ\rþg/,þGþgûþþg/þþÚþZþgZþg/þSþþ\rþg/,þFþgûþþg/þþÚþ[þg¿þgûþ\rHþXþgþþFûþHûþ²þþ\rþ,þ6þûþþþ<þûþgû9þþVþÄþ ûþþYþgþTþ ûþ þûþWþnþûûþs½þþþuþûþ\'þê&û\nþþþÍþûþêþÀþgþþ}þþÏþ ûþþZþgþsþ\\þgþh þû(û\nþgûòþhþTþ ûþ\r¤þ ûþ(þþ|þ ûþ\rºþ ûþ\rbþ ûþ\rêþ ûþ Uþ ûþO¿þgû9ûþ ~ûþ5þ]þgþhþi þû(û\nþgûòþþ zþh ûþSþ&þgþhþiþNþh ûþ¿þûþgû8þhþiþXþg.þ¯þ\\þgþhÄþiþiûþ(þiYþgû8þhþiAþ ûþÏþh ûþkþ&þgþhþiþNþh ûþ\"þûþþgþ®þþÌþ4ûþiþþi ûþ þËþiûþWþi)þiûþêþiÀþgû8ûþ¤þþÝþiþOþiþ-ûþgûþ þ;þgû8ûþ¬þ+ûþ6þhþËþqþgþhþiþíþgû8þhþiþ^þgþh þþû(û\nþgûòþþ¼þh ûþþûþþgþþ\n2þ\nþþ%þgû9þhþZþ ûþÏþh ûþaþûþþgþ þ\n þàþ\n ûþþ\nþþ%þgû9þhþZþh ûþ\"þûþþgþLþþ42þ4þÃþ\\þgþhDþûþgû9þh.þ%þAþ ûþ6þhþËþûþgû9þh.þMþþþ¼þ ûþ«þh ûþþûþnþgþëþûþnþgþîþûþgû9þhþ ûþ6þ ûþ]þMþþþ¼þ ûþFþ2þ_þþþgû9þhþ_þg þûþ%þg\"þû û\nþþFþÙþþÕþþþþÏ\'û\nþ¸þYþþ`þgþh þû(û\nþgûòþôþ\r~þûþþgþþþ¼þh ûþSþ\nûþ2ûþû|þ ûþÏþh ûþkþ\nûþ2ûþû|þh ûþ6þ4ûþ-ûþ Ûþ þgþhþaþgþh þûþhþ]þûþhþeþûþhþÓþûþ(þþ hþ%þhþ7ûþ[þgsþþþhûþ[þgsþþnþûyþþþõûþ þöûþþbþ3þbþgXþúþþWþûxþþþþûþtþ¿þþØ þû(û\nþØûòþþ þûþ^þØûþ\'þ&þØûêþAþ ûþBþûþ^þØûþiþ&þØû¾þAþ\\þØþOþûþ^þØþYþ&þØþ\'þþ#þcþgþhþiþgþþgûþ(þg.û÷þgþhþiþdþgþhþiþgûþ(þgûþÒûþþgþhþiþeþgþhþiûþþhGûþ$þmþhþrþhYþgûþ þhþiþfþgþhûþþhGûþ$þmþhþrþhYþgû£þhþgþgþhþiûþþhGûþ$þmþhþrþhYþgûþ Öþhþiþhþgiþg ûþAþêþgþQûþ þiþgiþg ûþAþêþgþQûþ ªþjþg þûþþgþþ34þgû8ûþHþ3þþCþþjcþgþ Øþgû8ûêþ\nAcþgûþ^þgû8û¾þ\nþg.þg.ûþäþ44þgû8ûþ¤þ4þ þgûþþkþgþh--þþgûþ\rÃ(û\nþgûþÐûþbþgþhþ\r$þ¤ûûþ?þ¤ûÜþgþh0þjþ¤þþ¤þ.þ¤ûþ 0þgûþgûþ¥þjþgþþgþ.þgþhþ´þþØþ¤ þØþþjþØþþØþg þØþþjþØ&þlþgþhþhûþóþû(û\nþhûþ\rþIþ ûþ þIþ ûþ\r|þg ûþ þ%þþÔþg ûþsþDFþhûþþ&þþØþ\x00þ\r©þhþ\x00ûþ8Iþ\x00ûþñþØ-þmþgXþg%þgûþ<þgûþ\nîþû(û\nþgûþoþlþþgþgû9ûþOþ ûþlþGþg)þ[þgþÇþþ þûþgû9ûþ\'þ&þgûêþAþ ûþBþûþgû9ûþiþ&þgû¾þþGþgAþ\\þgþOþûþEþgþ&þgþ\'þþ>þ ûþ 7þþ Nþôðþiþgûþ;ûþ¼¾þgûþðûþ ÉþgûþÆþûþgûþ7þûþêþÀþgûÜþãþþ þpþgþ=þ ûþ)þ ûþgû9ûþþ\nûþgû9ûþ ãþ þ ûþ)þ\n þ ûÀþ\nþ uþ þjþ û\"û\nþ þùþ\nûþ þxþ(þ þgû8ûþ þ\nþcþ ûþ»þ\rûþnþgþëþûþnþgþpþ ûþ6þ\r ûþ 9þpþgAþ\r ûþÂþoþgmþ[þgþnþgþhþi þûþgû9þhþþû»þþiþiþBþû(û\nþ[þiSþû)û\nþþÞþþoþg þûûþCþûþgû9þ±þÇþqþgþþþ½þpþg þþ#þûþgû9þ±þÇþqþgþþþAþqþgþhþiþj þûyþiþþþþãþgû8þhþiþþûû\nþ þ þ\"þûþZþþþgû8þhþiþÇþjéþiûþþihþiûþ_þi)þûyþi\"þûÀþiþzþiûþþvþþKþiþðþþ¢ûþþþ¿þiþ©þjéþi7þEæþ0þzþûqþ ±þ%þþlþiûþ(þiþ½þi7þFæþ0þ ²þiûþ(þi[þþ!þiþ²þþ7þgû8þhþiþrþgþ@þþgþmþ_þþþ þg þ>þÕþ?þþ .þþþùþôþg+ûþþþ8þûþþþíþ ûþGþþþyþêþþûþ c]þAþg+ûþ\rÜþþ ;þþÓûþþþúþþ¶þõûþvûþcþþ´þþNþ!þeþþþ¹þþ¶þõûþ¦þõûþÌdþõûþtþþôþþþgþ\n¼þþ\r þgþþþþAþgþeþþgþþõþgþeþ³þþ þsþgþ&þsþgþh þÚþþ\rþh,þþþþ£þþ>þûþ îþþ¤þgþhþt¹þúÇþú?Fûþ °þ\"þûx3þ¤ûþóþûþtþ¿þþØ þþ#þû(û\nþØûòþþðþûûþCþûþþرþ®þþ&þØþþØû9þþþ¤%þþ&þØþþ\nþBþ ûþlþûûþ8þûþþرþ®þþ&þØþþØû9þþþ¤%þþ&þØþþ\nhþØû8þûþ\"þGþØAþ¤þ\\þØþ{þûþØû9þþ&þØþþ%þþþ ûþåþØûþ\rþØþÊû¼þØþþ ûþÜ--þÎþûþØû9ûþ\n\\þiþ ûþ þûþWþnþûþêþÀþØ?ûþØûþZþþ]þlþþØ)þ[þØþ<þuþgþhþiþjþkþlûþg#@ûþh#Aûþi#Bûþj#Cûþk#Dûþlþvîþ\"þgNFþgþÚNGþ þ :NO ûþtþgPþ-þûþgþþQþGþvþPËþûþQþøþRþûþþþ\rþþþþFþg&þ#þgþgSþíþ$þgNTþgþgUVVþgUþîþ%þgrVþ¶VþøVþ¸Vþ>þgUþ ×þgUVV5NTþgþwþyWþçXþçYyZûþ#[ûþ#\\ûþ#]ûþLþþìWþrþþìXþ$þþyYþfWþþrWþ-X1XW#WYþÛþ&îþ\'îþ(þgþgGVOþ)þgþgGVO5@Eþgþ*þg@Fþgþ+þgþgHþíþ,þgr^þgLV^&þ-þgþgKV^5_Eþgþ.þg_Fþgþ/þgr_·þg`þg`þ-þûþgþþQþGþvþ`ËþûþQEþ¤þgùNNFþgù__Fþgþ¤þØXþØþ Yþþ\rþØa,þ6þûþØaþ0þ`Ëþ¤þþ#þxþgþhNûþg#bûþhþyþgdûþgþzþg@ûþgþ{þgeûþgþ|þgþhNûþg#_ûþhþ}þgfûþgþ~þgþhgûþg#hûþhþþgþhþiOûþg#iûþh#_ûþi#jÖkyaylÖQþcmþþ þgOûþgþ¡þg_ûþg#jÖkyaylÖQþcmþþ¢þgfûþgþ£þgNûþgþ¤þgþhþiþj_ûþg#Oûþh#nûþi#oûþjþ¥þgþhgûþg#@ûþhþ¦îþ§þgþhþi_ûþg#Oûþh#nûþiþ¨þgþh^ûþg#_ûþhþ©þg^ûþgþªþgþhNûþg#_ûþhþ«þgþhVûþg#Nûþhþ¬þg@ûþgþ­þgþhOûþg#@ûþhþ®þgþhþiûþg#pûþh#_ûþiþ¯þg@ûþgþ°þg@ûþgþ±þgþhþiOûþg#iûþh#_ûþi#jÖkyaylÖQþcmþæqþ?þ²îþ³þg_ûþgþ´þg@ûþgþµþg@ûþgþ¶þgþhNûþg#Rûþhþ·þgþhNûþg#Rûþhþ¸îþ¹þgþhNûþg#_ûþhþºþgþhrûþg#_ûþhþ»þgNûþgþ¼þgþh_ûþg#oûþhþ½þgþhþirûþg#sûþh#tûþiþ¾þgþhþiþjûþg#rûþh#uûþi#_ûþjþ¿þgþhþiOûþg#iûþh#_ûþi#jÖkyaylÖQþcmþþÀþgþhþivûþg#Vûþh#wûþiþÁþgfûþgþÂþgþhrûþg#_ûþhþÃþgþhþivûþg#Vûþh#wûþiþÄþg_ûþgþÅþg@ûþgþÆþgþhþirûþg#_ûþh#tûþiþÇþgþhgûþg#hûþhþÈþgNûþgþÉþg^ûþgþÊþgþhNûþg#bûþhþËþgþhVûþg#NûþhþÌþgOûþgþÍþgþh_ûþg#rûþhþÎþgxûþgþÐþg2þÏþgÁþÒþg2þÑþgÁþÔþg2þÕþÓþgþôþÕþgþh þ!þûþgþþþþþþ/þþþ\x00þ\'þþ]þûþgþQþ\rþhþûþþÀþþdþhþûþþ`þ þh2þþ®þÖþgþh þ!þûþgþþþþþþ/þþþ\x00þ\'þþ]þûþgþQþ\rþhþûþþÀþþdþhþûþþ`þ þh2þþöþþ\nzþþ×þgþhþiþÖþhþiþ JþÕþgþiþôþÜþg2þ×þØþÙþgþÝþg2þ×þÚþÛþgþßþgþ5þgþ©þgþ\rgþgþ þgþmþgþþÜþgµþàþg2þgþKþgþ\n\x00þáþgþgþþÞþgþ¢þßþgþâþgþgþþÞþgþßþßþgþHþÝþgþãþg þ¤û\"û\nþgþ\"þ¥!þ¦!þ§þÂþ¨þ&û\nþ¤þ\næûþ4þ¥Øþ©FûþWûþ ûþÖûþ=ûþ_ûþlûþÜûþ\r6ûþ3ûþ\n³ûþäûþúûþPûþ©ûþûþ8ûþûþ&ûþûþ wûþ`ûþuþªþíþ«<û\nþ¤þ¥þ¬<û\nþ¤þ¥þ­$þûû\nþ¤þ¥þ¦þþ¢þ§þËþþ®þØþ\nþØþþ­Éþ¯þØ2&û\nþ¤þ¥þØþþØuþ°þ$þ±þþþþ±þþ°Ñþuþiþ²þØþÙ þûþ°þ±0þ±Iþ±þ#þ±þ+þûþØþ@ûþÙþCûþ¦þDûþ§þ§þþ¨ûþØ@þþþ³þØþÙþ SþØþþ´þØ þûþ¥þþ Ýþûû\nþ¤þ¥þ¦þþjþûû\nþ¤þ¥þ¦þþ ]þþþûû\nþ¤þ¥þ\'þÞþþ þþ@þþ Tþûû\nþ¤þ¥þBþþþVþþìþþ²þûû\nþ¤þ¥þÕþ%þþÍþàþDþûû\nþ¤þ¥þÖþþÝþØþûû\nþ¤þ¥þ¾þàþDþûû\nþ¤þ¥þ _þþ¬þþ þûû\nþ¤þ¥þ¦þþcþþ Ìþûû\nþ¤þ¥þ¾þàþDþûû\nþ¤þ¥þUþáþþuþ³ûþ Òþ¥þÌþû\'û\nþ¤þþ¥þØþûþØ\'þ@þ²þ ªþþïþµ$þûþ¥þûû\nþ¤þ¥þþþ Æþûû\nþ¤þ¥þGþ%þþÒþ³ûþxþþªþ¥þ þ/þHþ²þ%\'û\nþ¤þþ¥µþ¶$þû û\nþ¤þ ¨þ¥Pþ(þþþû&û\nþ¤þ¥þ¥ûþ¤þºþû\'û\nþ¤þ¥þþ¥ûþjþ¾þ.þ·$þû û\nþ¤þþ¥þþäþ³ûþÞþû\'û\nþ¤þ¥þþ¥ûþþ \\þ§ûþ§% û\nþþ^þ¾Éþ¸$þþûþ¥þûû\nþ¤þ¥þ¾þâþDþûû\nþ¤þ¥þ¸þ¥þÌþû\'û\nþ¤þþ¥.þþ¹þØ þûþ¥þþþ\nAþûû\nþ¤þ¥þGþ%þþÒþ³ûþØþþ\n)þþ\n2þþªþ¥þ\r\nþþZþþ £þþ Qþþ¸*þ²þqþØ\'\'û\nþ¤þþ¥µþº$þûþ¨(þþ~þþoþþ þþ ®þþVþþ~þþäþþþ»Cþ¥þ\rÑþ«þùþ­*þ¶þlþ­*þ·þiþºþ{þ«þ ·þ­*þ²þÓþ²þyþ¹þÊþ¼Cþ¥þÆþàþ¬þQþ´þGþ²þ×þ½$þûþ¸Zþ¨þ xþ²þSþ\"þûþÕþ©þþþ1þûþªþþnþ²þþYþ²þSþþ¾$þûû\nþ¤þ¥úþþJþþþ ßþþ\nÉþÔþþgþþÒþ§Ëþûû\nþ¤þYþ¥)þ¦ûþ¥þûû\nþ¤þ¥þ àþþ&þµþéþ¼þèþ»þ{þ­þûþ¬`þ¨þ­þûþ¬`þ¨þ­*þ²þ+þ²þ¥þ²þ\r×þ­þûþ¬`þ¨þ­*þ²þþ²þ9þ­þûþ¬`þþ Îþ­*þ²þJþ­*þ²þþ²þ\nþ­þûþ¬`þ¨þ­*þ²þ +þ²þþ­þûþ¬`þþUþ­*þ²þ©þ­*þ²þOþ²þ þ¯þ Ùþ§þ®þ¨þ¶Ýþ­þûþ¬`þþNþ­*þ²þ>þ­*þ²þ çþ²þ\rþ¯ûþùþ®þþ¶Ýþ­þûþ¬`þþ\nIþ­þûþ¬`þ¨þ­*þ²þôþ²þ Bþ­*þ²þ´þ²þ³þ­þûþ¬`þ¨þ­þûþ¬`þ¨þ­*þ²þøþ²þhþ²þÉþ­þûþ¬`þ¨þ­*þ²þ½þ­þûþ¬`þ¨þ­*þ²þ\rCþ­þûþ¬`þ¨þ­*þ²þOûþeþ²þÞþ²þþ²þôþ­*þ²þ ¦þ­þûþ¬`þ¨þ­*þ²þþ²þùþ­þûþ¬`þ¨þ­*þ²þúþ­*þ²þ\nðþ²þEþ­*þ²þbþ­*þ²þ¯þ­*þ²þ\réþ­*þ²þ {þ­*þ²þ¶þ­*þ²þ[þ­*þ²þ®þ­*þ²þ3þ­*þ²þÙþ­*þ²þ Zþþ¾þáþÌþ½ZþàþÌþ´þþHþ²þHþ³ûþ \\þþ¼þ¾yûþ³þ¾zûþ@þ¾LþCþ¨þ¬þäþgþhþiþj þ¤ûþãþg\"þ¥þ,þ¦þ,þ§þ,þ¥ûþªþ4þ¨þØ2þ¥ þØþ©<þ§àþ§ûþ¤þRþªCþ¦ûþ¥(þ§þ¥ûþ§þ§þ\nrþ¥ûþ¤þþ¥þ«þØþÙþÚþÛþ¤yþØþÙþÚþÛþ¬þØþÙþ«þÙþØCþ­þØXþØþØûþ¥þ¬þØûþöþØþþØ@þ¨þ®þØþ¨þØþ0þªÝþ¬þ¥ûþ\rÎþ¥þÈþ¥@þ\r[ûþ þØþÈþÐþØþ &þ¯þáþj þ¥D%þ¥þ [þ¥þ-þ°¹þ¥þOþªþ ¹þ¯þ=þ­Éþ±Cþ®þÐþûþÖþÕRþ¤zþ®þ öþþ²$þþ^þ¥þ»þûþ¦Mþ¦þ\rÀþûþ´ZþNGþµ þþ\n1þþ¸þzþN@.þþþ©þóþKþ³þ³þ´þ 0þ³þ»þ¹þª¢þ¸þ\rBþª*þµþÉþÏþª*þµþ©þÖþªþ°¢þ²þ ½þª¢þÍþ²þVþ®þ\\þûþ±]þ°]þþ:þª¢þºþ±]þ²þNþª*þ¶þ±þª*þ¹þ±þ\n¾þª*þºþ\rAþª¢þ´þFþ¥þ×þªþþ¯þ\rçþûþÖþÕþáþ°]þþÉþª¢þ¹þ±]þ¼þëþªZþ¥Dþ«ûþþûþÖþÕRþ°¢þ¬þþ\n©þª*þ½þvþª3þþ¢þ¾þ·þ°*þþ2þª*þûþ¿]þ°]þþWþª¢þ|þ±]þ²þ\rJþ´þ3þ³$þûþÅþ®þcþûþ²¢þ¨þþþ´$þûþÖþÕRþ°¢þ»þþµþØ þþ\r¯þ¯þ{þ¨þKþûþÅþ\rÔþþËþ°3þþØþ.þþ¶Cþ®þÐþþ¨þ¥þ ]þûþ¨þ6þªþôþÁþ¾þþÖþÕþÙþ¨þ ÖþGþÁþfþYþ«ûþÎþª*þ¸þþþ·þþ·þØþ®þ£þûþ¥þAþÖþÕRþ®þ£þûþ¥þ)þÖþÕRþ¤zþ®þãþ¾þØþþþ²þRþ¸þØ þûþÖþÕRþ¤zþ®þãþ®þØþþ²þRþ¹þØ þûþØ þ±þûþ¨þEþÅþhþ·þþ­þ®þ÷þØþþþ\r¦þþÄþþïþðþ\nþ¥þ\rþïþïþþ®þ\rúþð þÅþ¸þª*þðþ$þûþ»*þ-þº$þûþ±]þûþ²Zþ¨þ\n þª¢þÆþþþ²þ8þÂþþþ»Cþ®þþþFþ¥þ1þ¨þÃþ­þ þ²þ¸þª*þþ¼Cþ®þþ>þþJþþ »þ¥þ1þ¨þÃþ­Zþ¨þqþbþªþþªþÖþÕþáþþ þþ®þØþ¨þ Qþbþªþ®þ{þþÄþþ þþ]þþ­þ þ²þáþª*þþ½$þûþ»]þþþ(þ¨þìþªþ®þ JþûþÅþ®þgþûþ»þáþ¨þWþªþûþ»þiþ·þþ«ûþrþþþ¯þ¤þþþþþ)þ§þþþþzþ¼þþþ¾þØ þþ|þûþÅZþ¨þ\rËþªþÑþ­þþÖþÕþþØþqþÑþÌþþPþ¥þ¤þªþþþ¿þ4þ}þ¾þ )þÀþØþÙþÚ þþÂþþFþ¥/þØþþþþ®þ\rµþÙþ¥ þØþ þ¥þjþÚþÑþ¦þ Aþ þÖþÕþàþª*þþÁCþ®þþþÂþþFþ¥þ1þþþþ®þ ^þjþ¥þzþûþ¥þûþÂZþþ áþ¥þ 7þþ/þÑþÇþÂ]þ¹þ¿þ}þþ þÑþ~þÂ]þ¹þ¿þæþ®þ{þÑþ¥þþÖþÕþ¡þª¢þ{þþÂ$þûþ¥þª`þþfþ@þ}þÒþ@Ìþ@þ­þ3þÃ$þûþ¥þª`þþßþ@þ}þÒþ@Ìþ@þ­þ3þÄ$þûþ¥@þ­þ þþÅþþ¨þãþ«ûþäþûþÄþª*þuþþþÆþ þÇþÎþÈþ¦þÉþ}þÊþþËþ ZþÌþ ½þÍþ\nÝþÎþ ôþÏþúþÐþKþÑþlþÒþyþÓþ×þÔþÜþÕþÁþÖþØþÙþÚ þþ^þ¥þ_þþ þ¥@þªþ÷þþµþ¥@þªþÞþþ°þ¥@þªþ(þþÅþ¥@þªþ þþ¯þ¥@þªþ²þûþÁþþªþþÎþÀþ}þjþ¨þªþþÈþÖþÕþ\nÏþ®þ\r!þªþûþ¹þþJþª3þûþÖþÆþ¹þ¥þJþª3þûþÀþgþþ·þþhþþ£þþ Mþûþ¥@þªþþ«þþÖþÈþ\r­þ­þ 5þþ ^þþ5þ¥þõþª3þûþÖþÕRþ®þxþþÊþþþõþªþþxþþÃþ£þØcþÇHþþªþþ¶þþÀþyþØcþÇHþþþËþ¥@þþªþÅþØcþÉHþþûþ¥@þª3þûþÖþÉþþÃþþþþþØcþÊHþþûþ¥@þª3þûþÖþÊþþÃþþþþ-þØcþËHþþûþ¥@þª3þûþÖþËþþÃþþþþ ÇþØcþÌHþþûþ¥@þª3þûþÖþÌþþÃþþþþ.þØcþÌ%þÚHþþûþ¥@þª3þûþÖþÌþþÃþþþþöþØcþÍHþþûþ¥@þª3þûþÖþÍþþÃþþþþ úþØcþÎHþþûþ¥@þª3þûþÖþÎþþÃþþþþ[þØcþÏHþþûþ¥@þª3þûþÖþÏþþÃþþþþ ÅþØcþÐHþþûþ¥@þª3þûþÖþÐþþÃþþþþ<þØcþÑHþþûþ¥@þª3þûþÖþÑþþÃþþþþ\rþØcþÒHþþûþ¥@þª3þûþÖþÒþþÃþþþþ qþØcþÓHþþª3þ ûþÖþÕþ®þcþ\nûþÖþÕþþ½þþ þ\nþáþØþdþÔHþþûþ¥@þª3þûþÖþÔþþÚþþÀþþþþ/þþ¤þ þFþÙþ¥þóþªþ þÖþÕþþÚþPþ þ2þ ûþ·þþ þyþ Yþ~þi2þÖþÕþÙþþ4þ$þþ Vþ¨þÃþ þ²þ Þþhþh_ûþh_ûdþhþhþ¡þYþh-þåþg{y|þæ}ûþ*þg5Uûþ#~ûþ#SûþLþþØ þûû\nþØþ\r]|þâþþ¿{þ&þØþX{ þØ)þûû\nþØþØþ Â|ûþâþþþì{ÙþþØ þ(þØ/þØþ@þþ}þØþµþûþØOþ |{þ&þþX{ þ5|þ¿þæþg þFû¾ûêûþ¨ûþnûþ\nOûþòûþUûþSHþgþþ1þg þwcþgþ1wûþþæVþ>VþÅþv(þGþx þûþbþþ  \"þûþNcþg±þþûþNþþµþ~Vþ+þFþþþLþµþþþÅwþØþ¶þþAþGþÊ þûþbþþ  \"þûþNcþg±þþûþNþþµþ~Vþ+þFþþþþ%wþØþ¶þþAþGþ þO ûþäþþ ¡\"þþµþ~VþHþ¶þþþþþ%wþ\nhþvcþgþ1vûþþçþgþh2þgGþ þgO þh%þgGþÊþéþgb@Âþh%þgGþxþgb þhþèþgþh þFûþ­ûþûþûþ @ûþ¢ûþYûþÛû³ûþ¡ûþ\n\'ûþ©ûþ 7ûþ¤ûþ¶ûþÍûþKûþøûþ«ûþnûþ Éûþ \rûþ\rPûþ ¼þg ûþ Óþh ûþHHþhþþéþgþgþgþlþûû\nþgþhþ û\nþgþgþÔþþ þþ\'û\nþgþrþgþ+þgþ2þg þRþ\nþþ\rþ,þ6þûþþcþgþþþþuþN(þGþxþûþNcþgþþNûþ(þèþNþb{þûþbþþ ¢\"þFþNþLþµþþþ%ûþnRþ þ¶þþþ=þGþÊþûþNcþgþþNûþ(þèþNþéþb@þKþûþbþþ ¢\"þFþNþNûþnRþ þ¶þþþ=þGþ þO ûþLþþ £\"þþ­þ þOþÅûþnRþ þ¶þþAþO ûþ5þþ ¤\"þþ­þ þOþÅûþnR5RþQþ¶þþmþNcþgþ1Nûþþ3þg þNcþgþ1Nûþþæb ûþQþ¶Óþ ¥þpNþîþæVb{þþµþ~bþHþ¶Óþ ¦þpNþþÔþ4þg þNcþgþ1NûþþûþéVb@þ ûþQþ¶Óþ ¥þpNþîþæþþîþ¶Óþ ¦þpNþ%bþÔþ5þg þN(þGþx þûþNcþgþþNûþ|þGþÊ þûþNcþgþþNûþþ-þNcþgþ1Nûþ-þ6þg þN(þGþx þûþNcþgþþNûþ|þGþÊ þûþNcþgþþNûþþ-þNcþgþ1Nûþ-þ7þg þNcþgþ FNþR(þçþûþÍþþÜþ¶Óþ §þ èþNûdþþÙþ8îþêþgþhXþgþÈþûI3þûþäþgþûIþcþûIþEþFZþ÷þ ÙþMÓþwþ¸þûI3þþåþ¨þTþ\"þûþ~þûIþþh þûûþ÷þ.þjþþëþgþgþÂþëþgþþëþgþ ðþìþgþgþÂþgÛþìþgþþíþg þþþ?þ\rþg¬þþ7þ@þþ9$þûûþ>ûþ ¡þ?ûþþhþ?þ Vþ?þÐþþ?Nûþ\rþþ?þ2û¼þþ?þG+û+sþþ:CFûíþÑþ þ+þ$þÉþ$þ¤þ¥(¡þ¤û\n¡ûþ þþ¥ûþ¤þ ¡ûþÐþ¥þ6þþ¥þ\\ûþaþ\\ûþþþrþ¤(þ¤cþ¥þþþ¤þ$þûûþ þ 1% û\nþûþþû\nþûþþûþMþþuþ*ûþ ûþþaþûþ Ñþ-þ$þûûÃûþ½þþ\nþûÅþ?þûþ\nøþCþðþ.û\nÅþ|þ/ûIþùþkþ$þûûÃþHþþ3þûûªûþ÷þû8ûþ¶ûþOþû%û\nþûþþûþ þeþþtþûþþoþûþ@þþûûªûþ xþþûþ þ9þûþþEþû£þþ?þÈûþûþwû£þþûþ\röþCþtþÏþþAþ þgþh þû9:ûþ ÐþûWþ\"þû[âþþ9þhû[¬þh^.þgûßþgþhþéþgûßþgþ}þ³þ^.þ°þgþ\nþgþhþ3þûÁ9:ûþþûþ þgþh\"þû9:ûþ þûÁþþ7þ þ þûûþIþûþûþµþ û\nþûþ,þ û\nþþÑþþ¾þþpþ þ7þ8þVþûþ$9:ûþ.þ\'þþ þgþh þûÀþgþþþþû%û\nþþ Õþþ\rþ,þ6þû%û\nþþþ\n0þþ\\þþÓþhHþþ\nÞþ þgþhþgûþ¬þhþhþgþhþ\r8þgûþ¬þhþAþ\rþgþhiþgþh§ûþ°þgþhþþgû9þhþþþgþ+þgÇþûþgþþ²þûI3þûþþg\"þûþþ]þûþþeþûyþ\"þû(û\nþ\rþgûþ\nyþg%þ\rþgûþ rûþ \"þ þþ\r¸þþ\náþ ûþþôþ#þùþ ¿þþgþþ\r´þ%µþöþùþçþ(--þPþûûªûþ÷þû8ûþ¶þ\rþgûþþû8ûþmþ\rþgûþ ¥þû8ûþ[þ\rþgûþ}þû8ûþ\rÍþ\rþgûþuþûþgûþ0þ þþÈþ ûþþg\"þ\nûþ þ]þ¤ûþ þeþ û(û\nþ\rþûþãþ ûþôþgþ þ ·þ9:ûþ\råþþþ þþþûþ%þ\"þ\rþÛþ\nþ\rûþ\n~þ ¼þþ þþ+þ\r\'þaþûÀþþHþ\rþMþûþ(þþ þÆþ þþ\nKþû8û¾À9:ûþ Yþþþ hþû8û¾þþ þ þþþ nþûþ þ´þþþ\nþ)þÈûþûþwû£þþ ¹--þ{Igþþ9´þ¢þ\nþùþQþøþøûkþþâþûþ8wû¼þþ3/½-fþûþ\ráûþ\n6þþØ þûþØû9ûþ\'þþûÁ9:ûþþûÁþþþûþþþ¥þØþeþþoþþØþÙþÚXþÙþ8þûÁþØû9ûþãþûþþþþÙûþ#þÙþþÚRþ¥þØþÙeþ¤\'þÙþoþ¥þØþÙþÚ þûûªûþ·þûþ þÙþûþþÚþûþ)ûþþØû£þþ¦þØþÙ þêþþþÙþþ´þêLþþïþØ þïþêþ¿þþØ þûþþØPþ(þþ½þþqþûþ\naþûþØû9ûþ pþþ\nwþûþþþ þûþþØþÊþûþ(þþØû8û¾þþâþû:þ ³þþÁþþØ þêÞþþ vþþ\rþØ,þ6þûþØûþÎþQþûþrþûþÔþûþãûþkþûþ¼þûþ;ûþ /þûþ;ûþDþûþ§þþûÅþûþ§¼þûþðûþ\n\rþþ\rþûþþ¡þûþþNûþRþþûÅþûþþNûþ þûþ;ûþ PþþûÅ\"û\nþûþ\rûþÛþûþ;ûþÔþþóþûþE(û\nþûþ(ûþòþ þ\x00þIgþ\x00ûþÜþþûÅþûþ§þûþE(û\nþûþ(ûþ7þþûÅþûþ4þûþ\x00þ®þþûþE(û\nþûþ(ûþþ¦þþØfIgþ\x00ûþ1þûþ§þ\x00ûþðþûþÄþþûþ\rxþþ:þþûþ þþ]/½-DþþûÅþûþÍþþ ÷þþ:þþ Xþþ Cþêþþ´þþïþðþêþ®þêþ »þê7þïþ þð&þþØþÙXþØ þûþ(þÙþØû8û¾þnþûþ\x00þ®þþûþEIgþ\x00ûþ-þûþr(û\nþûþ(ûþ\nçþ¥þØþûÅþûþ\rK(û\nþûþ(ûþ±þûþ§þ\x00ûþðþûþÄþ¥þØþûþ Äþþ:þ¥þØþûþþþ]/½-Dþ¥þØþûÅþûþÍþ¥þØþIþþ:þ¥þØþÀþþµþøþøûkþØþ þؾþؾþÀþI-þwþØûþûþ\rÈþØûþûþñþ®ûþðþØûþiþ2ûþ ûkþØþaþØ¿þ?þ§þØ þØûþx þØûþò þQþØûþ\rþØþXûþê þQþØûþ=þØþXûþþØûþ6þØûþ \'þCþû-þþg þÞþÞþFþ;þ<þ=þ>þ\r¿þþ\rþ,þ6þûþ þgþþþ©þþûþþ0þûþþ XþþÁþ$þû¬þ0þbÀ.[þþ<þGþÅþþg þþûþ\\þçþûÝþþbþgþþÊþþûXþþbþg³þþûÅþ\r±Xþþbþþþgþh þûûþúþþhúþhSþþþhªþgþ\n\nþgû þsþgþþÙþþgþgþgûþ%þg\"þû û\nþgþEþÙþþÕþþþþnþgû\'û\nþg¸þþþgþþg þûûþÚþû«þg@þûþ\rÅþþgþgû\'û\nþgþrþgþ_þgû¬þg.KþgþAþ;$þ¤ºþ¥×þ]ûþþ^ûþþ_ûþþZûþLþþØþÙþ¤þØþÙþþØ2þ¤þØÁþþØþÙþ¥þØþÙþþØ2þ¥þØþ|þþgþh þûþgû9ûþþXþhþþþþûûþ þûûþ³þþþvþþwþ7ª þs þþªþ þ^þþuþgû8ûþ\r-þnþûþ^þ±þþ×þ]þþþÁûþ(û\nþþMþûþþÁþ2ûÇþ\"þûÀþ2þmþûþáþMþþ æþ©þÞþ ûÀþþêþ\nû|þ þtþ\nMþ\nþ+þ\n©þ\nþQþ\nûû\nþ eþ\nþsþ\nDþþ\nþþ±þþþgþh þûþþg±þHþh@þ\n/Mþ\n©þhþþg þû(û\nþgûþ\n/þþ1þgûþgûþ¼þgþgûþ!þû(û\nþgûþîþgþþgþhþiþgþþg þ8þþ~þ!þûûþ3þûûþ/þûûþ +þþþiþhþgþûþgþþbþþ6þþ\nþþþþÒþûþþQþhþþ\\þûþþÞþþþþûþþþþSþûþþþ0þûþþþ«þþgXþMþg{þûþþþgþ(þ þûþþþ,þ®þ%þþáþþþ2þ#þþgþh þ¤ûþgûþ9þgû«þhFûþJþþþ¿þþØþgû«þ¤Gûþ@þCþgû«þ¤-þþg2þgûþ]þgûþ/þþgþhþ5þg þhàþgþøþhµþ þgþg þûÀÀþg\nþ\n´|þþsþgþ!þgþhþþg/ûëþgþþûyþgþgûþ%þgþ}þ2þg~þþþþ$þguþûþgþgûþ \'þ þûþ þ\"þûþþdþþþûâTþ\'þþþûþùþoþþþhþgþ£þ(þþ2þûþþgþ\r--þPþgûMþgþ\nþ÷þúþûMþ)þþâþ#þþþiþg7þ@þgþ\"þgþhþi þûTþhþ(þiþ2þþ¿Tþiþëþû\nþ0þ¦þûâþ\"þûþ«þûdþùþ[þgþ þùþ øþûû\nþþþ\rTþ.û\nþþEþþ ¯þ#þgþhþiþjþhþhûþEþhþ\rþgûþhþbþgþgû0\'þi\'þþg\"þûþD(þjþVþþgþþæþgþ©þg-þ$$þ¤ûûþ þ¤ þûþ¤ûþ<þþûþûþHþûþûþ þûþÏþþûþ}þaûþþþøþ¥ûûþ |þûþ÷þ¹þ¥à-þ èþ{þ¦Fûþûþ(ûþ Ñûþûþåûþ2ûþ\rùûþ yûþ\nÁûþ ÷ûþ\ruûþ5ûþïûþ Ôûþ´þ uþ§ûûþ þ§~þ§Dûþ\nmþ\nþþ÷þ 4þûûþ Lþ þûþûþÈþøûþûþ 5þûþ Ùþ þCþþ »þ!þ7þûþdþCþþ\ndþÅþûþdþÉþ%þgþhþ7þgþèþg~þh %þh þàþh/ûþ×þhûyþg[þhþ\r§þg~þhþ$}þh[þhþÞþûû\nþh þhþhþhþ ©þþxû\nþh þnþûû\nþh þh þh\"þûþZþþHþ\'þh@}þh}þþþ&þgþhþiþj þûyþiþþ¶þûþþ\nþþçþþ4þûþþgÀþgû8þhþ\nþi 9þ§þ\nû:þWþ\nûþ%þ\nþ)þ2ûþ\nþûþþþþ\nYþVþ\nþWþûûþ Áþiûþ\'þê&û\nþ\nþþIþûþþgÀþ\nûþ\nþ2ûþiþûþãþþvþ½þþ Ôcþgþ{þþãþ\nþëþþ nþMþiûþ©þiûþ\nþûþþgÀþ\nûþiþ2ûþiþûþþ÷þhþßþiþ ³þûþ\'þþhþ\nþj%þ\n/þþgû8þhþþDþûþþgÀþ\nûþ\nþ2ûþþûþþgû8þhþP þgMþ©ûþîþhþ ÃþûþþgþLþþ\nûþ\nþ2ûþûþþMþiûþ\n~þjþi þ\nþþgû8þhþiþ\'þgþ3þþ Hþgþ!þû$û\nþgþ\r\"þûþ\"þg\nþgþþþ2þûûþ\nÚþ#þþþµþûûþ^þ<þ þþ\"þûû\nþg þþg\"þûû\nþg þg þþgþ[þûû\nþg þ[ û\nþþDþ÷þ_þþg\n.þþ(þgþh þûyþgþþ\rÕþ½þþ2þh þþãþ\nþëþþ¹þMþ©þ\nþþ\'þþþgþ*þgþ)þg\rþ)þ ´þ)Eþ)þg¤þþþ/þgþþ)þþ3þE þ).þ)þ+þgþh þ¤!þûþgvþþþ¥þ¦ûÂþ§þ¨>þ>þ>þþûIþ¥û©þûþ©þ§ûþ*þþûIþûþ þûIþûþ©þþþØþþ\rþþþþþ þ6þ þþ Í þþûIþûþþ ¢<þ¿þ©$þûþ¥þgûzþ¤þhþþÆþ|þþ Wþ¥þgûzþ¤þ>þþ âþûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ±þ\'þþìþþÙþûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ±þ\'þþ þþ þþ ¨þûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ\'þûþ¥þgûzþ¤þ 0þ`ûþ¥þgûzþ¤þ±þ\'þþ þþ+þ`þÙþªþØ þûþgûþ\n@þ¤þØþ¤7þØ@þþ $þþþþþþûþ©3þþþØþþ\rþþ¡þþ;þûþ©þWþþ ¿þûþþþûþ©Zþéþþþ¨þþKþþUþûþªþþ¨ þþþþ|þþqþþþ§þþKþþ[þþþ¦þþKþþVþþþhþþ\nØþ-þ=þ\rÊûþwûþ ûþþþgûþ çþþgûþ°þþgûþ _þLþþgûþ\'þ¤ûþgûþ\n;þ¥ûþgûþxþ¦ûþgûþkþ§ûþgûþ dþ¨ûþgûþRþ©ûþgûþ ¦þgûþÂþgûþaþgûþÓþþ ]þªþËþgþÃþgþ1þûþ´ûþOþ¥þ/þgûþ þþ þ;Fþgûþtþ)ÈûþLþþØÃûþØ%þª#ÄþØþgûþ\nPÅûþgûþÒûþ\n£ûþÀþþ°þûþ §þþûþ ;þLþ«þØþÙþÚþÛþÜþÝ þêþ%þÛûþÛþþÛéþêÄÆûþ¬þØþÙþêÄÇûþ­þØþÙþêÄÈûþ®þØþÙþêÄÉûþ¯þØþÙþêÄÊûþ°þØþÙþ±û\nþêþØþÙþ²û\nþêþØþÙ[þÙ/þDþÝþâþgûþ \nþêÄË þZþ© þêÄÌ %þêÄÌþ¥þÛþ;þêÃûþ xþþ5þûþêÄþ>þ!þþþêÄþþ¥þþþþCþþþ\nþþþæþþþþÄþþþþÕþ þþþþRþ¥þþþþ\r1þþûþþ0þûþþäþ/ þÜ %þÜþþêþ¥þØþþ\n¦þÚ ûþ þÚþþ&þCþ«û\nþêþØþÙþÚþÛþÜ&þ¬þØþÙþ7þÙ/þ¥ûþ³þ¥þØþÙþÄþ´þØþ¥þ<þþþ­þØþÙþ¨þ7þÙ/þ¨ûþ®þØþÙþÄþ¨ûþÏþØþ<þþ_þ®þØþÙþ§þ1þûþµZþÙ/þ§þNþØþÙþþ§þNþØþHþþ_þ¯þØþÙþ¦þ7þÙ/þ¦ûþ®þØþÙþÄþ¦ûþÏþØþ<þþ_þ°þØþÙX-þ Eþûþ¶þÉþûþvþÈûþUûþ ,þÙ/þû8þØþÙþûþ°þØhþûþ ÉþØ.þû9þØþKþþþ±þØþÙ þêþßþûþêÅ(þþÙþûþqþhþûþqþþKþÔþþïþïûþ»ûþ§þþþïûþ»ûþ êþØþÙÆþþ¿þþôþõÔþþôþõÔþþôþõÔþþôþõþþþïþïûþ»ûþ\n¡þØÆþþ¿þþôþõþõûþÁþêÄËûþõþZûþºûþ\n-þêÄËþ^þþôþõþ þ²þØþÙ þêþ«þ© þØþûþ©û÷ûþ±þþûþþþûþÎþ(þÙ/þûþjþaþûþjþþ§þÔþþïÔþþï þûþïþÓûþwþûþûþÖûþ\nûþ`þþï þûþïþÓûþÙþþÈûþóûþÕþûþûþiûþ!ûþ+þûþûþ\'ûþ_þûþþ\ràþØþþÙþDþûþ\nsþþï þûþïþÓûþ{þþÈûþóûþ\nþêÄÌûþ-þûþûþiûþ6þûþûþ\'ûþ_þóûþþTþØþóûþjþEþûþ\rmþþôþóûþ ÐþêÄÌûaþêÄÌûþóþ ~ûþ <þ³þØþÙþÚþÚûþgûþ\rôþÚ û\nþØþsþÙþ­ û\nþØþÙþ\nÎþû û\nþØþsþÙþDþþ(þþþû û\nþØþÙþ¾þû û\nþØþCþþìþû&û\nþظþþþ@þûþ\'&û\nþØþþtþþ\rªþÙæþÚaþûþþùþÙæþÚjþþþØþùþÙæþÚ-þ´þØþÙiþÙ/ûþ=þûþØþ ±þþþû%û\nþÙþ øþþ\rþ,þþûþþþbû\nþþ6þû\'û\nþþrþþ N û\nþþþåþgûþ\'û\nþþvþþEþµ<\"û\nþgþ\rÏûþ 1þ¶þØþÙþÚ þ(þÙ/þ¤ûÃþÙDþûþ¤ûÃþÙhþûþ¤ûªþØ)þÈûþûþþÈûþ ÒûþpþÙþûþþÙ[þÚþ¤wû£þYþþCþ¥ûþ³þ¥ûþOþgûþÔþgûþ þ¥þþØþÙþÚþÛþ«ûþlþØþÙþÚþÛþþØþÙþ«ûþlþØþÙ&þ?þy!ûþ#\"ûþ#þ¶gþµÍûþLþþØiþØ ûëþØûºþØ\"þûdþØ5 7þØþ þþzÍàþûþ Íþ$þþþþûûþ\x00þþ¬þûþþUþþËþþþjþþþIÍàþûþ&þûàþþ ûþ¿ þ þþf þ{Íþþûþþþþþ Mþûþ2þ\rþþ þûþþäþþ2pþþÃþþ2pþþéþþ2pþþ5þþ2þþ%þþþØ þþþþþþþþ ûþØûþÕþ\nþ þ þ\rûûþ $þûþ\nóþûþ\náþûþ\nþoþûþ\nþþûþ\nþ¢þþþ}þ¡þþ sþ ûþ þþ.þ þþ/þ þþ×þ þþ Ûþ þþòþ þ\r4þ þ Ìþ Iþþ wþþ íþþ#þ IþðþþçþðþAþþaþ ûþ°þ°þ|þþEþ IþðþþgþðþþgþðþAþþ jþ ûþ°þ°þEþIþ \'þ \'þ\'þ þþ&g þ\rsþþWþûþþûþþIþþ7þþ\niþûþþûþEþ\nþ\"þ\nþ\r\x00þþ\\þ\nþuþ\nþÁþþ\\þ\nþ`þ\nþ =þþ\\þ\nþùþ\nþ\n8þþ\\þ\nþ\raþ\nþcþþ\r&þ@Cþ0ûþþ¤û\nþ0þ\nCþ¥û\nþ0þ.þ¦ûÅþMFûþJþFûþ´þFûþ)þFûþjþFûþ ÄþFûþþFûþnþFûþßþ¿þ§þØ þêûþØþë!þì!þí>þºþþÎûþþÏûþþÐûþþÑûþþÒûþþÓûþ þÔûþ\nþÕûþ þÖûþ þ×ûþ\rþØûþþÙûþ@þLþþcþìþNþê+þëþ<þì+þëþ$þþ!Ïþ§þûþíþë0þëIþëþNþêjþþ$þþ!Ïþ§þìIþìþRþêþþêþûþíþìþúþþþïrÎþEÐÝþíþìþïþìIþìþNþêþ þÍþìTþë\'þêþþêþ\nCþëûþìþåþ <þëþ <þìþ\rþïþ5þïþNþêþþïþ5þïþRþêþþêþþï2þíþïþ|þ¨þØþÙþÚßþþ\rþÙ¬þþØþþÚ-þ©þØþÙþØ+%þÙ+þ iþØþdþÙþÕþØþ ºþÙþ ËþªþØþÙ2 þþØþ þÙþõþØþ þÙþàþØþèþÙþþØþèþÙþþ«þØþÙþÚþÛþ )þÙþ yþÚþ\rtþ`þ õþ`û þ|þÙÛþØþÔþÚÛþØþ\'þÛþÎ þ\néþÙÛþÙ\'þÚÛþÚþZþ`þ¬þØþÙ þIþØþâþÙþÔþØþÚþÙþm þþØþâþØþàþØþÚþØþÑ þþÙþâþÙþàþÙþÚþÙþ\nR þQþþ\ròþû\nþY ûþ|þþ­þØþÙþÚþÚTþÙþþûþØþÚþÈþØþÙþ¢þûþØþÙþëþØþÚþþûþØþÚþ¹þØþÙþÈþØþÙþ¹þØþÚþ¢þþþûþÙþþ/þÚ¬þþ7þ«þØþÆþþþYþþïþÚTþÙþþ®þØþÙþÚ þþþþþûþØþ­þþ\rþØÐþþSþÚþoþûþþ~þûþþôþÚþoþûþØþþþûþØþþ¼þ4þ%þ+þØþ½þÙ þ±þ©þþDþÙ þ)þûþØþþgþûþØþþþÙ þþ¯$þºþêþëþì>þíbþÚûþþÛûþþÜûþþÝûþþÞûþþßûþ@þLþþï þþëþêþíÚþûþïÕþ4þïÖþûþï×þÄþ4þïÕþ{þ©þïÙþPþþ þìþëþªþïÙþPþþê7þìþë0þëþ1þûþïÙþþí þ&þþõþêþëÁþþï þþÏþ>þþ¨þþþ¯þþ\rþë¬þ þûþìþQþþÔþþ}þþ ïþþÃþþKþþþþþþíþþ#þþèþþÚþþ\rþ¬þþþþþþ´þþþï þþÜþþþþúþþ<þ>þ>þ!þ !þ\nþ !þ þ\rþ>þþ­þþÑþíþ àþ®þíþþ9þ®þþþ  þ\nû þ\nè\nþþTþþ þúþ \rþ\nþ\rûþ þ ûþþhþþ öþ cþ\rþaû\nþFþ \'þ\rþiþbûþ­þþ þaþb\rþþ\rûþaþ+þûþaaþ ûþaþìþSþ qþ ûþþ þ[þþaþ+þþwþ+þþ½þþtþ?þ\rþÐþþþþ\r7þþþ\nÛþþ þþþïþð þþÌþ!þûþíþû\nþÛþþ\nþþþûþ þ\n!þ !þ þ&þþ\nêþ\rûþþhþ\rcþþfþþþ\rþþÇþþ\rþëþþ\rþ\nåþþ\rþÈþþ\rþàþ4þ ûþ¬þþþ\n7þ þ û þCþ þ )þûþEþ þ\x00þ\nTþ þ£þþ `ûþ þ þþïþðþñ þþ­þþ­þþ&þð4þ»þÁþïÓþþñû\\þ´þ©þïÙþïÕþ,þñDþþëþ-þ°$þºþê>þë!þìþÚûþþÛûþþàûþþáûþ@þLþþïþëþìþþûþïÕþ4þïÖþûþï×þ{þûþïÙþþû\\þ¸%þû\\þ¹þêþëþþëþfþû\\þ¸þìþÍþ<þìþþï þþ ÂþþþþJþ!þ>þ!þþ þ&þëþ[þ\nþ\n\rþë¬þ\n þ ûþêþ\nQþ û\\þ¸þþàþþþ ûþ Êþûþ Àþþ1þûþ þþ\nþ\n\rþ¬þ\nþþ\nþÐþþþ\\þþþï þþþ1þþ\rþë¬þþ þûþêþQþû\\þ¹%þû\\þ¸þûþþûþ\\þþ¾þûþêþþúþ-þ$þºþêûþ¯]þëûþ°]þì!þíþþÌþ@þLþþïþðþñ þþØþï+þ¼ßþ¥þêþêûöþ{þûþêþsþÀþðþñþ/þþþþìþ-þÀÔþàþ¥þëþëûöþ{þûþëþsþÁþ/þþþþíþ-þÁÔþþþMþcûþ±ûþþ4þþØ þºþê!þëûþ§þØPþìûþ§þØþâûþþãûþþäûþþåûþ@þLþþïþðþñþðþfþï+þ¼þëÒþñþêþ¹þìÒþñååÉþþïþðþï+2þðjþïþþï2\nþïþ Òþ$þlþ!þ!þ!þ!þûþÅþ!þ ûþÅþ\n!þ ûþÅþdûþëÓþeûþìÓZþdþ+þ ûþëÕþ 4þëÖþ ûþë×þ {þ\rûþëÙþ Pþûþ\rÛþ7þóþ7þáþû þCþ\rÜþþ\rÝ4þ+þÅþûþ\rÝaþþ¯þ\rÝþMþû þCþ\rÞþþ\rß4þ +þÅþ ûþ\rßaþ þ¯þ\rßþ[þeþ+þ ûþìÕþ 4þìÖþ ûþì×þ {þ\rûþìÙþ þ7þ\rÛþ\n7þ\rà(þ\rá4þ +þÅþ ûþ\ráaþ þ¯þ\ráþ[þ +þÅþ þþ +þÅþ þîþ þcbþcþ þùB ûþDþ^þcþ þùBþþcþ þùBþêþcþ þùBþþcþ þþcþ þùBþþcþ þùBþþcþ þùBþþcþ þùBþþcþ þùBþþcþ þ þcþ þùBþþcþ þùBþ\nþcþ þ þcûûþûþ(þcþÒþ±ûþ3þ²þþÇþ³!þ´þ¨þµþøþ¶þ¸þ·þþ¸þÜþ¹þ×þºþ\nßþ»!þØþ¼!þ½Øþ!þØþFûþ<ûþ¸ûþ£ûþqûþ¸ûþ¾ûþÖûþoþ¾!þ¿Øþþöþ þøþÀûþ§þPþÁûþ§þ \"þ\nþ\n¹þÂûþ§þ\nPþ !þÃûûþfþÄlþÅþ 3þÆþØþÙþÚþçûþ)þØþ\r>þÙûþåþÙûþpûþ ÄþÚþgûþ¸þÙûþ #ûþPþÙûþ qûþ¼þÙûþ6þÇþØþÙþ\rDþØþ LþÙuþÈ!þÉþ¨þÊþøþËþ<þ !þ\r!þÌþÍ!þÎ!þÏLþÐþØ þþØMþû ûþDþØþþûI*þþÑþØþ5þØûþÙþ³Íþ¶Íþ·Íþ´ÍþµþjþÒþØþÙ þþÆþØþÙþÐþÙûþ ¥þ¤þÔþþþÑþÄþÏ+þ¼þÓþ¼)þÁÒþþÏûþ½þ÷þÏ+þ½þÓþ½þ+þÎþ£þÈþîþû\\þ³þÀÒþAþû\\þ´þÓþ¼þ»þþûþêþ¾þÎûþÊaþÍþÎûþ˯þû\\þ·þÌûþþÎûþÉþTþÉþîþû\\þ¶Xþ©þÌþDþÓþ¼)þÎûþÈþTþÊþîþû\\þµþÎûþÈ|þû\\þ´þûþêþ¿þÎûþËþÍþøþË©þû\\þ³MþÍþ=þÍþ&þÍþÉþÎûþÈþTþÏûþ¼-þÓþØþÙþÚ þþFûþ \nûþþþØ+þ¼MþûþÀÓþ³þûþÁÓZþSþûþ±þÇþØþÙþÚþ²âþØþþ&þÔþØ þbþ þØûþ\rÝþØûþÙþ³Íþ¶Íþ·©þ þØþªþ þØþÊþ´Íþµ©þ þØþªþ þØþÑþ þØûþ Ëþ¸Íþ¹©þ þØûþ\\þ þØûþÝþÂÒþþ þÂÎþ§þÕþ(ûþ ¶þLþÕ$þ>þþÄqþ þ¥þ þÄþ þ¦þ;þûþÂÐþþ þ)þÖþþòþÖþØ þþ¨ûþ¤þûþLûþ!þûþ 2þþàþûþ«þ×þþû÷ûþ þÃRþûþyþØ&þ×þØþØûþ§þØûþ¢þ<þcþþØþÒþ³þØþþØþÒþ´þØþþØþÒþµþØþþØþÒþ¶þØþþØþÒþ·þØþþØþÒþ¸þØþþØþÒþ¹þØþþØþÒþºþØþ¹þ¤þÕþ &þAþgþgQûþgþæqþgIVOþ ÝþgJþ±þi(þ þûþþþ\rþþþ QGþþþGþ_þûþþþ\rþþþþEþÖþBþg þ_þûþþþ\rþþþþFþÖþCþg þjþgOþ}þ®þþêþyjþgOþEþ þgþDþg þjþgOþ}þ®þþ¸QþQHþgþGþg)þ þgþEþgþhGþgþFþga þgþGþg þlþgOþ}þþylþgOþEþ þgþHþg þlþgOþ}þþ Kþg)þ þgþIþgþg\\þ-QþI`þIPßþþ÷jþþHþþ Ñjûöþ{þûþgZ3þjþþ<þûþþþ\rþþþþûþþ #þþþva,þ6þaþ0þMþgþåQ¨ûþg[Ýþg]ÉþJþgNTþgþgUþFþgUVbþKþgNEþgþLþgNFþgþMþg þdþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgþ#þNþg þdþûþþþ\rþþ6þûþþcþgþþþþ-þOþg þdþûþþþ\rþþþþEþg&þPþg þdþûþþþ\rþþþþFþg&þQþgþgUV@þgU²þRþgþgUxþeþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUÊþSþg þeþûþþþ\rþþ6þûþþcþgþþþþ-þTþg þeþûþþþ\rþþþþEþg&þUþg þeþûþþþ\rþþþþFþg&þVþgþgUûþ ãþgU¶NTþgþgUþ_TþgþWþg þNcþgþ1Nûþþ_cþgþ1_ûþþXþgNEþg5_EþgþYþgþgUûþ3þfþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgU²þZþg þfþûþþþ\rþþ6þûþþcþgþþþþ-þ[þg þfþûþþþ\rþþþþEþg&þ\\þg þfþûþþþ\rþþþþFþg&þ]þgþgUþßþgUVg5hTþgþ^þg þhcþgþ1hûþþ_þghEþgþ`þghFþgþaþgþgUûþÖOOTþg)þgUþ\"þiþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþbþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þcþgrOGVO)þvû Eûþlþgþdþg þ_þûþþþ\rþþþþTþg&þeþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þfþgþgUþYþfþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgU²þgþg þfþûþþþ\rþþ6þûþþcþgþþþþ-þhþg þfþûþþþ\rþþþþEþg&þiþg þfþûþþþ\rþþþþFþg&þjþgþgUþ0NTþgþkþg þNcþgþ1NûþþlþgNEþgþmþgNFþgþnþgþgUþFþgUxþ_þûþþþ\rþþþþTþg)þgUþªþgUûþ9þgU¶OTþgþgUèþgUxþnþûþþþ\rþþþþTþg)þgUþªþgUûþÌþgUxþoþûþþþ\rþþþþTþg)þgUÊþoþg þ_þûþþþ\rþþ6þûþþcþgþþþþuþnþûþþþ\rþþ6þûþþcþgþþþþuþoþûþþþ\rþþ6þûþþcþgþþþþ-þpþg þ_þûþþþ\rþþþþEþgåOEþg\"þnþûþþþ\rþþþþEþgnþoþûþþþ\rþþþþEþg&þqþg þ_þûþþþ\rþþþþFþgåOFþg\"þnþûþþþ\rþþþþFþgnþoþûþþþ\rþþþþFþg&þrþgþgUVgþgUþ3@Tþgþsþg þ@cþgþ1@ûþþtþg@Eþgþuþg@FþgþvþgÔþwþgþgUþFþgUxþ_þûþþþ\rþþþþTþg)þgUþªþgUûþ9þgU¶OTþgþgUèþgUxþnþûþþþ\rþþþþTþg)þgUÊþxþg þ_þûþþþ\rþþ6þûþþcþgþþþþuþnþûþþþ\rþþ6þûþþcþgþþþþ-þyþg þ_þûþþþ\rþþþþEþgåOEþg\"þnþûþþþ\rþþþþEþg&þzþg þ_þûþþþ\rþþþþFþgåOFþg\"þnþûþþþ\rþþþþFþg&þ{þg^TþgþgUþ3_Tþgþ|þg þ_cþgþ1_ûþþ}þgþgUûþ3^^Tþg)þgU²þ~þgþgUûþãNTþgþgUþ­þ_þûþþþ\rþþþþTþg&þþg þNcþgþ1Nûþþ_þûþþþ\rþþ6þûþþcþgþþþþ-þ þgNEþg\"þ_þûþþþ\rþþþþEþg&þ¡þgNFþg\"þ_þûþþþ\rþþþþFþg&þ¢þgNEþgþ£þgNFþgþ¤þgþgUûþO@@Tþg)þgU²þ¥þgr@ þ@cþgþ1@ûþ-þ¦þgr@@Eþg&þ§þgr@@Fþg&þ¨þgOTþgþgUþ @Tþgþ©þg þ@cþgþ1@ûþþªþgþgUþ(þgU¶TþgþgUþ\npTþgþgUþ_Tþgþ«þg þcþgþ1ûþþpcþgþ1pûþþ_cþgþ1_ûþþ¬þgEþg5pEþg5_Eþgþ­þgFþg5pFþg5_Fþgþ®þgþgUV@þ¯þgþgUV@þ°þgþgUûþÖOOTþg)þgUþ\"þiþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþ±þg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þ²þgþgUûþ\r#þgU²þ³þgþgUxþ_þûþþþ\rþþþþTþg)þgUÊþ´þg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þµþg þ_þûþþþ\rþþþþEþg&þ¶þg þ_þûþþþ\rþþþþFþg&þ·þgþgUûþ\rp@@Tþg)þgU²þ¸þgr@ þ@cþgþ1@ûþ-þ¹þgr@@Eþg&þºþgr@@Fþg&þ»þgþgUV@þ¼þgNTþgþgUþ\"þRþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUþéþ½þgNEþg\"þRþûþþþ\rþþþþEþg&þ¾þgþgUþ0NTþgþgUþ\"þRþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUþéþ¿þgNEþg\"þRþûþþþ\rþþþþEþg&þÀþgNFþg\"þRþûþþþ\rþþþþFþg&þÁþgþgU²þÂþgþgUûþâþgU¶NTþgþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþÃþg þNcþgþ1Nûþþ_þûþþþ\rþþ6þûþþcþgþþþþ-þÄþgNEþg\"þ_þûþþþ\rþþþþEþg&þÅþgNFþg\"þ_þûþþþ\rþþþþFþg&þÆþgþgUûþ±þgU¶rTþgþgUþ_TþgþÇþg þrcþgþ1rûþþ_cþgþ1_ûþþÈþgrEþg5_EþgþÉþgrFþg5_FþgþÊþgNTþgþgU²þËþg þNcþgþ1NûþþÌþgNEþgþÍþgNFþgþÎþgþgUþFþgUxþ_þûþþþ\rþþþþTþg)þgUþªþgUûþÌþgUxþoþûþþþ\rþþþþTþg)þgUÊþÏþg þ_þûþþþ\rþþ6þûþþcþgþþþþuþoþûþþþ\rþþ6þûþþcþgþþþþ-þÐþg þ_þûþþþ\rþþþþEþgnþoþûþþþ\rþþþþEþg&þÑþg þ_þûþþþ\rþþþþFþgnþoþûþþþ\rþþþþFþg&þÒþgrTþgþgUþ:sTþgþgUþ3tTþgþÓþg þrcþgþ1rûþþscþgþ1sûþþtcþgþ1tûþþÔþgrEþg5sEþg5tEþgþÕþgrFþg5sFþg5tFþgþÖþgþgUþ(þgUþ\n%Tþg)þgUþÅrrTþg)þgUþÅuuTþg)þgUþ_Tþgþ×þgr þcþgþ1ûþþ#r þrcþgþ1rûþþ#u þucþgþ1uûþuþ_cþgþ1_ûþþØþgrEþgùrrEþgùuuEþgå_EþgþÙþgrFþgùrrFþgùuuFþgå_FþgþÚþgþgUþ\"þiþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUèþgUxþ_þûþþþ\rþþþþTþg)þgUÊþÛþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þÜþgvTþgþgUVV5wTþgþÝþgvEþg5wEþgþÞþgvFþg5wFþgþßþgþgUþYþfþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgþ#þàþg þfþûþþþ\rþþ6þûþþcþgþþþþ-þáþg þfþûþþþ\rþþþþEþg&þâþg þfþûþþþ\rþþþþFþg&þãþgþgUþùþgU¶rTþgþgUþ_Tþgþäþg þrcþgþ1rûþþ_cþgþ1_ûþþåþgrEþg5_EþgþæþgrFþg5_FþgþçþgvTþgþgUVV5wTþgþèþg þvcþgþ1vûþþwcþgþ1wûþþéþgvEþg5wEþgþêþgvFþg5wFþgþëþgþgUûþáþgUþ­þ_þûþþþ\rþþþþTþg&þìþg þ_þûþþþ\rþþ6þûþþcþgþþþþ-þíþg þ_þûþþþ\rþþþþEþg&þîþg þ_þûþþþ\rþþþþFþg&þïþgþgUV@þðþgþgUþùþgU¶rTþgþgUþ_TþgþgUûþ\ntTþgþñþg þrcþgþ1rûþþ_cþgþ1_ûþþtcþgþ1tûþþòþgrEþg5_Eþg5tEþgþóþgrFþg5_Fþg5tFþgþôþgþgUþsþgUVg5hTþgþõþg þhcþgþ1hûþþöþghEþgþ÷þghFþgþøþgþgU¶NTþgþgUþéþùþg þNcþgþ1NûþþúþgNEþgþ\x00þgNFþgþþgþgUûþ ·^^Tþg)þgU²þþgNTþgþgUþ ùbTþgþgUþUþþgNEþg5bEþgþþgNFþg5bFþgþþgNEþgþþgNFþgþþgOTþgþþgÔþ þgþgUþ\nÒ_TþgþgUûþ±þgU¶rTþgþgUèþgU²þ\nþg þ_cþgþ1_ûþþrcþgþ1rûþþ þg_Eþg5rEþgþ þg_Fþg5rFþgþ\rþgþgUþ\rdþxþûþ¦þSþ´Tþg¤þ?þ\rþþþgU­þþTþgmþgUþUþþg þxþûþþþ\rþþ6þûþþcþgþþþþ-þþg þxþûþþþ\rþþþþEþg&þþg þxþûþþþ\rþþþþFþg&þþg þgþÛþþYþbþ@þg\'þþ<þSþ<ûþçþ¹-þ%ûþ ºþþgþhþiþg?þhþþiþ{þûþuûþ;þg\'þiþIþh\'þiþIþh\'þiþ6þìþþg\'þhÛþiþþgþh2þëþ1þ<þìþÜþìþ «þ<þìþ oþ<þíþGþ<þíþgþëþþìþ bþþg þgþÛþþYþ/þ@þg\'þþ<ûþ öþ<ûªûþ\n þ¹-þ%ûþNþþgþhþiþg?þhþþiþ{þûþuûþ;þg\'þiþIþh\'þiþIþh\'þiþ6þìþþg@þg\'þhÛþiþ þgþhþgþÈþhþ\nþëþhïþgþ!<þìþÜþìþ Oþ\"<þìþZþ#<þíþ þ$þÍþíþgþëþþìþðþ%¹ûþþfûûþ\r*ûþÜþþ ;9:ûþ ¸9:ûþ´9:ûþÀ9:ûþ B9:ûþø9:ûþÜþþØþÙþÚþôþ DþØûþ(þØþÙþfþØþÙþÚmûþþþþþùþúþþþgþhþiþþþ\nþ©þ¨þ þ þ§þþþþþþþþ¤þ¥þ¦þ þ\rþ.þy@þmûþ£Úþ Âþ¢Ôþ¡Ïþnþoþq#þr%þpþu1þs\'þt)þx9þv3þw6þ|PþzJþ{Lþ}»þ~¿þÁþ¯þHHRþþaþsÈ¡þaþQþþwþþQþ@FþþOþþQþÓþþ;þ*þQþUþÖþþ_þ\x00þ/þQþ þQþþq|sÂþîãþþdíþþaþ/ùþæþþ]ôþ»þìþþôþäìþþôìþþôþþþ þQ\nþQͬñþVþWþ3!þQþ1þ\nþþ#þQþþP÷<þQÅðþöþQfþÆ`þñþoþþ+þ¡þ0þVþ!þþZþñþ@þEþBØþçþKþOþ ãþþQþcþãþQÍþÀþ©þTÝþQþjþþQþ\rþþÚ0þQþþQþP2þàñþQþWÖþQþ@þrçñþ\rþJþQþ?þ\nñþ\rþJþQþ­þÐþQþ[þ²þ¹þQ1þ£ñV¨ñ¯ûÁñ$6­ñO¦@ñ¿µæþrþËþþWªþêPñþJþ·ñ&þþÅñþdþèñþ zñ¤þÌþþSmþQ^þ\\þQÍþÞMþQþ6þ8þHþá¢ñþþWþþ&þåþQþ6þþQþfþþYþQþþSþþlþ þQþþþþQþ=þ_þ¨¸þøþÂþÏþKþþN×±þþßÙþ °þ&ñ§þþÈþ&ñþ]þDdþvvþ0þþÔäþ®þÝW½þX«âþ&ñþ]þ.þgþ&ñþ]þ\'þ¡îAþ·þ`þA´;þ®þ&þ!þ¼ñ}þIþ¡þCyþR{þañÛþ\"þJþ¡þW»þ.¶þþþ÷þtþ$þ3þ(þ¡þí(Éñþɺþ ñþM\"QÐñow>ÐñoþöþþUþþþkþ+þQpþþ^þ[þQhþrþAþµþùþXþþQÍþÙþ¤þAþÌþGþ¡þ´Eþgpþþ¥þI8þiþþ`þQþhþþ9þÑþQpþþ,YþQeþ(ëþQþ\nëþQéþ¡?þ,þ4þQþþ«þ^ñþÊþWúþQþ~þ KþÛþQþ}þþ\'Cþá¹þLþ7xÕþ þ þ¡þ%³þþ2:þRÔþ5þptXþ²,þ>êIþQòqþQþ+þQþþ#þþQþEñþnþQþEñþBþºþQþEþÒþQþ=óþ=þLþõõþ¡þÊiþ-%þQ4þþQþEdÜþ-ñþDÓþ\\þÄþ¡þþþmþQþ~þëþQDþQþEþþQþþ¶þþþMþ þQ¼þþ\'þQ)þ¬¾£þcþþìþQþ:¾þz¥þÁþéþQÍ þyìZkñþþ5þñTïþbñþßþúñþÒþOÆñþ©þWj!þQþ§JþQþ<þQþèLþQþ6þQþ¯ñþþQBþþþQþâþÃþQþØþ4þ&þ¡þTþ1þ¢þ$þþ&7þ[ñþ>þþþþ*þ\\þQÍþ:þCþ¡þÇþQËþQþQnþÑþQþ°þ<þ¾þFþ¡þðþuþQÃþÎþQþ8þþïþþQþ/þþ-þ³þQ=þ\"lþ½\\ñÏþWþNþQþ%þQþ¿þ?þ\x00añþÇþ±þA þªþGþuþ7U]þ5þ×þQþ¸þÜ9ø\rGþþ3þ¦Úþòþ{ þþ3þxþQþ¸þÜàþþQþ9þ|ñþ;þþþFþåþZÞþÍS*þeþQþ2þ)ñþÕbþQcþQÍþ)!þQNþ?þóìþ¡ÄÎ #þQþ¸rþQþb_þYÀþ.þQûþeþþ: þûäþ@þ%þ6þ\'þ6þ)þ=þûþþ ~ ä þgûþkþgþçþgþÑþþ Oþùþ k ð ûþþþ\nfþùþqKþ¤ûûþ þ¤¥ûçûþmþ þþ¤ûûþbûçûþÀþ þþ¤ûûþ 9ûçûþ 2þ þþ¤ûûþ\n!ûçûþþ þÅþ.þÁþ $þtþ¤Qþ+þ/Çþ/ûþ(þ/þ-ûIþWþ.7Igþ-þäþ¤þôþúþ îþ;þûþ /þ ûþ`ûþ Bþg þûû\nþÏ =û\nþþ>þ fþþûþþ =\n þàþgþÎ þYWþþ\rþX,þþþþXûzþ)þûþþowû£þ¤þ\nûûþ\rhþûûþ½þþþ\"þûþrþûþ[ó=þx=þþþþûþáþûþùþÎ=þOþþþèKKþûþùUþþLþùUþþZûþ þ\nDûþ¾þûþÌþ¥þþHþûþ°ûþ+þNûþ7þþþþ\rþ,þ¡þSû9þþþªþþ\ntþ;þûþùJûþ? þûûþ^=þþþ\n¢ =û\nþþ>þðþùþjWþþ\rþ¤Ðþþûþ¤þ0þ¥þ«ãþûþåþùþ¯ þûþ4%þ4 þþþùBþ  þûþgûþòþgûþ% þ ûÛþþ\n =ûþûþ(þKþûþùþ\røþþùoûþ¿þþùþwþ;þt-%-þïûþ¡#Wþþ\rþ ,þþûþ þQþûþ ¯þ þûþ <þûþ\rkþ þûþ9\rþ\x00þ¥¼þûþ\rßþfKþûûþ^þûþûþ þûþ,±þ\r±þ±þ±þùUûþïþùþ û\nþûþþùþ\x00þùUûþ\n§þùþþùUûþ}þùþôþùUûþæþùþ3þùUûþ}!û\nþûþõþùþ³þùþ\rlþû-(þþ hþùþ\nìþþþ ²ûþ\x00ûþ ûþWþþ§þùUûþÃþùUûþ¯ûþòþùþõûþ\rQþþ Èþûþ\nѳþ ÷þùUûþ·þùþ û\nþûþ\n±þùþ1þùþÈûþñþñûþþñûþ >ûþMþ×ûþM·ûþ*ûþ Kþùþûþûþ\n7þÆûþËûþ  þÆûþ þÆûþ`$þ§ûþÝþSûþìþùþ ¬þùUûþ\rþùþÂþùUûþþùþ óþùUûþEþùþi û\nþûþIþùþ\räþûûþ Lþþûþ$þùþ\rûþW±þªþùþ\n±þ þ;³þgKþþþùþþþþþùþnþþþþùþVþ þþ\r´þ ;þ¤þ¥þÅþþáþþ ïYWþ?þþ°þ¡þ½þþþ¦þþþþNûþðþþ\rþþþ\r¾þþþNþûþ\nþþNþþ¼ûþþþNþþ åþþNþþþþNþþ7þþþNþþºþþþþþ äþûþgûþºþûþó Fûíþ\rRþûþ#\rþùoþgÝþh\\`þ lþûÅþ³þûmûþ¯þþJIgþþûþùþ\x00 þþþùBþþ¤ûþùJûþD Fûþ)úR#Kþûþ,ûkþgþþ\rþg/ûþÕþûìþþZþh4þg/þhþuþUþëþ; þû\nþþpþ^þþ»þûþþÂþþ\\OþþþþùþÁþþûþ\rfþúþ Dþûþìþûþ;þûþ Þûþkþyþ¸þ;þùþ «þùþoKþûûþûþ\nEþûþ/ûìþûþ¹ûþûþ1þþAûþÝþSûþìþûþ *û÷ûþ\rvþûþþþûþjþ|ûþþhûþ$ûþÁþþGûþ®þ@ûþ¿þþÊþþþ &ûþ\x00ûþ ûþWþþWþþ ®þþÝþbþùþöþû$þûmûþ þûþOþ\nûþùþ.þþþ þûþûþ\rþîþ~þþq þþþùBøþùþÓþùþ Oþþþ\rXþûþþùþûûþ\r,þtþ%þþ\nXþîþ Îþgþâþþî0þþùþFþIûþùþIûþ÷þIûþ ±þþþþ þ;ûþnþ¢Oþþþ.þtþþó ÐN,Pþþùþ\rÌOþþþ\'èq þû#þ-%-þ\n#þ\x00ûþþûõþ=þ¤ ûþþ þûþû\\ûþDþFþg0þùþ\ræþp þû¬(\rþþþùBþþ0ûdþþûäþªïûï%þ=âþþ¬ûþ <-Wþ¥þþ@þûþûöþ}þþþþþ þþ/ûþ\n=þ/ûþøþûþþþ 1þ/ûþ@þ þþaþùþ tþø þþþùBæþþ Fûþþ(R þþþùBþþþþ ûþùJûþD þûûþ^þþþûþûíþ:íþ0þûþ\r4Wþþ\rþ,þþnþQþþþ4þO þþþdþþÌþþ þh ûþ sþûþþ]þùþ®þûþgûþ0þþ\n<þþþ þûþùUûþ­=ñþùþÎþþòþûûþ þûþùUûþÙ²þòþùþôþûþùþ§ þþ]þ\nc±²þ4ûþÆþu Fûþò\rþþþùBÒûþDþ$^þþëþ\nûþùJûþª þûûþûþqþgûþgþá FûþJþ RþþU þþþùþþ, þûþùþ vðþgþ þþþùBþOþþþöþùþ Üþûûþ¿ þûþùUûþ9þþþûþ\"þ/ûIþûþûdþhþùþ[þgþ þiþþùþ þPûþùþ\nïûþ e þûþû\\ûþøþûþó7þFûþBûþ\rëûþ Ïûþ¬ûþÍûþ\n{ûþ ºûþìûþ>ûþhûþ<ûþ\r¼ûþlþþ ³ûþ\nÜþþRþ kþ÷þþ¤þ mþûûþàûþ!ûþ uþ¥þ?þþ þû\n­þùJûþkþþ rþÇþûIZ þQþTþþ gþùJûþúþùJûþnþùoûþÛ«þûþqþûûþ»ûþ3þûûþ»ûþÜþ¦þþþþ¦ûþ\nÍþ}þ¦ûþ 3þ¦ûþÁþ~þþ§þ\r þãþ\nxþã¹þ¦ûþZþû%û\nþ¦ûþþûþßþò[þ§þEþ¨þ©Dþúþõþ§þrþòþô û\nþôûþ zþúþ/þôþaþúþBþØ þûþ¥ûþþØPþûþMþþþþûþûþ\rþ%þ¤þþ\rÐ û\nþØûþ !þ©ûþùþ®þþûþùJûþ\rõþ©þ/«þ©Äþ©þUþùoûþ0«þ©þþ©þyþ%þþþùoûþ0«þ©þ* û\nþØûþ³þ¨ûþùþ®þþûþùJûþÓþ¨þ/«þ¨Äþ¨þUþùoûþË«þ¨þþ¨þyþ%þþþùoûþË«þ¨þ øþ;þûûþÍþùUûþ\rjûþ þ þû0\'þ\'Xþþúþþûþ,=þûþ ¬)*&+þ4 ð ûþþþ þùþiûþ\nÂ)þ±þ(ûþþûçûþþþ\r³ûþ êþûçûþ Õþ!þ ãþ; Fûþßþ&R/ûþhþþþ¥þþ/ þ ûàþûþ\x00 þþ¬þ  þùþiûþ eþ HñIþ/^ þûDþûdþ^þþèþûþþ\\ FûþþRþûþùJûþ?þûþ þþþùBþ%þþgþ þûþùUûþ þûûþûþ\nF\rþþ ûìþûþ?þûþÁþûþþ=íû\nþ0þwþùþ`þgþûþ þûþûdþùþ- þþþùBþþþäþtþPOþþø þûûþ÷ûþ þUû þ û%û\nþ þTþûûþ Fûíþnþh Eþh^þûþá þ Fûþ\nûþõûþuûþËëFþgûþeþgûþþgûþñþùoûþùþþSûûþ þùþiûþ¶þþ¬ þûûÃûþ $)þûþ\rþ^ûþîþ^ûþùþz)þûûþþûþtþþ¤ûþúþþ¤ûþûþkþ{þ<þ;þûþþmþþ GþÑ :ûþ þùþdéqþ\r¥þgþ0þgþÞþ!$?þþ Þþ?þ\rûþ0³þ+þûþ\nþþ¬ þûþgûþ°þþûþþdûþ£þãþ; þûþû\\ûþëOþþþKþûþùJûþþþûþ0þ þþùoûþ¿þþKþ;þþ\n¶þ ûþûþjþðûþþþ þû\'ûþwþþgþhþPûãþþþûþùJûþ?þûþùþÐþþN1KþûÞþ\\`þ\rnþþ|þûþþþ4Eþûþ1þEþû_þûþJgþþÆþEþûþûþîþ;þþ¤ Fûþoòþûþ Fûþ´ùRþûI þûþþ/aKþûûªûþ½þþûþvþûþáþûþ ¡þûþûþíþûûþNþûþ\nþûþ ûþ\rþûþ²ûþ\nbþûþLþûþ²ûþtþûþ»þþ þûþ²ûþþûþ»þþöþû«ãþûþ5þùoûþþ.þþ þ;þvþûþþÎèþ¥bþþ=þþb þûþùJþgPþþûþùþþgþÙþþùþ ìþ þ) Fûþ,þ R þûâþgUþg^þûLþûþ4þgûþZþ4þgûþ\rÉþ 4þgûþZþûþðþ+þ þ%þþþùþ\rEþ!þûûþiþûûþ\x00þFûþåûþ\nûþ\n[þûÅþ³÷þJIgõþ¤ûÜûþ ¾þN\'ûþ Wþ\'þIþ\rþNþÞ þûþX þXþ\nþXþ á þùþiûþ\r«þ¤ûþûþuþûþ\rþþûþþe þtþþh/åq þûþ+þ,/þþþ þWûþvWþiûþiþþi\rþgÐþiþ §þgþi§þhHþi Fûíþ¡´þþû±þ.ûþ ð ûþþsþ\"þûþgþ\"Kþûþ\nNþþûþûþjþûþûþèþûþþûþ´þþôþûûþþþõûþuþ£ þûþûdþòþõûIþW þþ¬þçq þû«ãþ¥þ:þùþþûþ þ¤baKþþþ\rìûþrþ¤ûûþ?þ¤Èûþûþþ¤ûÜûþ\rZwû£þ¤þ ûþ¤ûþ £þ\nûþ ûþIþ ûþ ûþPþþ\rþÐþþ ÈûþÚþþQþ\n4þ ûþÇþ 4þ ûþ×þ þþþGþùþñþþáwû¼þ¤}þ ;#Wþþ\rþ,þþûþþQþûþ»þ þûþÏþûþþ þûþ å\r=þñ\'«þûdþþ ^þûþgþµþûþùJûþ þûäþ\rþûþþAþþ\nÄ þhû%û\nþhþT þûÎþþþfþþgþ =þÏûþþþ\ro þ¤ûÜûþ ¢ Fûíþt þ>þþþOþþþkþObCKþû¬þùJûþ\r`þþþUþþþþþ\r^þþþêþþþþþ×þû¬þùJûþªþþþUþþþþþ µþþþêþþþþþ ©þ ;Wþþ\rþîþ+þþþþ þE þþþùBå\rþùJûþ³þgM«ãþgþ \rþÅþ þØþ\nþAþûþûþ [þûþqþûþñþûþgûþe þ ûEþûdþ^þûþþ/þð &û&þ\nàþùþ =þùþþiTþgþÖþhTþg^=þPOþþþ¬=þþ µþþ I þûþùUûþéþûþ\x00þ=ä þgûþL þûÜþþùþ.þ^ þûûþ^´þqîþþ þû¬\'û\nþþØêqþûþ4þþ\n«þ4þþÄþ4þþmþûþo þþþùBþ\'þþ þ÷þ âûþ¡ûþmûþµûþ¡ûþmûþ\nÙ Kþ[ûþùþ\ngþþ[þ þûþþþºþïþûþúþ .=þûþ¥þþJþTþ\x00þ öþûþgûþ¢þþ\n þû\\`þ¨=þûþ\rØþûþ þûþ\n¿þPþûûþ{þPþ·þùþ [Wþþ\rþ,þFþþÆþ)Wþþ\rþ ,þþ þúþMþ þþ \\þûþ4þ¤ûû\nþ¤Xþûdâþ¤þ (þû\nÅþ|þûþûñ4þ ûþgûþZþþeþþ¤þTûþxþ|þûþU\rþûûþ+ûþ9þþ >þþXþRþûþùJûþþþíëþÊþûûþ dþûþTþ\x00Wþ þ \rþîþ+þ þþ þ þE)û)sþþþþó=ûþNþæqþþ\ryþû--þð þþþùBèþóûþþXKþ¥bþûûþ{þûûþ\n$þûþ¤ûþ þ¤ûþrþ¤ûþÉþþûþXþ¤ûþêþ¤ûþÉþþ¤ûþ(þûþ\'þûþ\r¬þûþ¤ûþ ¸þ ûþ¤ûþnþ¤ûþbþ¤ûþlþ þþ¤ûþPþ þ\nûþ¤ûþnþ¤ûþ\nþ¤ûþlþ\nþþ¤ûþPþ\nþ¤ûþþþ þ¤ûþþþ\nþ¤ûþ Üþþ¤ûþrþþûþ\nTþ¤ûþ~þûþKþûþ²þ¤ûþ¶þûþ\rUþ¤ûþóþûþþ¤ûþ âþûþ\n]þûþ¦þ¤ûþ2þ¤ûþ :þûþ ¼þ¤ûþ °þ¤ûþ Æþûþæþ¤ûþLþ¥ þ¤þÑûþTþúþþúþ\"þ¤þ¤ûþ5þ Fþ¤ûþ þ¤ûþ\naþ Fþ¤ûþþ¤ûþsþ¤ûþ «þ¤ûþMþ¤ûþ Uþ¤ûþ ëþ\rþ\r\rþ ,þ\rþ Rþþ\rþ ,þþûþ¤ûþ\rþ þ\rÆþ þþ4þ¥ þûþõþûþ Ïþûþ 5þ; þÅþþþþ0þþþþþþûûþ\nÖþûIþþùþ \"þûþùþ Áþ þþþùBþ)þûþqþþ°þIþþ ©/Oþþþéþ¤Èþþ\nlþûþùþ^þûþùþØþgWþþ\rþ ,þþ þ\nþ þþÕûþºþ þ\nþ þþ¿ þ¦ûûþþmþMþ þ\'þ þþþ wûþ þþ ûÒûþþ.þtþ/MIgþ-þ\'þûþûþ ¥þbþ.ûþþ¤ûûþ? þ\nûàþûþ Cþûþùþúþ þ þ¤FþWþþl0þþ`Kþ\nû¬þ\nþ\nþêþþþ\nþþ\r<þùoûþfþ ;þ øû\n÷þÎö þûþû\\ûþc þû?N,^=þ¤þûþhþûþþðþþ\rÚ þgûÒûþDþgþþ. þûâ\\Vþn þþþùBé þþ^þ Fûíòþûþþùþ æ Fûþyþ*R þûþùUûþYþûþhþ/ûþWþþþÊþþþþðþþ0þþþAþþþwû¼þ¤ îûîþ\n3 gþþæWþþ\rþh,þ¡þgþhþþ\n×þ# FûþJþRþûþþ #þ Fûþ;òþ þþB þû-+%-þïþûþùþ\nV =þgûþmþhþiþþþgþûþþ%þþ.ûþùþ þgþþþùþQþùþñþþ Aþ¤ûû\nþþIþÜþM\'ûþØþùþ4þûþ4þ4þ 4Eþûþþ\rIþû û\nûþÂþþþ þûþ³þûþóûþ£þ\'ûþ0þûþéþþ\rÄ- ûþÜþûþqþùþ\n(þ÷þ pþ÷þtûþ|ûþ\n¬þ;þþ¤=þSþgþûþ.49Kþûûþ>þû«ûþ9þûûþ>þû«þgþû«þûþ9þûþûþÀþûþ °þûþÀþûþpþþþ \" =þþFþ Åþþ 1ûþ þþþûþûþA%Wþþ\rþgûþYþþûþgûþ\rþ0ä þûþ2þûþCþûþ þûþþÅþþ þûÆ þþþùBçþûþþþ\\þþþ Íþþþzþþþ\' Fûþèþ  Kþûûþ Kþ;þûþgûþ Tþþ \rþû¡%%à%þô þûþûþeþîþÁþûþþg0ä þgûþ6þgûþ·þgþçþgþÑ KþXûþùþ-þg}þÇ=þûþ[áþVû=þþÁþþþþQþû-Oþþþ ÔþFûþ´ûþ)ûþJûþûþJûþjûþ,ûþûþßûþ ? þûÒûþIgìþëþþþþïþ0þlþû]þ þþgþþ ûâþ.þ é ûâþ/þ¯þûþþîþãþû-þïþûì4þùþQþRûþ¦ Fûþjþ\nRþþþ\rþûþqþþk þhûþhûd^JþnþGþþ þùþ¡þûþþ¢ûþÏKþûûªûþóþ¤ûþûþûþfþûþûþæþÇWþ?þ\rþþ\rqûþ ^þþ þûþïþþ¼þþþ+ þþþùBþ=þgþûþùþ hþþ­þ×þ fþ ûûþÊþþ þg ûþ=þùþ kþûþ\"4=þO þûþû\\ûþwþûþþôþùþ ¸þþþþþúþ\x00þþþØþÙ þêþëþìþíþîþþþþþþþþè4þé8þç#þæþâ\rþÞûþäþßþàþã%þåþáç\'!\'Ml-dS88P8 8B3>8`8D@888#8w8=898mL:$v8.8WY8Uh8o]nq[T8;(nEf8<8I8I8?87#lk^RXb*\"\raO!%{JtlK\rjEK88VAAN~8_ \\x}nrZ/\"rp,QsyxFn)Ze\"2)8C8688 8 \"Km|K&8H0c8un1Ez8u8ûG\ni54g+8û þêûûþ òûþÎþ+ûþ±þ Mþ¤þ¥ûþzþ,þîbþ$ þ\"û\nþØûþ DþÞãþ;þãþ 9þ/ûþþí?OþþþËþtþ¤0þ+ûþþtþ%þþÛþûþúþþþúþ/þØþ\rûþúOþþþWþþ\rþ,þþûþþ0þûþ¤ûþ Kþþ¥ þþúþ\"þ)þ¥qþûþúþþØ þêûþÂþêûþ«þæìûI þûþ©þ/«þ©þûþ+þ/þþ+þ\x00þ¥þØ)û\nþÂþiþØþþæûþ\rNþûþ¤ûþ5þØþþ©þ4iþ ûþ\n\"þþ þ¥ þþaþûþùJûþ #KþûþùJûþäþþûûÃþNþþDþûþûþìþùþñþûþ4ûþæþ;Oþþþä þû%û\nþØþÇþûþ/þÞþúþ þØþÙþZþÙ¥þØþLþØûöþÙ}þþ\n®þûþOþþþ¬þûþØvOþþþkþ.7Igþ-þþ  þûþØûþ\ríûþ\rG þùoûþË«þ¨^þûþþþ¤b þû û\nþØûþMþSþ¦þùþ-þßþûþ©þ5þêþIþ¤þØþtþ%þþÛWþþ\rþþ 4þþûþúþ þþþþ¡þþ)ûþ þéûþtþè þ¦ûþ ­þØþäþåþþGþùþIþttþ#ûþØûþ\r·AKþþþþ\rþØ,þþûþØþ0þûþûþ ñþþ þþ  þû«ãþ^þûþ%þ(þ¤ þþþ·þ®þ¤fþþ¤ûþþùoûþ ðþ¤þ<þ;þgþ~ =þúþ gþþþþé\rKþûYþØVþ þãþ;þÞÏþþaþûþûþØûþÔÏþþþûþ¨þ¶þëþì× þêûûªûþ°þúþ %þØþ¤þ¥ûþxþûþùþGþûþ¥þ\r{þþûþûþzþþËþûþ¤ûþÁþ¨ûþùþ®þþwû¼þ¤=þùþlþ¨ þ¤ûþ¤Mþ¤þ³þùþlþ¨þûþ¥ûþþØPþûþMþþ¢þþþþûþ0þ8#þgþþ\rþ¥Ðþþûþ¤þ0þû«ãþûþ þ¥þþôþþUþ ±þ;þþkþÏþ©ûþùþ®þþûþþ oþû þû û\nþØûþÈþÞþØþÙþ þþ þ¤þTûþzþáþûþwû£þê þûûÃûþuþûþ¨þ5 þ$û\nþØûþ·Wþþ\rþ¤,þþûþ¤þ0þÝ þ¥ûþ¥þ÷þàÏûþ4þçþ¤þTûþzþâþtþ%þþ Oþþþöþ-ûIOþþøþûlgþgþþ¬þVË þùoûþ0«þ©^þûþùJûþ þûþþûûþCuËþgþ£Oþþþè þûþ¨þ/«þ¨þ¤ þØþ,þøþûþ©þ¶ þtþ%þ¤þ0þþþþþ\x00þþþþïþðþñþþþòû>\n$ %)#\r,\' .,, ! û&,(\"+*,-û/ þþ =þíþ ù :ûþÏþG þûûþ2þî=þþSû£þë þëþIûþÐûþ2þþ×þûþ¦ûþ\rMþ,qþ,ûþï Kþùoûþ¿þïþùþþ;þþÈþûþßþòþþþ¤þ¥ûþzþ,þþ m þ,ûûþþ,þíþ,þ\r(þìþï0\rþþGûþ Tûþ4ûþ aûþ4ûþ¶þîbþtþëþûþPþðþùþ¤ûþ\nBþPþî þþûþþïþ,û\nþïþúþõþPûþùþÍþûþÒþþìþþñþ§qþêþ;û¼þê þêûþÂþêûþEþëþIûþþëÈûþ\rRûþ þ¤ûþ¥ûOþþþ¬þûþê þû%û\nþ¦ûþþø þëûûªûþ Xþûþþûþìþï0Oþþøþþð þûþ§þEþ¨þ©þþþþþûþþþôûûûûOþþþþúþ/þôþG þû û\nþôûþ'; ;(function(){var _$pp=0,_$lI=[[9,4,6,5,3,1,7,10,0,8,2],[56,10,59,80,77,67,14,22,81,22,63,29,27,74,8,37,17,92,33,60,79,96,64,65,42,7,83,2,22,53,52,28,51,41,11,48,16,75,76,38,48,62,85,99,22,49,91,48,94,40,20,80,43,48,32,6,3,36,97,1,70,89,48,71,18,48,46,26,88,84,22,13,69,61,88,44,82,22,23,88,22,39,80,47,66,24,90,98,22,35,93,15,95,68,86,5,78,55,54,58,30,4,73,72,57,45,0,12,19,21,9,34,25,87,31,50,22],[0,1,22,15,22,8,30,32,33,18,17,20,24,14,21,17,28,3,16,3,10,27,11,4,9,2,13,26,13,19,13,25,13,23,29,13,5,13,31,7,6,12,17],[30,29,41,38,14,4,45,20,13,25,12,3,10,46,16,40,15,9,5,28,1,39,10,11,14,18,32,2,19,7,29,8,36,34,31,8,23,37,42,37,0,21,0,22,10,37,33,22,15,6,26,44,27,17,35,42,22,33,6,20,47,43,24,45],[9,29,14,20,29,31,24,5,7,16,29,10,3,2,29,18,21,2,1,32,23,11,19,15,26,33,1,12,27,4,22,25,19,30,33,36,12,29,0,6,8,34,7,28,13,35,17]];function _$UZ(_$OQ,_$w8){return _$eW.Math.abs(_$OQ)%_$w8;}function _$yF(_$2X){_$5k(_$2X);_$2X[2]=_$Il()-_$2X[_$UZ(_$$X(),16)];if(_$Bu()-_$2X[_$UZ(_$PC(),16)]){_$2X[3]=_$Il();}if(_$2X[_$UZ(_$Vf()+_$Bi(),16)]){_$Rx(_$2X);}var _$eR=_$Il();if(_$2X[_$UZ(_$Vf()+_$Bi(),16)]){if(_$2X[_$UZ(_$PC(),16)]){var _$WB=_$I1();}}return _$K2(_$2X);}function _$5k(_$2X){_$Nr(_$2X);var _$AG=_$2l();var _$eR=_$Vf()+_$Bi();_$2X[6]=_$av()+_$JJ();_$2X[_$UZ(_$2X[_$UZ(_$$X(),16)],16)]=_$cn(_$2X);_$2X[4]=_$2$(_$2X);return _$sQ(_$2X);}function _$Nr(_$2X){_$2X[_$UZ(_$I1(),16)]=_$Vf();var _$AG=_$J_();var _$eR=_$PC();_$2X[_$UZ(_$JJ(),16)]=_$Il();_$LU(_$2X);return _$av();}function _$I1(){return 15}function _$Vf(){return 5}function _$J_(){return 6}function _$PC(){return 4}function _$JJ(){return 3}function _$Il(){return 9}function _$LU(_$2X){var _$AG=_$rN();var _$WB=_$J_();var _$WB=_$Dh();var _$AG=_$I1();var _$eR=_$Vf();_$2X[11]=_$Bu();return _$t9();}function _$rN(){return 8}function _$Dh(){return 2}function _$Bu(){return 1}function _$t9(){return 7}function _$av(){return 13}function _$2l(){return 14}function _$Bi(){return 11}function _$$X(){return 12}function _$cn(_$2X){_$2X[8]=_$J_();var _$eR=_$JJ();var _$WB=_$Il();var _$WB=_$De();var _$eR=_$rN();return _$J_();}function _$De(){return 10}function _$2$(_$2X){_$2X[0]=_$2l();_$2X[12]=_$De();_$2X[8]=_$J_();return _$PC();}function _$sQ(_$2X){_$2X[_$UZ(_$Il(),16)]=_$I1();_$2X[5]=_$Bi();_$8b(_$2X);_$2X[3]=_$Il();_$9d(_$2X);return _$Bu()+_$t9();}function _$8b(_$2X){_$2X[7]=_$av();_$2X[_$UZ(_$Ch(),16)]=_$2l();_$2X[12]=_$De();_$2X[_$UZ(_$Bu(),16)]=_$t9();return _$av();}function _$Ch(){return 0}function _$9d(_$2X){_$2X[_$UZ(_$De(),16)]=_$rN();_$2X[6]=_$PC();_$2X[2]=_$Ch();_$2X[14]=_$$X();return _$De();}function _$Rx(_$2X){_$2X[_$UZ(_$av(),16)]=_$JJ();var _$WB=_$Bi();if(_$2l()){var _$WB=_$Bu();}var _$WB=_$I1();var _$AG=_$Vf();return _$2X[_$UZ(_$rN(),16)];}function _$2z(_$2X){_$2X[7]=_$av();_$2X[_$UZ(_$Ch(),16)]=_$2l();_$2X[12]=_$De();return _$Bu()+_$t9();}function _$K2(_$2X){var _$eR=_$I1();var _$AG=_$Vf();_$Cp(_$2X);var _$WB=_$Bu();if(_$Il()+_$I1()){var _$eR=_$t9();}var _$WB=_$Ch();if(_$2X[_$UZ(_$rN(),16)]){if(_$t9()){var _$WB=_$2l();}}_$2X[_$UZ(_$Vf()+_$Bi(),16)]=_$F1(_$2X);return _$5u(_$2X);}function _$Cp(_$2X){var _$eR=_$$X();if(_$J_()){_$2X[_$UZ(_$av(),16)]=_$JJ();}_$2X[8]=_$J_();var _$AG=_$De();if(_$av()){_$2X[3]=_$Il();}var _$AG=_$PC();return _$vS(_$2X);}function _$vS(_$2X){_$2X[0]=_$2l();_$2X[12]=_$De();_$2X[_$UZ(_$Bu(),16)]=_$t9();return _$av();}function _$eu(_$2X){_$2X[_$UZ(_$Ch(),16)]=_$2l();_$2X[12]=_$De();var _$WB=_$t9();var _$WB=_$av();_$2X[_$UZ(_$Ch(),16)]=_$2l();return _$$X();}function _$F1(_$2X){_$2X[_$UZ(_$av(),16)]=_$JJ();var _$AG=_$$X();var _$eR=_$De();_$2X[8]=_$J_();return _$PC();}function _$5u(_$2X){_$2X[0]=_$2l();_$2X[_$UZ(_$Vf(),16)]=_$Bi();_$SG(_$2X);return _$Il();}function _$SG(_$2X){_$2X[7]=_$av();_$2X[3]=_$Il();_$2X[_$UZ(_$$X(),16)]=_$De();var _$AG=_$t9();var _$WB=_$av();return _$JJ();}var _$P7,_$Z9,_$eW,_$6R,_$c0,_$yF,_$9I;var _$Ya,_$pu,_$GL=_$pp,_$Mu=_$lI[0];while(1){_$pu=_$Mu[_$GL++];if(_$pu<4){if(_$pu<1){_$GL+=-5;}else if(_$pu<2){if( !_$Ya)_$GL+=1;}else if(_$pu<3){_$GL+=-6;}else{return;}}else if(_$pu<8){if(_$pu<5){_$eW=window,_$9I=String,_$6R=Array;}else if(_$pu<6){_$GL+=5;}else if(_$pu<7){_$c0=_$eW['$_ts'];}else{_$c0=_$eW['$_ts']={};}}else{if(_$pu<9){_$Ya= !_$c0;}else if(_$pu<10){_$P7=[4,16,64,256,1024,4096,16384,65536];}else{_$IG(0);}}}function _$IG(_$AG,_$OQ){function _$YC(){var _$9I=_$WT.charCodeAt(_$qN++ ),_$UZ;if(_$9I<128){return _$9I;}else if(_$9I<251){return _$9I-32;}else if(_$9I===251){return 0;}else if(_$9I===254){_$9I=_$WT.charCodeAt(_$qN++ );if(_$9I>=128)_$9I-=32;_$UZ=_$WT.charCodeAt(_$qN++ );if(_$UZ>=128)_$UZ-=32;return _$9I*219+_$UZ;}else if(_$9I===255){_$9I=_$WT.charCodeAt(_$qN++ );if(_$9I>=128)_$9I-=32;_$UZ=_$WT.charCodeAt(_$qN++ );if(_$UZ>=128)_$UZ-=32;_$9I=_$9I*219*219+_$UZ*219;_$UZ=_$WT.charCodeAt(_$qN++ );if(_$UZ>=128)_$UZ-=32;return _$9I+_$UZ;}else if(_$9I===252){_$UZ=_$WT.charCodeAt(_$qN++ );if(_$UZ>=128)_$UZ-=32;return -_$UZ;}else if(_$9I===253){_$9I=_$WT.charCodeAt(_$qN++ );if(_$9I>=128)_$9I-=32;_$UZ=_$WT.charCodeAt(_$qN++ );if(_$UZ>=128)_$UZ-=32;return _$9I* -219-_$UZ;}else{}}var _$qN,_$WT,_$yR,_$v1,_$9I,_$UZ,_$pp,_$GL,_$Ya,_$ps,_$pu,_$Mu,_$2X,_$ky,_$$9,_$WB,_$eR,_$Ll,_$hP,_$xi;var _$Nr,_$Vf,_$5k=_$AG,_$J_=_$lI[1];while(1){_$Vf=_$J_[_$5k++];if(_$Vf<64){if(_$Vf<16){if(_$Vf<4){if(_$Vf<1){_$OQ._$6R=_$yF;}else if(_$Vf<2){_$2X.push(")();");}else if(_$Vf<3){return _$IG(10,_$9I);}else{var _$xi=_$YC();}}else if(_$Vf<8){if(_$Vf<5){_$OQ._$Ya="_$86";}else if(_$Vf<6){_$OQ._$$s="_$WB";}else if(_$Vf<7){var _$2X=[];}else{_$9I+="6bOIk5agnZ7MpFL9Doif1O1ELz0rDTYY$QiLyyjSZX_z_1NLEl6UaWAciYrMMzW6h1uPHVVBD4K__Cbinj$WruaeA3arBvg_wVSywnwE_VW7HvSguZrnSb6mWK6dL4zBh$cO$w8i4sZ5Cf0v51YZFY8wcwqDSP5YMxMU8yvPTZYssl$EhcCtuH95";}}else if(_$Vf<12){if(_$Vf<9){var _$hP=_$YC();}else if(_$Vf<10){_$OQ._$p_="_$1j";}else if(_$Vf<11){_$IG(89,_$c0);}else{var _$UZ=_$IG(8);}}else{if(_$Vf<13){_$OQ._$IG="IKNEnlnzQoXHoHiQ6xuYIG";}else if(_$Vf<14){var _$9I=_$eW.eval.toString();}else if(_$Vf<15){_$MM(0);}else{_$OQ._$xe=5;}}}else if(_$Vf<32){if(_$Vf<20){if(_$Vf<17){var _$v1=_$c0.aebi=[];}else if(_$Vf<18){var _$9I='';}else if(_$Vf<19){_$IG(78,_$WB);}else{_$OQ._$qK="_$NS";}}else if(_$Vf<24){if(_$Vf<21){_$Nr=_$xi>0;}else if(_$Vf<22){_$OQ._$MM="_$DN";}else if(_$Vf<23){return;}else{_$Nr=_$OQ===undefined||_$OQ==="";}}else if(_$Vf<28){if(_$Vf<25){_$9I=_$eW.eval;}else if(_$Vf<26){_$OQ._$0Y="_$vQ";}else if(_$Vf<27){_$Nr=_$eR-_$9I>12000;}else{return _$GL;}}else{if(_$Vf<29){_$c0["dfe1675"]=_$Z9;}else if(_$Vf<30){for(_$9I=0,_$UZ=0;_$UZ<_$pp;_$UZ+=2){_$GL[_$9I++ ]=_$Ya+_$OQ.substr(_$UZ,2);}}else if(_$Vf<31){_$OQ._$ps="_$I1";}else{_$OQ._$MI="_$zh";}}}else if(_$Vf<48){if(_$Vf<36){if(_$Vf<33){_$qN+=_$Mu;}else if(_$Vf<34){_$9I+="qmraad3iLqyVQq3IeAof2UG4H$RJC9nsTJP_vsWlrquzcFsaZBAH7x$bJ2s358cqqFEnj_txs1hwitPs3qUF$s53GDQJ8YUkc2DNw_5Cc3LhPF9zPqzffPx9hNAoQb50fl7vcdVRrl24F$B3IHV7147IRwsNf6nF5Wx_aDrYTYc1DE492b0D47mr";}else if(_$Vf<35){_$OQ._$lw="_$fP";}else{_$OQ._$_$=24;}}else if(_$Vf<40){if(_$Vf<37){for(_$$9=0;_$$9<_$xi;_$$9++ ){_$MM(16,_$$9,_$2X);}}else if(_$Vf<38){_$5k+=29;}else if(_$Vf<39){var _$qN=0;}else{_$Nr=_$eW.execScript;}}else if(_$Vf<44){if(_$Vf<41){var _$Mu=_$YC();}else if(_$Vf<42){var _$9I=_$IG(8);}else if(_$Vf<43){_$9I+="UCF7y1s_wGu$Ym5ewKMjVYlgsbkCrVJmZdZ3dXN5glEhaqfCE4nSLPKTWzoRHywyDKv2DIjCWOuNZA_F5dH9bAzYhLLaWpufY3tuhBsSrUIp75vMc9PK9mOATo90uUpIojbGHoJiOk0iGByGbmFbDObuDlFnmGJ1bbeZjNQ$4iVspcaGBL$jyKyz";}else{_$Ll=_$WT.substr(_$qN,_$Mu).split(String.fromCharCode(255));}}else{if(_$Vf<45){return 1;}else if(_$Vf<46){_$OQ._$rl="p8Hce9.W3oa";}else if(_$Vf<47){var _$eR=_$IG(8);}else{ret=_$eW.execScript(_$OQ);}}}else{if(_$Vf<52){if(_$Vf<49){}else if(_$Vf<50){var _$ky=_$YC();}else if(_$Vf<51){_$OQ._$jF="_$x9";}else{var _$yR=_$c0._$F$;}}else if(_$Vf<56){if(_$Vf<53){var _$WT=_$c0["dfe1675"];}else if(_$Vf<54){_$c0._$4R=new Date().getTime();}else if(_$Vf<55){_$OQ._$3q="_$5k";}else{_$OQ._$Ps="_$AG";}}else if(_$Vf<60){if(_$Vf<57){_$c0._$F$=_$IG(16);}else if(_$Vf<58){_$OQ._$OQ="wKCaayBo5bCq3Yijh6plwV";}else if(_$Vf<59){_$OQ._$53="_$Vf";}else{_$Nr=_$c0["dfe1675"];}}else{if(_$Vf<61){_$9I+="k6fsL8q$7WkPqJLecBqGKURY4zECkqqKp_0YMInK17ykq0E_QtEmOaS5eDOP0frCeB$gTOfRqWKf1wDvNItFM4Zp3TrWX9NoOYR2xL_rvOUs2Y_fz8T3q8jpGwF4Fv91XOf3Uv8I3079l2kJ$al6fWqLRs8TXKgfR12geEnUp53VOSZaBHm3nzhm";}else if(_$Vf<62){_$Nr=_$9I!=="functioneval(){[nativecode]}";}else if(_$Vf<63){var _$Ya=_$YC();}else{var _$9I,_$UZ,_$pp=_$OQ.length,_$GL=new _$6R(_$pp/2),_$Ya='_$';}}}}else{if(_$Vf<80){if(_$Vf<68){if(_$Vf<65){_$9I+="DuNbVzobOVCaxAdua6TGlKKtYVJVV9wknHUeSeVApdM9N8tWZFnny_pXtpVCpPfVwms9R$CQS0TCOdEX$SBD5GdxpgETTbP$QIKywPjAbcRDs66659br1e$Bfc$pxu9Pjr43bMDJKqREvK8CHWnXmL274ve9lVsrJwrs8E9sy4i1Irec8fEEGmZe";}else if(_$Vf<66){_$9I+="gELCu4SnYz9_KhTdBE181zSZcphjiP6aCVfqN1v5RhlhUEA11IhRG740L2b8_uR3Oiv8VVisl3P2Kk9vdprf6$kh5QeJCnxJ4rYlFRxhqMk45bVIyrJQJk38FIdRXeBGilvVONE2d_igBJmjccAV34ImDfp1WI7RAZ9et_LnxsMNkjY8qXqV_H4c";}else if(_$Vf<67){_$5k+=2;}else{_$5k+=1;}}else if(_$Vf<72){if(_$Vf<69){_$OQ._$s1="_$xi";}else if(_$Vf<70){_$9I=_$9I.replace(/[\r\n\s]/g,"");}else if(_$Vf<71){var _$WB=_$2X.join('');}else{_$UZ=_$IG(8);}}else if(_$Vf<76){if(_$Vf<73){_$OQ._$Up="uISrnh9O_iA";}else if(_$Vf<74){_$OQ._$c0="HNzbNIqk0VG";}else if(_$Vf<75){_$5k+=30;}else{var _$pp=_$IG(71);}}else{if(_$Vf<77){var _$GL=_$WT.length;}else if(_$Vf<78){_$IG(29);}else if(_$Vf<79){_$OQ._$it="_$eR";}else{_$9I+="P19XS_9x3LzX8qcVjYPVBWz_bE7VlWDjK5UJuYqs$htIS4PItHWRAEwqSXoHHwWNpM4_y6KuSSCsNcItM3o53luDqEHFEUJ3bCPodvFWgTorp9fXRbXwFomYPA1bOg87kOJIFHGoxjyZSlN2d1vBzG1l8XYgZnZJD8H6yDpRUBPbWrbsR6jggzSj";}}}else if(_$Vf<96){if(_$Vf<84){if(_$Vf<81){if( !_$Nr)_$5k+=2;}else if(_$Vf<82){return new Date().getTime();}else if(_$Vf<83){return 0;}else{_$9I+="ujmdxa16eIVaG5a7cujX65KPxb01imPS8cvqJYPppBwRMex4lLOEn2n8aSZW8aI$Zf6hl1ApU4mHbXY6NJy$q7NzAWmJsMt$cmlnf5Qj5ji_629YZSYH7Xi6beNd4hOlsCnYhMKV1jdSGEOJyEwd5zT5bKG1xSjG78LSJCdbk2ePdoPvVT8sNCEQYA";}}else if(_$Vf<88){if(_$Vf<85){_$c0._$kq=1;}else if(_$Vf<86){var _$ps=_$YC();}else if(_$Vf<87){_$OQ._$hw="_$$9";}else{_$OQ._$lI="_$c2";}}else if(_$Vf<92){if(_$Vf<89){if( !_$Nr)_$5k+=1;}else if(_$Vf<90){_$c0._$4R-=_$IG(8);}else if(_$Vf<91){debugger;ret=_$9I.call(_$eW,_$OQ);}else{var _$pu=_$YC();}}else{if(_$Vf<93){_$9I+="P7Z9eW6Rc0yFOQw8YCWTyRv1qNhPkyLlgjIXyxQUv37Krz_$xeUpe5ydh9uSgQJ4UyyM7n4RtmkilI86IGMMlwjF9IUZppGLYapspuMu2Xxi$9WBeRAG5kNrI1VfJ_PCJJIlLUrNDhBut9av2lBi$XcnDe2$sQ8bCh9dRx2zK2CpvSeuF15uSGc8";}else if(_$Vf<94){_$OQ._$eW=157;}else if(_$Vf<95){_$xi=_$YC();}else{_$OQ._$UF="_$Nr";}}}else{if(_$Vf<97){_$9I+="eaIuCyapDbFT76WvGytT8PGGTmeFZGg6dMlqZQG_VrIMKOGZPGP6mspKaTd3B24nKwrL0zwhZDsRv_VeyeanOUaIafhraA_00guaScpaSW$xoqCXKC8ZjVAvt3W5o8c$QRlls$v$HbgreYcU1mtBZPxmooKo3Rr78QeXUi$yVH0lrHALv9H_$upq";}else if(_$Vf<98){for(_$$9=0;_$$9<_$xi;_$$9++ ){_$2X.push("}");}}else if(_$Vf<99){return ret;}else{_$5k+=-30;}}}}function _$MM(_$GL,_$gj,_$IX){function _$yx(){var _$pu=[0];Array.prototype.push.apply(_$pu,arguments);return _$lw.apply(this,_$pu);}var _$9I,_$UZ,_$pp,_$QU,_$v3,_$7K,_$rz,_$_$,_$xe,_$Up,_$e5,_$yd,_$h9,_$uS,_$gQ,_$J4;var _$ps,_$Mu,_$Ya=_$GL,_$2X=_$lI[2];while(1){_$Mu=_$2X[_$Ya++];if(_$Mu<16){if(_$Mu<4){if(_$Mu<1){var _$9I=document.scripts.length;}else if(_$Mu<2){var _$UZ=_$9I>1?document.scripts[_$9I-2].src:_$Z9;}else if(_$Mu<3){var _$e5=_$YC();}else{_$Ya+=-15;}}else if(_$Mu<8){if(_$Mu<5){var _$xe=_$YC();}else if(_$Mu<6){var _$gQ=_$MM(11);}else if(_$Mu<7){for(_$pp=0;_$pp<_$UZ;_$pp++ ){_$J4[_$pp]=_$MM(11);}}else{var _$J4=[];}}else if(_$Mu<12){if(_$Mu<9){if( !_$ps)_$Ya+=4;}else if(_$Mu<10){var _$Up=_$YC();}else if(_$Mu<11){var _$7K=_$YC();}else{var _$_$=_$YC();}}else{if(_$Mu<13){_$lw(41,_$IX);}else if(_$Mu<14){}else if(_$Mu<15){for(_$pp=0;_$pp<_$9I;_$pp++ ){_$UZ[_$pp]=_$YC();}}else{var _$v3=_$YC();}}}else if(_$Mu<32){if(_$Mu<20){if(_$Mu<17){_$ps=_$UZ;}else if(_$Mu<18){return;}else if(_$Mu<19){_$QU.send();}else{var _$h9=_$MM(11);}}else if(_$Mu<24){if(_$Mu<21){var _$9I=_$YC();}else if(_$Mu<22){return _$UZ;}else if(_$Mu<23){_$Ya+=15;}else{var _$9I=_$MM(11);}}else if(_$Mu<28){if(_$Mu<25){var _$UZ=new Array(_$9I);}else if(_$Mu<26){var _$uS=_$MM(11);}else if(_$Mu<27){var _$yd=_$MM(11);}else{var _$rz=_$YC();}}else{if(_$Mu<29){var _$QU=_$YC();}else if(_$Mu<30){_$v1[_$gj]=_$9I;}else if(_$Mu<31){_$QU=_$eW.ActiveXObject?new _$eW.ActiveXObject('Microsoft.XMLHTTP'):new _$eW.XMLHttpRequest();}else{var _$UZ=_$YC();}}}else{if(_$Mu<33){_$QU.open('GET',_$UZ,false);}else{_$QU.onreadystatechange=_$yx;}}}function _$lw(_$UZ,_$Uy){var _$yM,_$9I;var _$GL,_$ps,_$pp=_$UZ,_$pu=_$lI[3];while(1){_$ps=_$pu[_$pp++];if(_$ps<16){if(_$ps<4){if(_$ps<1){_$pp+=-34;}else if(_$ps<2){_$Uy.push(_$yR[_$_$]);}else if(_$ps<3){for(_$9I=0;_$9I<_$uS.length;_$9I+=2){_$jF(0,_$uS[_$9I],_$uS[_$9I+1],_$Uy);}}else{_$Uy.push("(function(){var ");}}else if(_$ps<8){if(_$ps<5){_$IG(29);}else if(_$ps<6){_$pp+=8;}else if(_$ps<7){_$Uy.push("[");}else{_$GL=_$h9.length;}}else if(_$ps<12){if(_$ps<9){_$Uy.push("var ");}else if(_$ps<10){_$Uy.push("=$_ts.aebi;");}else if(_$ps<11){_$Uy.push(_$yR[_$v3]);}else{_$GL=_$yd.length;}}else{if(_$ps<13){if( !_$GL)_$pp+=8;}else if(_$ps<14){_$pp+=34;}else if(_$ps<15){if( !_$GL)_$pp+=1;}else{_$Uy.push(_$yR[_$ky]);}}}else if(_$ps<32){if(_$ps<20){if(_$ps<17){_$Uy.push(_$yR[_$hP]);}else if(_$ps<18){if( !_$GL)_$pp+=9;}else if(_$ps<19){for(_$9I=0;_$9I<_$yd.length;_$9I++ ){_$Uy.push(",");_$Uy.push(_$yR[_$yd[_$9I]]);}}else{_$jF(38);}}else if(_$ps<24){if(_$ps<21){_$Uy.push(_$yR[_$QU]);}else if(_$ps<22){var _$9I,_$yM=4;}else if(_$ps<23){_$Uy.push("=");}else{_$Uy.push(_$yR[_$7K]);}}else if(_$ps<28){if(_$ps<25){_$Uy.push("}");}else if(_$ps<26){_$GL=_$gj==0;}else if(_$ps<27){_$Uy.push(_$gj);}else{_$GL=_$J4.length;}}else{if(_$ps<29){_$Uy.push("function ");}else if(_$ps<30){if( !_$GL)_$pp+=4;}else if(_$ps<31){_$GL=_$QU.readyState==4;}else{_$Uy.push(";");}}}else{if(_$ps<36){if(_$ps<33){_$Uy.push("){");}else if(_$ps<34){_$Uy.push(_$yR[_$e5]);}else if(_$ps<35){for(_$9I=1;_$9I<_$h9.length;_$9I++ ){_$Uy.push(",");_$Uy.push(_$yR[_$h9[_$9I]]);}}else{_$Uy.push("while(1){");}}else if(_$ps<40){if(_$ps<37){_$Uy.push(_$yR[_$h9[0]]);}else if(_$ps<38){_$Uy.push(",");}else if(_$ps<39){_$GL=_$c0["dfe1675"];}else{_$Uy.push("(");}}else if(_$ps<44){if(_$ps<41){_$Uy.push("=$_ts.scj,");}else if(_$ps<42){_$IG(78,_$QU.responseText);}else if(_$ps<43){_$Uy.push(_$yR[_$Up]);}else{_$jF(11,0,_$J4.length);}}else{if(_$ps<45){_$Uy.push("];");}else if(_$ps<46){return;}else if(_$ps<47){_$Uy.push("=0,");}else{_$Uy.push("++];");}}}}function _$jF(_$Ya,_$7n,_$4R,_$tm){var _$9I,_$UZ,_$pp,_$GL;var _$pu,_$2X,_$ps=_$Ya,_$xi=_$lI[4];while(1){_$2X=_$xi[_$ps++];if(_$2X<16){if(_$2X<4){if(_$2X<1){var _$9I=_$gQ.length;}else if(_$2X<2){_$jF(2,_$7n);}else if(_$2X<3){if( !_$pu)_$ps+=2;}else{_$pu=_$GL==0;}}else if(_$2X<8){if(_$2X<5){_$pp=0;}else if(_$2X<6){_$pu=_$9I.length!=_$UZ;}else if(_$2X<7){_$9I-=_$9I%2;}else{if( !_$pu)_$ps+=1;}}else if(_$2X<12){if(_$2X<9){for(_$UZ=0;_$UZ<_$9I;_$UZ+=2){_$Uy.push(_$Ll[_$gQ[_$UZ]]);_$Uy.push(_$yR[_$gQ[_$UZ+1]]);}}else if(_$2X<10){_$tm.push(["function ",_$yR[_$7n],"(){var ",_$yR[_$rz],"=[",_$4R,"];Array.prototype.push.apply(",_$yR[_$rz],",arguments);return ",_$yR[_$xe],".apply(this,",_$yR[_$rz],");}"].join(''));}else if(_$2X<11){var _$9I,_$UZ,_$pp,_$GL=_$4R-_$7n;}else{if( !_$pu)_$ps+=7;}}else{if(_$2X<13){_$Uy.push("}");}else if(_$2X<14){_$ps+=-41;}else if(_$2X<15){var _$9I=_$J4[_$7n];}else{_$4R-- ;}}}else if(_$2X<32){if(_$2X<20){if(_$2X<17){_$Uy.push(_$Ll[_$9I[_$UZ]]);}else if(_$2X<18){_$ps+=-42;}else if(_$2X<19){_$ps+=21;}else{_$UZ="if(";}}else if(_$2X<24){if(_$2X<21){_$ps+=41;}else if(_$2X<22){_$pu=_$GL==1;}else if(_$2X<23){for(_$9I=1;_$9I<7;_$9I++ ){if(_$GL<=_$P7[_$9I]){_$pp=_$P7[_$9I-1];break;}}}else{_$pu=_$GL<=_$yM;}}else if(_$2X<28){if(_$2X<25){for(k=0;k<_$UZ;k+=2){_$Uy.push(_$Ll[_$9I[k]]);_$Uy.push(_$yR[_$9I[k+1]]);}}else if(_$2X<26){}else if(_$2X<27){for(;_$7n<_$4R;_$7n++ ){_$Uy.push(_$UZ);_$Uy.push(_$yR[_$Up]);_$Uy.push('<');_$Uy.push(_$7n+1);_$Uy.push("){");_$jF(2,_$7n);_$UZ="}else if(";}}else{_$ps+=8;}}else{if(_$2X<29){_$Uy.push(_$Ll[_$gQ[_$9I]]);}else if(_$2X<30){return;}else if(_$2X<31){for(;_$7n+_$pp<_$4R;_$7n+=_$pp){_$Uy.push(_$UZ);_$Uy.push(_$yR[_$Up]);_$Uy.push('<');_$Uy.push(_$7n+_$pp);_$Uy.push("){");_$jF(11,_$7n,_$7n+_$pp);_$UZ="}else if(";}}else{_$UZ-=_$UZ%2;}}}else{if(_$2X<36){if(_$2X<33){_$ps+=17;}else if(_$2X<34){_$Uy.push("}else{");}else if(_$2X<35){_$pu=_$gQ.length!=_$9I;}else{var _$UZ=_$9I.length;}}else{_$jF(11,_$7n,_$4R);}}}}}}}})();