This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| invoke = function invoke() { [native code] } | |
| -------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alert = function alert(message, callback) { | |
| if (inAlert) { | |
| return; | |
| } | |
| inAlert = true; | |
| _alertCallback = callback || function() {}; | |
| __moon__.invoke('alert', '1', JSON.stringify([ message ])); | |
| } | |
| -------- | |
| _resumeFromAlert = function _resumeFromAlert() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| createSubEagleCore = function () { [native code] } | |
| -------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load = function () { [native code] } | |
| -------- | |
| play = function () { [native code] } | |
| -------- | |
| pause = function () { [native code] } | |
| -------- | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| responseXML = null | |
| -------- | |
| responseText = | |
| -------- | |
| response = | |
| -------- | |
| responseType = text | |
| -------- | |
| statusText = | |
| -------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| EventException=function (){if(arguments.length>0){this._code=arguments[0]}else{this._code=0}if(arguments.length>1){this._message=arguments[1]}else{this._message="Unspecified event type"}Error.call(this,this._message);if(Error.captureStackTrace){Error.captureStackTrace(this,events.EventException)}} | |
| -------- | |
| Event=function (eventType){this._eventType=eventType;this._type=eventType;this._bubbles=null;this._cancelable=null;this._target=null;this._currentTarget=null;this._eventPhase=null;this._timeStamp=null;this._preventDefault=false;this._stopPropagation=false} | |
| -------- | |
| UIEvent=function (eventType){events.Event.call(this,eventType);this.view=null;this.detail=null} | |
| -------- | |
| MouseEvent=function (eventType){events.UIEvent.call(this,eventType);this.screenX=null;this.screenY=null;this.clientX=null;this.clientY=null;this.ctrlKey=null;this.shiftKey=null;this.altKey=null;this.metaKey=null;this.button=null;this.relatedTarget=null} | |
| -------- | |
| MutationEvent=function (eventType){events.Event.call(this,eventType);this.relatedN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| validate=function (ns,URI){if(!ns){throw new core.DOMException(core.INVALID_CHARACTER_ERR,"namespace is undefined")}if(ns.match(/[^0-9a-z\.:\-_]/i)!==null){throw new core.DOMException(core.INVALID_CHARACTER_ERR,ns)}var msg=false,parts=ns.split(":");if(ns==="xmlns"&&URI!=="http://www.w3.org/2000/xmlns/"){msg="localName is 'xmlns' but the namespaceURI is invalid"}else if(ns==="xml"&&URI!=="http://www.w3.org/XML/1998/namespace"){msg="localName is 'xml' but the namespaceURI is invalid"}else if(ns[ns.length-1]===":"){msg="Namespace seperator found with no localName"}else if(ns[0]===":"){msg="Namespace seperator found, without a prefix"}else if(parts.length>2){msg="Too many namespace seperators"}if(msg){throw new core.DOMException(NAMESPACE_ERR,msg+" ("+ns+"@"+URI+")")}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| intercept=function (clazz,method,interceptor){var proto=clazz.prototype,_super=proto[method],unwrapArgs=interceptor.length>2;proto[method]=function(){if(unwrapArgs){var args=Array.prototype.slice.call(arguments);args.unshift(_super,arguments);return interceptor.apply(this,args)}else{return interceptor.call(this,_super,arguments)}}} | |
| -------- | |
| _lvl1=[object Object] | |
| -------- | |
| _lvl2=[object Object] | |
| -------- | |
| _lvl2_events=[object Object] | |
| -------- | |
| _htmlencoding=[object Object] | |
| -------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MOON.openUrl(window.prompt()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ { | |
| "description": "", | |
| "devtoolsFrontendUrl": "/devtools/devtools.html?ws=localhost:9222/devtools/page/3CDEE390-DE33-B5CD-9383-8B9E770F1FC0", | |
| "faviconUrl": "", | |
| "id": "3CDEE390-DE33-B5CD-9383-8B9E770F1FC0", | |
| "thumbnailUrl": "/thumb/3CDEE390-DE33-B5CD-9383-8B9E770F1FC0", | |
| "title": "localhost:9222/json", | |
| "type": "page", | |
| "url": "http://localhost:9222/json", | |
| "webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/3CDEE390-DE33-B5CD-9383-8B9E770F1FC0" |