debug-targets-state.js |
|
4569 |
index.js |
|
782 |
moz.build |
|
309 |
runtimes-state.js |
Update the runtime matching the provided runtimeId with the content of updatedRuntime,
and return the new state.
@param {String} runtimeId
The id of the runtime to update
@param {Object} updatedRuntime
Object used to update the runtime matching the idea using Object.assign.
@param {Object} state
Current runtimes state.
@return {Object} The updated state
|
5477 |
ui-state.js |
|
3153 |