| content_script.sys.mjs |
Called whenever a new global is instantiated in the current process
@param {Debugger.Object} global
|
6506 |
| moz.build |
|
471 |
| process.sys.mjs |
Instantiate a content process target actor for the current process
and for a given watcher actor.
@param {Object} watcherDataObject
|
2714 |
| service_worker.sys.mjs |
Called whenever the debugged browser element navigates to a new page
and the URL's host changes.
This is used to maintain the list of active Service Worker targets
based on that host name.
@param {Object} watcherDataObject
See ContentProcessWatcherRegistry
|
1893 |
| shared_worker.sys.mjs |
|
541 |
| window-global.sys.mjs |
|
27094 |
| worker.sys.mjs |
Called whenever a new Worker is instantiated in the current process
@param {WorkerDebugger} dbg
|
15835 |