Name Description Size Coverage
autocomplete.js Update the data used for the autocomplete popup in the console input (JsTerm). @param {boolean} force: True to force a call to the server (as opposed to retrieve from the cache). @param {Array<string>} getterPath: Array representing the getter access (i.e. `a.b.c.d.` is described as ['a', 'b', 'c', 'd'] ). @param {Array<string>} expressionVars: Array of the variables defined in the expression. 12868 94 %
filters.js 1547 100 %
history.js Append a new value in the history of executed expressions, or overwrite the most recent entry. The most recent entry may contain the last edited input value that was not evaluated yet. 1941 91 %
index.js 972 100 %
input.js The JavaScript evaluation response handler. @private @param {object} response The message received from the server. 15527 92 %
messages.js Make a query on the server to get a list of DOM elements matching the given CSS selectors and store the information in the state. @param {Message} message The CSSWarning message 3973 94 %
moz.build 429 -
notifications.js Append a notification into JSTerm notification list. 890 94 %
object.js 3199 100 %
toolbox.js 1082 100 %
ui.js Dispatches a SHOW_OBJECT_IN_SIDEBAR action, with a grip property corresponding to the {actor} parameter in the {messageId} message. @param {string} actorID: Actor id of the object we want to place in the sidebar. @param {string} messageId: id of the message containing the {actor} parameter. 5994 98 %