| components.conf |
|
775 |
- |
| IJSDebugger.idl |
Do not use this interface. Instead, write:
const { addDebuggerToGlobal } = ChromeUtils.importESModule(
"resource://gre/modules/jsdebugger.sys.mjs"
);
addDebuggerToGlobal(global);
|
684 |
- |
| JSDebugger.cpp |
stopAtWindowProxy = |
1308 |
- |
| JSDebugger.h |
JSDebugger_h |
626 |
- |
| jsdebugger.sys.mjs |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
3276 |
- |
| moz.build |
|
800 |
- |
| nsIJSInspector.idl |
Utilities for running nested event loops, asking them to return, and
keeping track of which ones are still running.
|
3189 |
- |
| nsJSInspector.cpp |
|
3235 |
- |
| nsJSInspector.h |
|
955 |
- |
| tests |
|
|
- |