Name Description Size
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. 12858
filters.js 1294
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
index.js 972
input.js The JavaScript evaluation response handler. @private @param {Object} response The message received from the server. 15297
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 3956
moz.build 429
notifications.js Append a notification into JSTerm notification list. 890
object.js 2224
toolbox.js 1082
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. 5957