|
NaN[object Window]Components: [object nsXPCComponents]
Packages: [JavaPackage ]
XPCNativeWrapper: function XPCNativeWrapper() {
[native code]
}
__firebug__: [object Object]
_timer: undefined
addEventListener: function addEventListener() {
[native code]
}
alert: function alert() {
[native code]
}
atob: function atob() {
[native code]
}
back: function back() {
[native code]
}
blur: function blur() {
[native code]
}
btoa: function btoa() {
[native code]
}
captureEvents: function captureEvents() {
[native code]
}
clearInterval: function clearInterval() {
[native code]
}
clearTimeout: function clearTimeout() {
[native code]
}
close: function close() {
[native code]
}
closed: false
confirm: function confirm() {
[native code]
}
console: [object Object]
content: [object Window]
controllers: [object XULControllers]
crypto: [object Crypto]
defaultStatus:
directories: [object BarProp]
disableExternalCapture: function disableExternalCapture() {
[native code]
}
dispatchEvent: function dispatchEvent() {
[native code]
}
djConfig: [object Object]
dj_addNodeEvtHdlr: function dj_addNodeEvtHdlr(node, evtName, fp) {
var oldHandler = node["on" + evtName] || function () {};
node["on" + evtName] = function () {fp.apply(node, arguments);oldHandler.apply(node, arguments);};
return true;
}
dj_currentContext: [object Window]
dj_currentDocument: [object HTMLDocument]
dj_eval: function dj_eval(scriptFragment) {
return dj_global.eval ? dj_global.eval(scriptFragment) : eval(scriptFragment);
}
dj_global: [object Window]
dj_load_init: function dj_load_init(e) {
dojo.hostenv._djInitFired = true;
var type = e && e.type ? e.type.toLowerCase() : "load";
if (arguments.callee.initialized ||
type != "domcontentloaded" && type != "load") {
return;
}
arguments.callee.initialized = true;
if (typeof _timer != "undefined") {
clearInterval(_timer);
delete _timer;
}
var initFunc = function () {if (dojo.render.html.ie) {dojo.hostenv.makeWidgets();}};
if (dojo.hostenv.inFlightCount == 0) {
initFunc();
dojo.hostenv.modulesLoaded();
} else {
dojo.hostenv.modulesLoadedListeners.unshift(initFunc);
}
}
dj_undef: function dj_undef(name, object) {
return typeof (object || dj_currentContext)[name] == "undefined";
}
document: [object HTMLDocument]
dojo: [object Object]
dump: function dump() {
[native code]
}
enableExternalCapture: function enableExternalCapture() {
[native code]
}
find: function find() {
[native code]
}
focus: function focus() {
[native code]
}
forward: function forward() {
[native code]
}
frameElement: null
frames: [object Window]
fullScreen: false
getComputedStyle: function getComputedStyle() {
[native code]
}
getSelection: function getSelection() {
[native code]
}
globalStorage: [object StorageList]
history: [object History]
home: function home() {
[native code]
}
innerHeight: 688
innerWidth: 1312
java: [JavaPackage java]
length: 0
location: http://test.jpsykes.com/iphone/object.html
locationbar: [object BarProp]
menubar: [object BarProp]
moveBy: function moveBy() {
[native code]
}
moveTo: function moveTo() {
[native code]
}
name:
navigator: [object Navigator]
netscape: [object Object]
object: undefined
onresize$joinpoint$method: function () {
}
onresize$joinpoint: [object Object]
onresize: function () {
var args = [];
if (!arguments.length) {
var evt = null;
try {
if (obj.ownerDocument) {
evt = obj.ownerDocument.parentWindow.event;
} else if (obj.documentElement) {
evt = obj.documentElement.ownerDocument.parentWindow.event;
} else if (obj.event) {
evt = obj.event;
} else {
evt = window.event;
}
} catch (e) {
evt = window.event;
}
if (evt) {
args.push(dojo.event.browser.fixEvent(evt, this));
}
} else {
for (var x = 0; x < arguments.length; x++) {
if (x == 0 && dojo.event.browser.isEvent(arguments[x])) {
args.push(dojo.event.browser.fixEvent(arguments[x], this));
} else {
args.push(arguments[x]);
}
}
}
return joinpoint.run.apply(joinpoint, args);
}
onunload: function () {
fp.apply(node, arguments);
oldHandler.apply(node, arguments);
}
open: function open() {
[native code]
}
openDialog: function openDialog() {
[native code]
}
opener: null
outerHeight: 813
outerWidth: 1312
pageXOffset: 0
pageYOffset: 0
param: undefined
parent: [object Window]
personalbar: [object BarProp]
pkcs11: [object Pkcs11]
print: function print() {
[native code]
}
prompt: function prompt() {
[native code]
}
releaseEvents: function releaseEvents() {
[native code]
}
removeEventListener: function removeEventListener() {
[native code]
}
resizeBy: function resizeBy() {
[native code]
}
resizeTo: function resizeTo() {
[native code]
}
routeEvent: function routeEvent() {
[native code]
}
screen: [object Screen]
screenX: 1738
screenY: 270
scroll: function scroll() {
[native code]
}
scrollBy: function scrollBy() {
[native code]
}
scrollByLines: function scrollByLines() {
[native code]
}
scrollByPages: function scrollByPages() {
[native code]
}
scrollMaxX: 0
scrollMaxY: 0
scrollTo: function scrollTo() {
[native code]
}
scrollX: 0
scrollY: 0
scrollbars: [object BarProp]
self: [object Window]
sessionStorage: [object Storage]
setInterval: function setInterval() {
[native code]
}
setResizable: function setResizable() {
[native code]
}
setTimeout: function setTimeout() {
[native code]
}
sizeToContent: function sizeToContent() {
[native code]
}
status:
statusbar: [object BarProp]
stop: function stop() {
[native code]
}
sun: [JavaPackage sun]
toolbar: [object BarProp]
top: [object Window]
updateCommands: function updateCommands() {
[native code]
}
window: [object Window]
------------------------------------------------------------
|
NaN[object DOMWindow]CSSPrimitiveValue: [object CSSPrimitiveValueConstructor]
CSSRule: [object CSSRuleConstructor]
CSSStyleDeclaration: [object CSSStyleDeclarationConstructor]
CSSValue: [object CSSValueConstructor]
DOMException: [object DOMExceptionConstructor]
DOMParser: [object Object]
Document: [object DocumentConstructor]
DocumentFragment: [object DocumentFragmentConstructor]
Element: [object ElementConstructor]
EvalError: [function]
Event: [object EventConstructor]
HTMLDocument: [object HTMLDocumentConstructor]
HTMLElement: [object HTMLElementConstructor]
Image: [object Object]
MutationEvent: [object MutationEventConstructor]
Node: [object NodeConstructor]
NodeFilter: [object NodeFilterConstructor]
Option: [object Object]
Range: [object RangeConstructor]
RangeError: [function]
ReferenceError: [function]
SyntaxError: [function]
TypeError: [function]
URIError: [function]
XMLDocument: [object DocumentConstructor]
XMLHttpRequest: [object Object]
XMLSerializer: [object Object]
XSLTProcessor: undefined
_timer: 694
addEventListener:
function addEventListener() {
[native code]
}
alert:
function alert() {
[native code]
}
blur:
function blur() {
[native code]
}
captureEvents:
function captureEvents() {
[native code]
}
clearInterval:
function clearInterval() {
[native code]
}
clearTimeout:
function clearTimeout() {
[native code]
}
clientInformation: [object Navigator]
close:
function close() {
[native code]
}
closed: false
confirm:
function confirm() {
[native code]
}
crypto: undefined
defaultStatus:
defaultstatus:
devicePixelRatio: 1
djConfig: [object Object]
dj_addNodeEvtHdlr: function dj_addNodeEvtHdlr(node, evtName, fp)
{
var oldHandler = node["on"+evtName] || function ()
{
};
node["on"+evtName] = function ()
{
fp.apply(node, arguments);
oldHandler.apply(node, arguments);
};
return true;
}
dj_currentContext: [object DOMWindow]
dj_currentDocument: [object HTMLDocument]
dj_eval: function dj_eval(scriptFragment)
{
return dj_global.eval ? dj_global.eval(scriptFragment) : eval(scriptFragment);
}
dj_global: [object DOMWindow]
dj_load_init: function dj_load_init(e)
{
dojo.hostenv._djInitFired = true;
var type = (e && e.type) ? e.type.toLowerCase() : "load";
if (arguments.callee.initialized || (type != "domcontentloaded" && type != "load"))
{
return;
}
arguments.callee.initialized = true;
if (typeof _timer != "undefined")
{
clearInterval(_timer);
delete _timer;
}
var initFunc = function ()
{
if (dojo.render.html.ie)
{
dojo.hostenv.makeWidgets();
}
};
if (dojo.hostenv.inFlightCount == 0)
{
initFunc();
dojo.hostenv.modulesLoaded();
}
else
{
dojo.hostenv.modulesLoadedListeners.unshift(initFunc);
}
}
dj_undef: function dj_undef(name, object)
{
return (typeof (object || dj_currentContext)[name] == "undefined");
}
document: [object HTMLDocument]
dojo: [object Object]
event: undefined
focus:
function focus() {
[native code]
}
frameElement: undefined
frames: [object FrameArray]
getComputedStyle:
function getComputedStyle() {
[native code]
}
getMatchedCSSRules:
function getMatchedCSSRules() {
[native code]
}
getSearchEngine:
getSelection:
function getSelection() {
[native code]
}
history: [object History]
innerHeight: 1090
innerWidth: 980
length: 0
location: http://test.jpsykes.com/iphone/object.html
locationbar: [object BarInfo]
menubar: [object BarInfo]
moveBy:
function moveBy() {
[native code]
}
moveTo:
function moveTo() {
[native code]
}
name:
navigator: [object Navigator]
object: undefined
offscreenBuffering: true
onabort: null
onbeforeunload: null
onblur: null
onchange: null
onclick: null
ondblclick: null
ondragdrop: null
onerror: null
onfocus: null
onkeydown: null
onkeypress: null
onkeyup: null
onload: null
onmousedown: null
onmousemove: null
onmouseout: null
onmouseover: null
onmouseup: null
onmousewheel: null
onmove: null
onreset: null
onresize$joinpoint$method: function ()
{
}
onresize$joinpoint: [object Object]
onresize: function ()
{
var args = [];
if (!arguments.length)
{
var evt = null;try
{
if (obj.ownerDocument)
{
evt = obj.ownerDocument.parentWindow.event;
}
else
if (obj.documentElement)
{
evt = obj.documentElement.ownerDocument.parentWindow.event;
}
else
if (obj.event)
{
evt = obj.event;
}
else
{
evt = window.event;
}
}
catch (e)
{
evt = window.event;
}
if (evt)
{
args.push(dojo.event.browser.fixEvent(evt, this));
}
}
else
{
for (x = 0; x < arguments.length; x++)
{
if ((x == 0) && (dojo.event.browser.isEvent(arguments[x])))
{
args.push(dojo.event.browser.fixEvent(arguments[x], this));
}
else
{
args.push(arguments[x]);
}
}
}
return joinpoint.run.apply(joinpoint, args);
}
onscroll: null
onsearch: null
onselect: null
onsubmit: null
onunload: function ()
{
fp.apply(node, arguments);
oldHandler.apply(node, arguments);
}
open:
function open() {
[native code]
}
opener: null
outerHeight: 396
outerWidth: 320
pageXOffset: 0
pageYOffset: 0
param: undefined
parent: [object DOMWindow]
personalbar: [object BarInfo]
print:
function print() {
[native code]
}
prompt:
function prompt() {
[native code]
}
releaseEvents:
function releaseEvents() {
[native code]
}
removeEventListener:
function removeEventListener() {
[native code]
}
resizeBy:
function resizeBy() {
[native code]
}
resizeTo:
function resizeTo() {
[native code]
}
screen: [object Screen]
screenLeft: 0
screenTop: 0
screenX: 0
screenY: 0
scroll:
function scroll() {
[native code]
}
scrollBy:
function scrollBy() {
[native code]
}
scrollTo:
function scrollTo() {
[native code]
}
scrollX: 0
scrollY: 0
scrollbars: [object BarInfo]
self: [object DOMWindow]
setInterval:
function setInterval() {
[native code]
}
setSearchEngine:
setTimeout:
function setTimeout() {
[native code]
}
status:
statusbar: [object BarInfo]
toolbar: [object BarInfo]
top: [object DOMWindow]
window: [object DOMWindow]
------------------------------------------------------------
|