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 6414
file-search.js 1558
index.js 1539
moz.build 678
navigation.js Redux actions for the navigation state @module actions/navigation 1515
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 3913
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