ExecutionContext.sys.mjs |
This class represent a debuggable context onto which we can evaluate Javascript.
This is typically a document, but it could also be a worker, an add-on, ... or
any kind of context involving JS scripts.
@param {Debugger} dbg
A Debugger instance that we can use to inspect the given global.
@param {GlobalObject} debuggee
The debuggable context's global object. This is typically the document window
object. But it can also be any global object, like a worker global scope object.
|
16615 |