| blackbox.js |
Redux actions for the sources state
@module actions/sources
|
6849 |
| breakableLines.js |
Ensure that breakable lines for a given source are fetched.
This method is memoized, so that if concurrent calls are dispatched,
it will return the first async promise processing the breakable lines.
@param Object location
|
3844 |
| index.js |
|
418 |
| loadSourceText.js |
Function called everytime a new original or generated source gets its text content
fetched from the server and registered in the reducer.
@param {object} source
@param {object} sourceActor (optional)
If this is a generated source, we expect a precise source actor.
@param {object} thunkArgs
|
7375 |
| moz.build |
|
446 |
| newSources.js |
Redux actions for the sources state
@module actions/sources
|
12908 |
| prettyPrint.js |
Replace all line breaks with standard \n line breaks for easier parsing.
|
17861 |
| removeSources.js |
|
1337 |
| select.js |
Redux actions for the sources state
@module actions/sources
|
17564 |
| symbols.js |
|
1211 |