| ast |
|
|
| breakpoints |
|
|
| context-menus |
|
|
| event-listeners.js |
|
3000 |
| exceptions.js |
|
881 |
| expressions.js |
Add expression for debugger to watch
@param {string} input
|
6414 |
| file-search.js |
|
1558 |
| index.js |
|
1539 |
| moz.build |
|
678 |
| navigation.js |
Redux actions for the navigation state
@module actions/navigation
|
1512 |
| pause |
|
|
| preview.js |
Get a preview object for the currently selected frame in the JS Tracer.
@param {Object} target
The hovered DOM Element within CodeMirror rendering.
@param {Object} tokenPos
The CodeMirror position object for the hovered token.
@param {Object} editor
The CodeMirror editor object.
|
7055 |
| project-text-search.js |
Redux actions for the search state
@module actions/search
|
3910 |
| quick-open.js |
|
545 |
| README.md |
## Actions |
837 |
| source-actors.js |
|
380 |
| sources |
|
|
| sources-tree.js |
|
996 |
| tabs.js |
Redux actions for the editor tabs
|
2987 |
| tests |
|
|
| threads.js |
|
1959 |
| toolbox.js |
@memberof actions/toolbox
@static
|
1170 |
| tracing.js |
Called when tracing is toggled ON/OFF on a particular thread.
|
7520 |
| ui.js |
Highlight one or many lines in CodeMirror for a given source.
@param {Object} location
@param {String} location.sourceId
The precise source to highlight.
@param {Number} location.start
The 1-based index of first line to highlight.
@param {Number} location.end
The 1-based index of last line to highlight.
|
6527 |
| utils |
|
|