Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

/* Any copyright is dedicated to the Public Domain.
"use strict";
// Autosuggestion and color picker popups shouldn't remove overridden and invalid styles
const TEST_URI = `
<style type="text/css">
#testid {
/* Invalid property */
something: random;
/* Overridden property */
background-color: blue;
background-color: beige;
}
</style>
<div id="testid">labubu</div>`;
add_task(async function () {
await addTab("data:text/html;charset=utf-8," + encodeURIComponent(TEST_URI));
const { inspector, view } = await openRuleView();
await selectNode("#testid", inspector);
const ruleEditor = getRuleViewRuleEditorAt(view, 1);
await focusNewRuleViewProperty(ruleEditor);
info("Type in color: to activate the autosuggestion popup");
const onRuleviewChanged = view.once("ruleview-changed");
for (const key of "color:") {
EventUtils.synthesizeKey(key, {}, view.styleWindow);
}
await onRuleviewChanged;
ok("Check autosuggestion popup does not remove overridden visuals");
assertOverriddenVisuals(view);
info(
"Open color picker popup to test that it doesn't remove overridden/invalid classes"
);
const colorPicker = view.tooltips.getTooltip("colorPicker");
const onColorTooltipReady = colorPicker.once("ready");
view.element.querySelectorAll(".inspector-colorswatch")[1].focus();
EventUtils.synthesizeKey("VK_RETURN", {}, view.styleWindow);
await onColorTooltipReady;
ok(
"Check opening color picker while autosuggestion popup is active does not remove overridden visuals"
);
assertOverriddenVisuals(view);
info(
"Close the color picker popup to test that it doesn't remove overridden/invalid classes"
);
const onModifications = view.once("property-value-updated");
colorPicker.hide();
await onModifications;
info(
"Check overridden/invalid classes are still present after closing color picker popup"
);
assertOverriddenVisuals(view);
});
function assertOverriddenVisuals(view) {
ok(
getTextProperty(view, 1, {
something: "random",
}).editor.element.classList.contains("ruleview-invalid"),
`"something: random" is still invalid`
);
ok(
getTextProperty(view, 1, {
"background-color": "blue",
}).editor.element.classList.contains("ruleview-overridden"),
`"background-color: blue" is still overridden`
);
}
\"","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/resource/tests/browser_resources_target_switching.js#8"}},"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"\"data:text/html;charset=utf-8,\"","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js#11"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js#8"}},"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().":{"sym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().","js_sym":"#once","type_pretty":"Promise","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/event-emitter.js#142"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().","js_sym":"#ok","type_pretty":"void","kind":"method","subsystem":"DevTools/Memory","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js#36"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().","js_sym":"#ok","type_pretty":"void","kind":"method","subsystem":"DevTools/Memory","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js#34"}},"S_js_typescript_editor.js/Editor#focus().":{"sym":"S_js_typescript_editor.js/Editor#focus().","pretty":"Editor::focus","meta":{"structured":1,"pretty":"Editor::focus","sym":"S_js_typescript_editor.js/Editor#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"DevTools/Source Editor","parentsym":"S_js_typescript_editor.js/Editor#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/client/shared/sourceeditor/editor.js#4432"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.","pretty":"AddEventListenerOptions::once","meta":{"structured":1,"pretty":"AddEventListenerOptions::once","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.","js_sym":"#once","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AddEventListenerOptions_once"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#33"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#element.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#element.","pretty":"CSSPseudoElement::element","meta":{"structured":1,"pretty":"CSSPseudoElement::element","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#element.","js_sym":"#element","type_pretty":"Element","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSPseudoElement_element"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#10374"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().","pretty":"Console::info","meta":{"structured":1,"pretty":"Console::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().","js_sym":"#info","type_pretty":"any[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_console_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#43322"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().","pretty":"ConsoleInstance::info","meta":{"structured":1,"pretty":"ConsoleInstance::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().","js_sym":"#info","type_pretty":"any[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ConsoleInstance_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13126"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#contains().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#contains().","pretty":"DOMStringList::contains","meta":{"structured":1,"pretty":"DOMStringList::contains","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#contains().","js_sym":"#contains","type_pretty":"string) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMStringList_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14012"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#contains().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#contains().","pretty":"DOMTokenList::contains","meta":{"structured":1,"pretty":"DOMTokenList::contains","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#contains().","js_sym":"#contains","type_pretty":"string) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMTokenList_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14046"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#classList.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#classList.","pretty":"Element::classList","meta":{"structured":1,"pretty":"Element::classList","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#classList.","js_sym":"#classList","type_pretty":"DOMTokenList","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Element_classList"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#15238"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.","pretty":"GPUAdapter::info","meta":{"structured":1,"pretty":"GPUAdapter::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.","js_sym":"#info","type_pretty":"GPUAdapterInfo","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUAdapter_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16594"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#view.","pretty":"GPURenderPassColorAttachment::view","meta":{"structured":1,"pretty":"GPURenderPassColorAttachment::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#view.","js_sym":"#view","type_pretty":"GPUTexture | GPUTextureView","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPURenderPassColorAttachment_view"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2040"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#view.","pretty":"GPURenderPassDepthStencilAttachment::view","meta":{"structured":1,"pretty":"GPURenderPassDepthStencilAttachment::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#view.","js_sym":"#view","type_pretty":"GPUTexture | GPUTextureView","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPURenderPassDepthStencilAttachment_view"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2061"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus().","pretty":"HTMLOrSVGOrMathMLElement::focus","meta":{"structured":1,"pretty":"HTMLOrSVGOrMathMLElement::focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus().","js_sym":"#focus","type_pretty":"FocusOptions | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().","S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().","S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().","S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().","S_js_typescript_browser/components/preferences/widgets/setting-control/setting-control.mjs/SettingControl#focus()."],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20374"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#element.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#element.","pretty":"InspectorAnchorElement::element","meta":{"structured":1,"pretty":"InspectorAnchorElement::element","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#element.","js_sym":"#element","type_pretty":"Element","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_InspectorAnchorElement_element"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2679"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/LargestContentfulPaint#element.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LargestContentfulPaint#element.","pretty":"LargestContentfulPaint::element","meta":{"structured":1,"pretty":"LargestContentfulPaint::element","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LargestContentfulPaint#element.","js_sym":"#element","type_pretty":"Element | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LargestContentfulPaint#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_LargestContentfulPaint_element"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#23692"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#focus().","pretty":"MediaController::focus","meta":{"structured":1,"pretty":"MediaController::focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#focus().","js_sym":"#focus","type_pretty":"(method) focus() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaController_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#24318"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozEditableElement#editor.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozEditableElement#editor.","pretty":"MozEditableElement::editor","meta":{"structured":1,"pretty":"MozEditableElement::editor","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozEditableElement#editor.","js_sym":"#editor","type_pretty":"nsIEditor | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozEditableElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozEditableElement_editor"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#25422"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.","pretty":"NavigateEvent::info","meta":{"structured":1,"pretty":"NavigateEvent::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigateEvent_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#25686"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.","pretty":"NavigateEventInit::info","meta":{"structured":1,"pretty":"NavigateEventInit::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigateEventInit_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4008"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.","pretty":"NavigationOptions::info","meta":{"structured":1,"pretty":"NavigationOptions::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigationOptions_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4046"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#contains().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#contains().","pretty":"Node::contains","meta":{"structured":1,"pretty":"Node::contains","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#contains().","js_sym":"#contains","type_pretty":"Node | null) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Node_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#26222"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelectorAll().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelectorAll().","pretty":"ParentNode::querySelectorAll","meta":{"structured":1,"pretty":"ParentNode::querySelectorAll","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelectorAll().","js_sym":"#querySelectorAll","type_pretty":"any; }","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ParentNode_querySelectorAll"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#selectNode().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#selectNode().","pretty":"Range::selectNode","meta":{"structured":1,"pretty":"Range::selectNode","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#selectNode().","js_sym":"#selectNode","type_pretty":"Node) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Range_selectNode"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#29221"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#view.","pretty":"ReadableStreamBYOBRequest::view","meta":{"structured":1,"pretty":"ReadableStreamBYOBRequest::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#view.","js_sym":"#view","type_pretty":"ArrayBufferView | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ReadableStreamBYOBRequest_view"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#29332"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.","pretty":"Response::ok","meta":{"structured":1,"pretty":"Response::ok","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.","js_sym":"#ok","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Response_ok"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#29550"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#view.","pretty":"TimeEvent::view","meta":{"structured":1,"pretty":"TimeEvent::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#view.","js_sym":"#view","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TimeEvent_view"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#34839"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#element.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#element.","pretty":"TreeColumn::element","meta":{"structured":1,"pretty":"TreeColumn::element","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#element.","js_sym":"#element","type_pretty":"Element","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TreeColumn_element"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#35061"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#view.","pretty":"UIEvent::view","meta":{"structured":1,"pretty":"UIEvent::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#view.","js_sym":"#view","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_UIEvent_view"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#35418"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#view.","pretty":"UIEventInit::view","meta":{"structured":1,"pretty":"UIEventInit::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#view.","js_sym":"#view","type_pretty":"Window | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_UIEventInit_view"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6997"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#focus().","pretty":"Window::focus","meta":{"structured":1,"pretty":"Window::focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#focus().","js_sym":"#focus","type_pretty":"(method) focus() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#40939"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#view.","pretty":"XULTreeElement::view","meta":{"structured":1,"pretty":"XULTreeElement::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#view.","js_sym":"#view","type_pretty":"nsITreeView | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULTreeElement_view"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42458"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/focus().","pretty":"focus","meta":{"structured":1,"pretty":"focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#44055"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.","pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::info","meta":{"structured":1,"pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::info","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.","js_sym":"#info","type_pretty":"string | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6731"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:copyOverlayCopy.GleanEventWithExtras:typeLiteral416:element.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:copyOverlayCopy.GleanEventWithExtras:typeLiteral416:element.","pretty":"GleanImpl::screenshots::typeLiteral415::copyOverlayCopy::GleanEventWithExtras::typeLiteral416::element","meta":{"structured":1,"pretty":"GleanImpl::screenshots::typeLiteral415::copyOverlayCopy::GleanEventWithExtras::typeLiteral416::element","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:copyOverlayCopy.GleanEventWithExtras:typeLiteral416:element.","js_sym":"#element","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1167"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:copyPreviewCopy.GleanEventWithExtras:typeLiteral417:element.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:copyPreviewCopy.GleanEventWithExtras:typeLiteral417:element.","pretty":"GleanImpl::screenshots::typeLiteral415::copyPreviewCopy::GleanEventWithExtras::typeLiteral417::element","meta":{"structured":1,"pretty":"GleanImpl::screenshots::typeLiteral415::copyPreviewCopy::GleanEventWithExtras::typeLiteral417::element","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:copyPreviewCopy.GleanEventWithExtras:typeLiteral417:element.","js_sym":"#element","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1168"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:downloadOverlayDownload.GleanEventWithExtras:typeLiteral418:element.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:downloadOverlayDownload.GleanEventWithExtras:typeLiteral418:element.","pretty":"GleanImpl::screenshots::typeLiteral415::downloadOverlayDownload::GleanEventWithExtras::typeLiteral418::element","meta":{"structured":1,"pretty":"GleanImpl::screenshots::typeLiteral415::downloadOverlayDownload::GleanEventWithExtras::typeLiteral418::element","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:downloadOverlayDownload.GleanEventWithExtras:typeLiteral418:element.","js_sym":"#element","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1169"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:downloadPreviewDownload.GleanEventWithExtras:typeLiteral419:element.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:downloadPreviewDownload.GleanEventWithExtras:typeLiteral419:element.","pretty":"GleanImpl::screenshots::typeLiteral415::downloadPreviewDownload::GleanEventWithExtras::typeLiteral419::element","meta":{"structured":1,"pretty":"GleanImpl::screenshots::typeLiteral415::downloadPreviewDownload::GleanEventWithExtras::typeLiteral419::element","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#screenshots.typeLiteral415:downloadPreviewDownload.GleanEventWithExtras:typeLiteral419:element.","js_sym":"#element","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1170"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.","pretty":"GleanImpl::tabgroup::typeLiteral510::addTab","meta":{"structured":1,"pretty":"GleanImpl::tabgroup::typeLiteral510::addTab","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.","js_sym":"#addTab","type_pretty":"string | number | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1511"}},"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#focus.":{"sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#focus.","pretty":"JSServices::focus","meta":{"structured":1,"pretty":"JSServices::focus","sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#focus.","js_sym":"#focus","type_pretty":"nsIFocusManager","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.services.d.ts#26"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.","pretty":"nsIConsoleMessage::info","meta":{"structured":1,"pretty":"nsIConsoleMessage::info","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.","js_sym":"#info","type_pretty":"1 | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#","slotOwner":{"slotKind":"const","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIConsoleMessage_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#23562"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#element.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#element.","pretty":"nsIContentPermissionRequest::element","meta":{"structured":1,"pretty":"nsIContentPermissionRequest::element","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#element.","js_sym":"#element","type_pretty":"Element","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentPermissionRequest_element"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#4245"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShell#editor.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShell#editor.","pretty":"nsIDocShell::editor","meta":{"structured":1,"pretty":"nsIDocShell::editor","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShell#editor.","js_sym":"#editor","type_pretty":"nsIEditor","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShell#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDocShell_editor"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#2948"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentViewer#hide().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentViewer#hide().","pretty":"nsIDocumentViewer::hide","meta":{"structured":1,"pretty":"nsIDocumentViewer::hide","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentViewer#hide().","js_sym":"#hide","type_pretty":"(method) hide() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentViewer#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDocumentViewer_hide"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#3139"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#contains().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#contains().","pretty":"nsIDomainSet::contains","meta":{"structured":1,"pretty":"nsIDomainSet::contains","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#contains().","js_sym":"#contains","type_pretty":"nsIURI) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDomainSet_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#2172"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#contains().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#contains().","pretty":"nsIFile::contains","meta":{"structured":1,"pretty":"nsIFile::contains","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#contains().","js_sym":"#contains","type_pretty":"nsIFile) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFile_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#24894"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#contains().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#contains().","pretty":"nsIUrlClassifierPrefixSet::contains","meta":{"structured":1,"pretty":"nsIUrlClassifierPrefixSet::contains","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#contains().","js_sym":"#contains","type_pretty":"number) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierPrefixSet_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#21546"}},"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#focus().":{"sym":"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#focus().","pretty":"GeckoViewAutoFillParent::focus","meta":{"structured":1,"pretty":"GeckoViewAutoFillParent::focus","sym":"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs#38"}},"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#focus().":{"sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#focus().","pretty":"Autofill::focus","meta":{"structured":1,"pretty":"Autofill::focus","sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs#31"}},"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().":{"sym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().","pretty":"PageEventManager::once","meta":{"structured":1,"pretty":"PageEventManager::once","sym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/PageEventManager.sys.mjs#134"}},"S_js_typescript_modules/SidebarChatBotPromo.sys.mjs/SidebarChatBotPromo.hide().":{"sym":"S_js_typescript_modules/SidebarChatBotPromo.sys.mjs/SidebarChatBotPromo.hide().","pretty":"SidebarChatBotPromo::hide","meta":{"structured":1,"pretty":"SidebarChatBotPromo::hide","sym":"S_js_typescript_modules/SidebarChatBotPromo.sys.mjs/SidebarChatBotPromo.hide().","js_sym":"#hide","type_pretty":"void","kind":"method","subsystem":"Firefox/Messaging System","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/SidebarChatBotPromo.sys.mjs#151"}},"S_js_typescript_modules/SmartWindowNewTabPromo.sys.mjs/SmartWindowNewTabPromo.hide().":{"sym":"S_js_typescript_modules/SmartWindowNewTabPromo.sys.mjs/SmartWindowNewTabPromo.hide().","pretty":"SmartWindowNewTabPromo::hide","meta":{"structured":1,"pretty":"SmartWindowNewTabPromo::hide","sym":"S_js_typescript_modules/SmartWindowNewTabPromo.sys.mjs/SmartWindowNewTabPromo.hide().","js_sym":"#hide","type_pretty":"void","kind":"method","subsystem":"Firefox/Messaging System","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/SmartWindowNewTabPromo.sys.mjs#112"}},"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#focus().":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#focus().","pretty":"ElementHandle::focus","meta":{"structured":1,"pretty":"ElementHandle::focus","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#focus().","js_sym":"#focus","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#1095"}},"S_js_typescript_src/api/Frame.ts/Frame#focus().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#focus().","pretty":"Frame::focus","meta":{"structured":1,"pretty":"Frame::focus","sym":"S_js_typescript_src/api/Frame.ts/Frame#focus().","js_sym":"#focus","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/Frame#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Frame.ts#1075"}},"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().":{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().","pretty":"HTTPResponse::ok","meta":{"structured":1,"pretty":"HTTPResponse::ok","sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().","js_sym":"#ok","type_pretty":"boolean","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/HTTPResponse.ts#48"}},"S_js_typescript_src/api/Page.ts/Page#focus().":{"sym":"S_js_typescript_src/api/Page.ts/Page#focus().","pretty":"Page::focus","meta":{"structured":1,"pretty":"Page::focus","sym":"S_js_typescript_src/api/Page.ts/Page#focus().","js_sym":"#focus","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/Page#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Page.ts#2851"}},"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.":{"sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.","pretty":"UserPrompt::info","meta":{"structured":1,"pretty":"UserPrompt::info","sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.","js_sym":"#info","type_pretty":"Bidi.BrowsingContext.UserPromptOpenedParameters","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/core/UserPrompt.ts#56"}},"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelectorAll.","pretty":"CSSQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"CSSQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"string) => AsyncIterable<...>; }>)...","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/CSSQueryHandler.ts#22"}},"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().":{"sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().","pretty":"CommonEventEmitter::once","meta":{"structured":1,"pretty":"CommonEventEmitter::once","sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().","js_sym":"#once","type_pretty":"Handler) => this","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/EventEmitter.ts#30"}},"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().":{"sym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().","js_sym":"#once","type_pretty":"this","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/EventEmitter.ts#145"}},"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelectorAll.","pretty":"PQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"PQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PQueryHandler.ts#17"}},"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelectorAll.","pretty":"PierceQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"PierceQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"string) => AsyncIterable<...>; ...","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PierceQueryHandler.ts#22"}},"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelectorAll.","pretty":"QueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"QueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/QueryHandler.ts#51"}},"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#querySelectorAll.","pretty":"TextQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"TextQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/TextQueryHandler.ts#13"}},"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelectorAll.","pretty":"XPathQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"XPathQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/XPathQueryHandler.ts#17"}},"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelectorAll().":{"sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelectorAll().","pretty":"CustomQuerySelector::querySelectorAll","meta":{"structured":1,"pretty":"CustomQuerySelector::querySelectorAll","sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelectorAll().","js_sym":"#querySelectorAll","type_pretty":"string) => AwaitableIterable","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/injected/CustomQuerySelector.ts#15"}},"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#querySelectorAll.":{"sym":"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#querySelectorAll.","pretty":"QueryableNode::querySelectorAll","meta":{"structured":1,"pretty":"QueryableNode::querySelectorAll","sym":"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"NodeListOf<....","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/injected/PQuerySelector.ts#50"}},"S_js_typescript_toolkit/actors/SelectParent.sys.mjs/SelectParentHelper.hide().":{"sym":"S_js_typescript_toolkit/actors/SelectParent.sys.mjs/SelectParentHelper.hide().","pretty":"SelectParentHelper::hide","meta":{"structured":1,"pretty":"SelectParentHelper::hide","sym":"S_js_typescript_toolkit/actors/SelectParent.sys.mjs/SelectParentHelper.hide().","js_sym":"#hide","type_pretty":"void","kind":"method","subsystem":"Toolkit/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/actors/SelectParent.sys.mjs#359"}},"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().":{"sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().","pretty":"Extension::once","meta":{"structured":1,"pretty":"Extension::once","sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/Extension.sys.mjs#3638"}},"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionCommon.sys.mjs#307"}},"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.":{"sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.","js_sym":"#ok","type_pretty":"any[]) => void","kind":"field","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/extensions.ts#50"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains().","pretty":"AddressField::contains","meta":{"structured":1,"pretty":"AddressField::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains().","js_sym":"#contains","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains()."],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#186"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().","pretty":"City::contains","meta":{"structured":1,"pretty":"City::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#376"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().","pretty":"Country::contains","meta":{"structured":1,"pretty":"Country::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#493"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains().","pretty":"Email::contains","meta":{"structured":1,"pretty":"Email::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#843"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().","pretty":"Name::contains","meta":{"structured":1,"pretty":"Name::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#551"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().","pretty":"Organization::contains","meta":{"structured":1,"pretty":"Organization::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#756"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().","pretty":"PostalCode::contains","meta":{"structured":1,"pretty":"PostalCode::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#325"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().","pretty":"State::contains","meta":{"structured":1,"pretty":"State::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#441"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().","pretty":"StreetAddress::contains","meta":{"structured":1,"pretty":"StreetAddress::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#249"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().","pretty":"Tel::contains","meta":{"structured":1,"pretty":"Tel::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().","js_sym":"#contains","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#714"}},"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.":{"sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.","pretty":"ProgressAndStatusCallbackParams::ok","meta":{"structured":1,"pretty":"ProgressAndStatusCallbackParams::ok","sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.","js_sym":"#ok","type_pretty":"boolean | null","kind":"field","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/content/Utils.sys.mjs#164"}},"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().","pretty":"MLPerfAssertions::ok","meta":{"structured":1,"pretty":"MLPerfAssertions::ok","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().","js_sym":"#ok","type_pretty":"string | undefined) => void","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#319"}},"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().","pretty":"MLPerfTestContext::info","meta":{"structured":1,"pretty":"MLPerfTestContext::info","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().","js_sym":"#info","type_pretty":"string) => void","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#347"}},"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableAttributeElement#element.":{"sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableAttributeElement#element.","pretty":"SortableAttributeElement::element","meta":{"structured":1,"pretty":"SortableAttributeElement::element","sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableAttributeElement#element.","js_sym":"#element","type_pretty":"Element","kind":"field","subsystem":"Firefox/Translations","parentsym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableAttributeElement#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/translations/translations.d.ts#614"}},"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableContentElement#element.":{"sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableContentElement#element.","pretty":"SortableContentElement::element","meta":{"structured":1,"pretty":"SortableContentElement::element","sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableContentElement#element.","js_sym":"#element","type_pretty":"Element","kind":"field","subsystem":"Firefox/Translations","parentsym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SortableContentElement#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/translations/translations.d.ts#590"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains().","pretty":"FilterAdultComponent::contains","meta":{"structured":1,"pretty":"FilterAdultComponent::contains","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs#153"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains().","pretty":"FilterAdultComponentInterface::contains","meta":{"structured":1,"pretty":"FilterAdultComponentInterface::contains","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains()."],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs#108"}},"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().","pretty":"SelectControlBaseElement::focus","meta":{"structured":1,"pretty":"SelectControlBaseElement::focus","sym":"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/lit-select-control.mjs#110"}},"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().","pretty":"MozBaseInputElement::focus","meta":{"structured":1,"pretty":"MozBaseInputElement::focus","sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/lit-utils.mjs#408"}},"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().","pretty":"MozBoxItem::focus","meta":{"structured":1,"pretty":"MozBoxItem::focus","sym":"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-box-item/moz-box-item.mjs#189"}},"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#focus().","pretty":"MozVisualPickerItem::focus","meta":{"structured":1,"pretty":"MozVisualPickerItem::focus","sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs#89"}},"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().","pretty":"PanelItem::focus","meta":{"structured":1,"pretty":"PanelItem::focus","sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/panel-list/panel-list.mjs#1087"}},"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelList#hide().":{"sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelList#hide().","pretty":"PanelList::hide","meta":{"structured":1,"pretty":"PanelList::hide","sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelList#hide().","js_sym":"#hide","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelList#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/panel-list/panel-list.mjs#190"}},"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().":{"sym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().","js_sym":"#once","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/EventEmitter.sys.mjs#83"}},"S_js_typescript_toolkit/modules/FinderHighlighter.sys.mjs/FinderHighlighter().prototype.hide().":{"sym":"S_js_typescript_toolkit/modules/FinderHighlighter.sys.mjs/FinderHighlighter().prototype.hide().","pretty":"FinderHighlighter::prototype::hide","meta":{"structured":1,"pretty":"FinderHighlighter::prototype::hide","sym":"S_js_typescript_toolkit/modules/FinderHighlighter.sys.mjs/FinderHighlighter().prototype.hide().","js_sym":"#hide","type_pretty":"void","kind":"method","subsystem":"Toolkit/Find Toolbar","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/FinderHighlighter.sys.mjs#409"}},"S_js_typescript_toolkit/modules/Geometry.sys.mjs/Rect().prototype.contains().":{"sym":"S_js_typescript_toolkit/modules/Geometry.sys.mjs/Rect().prototype.contains().","pretty":"Rect::prototype::contains","meta":{"structured":1,"pretty":"Rect::prototype::contains","sym":"S_js_typescript_toolkit/modules/Geometry.sys.mjs/Rect().prototype.contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/Geometry.sys.mjs#207"}},"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().":{"sym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().","pretty":"Logger::info","meta":{"structured":1,"pretty":"Logger::info","sym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().","js_sym":"#info","type_pretty":"void","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/Log.sys.mjs#398"}},"S_js_typescript_toolkit/modules/SubDialog.sys.mjs/SubDialog().prototype.focus().":{"sym":"S_js_typescript_toolkit/modules/SubDialog.sys.mjs/SubDialog().prototype.focus().","pretty":"SubDialog::prototype::focus","meta":{"structured":1,"pretty":"SubDialog::prototype::focus","sym":"S_js_typescript_toolkit/modules/SubDialog.sys.mjs/SubDialog().prototype.focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/Content Prompts","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/SubDialog.sys.mjs#885"}},"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().","pretty":"AddonTestUtils::info","meta":{"structured":1,"pretty":"AddonTestUtils::info","sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().","js_sym":"#info","type_pretty":"void","kind":"method","subsystem":"Toolkit/Add-ons Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs#508"}},"colorPicker#hide":{"sym":"colorPicker#hide","pretty":"colorPicker.hide"},"colorPicker#once":{"sym":"colorPicker#once","pretty":"colorPicker.once"},"view#element":{"sym":"view#element","pretty":"view.element"},"view#once":{"sym":"view#once","pretty":"view.once"},"view#styleWindow":{"sym":"view#styleWindow","pretty":"view.styleWindow"},"view#tooltips":{"sym":"view#tooltips","pretty":"view.tooltips"}};