Name Description Size
ast
breakpoints
context-menus
event-listeners.js 3000
exceptions.js 881
expressions.js Add expression for debugger to watch @param {string} input 6371
file-search.js 1598
index.js 1539
moz.build 678
navigation.js Redux actions for the navigation state @module actions/navigation 1475
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. 6737
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 1480
tabs.js Redux actions for the editor tabs 3027
tests
threads.js 2190
toolbox.js @memberof actions/toolbox @static 1170
tracing.js Called when tracing is toggled ON/OFF on a particular thread. 4824
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. 6275
utils