JsClassName
From FirebugWiki
Revision as of 17:49, 16 December 2009 by Johnjbarton (Talk | contribs)
jsdIDebuggerService.idl
jsdIStackFrame.scope.className
Look in Firebug's getFrameScopeRoot function.
Values I've seen:
Contents |
Window
Seems to be a web page
ChromeWindow
probably a nsIDOMWindow from XUL space
ModalContentWindow
Modal dialog window
DedicatedWorkerGlobalScope
The scope for a WebWorker
Sandbox
The scope of an evalInSandbox
XPCNativeWrapper
I don't know about this one.