const TEST_URI = "data:text/html,local mode options";
const l10n = new Localization(["devtools/client/toolbox-options.ftl"], true);
const { LocalModeMappings } = ChromeUtils.importESModule(
"resource://devtools/client/framework/LocalModeMappings.sys.mjs"
add_task(async function () {
const tab = await addTab(TEST_URI);
const toolbox = await gDevTools.showToolboxForTab(tab, { toolId: "options" });
const panel = toolbox.getCurrentPanel();
const { panelDoc } = panel;
await createMapping(toolbox, panelDoc, "./local-mode", "firefox.localhost");
await navigateToMapping(panelDoc, 0);
await SpecialPowers.spawn(gBrowser.selectedBrowser, [], function () {
content.document.documentElement.textContent,
"Local mode HTML test page\n",
"The opened page is the local html page"
await createMapping(toolbox, panelDoc, ".", "firefox1.localhost");
await navigateToMapping(panelDoc, 1);
await SpecialPowers.spawn(gBrowser.selectedBrowser, [], function () {
content.document.documentElement.textContent,
"browser_toolbox_options_local_mode.js",
"The html page is a directory listing which includes the current test"
await editMappingWithConflict(toolbox, panelDoc);
await disableMapping(toolbox, panelDoc, 1);
await removeMapping(toolbox, panelDoc, 1);
await checkBuggyPath(toolbox, panelDoc);
await checkAutoReloadErrorPage(toolbox, panelDoc);
gBrowser.removeCurrentTab();
function getMappingsCount(doc) {
return doc.querySelectorAll("#local-mode-mappings li").length;
async function createMapping(toolbox, doc, localTestFolder, expectedOrigin) {
const newMapping = doc.querySelector(`.local-mode-new-mapping`);
const folderPath = prepareMockFilePicker(localTestFolder);
ok(folderPath, "Got the current folder path");
const previousMappingCount = getMappingsCount(doc);
const onMappingsUpdated = LocalModeMappings.once("updated");
info("Wait for the mappings to be updated");
info("Wait for the new mapping to be displayed");
await waitFor(() => getMappingsCount(doc) > previousMappingCount);
...doc.querySelectorAll(`.local-mode-origin-line input`),
"The new mapping's origin input is focused"
is(originInput.value, expectedOrigin, "The default origin input is correct");
const folderLink = [...doc.querySelectorAll(`.local-mode-folder-line a`)].at(
is(folderLink.textContent, folderPath, "The folder path looks correct");
function queryMappingElementSelector(doc, mappingIndex, selector = "") {
return doc.querySelector(
`#local-mode-mappings li:nth-child(${mappingIndex + 1}) ${selector}`
async function navigateToMapping(doc, mappingIndex) {
const openButton = queryMappingElementSelector(
".local-mode-mapping-navigate-to"
const waitForDevToolsReload = await watchForDevToolsReload(
info("Wait for navigation to be fully processed by DevTools");
await waitForDevToolsReload();
async function editMappingWithConflict(toolbox, doc) {
const originElement = queryMappingElementSelector(
".local-mode-origin-input"
info("Update the origin input element with a conflicting origin");
originElement.value = "";
EventUtils.sendString("firefox.localhost", doc.defaultView);
info("Wait for the input to be flagged as invalid");
await waitFor(() => originElement.matches(":invalid"));
const originError = queryMappingElementSelector(
".local-mode-origin-error"
l10n.formatValueSync("options-local-mode-origin-conflict")
async function disableMapping(toolbox, doc, mappingIndex) {
const toggleButton = queryMappingElementSelector(
".local-mode-mapping-toggle"
!queryMappingElementSelector(doc, mappingIndex).classList.contains(
const onMappingsUpdated = LocalModeMappings.once("updated");
info("Wait for the mapping to be displayed as disabled");
queryMappingElementSelector(doc, mappingIndex).classList.contains(
info("Wait for the mappings to be updated");
async function removeMapping(toolbox, doc, mappingIndex) {
const removeButton = queryMappingElementSelector(
".local-mode-mapping-remove"
const onMappingsUpdated = LocalModeMappings.once("updated");
const onConfirmAccepted = BrowserTestUtils.promiseAlertDialogOpen("accept");
info("Wait for the mapping to be displayed as disabled");
await waitFor(() => !queryMappingElementSelector(doc, mappingIndex));
info("Wait for the mappings to be updated");
async function checkBuggyPath(toolbox, doc) {
const buggyPath = "/buggy-path/foo";
!doc.querySelector(".local-mode-folder-warning"),
"There is no warning displayed before hacking the path"
info("Set the first mapping to a buggy, non-existing path");
const onMappingsUpdated = LocalModeMappings.once("updated");
Services.prefs.setStringPref(
`${LocalModeMappings.LOCAL_MODE_MAPPINGS_PREF_PREFIX}${mappingIndex}.path`,
const folderLink = queryMappingElementSelector(
".local-mode-folder-line a"
is(folderLink.textContent, buggyPath);
doc.querySelector(".local-mode-folder-error"),
"The warning is now displayed"
async function checkAutoReloadErrorPage(toolbox, panelDoc) {
info("Reload on an origin that is no longer mapped");
const onErrorPageLoaded = BrowserTestUtils.waitForErrorPage(
await reloadSelectedTab({ isErrorPage: true, waitForLoad: false });
info("Re-create a mapping matching the currently loaded URL");
const loaded = BrowserTestUtils.browserLoaded(gBrowser.selectedBrowser);
await createMapping(toolbox, panelDoc, "./local-mode/", "firefox1.localhost");
info("Wait for the page to be reloaded");
info("Assert that the reloaded page worked correctly");
await SpecialPowers.spawn(gBrowser.selectedBrowser, [], function () {
content.document.documentElement.textContent,
"Local mode HTML test page\n",
"The opened page is the local html page"
function _getSupportsFile(path) {
const cr = Cc["@mozilla.org/chrome/chrome-registry;1"].getService(
const uri = Services.io.newURI(CHROME_URL_ROOT + path);
const fileurl = cr.convertChromeURL(uri);
return fileurl.QueryInterface(Ci.nsIFileURL);
function prepareMockFilePicker(pathOrFile) {
const isFile = typeof pathOrFile.isFile === "function" && pathOrFile.isFile();
const file = isFile ? pathOrFile : _getSupportsFile(pathOrFile).file;
const MockFilePicker = SpecialPowers.MockFilePicker;
MockFilePicker.setFiles([file]);
\"","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/commands/target/target-command.js/TargetCommand#destroy().":{"sym":"S_js_typescript_devtools/shared/commands/target/target-command.js/TargetCommand#destroy().","pretty":"TargetCommand::destroy","meta":{"structured":1,"pretty":"TargetCommand::destroy","sym":"S_js_typescript_devtools/shared/commands/target/target-command.js/TargetCommand#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/commands/target/target-command.js/TargetCommand#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target/target-command.js#1232"}},"S_js_typescript_devtools/shared/commands/tracer/tracer-command.js/TracerCommand#destroy().":{"sym":"S_js_typescript_devtools/shared/commands/tracer/tracer-command.js/TracerCommand#destroy().","pretty":"TracerCommand::destroy","meta":{"structured":1,"pretty":"TracerCommand::destroy","sym":"S_js_typescript_devtools/shared/commands/tracer/tracer-command.js/TracerCommand#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/commands/tracer/tracer-command.js/TracerCommand#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/tracer/tracer-command.js#39"}},"S_js_typescript_devtools/shared/discovery/discovery.js/Transport#destroy().":{"sym":"S_js_typescript_devtools/shared/discovery/discovery.js/Transport#destroy().","pretty":"Transport::destroy","meta":{"structured":1,"pretty":"Transport::destroy","sym":"S_js_typescript_devtools/shared/discovery/discovery.js/Transport#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/discovery/discovery.js/Transport#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/discovery/discovery.js#98"}},"S_js_typescript_devtools/shared/discovery/tests/xpcshell/test_discovery.js/TestTransport#destroy().":{"sym":"S_js_typescript_devtools/shared/discovery/tests/xpcshell/test_discovery.js/TestTransport#destroy().","pretty":"TestTransport::destroy","meta":{"structured":1,"pretty":"TestTransport::destroy","sym":"S_js_typescript_devtools/shared/discovery/tests/xpcshell/test_discovery.js/TestTransport#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/discovery/tests/xpcshell/test_discovery.js/TestTransport#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/discovery/tests/xpcshell/test_discovery.js#49"}},"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/HeapAnalysesClient.js/HeapAnalysesClient.prototype.destroy().":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/HeapAnalysesClient.js/HeapAnalysesClient.prototype.destroy().","pretty":"HeapAnalysesClient::prototype::destroy","meta":{"structured":1,"pretty":"HeapAnalysesClient::prototype::destroy","sym":"S_js_typescript_devtools/shared/heapsnapshot/HeapAnalysesClient.js/HeapAnalysesClient.prototype.destroy().","js_sym":"#destroy","type_pretty":"(method) destroyany","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/HeapAnalysesClient.js#34"}},"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_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_getNodeByIdAlongPath_01.js/path.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_getNodeByIdAlongPath_01.js/path.","pretty":"path","meta":{"structured":1,"pretty":"path","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_getNodeByIdAlongPath_01.js/path.","js_sym":"#path","type_pretty":"number[]","kind":"field","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/test_DominatorTreeNode_getNodeByIdAlongPath_01.js#23"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js/path.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js/path.","pretty":"path","meta":{"structured":1,"pretty":"path","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js/path.","js_sym":"#path","type_pretty":"number[]","kind":"field","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/test_DominatorTreeNode_insert_01.js#17"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js/path.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js/path.","pretty":"path","meta":{"structured":1,"pretty":"path","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js/path.","js_sym":"#path","type_pretty":"number[]","kind":"field","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/test_DominatorTreeNode_insert_02.js#18"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js/path.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js/path.","pretty":"path","meta":{"structured":1,"pretty":"path","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js/path.","js_sym":"#path","type_pretty":"number[]","kind":"field","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/test_DominatorTreeNode_insert_03.js#17"}},"S_js_typescript_devtools/shared/inspector/css-logic.js/exports.l10n.":{"sym":"S_js_typescript_devtools/shared/inspector/css-logic.js/exports.l10n.","pretty":"exports::l10n","meta":{"structured":1,"pretty":"exports::l10n","sym":"S_js_typescript_devtools/shared/inspector/css-logic.js/exports.l10n.","js_sym":"#l10n","type_pretty":"string) => 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/inspector/css-logic.js#115"}},"S_js_typescript_devtools/shared/plural-form.js/PluralForm.init().":{"sym":"S_js_typescript_devtools/shared/plural-form.js/PluralForm.init().","pretty":"PluralForm::init","meta":{"structured":1,"pretty":"PluralForm::init","sym":"S_js_typescript_devtools/shared/plural-form.js/PluralForm.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/plural-form.js#15"}},"S_js_typescript_devtools/shared/protocol/Actor.js/Actor#destroy().":{"sym":"S_js_typescript_devtools/shared/protocol/Actor.js/Actor#destroy().","pretty":"Actor::destroy","meta":{"structured":1,"pretty":"Actor::destroy","sym":"S_js_typescript_devtools/shared/protocol/Actor.js/Actor#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/protocol/Actor.js/Actor#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_devtools/shared/protocol/Pool.js/Pool#destroy()."}],"props":[],"overriddenBy":["S_js_typescript_devtools/server/actors/resources/storage/local-and-session-storage.js/LocalOrSessionStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/indexed-db.js/IndexedDBStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/cookies.js/CookiesStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/index.js/BaseStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/extension-storage.js/ExtensionStorageActor#destroy().","S_js_typescript_devtools/server/actors/string.js/exports.LongStringActor#destroy().","S_js_typescript_devtools/server/actors/page-style.js/PageStyleActor#destroy().","S_js_typescript_devtools/server/actors/root.js/RootActor#destroy().","S_js_typescript_devtools/server/actors/network-monitor/network-event-actor.js/NetworkEventActor#destroy().","S_js_typescript_devtools/server/actors/targets/content-process.js/ContentProcessTargetActor#destroy().","S_js_typescript_devtools/server/actors/targets/worker.js/WorkerTargetActor#destroy().","S_js_typescript_devtools/server/actors/targets/window-global.js/WindowGlobalTargetActor#destroy().","S_js_typescript_devtools/server/actors/targets/content-script.js/WebExtensionContentScriptTargetActor#destroy().","S_js_typescript_devtools/server/actors/addon/webextension-inspected-window.js/WebExtensionInspectedWindowActor#destroy().","S_js_typescript_devtools/server/actors/memory.js/exports.MemoryActor#destroy().","S_js_typescript_devtools/server/actors/style-rule.js/StyleRuleActor#destroy().","S_js_typescript_devtools/server/actors/object/symbol.js/SymbolActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/accessibility.js/AccessibilityActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/simulator.js/SimulatorActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/parent-accessibility.js/ParentAccessibilityActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/walker.js/AccessibleWalkerActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/accessible.js/AccessibleActor#destroy().","S_js_typescript_devtools/server/actors/worker/push-subscription.js/PushSubscriptionActor#destroy().","S_js_typescript_devtools/server/actors/worker/service-worker.js/ServiceWorkerActor#destroy().","S_js_typescript_devtools/server/actors/worker/service-worker-registration.js/ServiceWorkerRegistrationActor#destroy().","S_js_typescript_devtools/server/actors/style-sheets.js/StyleSheetsActor#destroy().","S_js_typescript_devtools/server/actors/changes.js/ChangesActor#destroy().","S_js_typescript_devtools/server/actors/reflow.js/exports.ReflowActor#destroy().","S_js_typescript_devtools/server/actors/watcher.js/exports.WatcherActor#destroy().","S_js_typescript_devtools/server/actors/frame.js/FrameActor#destroy().","S_js_typescript_devtools/server/actors/device.js/exports.DeviceActor#destroy().","S_js_typescript_devtools/server/actors/webconsole.js/WebConsoleActor#destroy().","S_js_typescript_devtools/server/actors/pause-scoped.js/PauseScopedObjectActor#destroy().","S_js_typescript_devtools/server/actors/inspector/walker.js/WalkerActor#destroy().","S_js_typescript_devtools/server/actors/inspector/inspector.js/InspectorActor#destroy().","S_js_typescript_devtools/server/actors/inspector/node.js/NodeActor#destroy().","S_js_typescript_devtools/server/actors/environment.js/EnvironmentActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/tab.js/TabDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/worker.js/WorkerDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/process.js/ProcessDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/webextension.js/WebExtensionDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/animation.js/AnimationActor#destroy().","S_js_typescript_devtools/server/actors/animation.js/exports.AnimationsActor#destroy().","S_js_typescript_devtools/server/actors/target-configuration.js/TargetConfigurationActor#destroy().","S_js_typescript_devtools/server/actors/emulation/responsive.js/ResponsiveActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/FlexboxActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/FlexItemActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/GridActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/LayoutActor#destroy().","S_js_typescript_devtools/server/actors/tracer.js/TracerActor#destroy().","S_js_typescript_devtools/server/actors/perf.js/exports.PerfActor#destroy().","S_js_typescript_devtools/server/actors/thread.js/ThreadActor#destroy().","S_js_typescript_devtools/server/actors/source.js/SourceActor#destroy().","S_js_typescript_devtools/server/actors/compatibility/compatibility.js/CompatibilityActor#destroy().","S_js_typescript_devtools/server/tests/browser/browser_connectToFrame.js/#20"],"variants":[]},"jumps":{"def":"devtools/shared/protocol/Actor.js#96"}},"S_js_typescript_devtools/shared/protocol/Front.js/Front#destroy().":{"sym":"S_js_typescript_devtools/shared/protocol/Front.js/Front#destroy().","pretty":"Front::destroy","meta":{"structured":1,"pretty":"Front::destroy","sym":"S_js_typescript_devtools/shared/protocol/Front.js/Front#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/protocol/Front.js/Front#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_devtools/shared/protocol/Pool.js/Pool#destroy()."}],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/protocol/Front.js#84"}},"S_js_typescript_devtools/shared/protocol/Pool.js/Pool#destroy().":{"sym":"S_js_typescript_devtools/shared/protocol/Pool.js/Pool#destroy().","pretty":"Pool::destroy","meta":{"structured":1,"pretty":"Pool::destroy","sym":"S_js_typescript_devtools/shared/protocol/Pool.js/Pool#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/protocol/Pool.js/Pool#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_devtools/server/actors/resources/storage/local-and-session-storage.js/LocalOrSessionStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/indexed-db.js/IndexedDBStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/cookies.js/CookiesStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/index.js/BaseStorageActor#destroy().","S_js_typescript_devtools/server/actors/resources/storage/extension-storage.js/ExtensionStorageActor#destroy().","S_js_typescript_devtools/server/actors/string.js/exports.LongStringActor#destroy().","S_js_typescript_devtools/server/actors/page-style.js/PageStyleActor#destroy().","S_js_typescript_devtools/server/actors/root.js/RootActor#destroy().","S_js_typescript_devtools/server/actors/network-monitor/network-event-actor.js/NetworkEventActor#destroy().","S_js_typescript_devtools/server/actors/targets/content-process.js/ContentProcessTargetActor#destroy().","S_js_typescript_devtools/server/actors/targets/worker.js/WorkerTargetActor#destroy().","S_js_typescript_devtools/server/actors/targets/window-global.js/WindowGlobalTargetActor#destroy().","S_js_typescript_devtools/server/actors/targets/content-script.js/WebExtensionContentScriptTargetActor#destroy().","S_js_typescript_devtools/server/actors/addon/webextension-inspected-window.js/WebExtensionInspectedWindowActor#destroy().","S_js_typescript_devtools/server/actors/memory.js/exports.MemoryActor#destroy().","S_js_typescript_devtools/server/actors/style-rule.js/StyleRuleActor#destroy().","S_js_typescript_devtools/server/actors/object/symbol.js/SymbolActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/accessibility.js/AccessibilityActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/simulator.js/SimulatorActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/parent-accessibility.js/ParentAccessibilityActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/walker.js/AccessibleWalkerActor#destroy().","S_js_typescript_devtools/server/actors/accessibility/accessible.js/AccessibleActor#destroy().","S_js_typescript_devtools/server/actors/worker/push-subscription.js/PushSubscriptionActor#destroy().","S_js_typescript_devtools/server/actors/worker/service-worker.js/ServiceWorkerActor#destroy().","S_js_typescript_devtools/server/actors/worker/service-worker-registration.js/ServiceWorkerRegistrationActor#destroy().","S_js_typescript_devtools/server/actors/style-sheets.js/StyleSheetsActor#destroy().","S_js_typescript_devtools/server/actors/changes.js/ChangesActor#destroy().","S_js_typescript_devtools/server/actors/reflow.js/exports.ReflowActor#destroy().","S_js_typescript_devtools/server/actors/watcher.js/exports.WatcherActor#destroy().","S_js_typescript_devtools/server/actors/frame.js/FrameActor#destroy().","S_js_typescript_devtools/server/actors/device.js/exports.DeviceActor#destroy().","S_js_typescript_devtools/server/actors/webconsole.js/WebConsoleActor#destroy().","S_js_typescript_devtools/server/actors/pause-scoped.js/PauseScopedObjectActor#destroy().","S_js_typescript_devtools/server/actors/inspector/walker.js/WalkerActor#destroy().","S_js_typescript_devtools/server/actors/inspector/inspector.js/InspectorActor#destroy().","S_js_typescript_devtools/server/actors/inspector/node.js/NodeActor#destroy().","S_js_typescript_devtools/server/actors/environment.js/EnvironmentActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/tab.js/TabDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/worker.js/WorkerDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/process.js/ProcessDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/descriptors/webextension.js/WebExtensionDescriptorActor#destroy().","S_js_typescript_devtools/server/actors/animation.js/AnimationActor#destroy().","S_js_typescript_devtools/server/actors/animation.js/exports.AnimationsActor#destroy().","S_js_typescript_devtools/server/actors/target-configuration.js/TargetConfigurationActor#destroy().","S_js_typescript_devtools/server/actors/emulation/responsive.js/ResponsiveActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/FlexboxActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/FlexItemActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/GridActor#destroy().","S_js_typescript_devtools/server/actors/layout.js/LayoutActor#destroy().","S_js_typescript_devtools/server/actors/tracer.js/TracerActor#destroy().","S_js_typescript_devtools/server/actors/perf.js/exports.PerfActor#destroy().","S_js_typescript_devtools/server/actors/thread.js/ThreadActor#destroy().","S_js_typescript_devtools/server/actors/source.js/SourceActor#destroy().","S_js_typescript_devtools/server/actors/compatibility/compatibility.js/CompatibilityActor#destroy().","S_js_typescript_devtools/server/tests/browser/browser_connectToFrame.js/#20","S_js_typescript_devtools/server/tests/xpcshell/test_connection_closes_all_pools.js/FakeActor#destroy().","S_js_typescript_devtools/shared/protocol/Front.js/Front#destroy().","S_js_typescript_devtools/shared/protocol/Actor.js/Actor#destroy()."],"variants":[]},"jumps":{"def":"devtools/shared/protocol/Pool.js#185"}},"S_js_typescript_devtools/shared/protocol/lazy-pool.js/LazyActor#destroy().":{"sym":"S_js_typescript_devtools/shared/protocol/lazy-pool.js/LazyActor#destroy().","pretty":"LazyActor::destroy","meta":{"structured":1,"pretty":"LazyActor::destroy","sym":"S_js_typescript_devtools/shared/protocol/lazy-pool.js/LazyActor#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/protocol/lazy-pool.js/LazyActor#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/protocol/lazy-pool.js#197"}},"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildActor#destroy().":{"sym":"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildActor#destroy().","pretty":"ChildActor::destroy","meta":{"structured":1,"pretty":"ChildActor::destroy","sym":"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildActor#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildActor#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/protocol/tests/xpcshell/test_protocol_children.js#103"}},"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildFront#destroy().":{"sym":"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildFront#destroy().","pretty":"ChildFront::destroy","meta":{"structured":1,"pretty":"ChildFront::destroy","sym":"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildFront#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/protocol/tests/xpcshell/test_protocol_children.js/ChildFront#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/protocol/tests/xpcshell/test_protocol_children.js#167"}},"S_js_typescript_devtools/shared/security/socket.js/ServerSocketConnection#destroy().":{"sym":"S_js_typescript_devtools/shared/security/socket.js/ServerSocketConnection#destroy().","pretty":"ServerSocketConnection::destroy","meta":{"structured":1,"pretty":"ServerSocketConnection::destroy","sym":"S_js_typescript_devtools/shared/security/socket.js/ServerSocketConnection#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/security/socket.js/ServerSocketConnection#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/security/socket.js#685"}},"S_js_typescript_devtools/shared/tests/xpcshell/test_natural-sort.js/l10n.":{"sym":"S_js_typescript_devtools/shared/tests/xpcshell/test_natural-sort.js/l10n.","pretty":"l10n","meta":{"structured":1,"pretty":"l10n","sym":"S_js_typescript_devtools/shared/tests/xpcshell/test_natural-sort.js/l10n.","js_sym":"#l10n","type_pretty":"any","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/tests/xpcshell/test_natural-sort.js#6"}},"S_js_typescript_devtools/shared/transport/packets.js/Packet#destroy().":{"sym":"S_js_typescript_devtools/shared/transport/packets.js/Packet#destroy().","pretty":"Packet::destroy","meta":{"structured":1,"pretty":"Packet::destroy","sym":"S_js_typescript_devtools/shared/transport/packets.js/Packet#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/transport/packets.js/Packet#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/transport/packets.js#91"}},"S_js_typescript_devtools/shared/webconsole/l10n.js/l10n.":{"sym":"S_js_typescript_devtools/shared/webconsole/l10n.js/l10n.","pretty":"l10n","meta":{"structured":1,"pretty":"l10n","sym":"S_js_typescript_devtools/shared/webconsole/l10n.js/l10n.","js_sym":"#l10n","type_pretty":"any; }","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/webconsole/l10n.js#14"}},"S_js_typescript_editor.js/Editor#destroy().":{"sym":"S_js_typescript_editor.js/Editor#destroy().","pretty":"Editor::destroy","meta":{"structured":1,"pretty":"Editor::destroy","sym":"S_js_typescript_editor.js/Editor#destroy().","js_sym":"#destroy","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#4246"}},"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.darwin.d.ts/InOutParam#typeLiteral3:value.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/InOutParam#typeLiteral3:value.","pretty":"InOutParam::typeLiteral3::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral3::value","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/InOutParam#typeLiteral3:value.","js_sym":"#value","type_pretty":"T","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.darwin.d.ts#330"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/OutParam#typeLiteral4:value.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/OutParam#typeLiteral4:value.","pretty":"OutParam::typeLiteral4::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral4::value","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/OutParam#typeLiteral4:value.","js_sym":"#value","type_pretty":"T | 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.darwin.d.ts#333"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIMacFinderProgress#init().":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIMacFinderProgress#init().","pretty":"nsIMacFinderProgress::init","meta":{"structured":1,"pretty":"nsIMacFinderProgress::init","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIMacFinderProgress#init().","js_sym":"#init","type_pretty":"nsIMacFinderProgressCanceledCallback) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIMacFinderProgress#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIMacFinderProgress_init"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.darwin.d.ts#116"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIStandaloneNativeMenu#init().":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIStandaloneNativeMenu#init().","pretty":"nsIStandaloneNativeMenu::init","meta":{"structured":1,"pretty":"nsIStandaloneNativeMenu::init","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIStandaloneNativeMenu#init().","js_sym":"#init","type_pretty":"Element) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsIStandaloneNativeMenu#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIStandaloneNativeMenu_init"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.darwin.d.ts#166"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#document.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#document.","pretty":"nsITouchBarHelper::document","meta":{"structured":1,"pretty":"nsITouchBarHelper::document","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#document.","js_sym":"#document","type_pretty":"Document","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITouchBarHelper_document"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.darwin.d.ts#213"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().","pretty":"AccessibleNode::is","meta":{"structured":1,"pretty":"AccessibleNode::is","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().","js_sym":"#is","type_pretty":"string[]) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AccessibleNode_is"},"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#8142"}},"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/AnimationPropertyValueDetails#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AnimationPropertyValueDetails#value.","pretty":"AnimationPropertyValueDetails::value","meta":{"structured":1,"pretty":"AnimationPropertyValueDetails::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AnimationPropertyValueDetails#value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AnimationPropertyValueDetails#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AnimationPropertyValueDetails_value"},"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#120"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#value.","pretty":"Attr::value","meta":{"structured":1,"pretty":"Attr::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Attr_value"},"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#8448"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#value.","pretty":"AttributeNameValue::value","meta":{"structured":1,"pretty":"AttributeNameValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AttributeNameValue_value"},"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#137"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBuffer#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBuffer#length.","pretty":"AudioBuffer::length","meta":{"structured":1,"pretty":"AudioBuffer::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBuffer#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBuffer#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AudioBuffer_length"},"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#8463"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBufferOptions#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBufferOptions#length.","pretty":"AudioBufferOptions::length","meta":{"structured":1,"pretty":"AudioBufferOptions::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBufferOptions#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioBufferOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AudioBufferOptions_length"},"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#142"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#value.","pretty":"AudioParam::value","meta":{"structured":1,"pretty":"AudioParam::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AudioParam_value"},"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#8743"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioTrackList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioTrackList#length.","pretty":"AudioTrackList::length","meta":{"structured":1,"pretty":"AudioTrackList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioTrackList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioTrackList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AudioTrackList_length"},"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#8877"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeyframesRule#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeyframesRule#length.","pretty":"CSSKeyframesRule::length","meta":{"structured":1,"pretty":"CSSKeyframesRule::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeyframesRule#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeyframesRule#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSKeyframesRule_length"},"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#9821"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#value.","pretty":"CSSKeywordValue::value","meta":{"structured":1,"pretty":"CSSKeywordValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSKeywordValue_value"},"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#9843"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#value.","pretty":"CSSMathClamp::value","meta":{"structured":1,"pretty":"CSSMathClamp::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#value.","js_sym":"#value","type_pretty":"CSSNumericValue","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSMathClamp_value"},"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#9939"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#value.","pretty":"CSSMathInvert::value","meta":{"structured":1,"pretty":"CSSMathInvert::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#value.","js_sym":"#value","type_pretty":"CSSNumericValue","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSMathInvert_value"},"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#9952"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#value.","pretty":"CSSMathNegate::value","meta":{"structured":1,"pretty":"CSSMathNegate::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#value.","js_sym":"#value","type_pretty":"CSSNumericValue","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSMathNegate_value"},"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#9991"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericArray#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericArray#length.","pretty":"CSSNumericArray::length","meta":{"structured":1,"pretty":"CSSNumericArray::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericArray#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericArray#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSNumericArray_length"},"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#10108"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericType#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericType#length.","pretty":"CSSNumericType::length","meta":{"structured":1,"pretty":"CSSNumericType::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericType#length.","js_sym":"#length","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericType#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSNumericType_length"},"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#564"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPerspective#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPerspective#length.","pretty":"CSSPerspective::length","meta":{"structured":1,"pretty":"CSSPerspective::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPerspective#length.","js_sym":"#length","type_pretty":"CSSPerspectiveValue","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPerspective#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSPerspective_length"},"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#10235"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRuleList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRuleList#length.","pretty":"CSSRuleList::length","meta":{"structured":1,"pretty":"CSSRuleList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRuleList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRuleList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSRuleList_length"},"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#10499"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleDeclaration#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleDeclaration#length.","pretty":"CSSStyleDeclaration::length","meta":{"structured":1,"pretty":"CSSStyleDeclaration::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleDeclaration#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleDeclaration#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleDeclaration_length"},"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#10601"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#content.","pretty":"CSSStyleProperties::content","meta":{"structured":1,"pretty":"CSSStyleProperties::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#content.","js_sym":"#content","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleProperties_content"},"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#11045"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSTransformValue#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSTransformValue#length.","pretty":"CSSTransformValue::length","meta":{"structured":1,"pretty":"CSSTransformValue::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSTransformValue#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSTransformValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSTransformValue_length"},"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#12002"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#value.","pretty":"CSSUnitValue::value","meta":{"structured":1,"pretty":"CSSUnitValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSUnitValue_value"},"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#12055"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnparsedValue#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnparsedValue#length.","pretty":"CSSUnparsedValue::length","meta":{"structured":1,"pretty":"CSSUnparsedValue::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnparsedValue#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnparsedValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSUnparsedValue_length"},"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#12068"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CanonicalBrowsingContext#currentURI.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CanonicalBrowsingContext#currentURI.","pretty":"CanonicalBrowsingContext::currentURI","meta":{"structured":1,"pretty":"CanonicalBrowsingContext::currentURI","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CanonicalBrowsingContext#currentURI.","js_sym":"#currentURI","type_pretty":"nsIURI | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CanonicalBrowsingContext#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CanonicalBrowsingContext_currentURI"},"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#12180"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CharacterData#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CharacterData#length.","pretty":"CharacterData::length","meta":{"structured":1,"pretty":"CharacterData::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CharacterData#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CharacterData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CharacterData_length"},"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#12762"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/importESModule().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/importESModule().","pretty":"importESModule","meta":{"structured":1,"pretty":"importESModule","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/importESModule().","js_sym":"#importESModule","type_pretty":"any","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ChromeUtils_importESModule"},"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#42776"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CloseWatcher#destroy().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CloseWatcher#destroy().","pretty":"CloseWatcher::destroy","meta":{"structured":1,"pretty":"CloseWatcher::destroy","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CloseWatcher#destroy().","js_sym":"#destroy","type_pretty":"(method) destroy() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CloseWatcher#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CloseWatcher_destroy"},"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#12996"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogAnalyzer#init().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogAnalyzer#init().","pretty":"CollectorLogAnalyzer::init","meta":{"structured":1,"pretty":"CollectorLogAnalyzer::init","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogAnalyzer#init().","js_sym":"#init","type_pretty":"(method) init() => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogAnalyzer#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CollectorLogAnalyzer_init"},"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#13023"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogRootPath#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogRootPath#path.","pretty":"CollectorLogRootPath::path","meta":{"structured":1,"pretty":"CollectorLogRootPath::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogRootPath#path.","js_sym":"#path","type_pretty":"CollectorLogEdge[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogRootPath#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CollectorLogRootPath_path"},"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#812"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogWeakMapPath#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogWeakMapPath#path.","pretty":"CollectorLogWeakMapPath::path","meta":{"structured":1,"pretty":"CollectorLogWeakMapPath::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogWeakMapPath#path.","js_sym":"#path","type_pretty":"CollectorLogEdge[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectorLogWeakMapPath#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CollectorLogWeakMapPath_path"},"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#821"}},"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/ContentFrameMessageManager#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#content.","pretty":"ContentFrameMessageManager::content","meta":{"structured":1,"pretty":"ContentFrameMessageManager::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#content.","js_sym":"#content","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ContentFrameMessageManager_content"},"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#13180"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#path.","pretty":"CookieInit::path","meta":{"structured":1,"pretty":"CookieInit::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CookieInit_path"},"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#956"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#value.","pretty":"CookieInit::value","meta":{"structured":1,"pretty":"CookieInit::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CookieInit_value"},"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#960"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#value.","pretty":"CookieListItem::value","meta":{"structured":1,"pretty":"CookieListItem::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CookieListItem_value"},"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#967"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieStoreDeleteOptions#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieStoreDeleteOptions#path.","pretty":"CookieStoreDeleteOptions::path","meta":{"structured":1,"pretty":"CookieStoreDeleteOptions::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieStoreDeleteOptions#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieStoreDeleteOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CookieStoreDeleteOptions_path"},"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#978"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectList#length.","pretty":"DOMRectList::length","meta":{"structured":1,"pretty":"DOMRectList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMRectList_length"},"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#13963"}},"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/DOMStringList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#length.","pretty":"DOMStringList::length","meta":{"structured":1,"pretty":"DOMStringList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMStringList_length"},"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#14010"}},"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/DOMTokenList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#length.","pretty":"DOMTokenList::length","meta":{"structured":1,"pretty":"DOMTokenList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMTokenList_length"},"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#14039"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#value.","pretty":"DOMTokenList::value","meta":{"structured":1,"pretty":"DOMTokenList::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMTokenList_value"},"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#14041"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItemList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItemList#length.","pretty":"DataTransferItemList::length","meta":{"structured":1,"pretty":"DataTransferItemList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItemList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItemList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DataTransferItemList_length"},"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#14151"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#value.","pretty":"DeviceLightEvent::value","meta":{"structured":1,"pretty":"DeviceLightEvent::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DeviceLightEvent_value"},"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#14258"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#value.","pretty":"DeviceLightEventInit::value","meta":{"structured":1,"pretty":"DeviceLightEventInit::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#value.","js_sym":"#value","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DeviceLightEventInit_value"},"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#1189"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Directory#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Directory#path.","pretty":"Directory::path","meta":{"structured":1,"pretty":"Directory::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Directory#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Directory#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Directory_path"},"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#14347"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#defaultView.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#defaultView.","pretty":"Document::defaultView","meta":{"structured":1,"pretty":"Document::defaultView","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#defaultView.","js_sym":"#defaultView","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Document_defaultView"},"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#14413"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#documentElement.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#documentElement.","pretty":"Document::documentElement","meta":{"structured":1,"pretty":"Document::documentElement","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#documentElement.","js_sym":"#documentElement","type_pretty":"Element | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Document_documentElement"},"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#14425"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#l10n.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#l10n.","pretty":"Document::l10n","meta":{"structured":1,"pretty":"Document::l10n","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#l10n.","js_sym":"#l10n","type_pretty":"DocumentL10n | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Document_l10n"},"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#14481"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentOrShadowRoot#activeElement.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentOrShadowRoot#activeElement.","pretty":"DocumentOrShadowRoot::activeElement","meta":{"structured":1,"pretty":"DocumentOrShadowRoot::activeElement","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentOrShadowRoot#activeElement.","js_sym":"#activeElement","type_pretty":"Element | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentOrShadowRoot#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DocumentOrShadowRoot_activeElement"},"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#14875"}},"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/Element#matches().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#matches().","pretty":"Element::matches","meta":{"structured":1,"pretty":"Element::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#matches().","js_sym":"#matches","type_pretty":"boolean; }","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Element_matches"},"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/ElementCreationOptions#is.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.","pretty":"ElementCreationOptions::is","meta":{"structured":1,"pretty":"ElementCreationOptions::is","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.","js_sym":"#is","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ElementCreationOptions_is"},"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#1395"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#path.","pretty":"FileInfo::path","meta":{"structured":1,"pretty":"FileInfo::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FileInfo_path"},"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#1574"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FileList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileList#length.","pretty":"FileList::length","meta":{"structured":1,"pretty":"FileList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FileList_length"},"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#15923"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemEntry#isFile.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemEntry#isFile.","pretty":"FileSystemEntry::isFile","meta":{"structured":1,"pretty":"FileSystemEntry::isFile","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemEntry#isFile.","js_sym":"#isFile","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemEntry#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FileSystemEntry_isFile"},"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#16085"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemFileEntry#file().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemFileEntry#file().","pretty":"FileSystemFileEntry::file","meta":{"structured":1,"pretty":"FileSystemFileEntry::file","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemFileEntry#file().","js_sym":"#file","type_pretty":"ErrorCallback | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileSystemFileEntry#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FileSystemFileEntry_file"},"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#16102"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#value.","pretty":"FluentBundleIteratorResult::value","meta":{"structured":1,"pretty":"FluentBundleIteratorResult::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#value.","js_sym":"#value","type_pretty":"FluentBundle | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FluentBundleIteratorResult_value"},"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#1629"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#value.","pretty":"FluentMessage::value","meta":{"structured":1,"pretty":"FluentMessage::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#value.","js_sym":"#value","type_pretty":"FluentPattern | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FluentMessage_value"},"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#1643"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#value.","pretty":"FontFaceSetIteratorResult::value","meta":{"structured":1,"pretty":"FontFaceSetIteratorResult::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FontFaceSetIteratorResult_value"},"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#1700"}},"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/GPUBuffer#destroy().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUBuffer#destroy().","pretty":"GPUBuffer::destroy","meta":{"structured":1,"pretty":"GPUBuffer::destroy","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUBuffer#destroy().","js_sym":"#destroy","type_pretty":"(method) destroy() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUBuffer#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUBuffer_destroy"},"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#16699"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#length.","pretty":"GPUCompilationMessage::length","meta":{"structured":1,"pretty":"GPUCompilationMessage::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUCompilationMessage_length"},"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#16808"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDevice#destroy().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDevice#destroy().","pretty":"GPUDevice::destroy","meta":{"structured":1,"pretty":"GPUDevice::destroy","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDevice#destroy().","js_sym":"#destroy","type_pretty":"(method) destroy() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDevice#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUDevice_destroy"},"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#16924"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#destroy().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#destroy().","pretty":"GPUQuerySet::destroy","meta":{"structured":1,"pretty":"GPUQuerySet::destroy","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#destroy().","js_sym":"#destroy","type_pretty":"(method) destroy() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUQuerySet_destroy"},"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#17072"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#destroy().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#destroy().","pretty":"GPUTexture::destroy","meta":{"structured":1,"pretty":"GPUTexture::destroy","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#destroy().","js_sym":"#destroy","type_pretty":"(method) destroy() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUTexture_destroy"},"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#17351"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#value.","pretty":"GamepadAxisMoveEvent::value","meta":{"structured":1,"pretty":"GamepadAxisMoveEvent::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadAxisMoveEvent_value"},"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#17458"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#value.","pretty":"GamepadAxisMoveEventInit::value","meta":{"structured":1,"pretty":"GamepadAxisMoveEventInit::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#value.","js_sym":"#value","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadAxisMoveEventInit_value"},"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#2286"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#value.","pretty":"GamepadButton::value","meta":{"structured":1,"pretty":"GamepadButton::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadButton_value"},"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#17475"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLines#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLines#length.","pretty":"GridLines::length","meta":{"structured":1,"pretty":"GridLines::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLines#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLines#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GridLines_length"},"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#18543"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTracks#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTracks#length.","pretty":"GridTracks::length","meta":{"structured":1,"pretty":"GridTracks::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTracks#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTracks#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GridTracks_length"},"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#18578"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLAllCollection#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLAllCollection#length.","pretty":"HTMLAllCollection::length","meta":{"structured":1,"pretty":"HTMLAllCollection::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLAllCollection#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLAllCollection#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLAllCollection_length"},"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#18594"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#value.","pretty":"HTMLButtonElement::value","meta":{"structured":1,"pretty":"HTMLButtonElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLButtonElement_value"},"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#18795"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCollectionBase#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCollectionBase#length.","pretty":"HTMLCollectionBase::length","meta":{"structured":1,"pretty":"HTMLCollectionBase::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCollectionBase#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCollectionBase#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLCollection_length"},"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#18853"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#value.","pretty":"HTMLDataElement::value","meta":{"structured":1,"pretty":"HTMLDataElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLDataElement_value"},"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#18891"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().","pretty":"HTMLElement::click","meta":{"structured":1,"pretty":"HTMLElement::click","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().","js_sym":"#click","type_pretty":"(method) click() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click()."],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19082"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#length.","pretty":"HTMLFormElement::length","meta":{"structured":1,"pretty":"HTMLFormElement::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLFormElement_length"},"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#19223"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#value.","pretty":"HTMLInputElement::value","meta":{"structured":1,"pretty":"HTMLInputElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLInputElement_value"},"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#19637"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#value.","pretty":"HTMLLIElement::value","meta":{"structured":1,"pretty":"HTMLLIElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLLIElement_value"},"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#19733"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#content.","pretty":"HTMLMetaElement::content","meta":{"structured":1,"pretty":"HTMLMetaElement::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#content.","js_sym":"#content","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLMetaElement_content"},"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#20128"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#value.","pretty":"HTMLMeterElement::value","meta":{"structured":1,"pretty":"HTMLMeterElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLMeterElement_value"},"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#20165"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#value.","pretty":"HTMLOptionElement::value","meta":{"structured":1,"pretty":"HTMLOptionElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOptionElement_value"},"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#20330"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionsCollection#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionsCollection#length.","pretty":"HTMLOptionsCollection::length","meta":{"structured":1,"pretty":"HTMLOptionsCollection::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionsCollection#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionsCollection#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOptionsCollection_length"},"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#20347"}},"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/HTMLOutputElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#value.","pretty":"HTMLOutputElement::value","meta":{"structured":1,"pretty":"HTMLOutputElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOutputElement_value"},"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#20396"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#value.","pretty":"HTMLParamElement::value","meta":{"structured":1,"pretty":"HTMLParamElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLParamElement_value"},"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#20442"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#value.","pretty":"HTMLProgressElement::value","meta":{"structured":1,"pretty":"HTMLProgressElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLProgressElement_value"},"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#20499"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#textContent.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#textContent.","pretty":"HTMLScriptElement::textContent","meta":{"structured":1,"pretty":"HTMLScriptElement::textContent","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#textContent.","js_sym":"#textContent","type_pretty":"string | TrustedScript | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLScriptElement_textContent"},"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#20562"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#length.","pretty":"HTMLSelectElement::length","meta":{"structured":1,"pretty":"HTMLSelectElement::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLSelectElement_length"},"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#20595"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#value.","pretty":"HTMLSelectElement::value","meta":{"structured":1,"pretty":"HTMLSelectElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLSelectElement_value"},"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#20621"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#content.","pretty":"HTMLTemplateElement::content","meta":{"structured":1,"pretty":"HTMLTemplateElement::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#content.","js_sym":"#content","type_pretty":"DocumentFragment","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTemplateElement_content"},"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#20983"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#value.","pretty":"HTMLTextAreaElement::value","meta":{"structured":1,"pretty":"HTMLTextAreaElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTextAreaElement_value"},"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#21062"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/History#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/History#length.","pretty":"History::length","meta":{"structured":1,"pretty":"History::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/History#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/History#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_History_length"},"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#21365"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#value.","pretty":"IDBCursorWithValue::value","meta":{"structured":1,"pretty":"IDBCursorWithValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_IDBCursorWithValue_value"},"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#21451"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#value.","pretty":"IDBRecord::value","meta":{"structured":1,"pretty":"IDBRecord::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_IDBRecord_value"},"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#21687"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageTrackList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageTrackList#length.","pretty":"ImageTrackList::length","meta":{"structured":1,"pretty":"ImageTrackList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageTrackList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageTrackList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageTrackList_length"},"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#22049"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#value.","pretty":"InspectorCSSToken::value","meta":{"structured":1,"pretty":"InspectorCSSToken::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#value.","js_sym":"#value","type_pretty":"string | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_InspectorCSSToken_value"},"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#2707"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#value.","pretty":"InspectorVariationValue::value","meta":{"structured":1,"pretty":"InspectorVariationValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_InspectorVariationValue_value"},"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#2784"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#document.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#document.","pretty":"JSWindowActorChild::document","meta":{"structured":1,"pretty":"JSWindowActorChild::document","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#document.","js_sym":"#document","type_pretty":"Document | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_JSWindowActorChild_document"},"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#22386"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nFileSourceMockFile#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nFileSourceMockFile#path.","pretty":"L10nFileSourceMockFile::path","meta":{"structured":1,"pretty":"L10nFileSourceMockFile::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nFileSourceMockFile#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nFileSourceMockFile#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_L10nFileSourceMockFile_path"},"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#2872"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#value.","pretty":"L10nMessage::value","meta":{"structured":1,"pretty":"L10nMessage::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#value.","js_sym":"#value","type_pretty":"string | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_L10nMessage_value"},"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#2888"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#content.","pretty":"LlamaChatMessage::content","meta":{"structured":1,"pretty":"LlamaChatMessage::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#content.","js_sym":"#content","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_LlamaChatMessage_content"},"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#2956"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#","pretty":"Localization","meta":{"structured":1,"pretty":"Localization","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#","js_sym":"#Localization","type_pretty":"interface Localization","kind":"class","subsystem":"Core/General","slotOwner":{"slotKind":"class","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Localization"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[{"pretty":"Localization::addResourceIds","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#addResourceIds().","props":[],"args":[]},{"pretty":"Localization::formatMessages","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#formatMessages().","props":[],"args":[]},{"pretty":"Localization::formatMessagesSync","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#formatMessagesSync().","props":[],"args":[]},{"pretty":"Localization::formatValues","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#formatValues().","props":[],"args":[]},{"pretty":"Localization::formatValuesSync","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#formatValuesSync().","props":[],"args":[]},{"pretty":"Localization::removeResourceIds","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#removeResourceIds().","props":[],"args":[]}],"fields":[],"overrides":[],"props":[],"variants":[]}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#formatValueSync().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#formatValueSync().","pretty":"Localization::formatValueSync","meta":{"structured":1,"pretty":"Localization::formatValueSync","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#formatValueSync().","js_sym":"#formatValueSync","type_pretty":"L10nArgs | undefined) => string | null","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Localization_formatValueSync"},"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#23778"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization.","pretty":"Localization","meta":{"structured":1,"pretty":"Localization","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Localization.","js_sym":"#Localization","type_pretty":"interface Localization","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"class","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Localization"},"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#23789"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#content.","pretty":"MLSBytes::content","meta":{"structured":1,"pretty":"MLSBytes::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#content.","js_sym":"#content","type_pretty":"Uint8Array","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MLSBytes_content"},"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#3190"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#content.","pretty":"MLSReceived::content","meta":{"structured":1,"pretty":"MLSReceived::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#content.","js_sym":"#content","type_pretty":"Uint8Array | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MLSReceived_content"},"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#3249"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MatchGlob#matches().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MatchGlob#matches().","pretty":"MatchGlob::matches","meta":{"structured":1,"pretty":"MatchGlob::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MatchGlob#matches().","js_sym":"#matches","type_pretty":"boolean; }","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MatchGlob#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MatchGlob_matches"},"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/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/MediaList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaList#length.","pretty":"MediaList::length","meta":{"structured":1,"pretty":"MediaList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaList_length"},"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#24604"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryList#matches.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryList#matches.","pretty":"MediaQueryList::matches","meta":{"structured":1,"pretty":"MediaQueryList::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryList#matches.","js_sym":"#matches","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaQueryList_matches"},"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#24650"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEvent#matches.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEvent#matches.","pretty":"MediaQueryListEvent::matches","meta":{"structured":1,"pretty":"MediaQueryListEvent::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEvent#matches.","js_sym":"#matches","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaQueryListEvent_matches"},"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#24675"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEventInit#matches.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEventInit#matches.","pretty":"MediaQueryListEventInit::matches","meta":{"structured":1,"pretty":"MediaQueryListEventInit::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEventInit#matches.","js_sym":"#matches","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaQueryListEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaQueryListEventInit_matches"},"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#3529"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeTypeArray#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeTypeArray#length.","pretty":"MimeTypeArray::length","meta":{"structured":1,"pretty":"MimeTypeArray::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeTypeArray#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeTypeArray#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MimeTypeArray_length"},"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#25181"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcher#matches.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcher#matches.","pretty":"MozDocumentMatcher::matches","meta":{"structured":1,"pretty":"MozDocumentMatcher::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcher#matches.","js_sym":"#matches","type_pretty":"MatchPatternSet","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcher#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozDocumentMatcher_matches"},"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#25388"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcherInit#matches.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcherInit#matches.","pretty":"MozDocumentMatcherInit::matches","meta":{"structured":1,"pretty":"MozDocumentMatcherInit::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcherInit#matches.","js_sym":"#matches","type_pretty":"MatchPatternSetOrStringSequence","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozDocumentMatcherInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozDocumentMatcherInit_matches"},"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#3897"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#value.","pretty":"MozHTTPHeader::value","meta":{"structured":1,"pretty":"MozHTTPHeader::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozHTTPHeader_value"},"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#3913"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozImageLoadingContent#currentURI.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozImageLoadingContent#currentURI.","pretty":"MozImageLoadingContent::currentURI","meta":{"structured":1,"pretty":"MozImageLoadingContent::currentURI","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozImageLoadingContent#currentURI.","js_sym":"#currentURI","type_pretty":"nsIURI | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozImageLoadingContent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozImageLoadingContent_currentURI"},"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#25449"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageAsyncStatementParams#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageAsyncStatementParams#length.","pretty":"MozStorageAsyncStatementParams::length","meta":{"structured":1,"pretty":"MozStorageAsyncStatementParams::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageAsyncStatementParams#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageAsyncStatementParams#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozStorageAsyncStatementParams_length"},"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#25529"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageStatementParams#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageStatementParams#length.","pretty":"MozStorageStatementParams::length","meta":{"structured":1,"pretty":"MozStorageStatementParams::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageStatementParams#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozStorageStatementParams#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozStorageStatementParams_length"},"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#25544"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NamedNodeMap#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NamedNodeMap#length.","pretty":"NamedNodeMap::length","meta":{"structured":1,"pretty":"NamedNodeMap::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NamedNodeMap#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NamedNodeMap#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NamedNodeMap_length"},"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#25646"}},"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/Node#textContent.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#textContent.","pretty":"Node::textContent","meta":{"structured":1,"pretty":"Node::textContent","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#textContent.","js_sym":"#textContent","type_pretty":"string | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Node_textContent"},"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#26214"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NodeList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NodeList#length.","pretty":"NodeList::length","meta":{"structured":1,"pretty":"NodeList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NodeList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NodeList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NodeList_length"},"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#26358"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContext#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContext#length.","pretty":"OfflineAudioContext::length","meta":{"structured":1,"pretty":"OfflineAudioContext::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContext#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContext#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_OfflineAudioContext_length"},"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#26567"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContextOptions#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContextOptions#length.","pretty":"OfflineAudioContextOptions::length","meta":{"structured":1,"pretty":"OfflineAudioContextOptions::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContextOptions#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OfflineAudioContextOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_OfflineAudioContextOptions_length"},"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#4148"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PaintRequestList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaintRequestList#length.","pretty":"PaintRequestList::length","meta":{"structured":1,"pretty":"PaintRequestList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaintRequestList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaintRequestList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PaintRequestList_length"},"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#26749"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().","pretty":"ParentNode::querySelector","meta":{"structured":1,"pretty":"ParentNode::querySelector","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().","js_sym":"#querySelector","type_pretty":"MathMLElementTagNameMap[K] | null; ...","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_querySelector"},"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/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/PaymentCurrencyAmount#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaymentCurrencyAmount#value.","pretty":"PaymentCurrencyAmount::value","meta":{"structured":1,"pretty":"PaymentCurrencyAmount::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaymentCurrencyAmount#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaymentCurrencyAmount#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PaymentCurrencyAmount_value"},"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#4345"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Plugin#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Plugin#length.","pretty":"Plugin::length","meta":{"structured":1,"pretty":"Plugin::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Plugin#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Plugin#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Plugin_length"},"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#28075"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PluginArray#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PluginArray#length.","pretty":"PluginArray::length","meta":{"structured":1,"pretty":"PluginArray::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PluginArray#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PluginArray#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PluginArray_length"},"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#28095"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#value.","pretty":"PromiseDebuggingStateHolder::value","meta":{"structured":1,"pretty":"PromiseDebuggingStateHolder::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PromiseDebuggingStateHolder_value"},"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#4961"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#value.","pretty":"RTCDtlsFingerprint::value","meta":{"structured":1,"pretty":"RTCDtlsFingerprint::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCDtlsFingerprint_value"},"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#5307"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#value.","pretty":"RadioNodeList::value","meta":{"structured":1,"pretty":"RadioNodeList::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RadioNodeList_value"},"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#29166"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#value.","pretty":"ReadableStreamReadResult::value","meta":{"structured":1,"pretty":"ReadableStreamReadResult::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ReadableStreamReadResult_value"},"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#6097"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ResourceId#path.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ResourceId#path.","pretty":"ResourceId::path","meta":{"structured":1,"pretty":"ResourceId::path","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ResourceId#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ResourceId#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ResourceId_path"},"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#6213"}},"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/SVGAngle#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAngle#value.","pretty":"SVGAngle::value","meta":{"structured":1,"pretty":"SVGAngle::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAngle#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAngle#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGAngle_value"},"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#29612"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#value.","pretty":"SVGLength::value","meta":{"structured":1,"pretty":"SVGLength::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGLength_value"},"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#31050"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLengthList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLengthList#length.","pretty":"SVGLengthList::length","meta":{"structured":1,"pretty":"SVGLengthList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLengthList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLengthList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGLengthList_length"},"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#31115"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#value.","pretty":"SVGNumber::value","meta":{"structured":1,"pretty":"SVGNumber::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGNumber_value"},"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#31362"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumberList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumberList#length.","pretty":"SVGNumberList::length","meta":{"structured":1,"pretty":"SVGNumberList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumberList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumberList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGNumberList_length"},"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#31375"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPointList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPointList#length.","pretty":"SVGPointList::length","meta":{"structured":1,"pretty":"SVGPointList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPointList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPointList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGPointList_length"},"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#31484"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStringList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStringList#length.","pretty":"SVGStringList::length","meta":{"structured":1,"pretty":"SVGStringList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStringList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStringList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGStringList_length"},"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#31816"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransformList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransformList#length.","pretty":"SVGTransformList::length","meta":{"structured":1,"pretty":"SVGTransformList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransformList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransformList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGTransformList_length"},"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#32142"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SourceBufferList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SourceBufferList#length.","pretty":"SourceBufferList::length","meta":{"structured":1,"pretty":"SourceBufferList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SourceBufferList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SourceBufferList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SourceBufferList_length"},"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#33005"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechGrammarList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechGrammarList#length.","pretty":"SpeechGrammarList::length","meta":{"structured":1,"pretty":"SpeechGrammarList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechGrammarList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechGrammarList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SpeechGrammarList_length"},"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#33042"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResult#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResult#length.","pretty":"SpeechRecognitionResult::length","meta":{"structured":1,"pretty":"SpeechRecognitionResult::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResult#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SpeechRecognitionResult_length"},"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#33226"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResultList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResultList#length.","pretty":"SpeechRecognitionResultList::length","meta":{"structured":1,"pretty":"SpeechRecognitionResultList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResultList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionResultList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SpeechRecognitionResultList_length"},"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#33245"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Storage#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Storage#length.","pretty":"Storage::length","meta":{"structured":1,"pretty":"Storage::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Storage#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Storage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Storage_length"},"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#33441"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheetList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheetList#length.","pretty":"StyleSheetList::length","meta":{"structured":1,"pretty":"StyleSheetList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheetList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheetList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_StyleSheetList_length"},"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#33699"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TestInterfaceIterableSingle#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TestInterfaceIterableSingle#length.","pretty":"TestInterfaceIterableSingle::length","meta":{"structured":1,"pretty":"TestInterfaceIterableSingle::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TestInterfaceIterableSingle#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TestInterfaceIterableSingle#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TestInterfaceIterableSingle_length"},"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#34182"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackCueList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackCueList#length.","pretty":"TextTrackCueList::length","meta":{"structured":1,"pretty":"TextTrackCueList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackCueList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackCueList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TextTrackCueList_length"},"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#34766"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackList#length.","pretty":"TextTrackList::length","meta":{"structured":1,"pretty":"TextTrackList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextTrackList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TextTrackList_length"},"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#34788"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeRanges#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeRanges#length.","pretty":"TimeRanges::length","meta":{"structured":1,"pretty":"TimeRanges::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeRanges#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeRanges#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TimeRanges_length"},"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#34854"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchList#length.","pretty":"TouchList::length","meta":{"structured":1,"pretty":"TouchList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TouchList_length"},"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#34973"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumns#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumns#length.","pretty":"TreeColumns::length","meta":{"structured":1,"pretty":"TreeColumns::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumns#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumns#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TreeColumns_length"},"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#35104"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoTrackList#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoTrackList#length.","pretty":"VideoTrackList::length","meta":{"structured":1,"pretty":"VideoTrackList::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoTrackList#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoTrackList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VideoTrackList_length"},"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#36250"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WebAccessibleResourceInit#matches.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebAccessibleResourceInit#matches.","pretty":"WebAccessibleResourceInit::matches","meta":{"structured":1,"pretty":"WebAccessibleResourceInit::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebAccessibleResourceInit#matches.","js_sym":"#matches","type_pretty":"MatchPatternSetOrStringSequence | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebAccessibleResourceInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WebAccessibleResourceInit_matches"},"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#7354"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#value.","pretty":"WebTransportHash::value","meta":{"structured":1,"pretty":"WebTransportHash::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#value.","js_sym":"#value","type_pretty":"BufferSource","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WebTransportHash_value"},"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#7480"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#content.","pretty":"Window::content","meta":{"structured":1,"pretty":"Window::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#content.","js_sym":"#content","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_content"},"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#40759"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#document.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#document.","pretty":"Window::document","meta":{"structured":1,"pretty":"Window::document","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#document.","js_sym":"#document","type_pretty":"Document | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_document"},"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#40773"}},"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/Window#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#length.","pretty":"Window::length","meta":{"structured":1,"pretty":"Window::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_length"},"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#40806"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowActorOptions#matches.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowActorOptions#matches.","pretty":"WindowActorOptions::matches","meta":{"structured":1,"pretty":"WindowActorOptions::matches","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowActorOptions#matches.","js_sym":"#matches","type_pretty":"string[] | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowActorOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WindowActorOptions_matches"},"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#7598"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XRInputSourceArray#length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRInputSourceArray#length.","pretty":"XRInputSourceArray::length","meta":{"structured":1,"pretty":"XRInputSourceArray::length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRInputSourceArray#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRInputSourceArray#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XRInputSourceArray_length"},"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#41832"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().","pretty":"XULElement::click","meta":{"structured":1,"pretty":"XULElement::click","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().","js_sym":"#click","type_pretty":"(method) click() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULElement_click"},"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#42286"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#value.","pretty":"XULTextElement::value","meta":{"structured":1,"pretty":"XULTextElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULTextElement_value"},"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#42427"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/content.","pretty":"content","meta":{"structured":1,"pretty":"content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/content.","js_sym":"#content","type_pretty":"any","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_content"},"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#43874"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/document.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/document.","pretty":"document","meta":{"structured":1,"pretty":"document","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/document.","js_sym":"#document","type_pretty":"Document | null","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_document"},"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#43888"}},"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.dom.d.ts/length.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/length.","pretty":"length","meta":{"structured":1,"pretty":"length","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_length"},"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#43921"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showClick.GleanEventWithExtras:typeLiteral345:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showClick.GleanEventWithExtras:typeLiteral345:value.","pretty":"GleanImpl::aboutpreferences::typeLiteral342::showClick::GleanEventWithExtras::typeLiteral345::value","meta":{"structured":1,"pretty":"GleanImpl::aboutpreferences::typeLiteral342::showClick::GleanEventWithExtras::typeLiteral345::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showClick.GleanEventWithExtras:typeLiteral345:value.","js_sym":"#value","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#1013"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showHash.GleanEventWithExtras:typeLiteral346:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showHash.GleanEventWithExtras:typeLiteral346:value.","pretty":"GleanImpl::aboutpreferences::typeLiteral342::showHash::GleanEventWithExtras::typeLiteral346::value","meta":{"structured":1,"pretty":"GleanImpl::aboutpreferences::typeLiteral342::showHash::GleanEventWithExtras::typeLiteral346::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showHash.GleanEventWithExtras:typeLiteral346:value.","js_sym":"#value","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#1014"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showInitial.GleanEventWithExtras:typeLiteral347:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showInitial.GleanEventWithExtras:typeLiteral347:value.","pretty":"GleanImpl::aboutpreferences::typeLiteral342::showInitial::GleanEventWithExtras::typeLiteral347::value","meta":{"structured":1,"pretty":"GleanImpl::aboutpreferences::typeLiteral342::showInitial::GleanEventWithExtras::typeLiteral347::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showInitial.GleanEventWithExtras:typeLiteral347:value.","js_sym":"#value","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#1015"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeOther.GleanEventWithExtras:typeLiteral548:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeOther.GleanEventWithExtras:typeLiteral548:value.","pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeOther::GleanEventWithExtras::typeLiteral548::value","meta":{"structured":1,"pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeOther::GleanEventWithExtras::typeLiteral548::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeOther.GleanEventWithExtras:typeLiteral548:value.","js_sym":"#value","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#1639"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeWebrequest.GleanEventWithExtras:typeLiteral549:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeWebrequest.GleanEventWithExtras:typeLiteral549:value.","pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeWebrequest::GleanEventWithExtras::typeLiteral549::value","meta":{"structured":1,"pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeWebrequest::GleanEventWithExtras::typeLiteral549::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeWebrequest.GleanEventWithExtras:typeLiteral549:value.","js_sym":"#value","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#1640"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:addManage.GleanEventWithExtras:typeLiteral996:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:addManage.GleanEventWithExtras:typeLiteral996:value.","pretty":"GleanImpl::address::typeLiteral995::addManage::GleanEventWithExtras::typeLiteral996::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::addManage::GleanEventWithExtras::typeLiteral996::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:addManage.GleanEventWithExtras:typeLiteral996:value.","js_sym":"#value","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#6214"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral997:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral997:value.","pretty":"GleanImpl::address::typeLiteral995::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral997::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral997::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral997:value.","js_sym":"#value","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#6215"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelEditDoorhanger.GleanEventWithExtras:typeLiteral998:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelEditDoorhanger.GleanEventWithExtras:typeLiteral998:value.","pretty":"GleanImpl::address::typeLiteral995::cancelEditDoorhanger::GleanEventWithExtras::typeLiteral998::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::cancelEditDoorhanger::GleanEventWithExtras::typeLiteral998::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelEditDoorhanger.GleanEventWithExtras:typeLiteral998:value.","js_sym":"#value","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#6216"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral999:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral999:value.","pretty":"GleanImpl::address::typeLiteral995::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral999::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral999::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral999:value.","js_sym":"#value","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#6217"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:clearedAddressForm.GleanEventWithExtras:typeLiteral1000:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:clearedAddressForm.GleanEventWithExtras:typeLiteral1000:value.","pretty":"GleanImpl::address::typeLiteral995::clearedAddressForm::GleanEventWithExtras::typeLiteral1000::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::clearedAddressForm::GleanEventWithExtras::typeLiteral1000::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:clearedAddressForm.GleanEventWithExtras:typeLiteral1000:value.","js_sym":"#value","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#6218"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:deleteManage.GleanEventWithExtras:typeLiteral1001:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:deleteManage.GleanEventWithExtras:typeLiteral1001:value.","pretty":"GleanImpl::address::typeLiteral995::deleteManage::GleanEventWithExtras::typeLiteral1001::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::deleteManage::GleanEventWithExtras::typeLiteral1001::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:deleteManage.GleanEventWithExtras:typeLiteral1001:value.","js_sym":"#value","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#6219"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressForm.GleanEventWithExtras:typeLiteral1002:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressForm.GleanEventWithExtras:typeLiteral1002:value.","pretty":"GleanImpl::address::typeLiteral995::detectedAddressForm::GleanEventWithExtras::typeLiteral1002::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::detectedAddressForm::GleanEventWithExtras::typeLiteral1002::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressForm.GleanEventWithExtras:typeLiteral1002:value.","js_sym":"#value","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#6220"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressFormExt.GleanEventWithExtras:typeLiteral1003:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressFormExt.GleanEventWithExtras:typeLiteral1003:value.","pretty":"GleanImpl::address::typeLiteral995::detectedAddressFormExt::GleanEventWithExtras::typeLiteral1003::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::detectedAddressFormExt::GleanEventWithExtras::typeLiteral1003::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressFormExt.GleanEventWithExtras:typeLiteral1003:value.","js_sym":"#value","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#6221"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1004:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1004:value.","pretty":"GleanImpl::address::typeLiteral995::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1004::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1004::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1004:value.","js_sym":"#value","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#6222"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableEditDoorhanger.GleanEventWithExtras:typeLiteral1005:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableEditDoorhanger.GleanEventWithExtras:typeLiteral1005:value.","pretty":"GleanImpl::address::typeLiteral995::disableEditDoorhanger::GleanEventWithExtras::typeLiteral1005::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::disableEditDoorhanger::GleanEventWithExtras::typeLiteral1005::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableEditDoorhanger.GleanEventWithExtras:typeLiteral1005:value.","js_sym":"#value","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#6223"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1006:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1006:value.","pretty":"GleanImpl::address::typeLiteral995::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1006::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1006::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1006:value.","js_sym":"#value","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#6224"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:editManage.GleanEventWithExtras:typeLiteral1007:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:editManage.GleanEventWithExtras:typeLiteral1007:value.","pretty":"GleanImpl::address::typeLiteral995::editManage::GleanEventWithExtras::typeLiteral1007::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::editManage::GleanEventWithExtras::typeLiteral1007::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:editManage.GleanEventWithExtras:typeLiteral1007:value.","js_sym":"#value","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#6225"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressForm.GleanEventWithExtras:typeLiteral1008:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressForm.GleanEventWithExtras:typeLiteral1008:value.","pretty":"GleanImpl::address::typeLiteral995::filledAddressForm::GleanEventWithExtras::typeLiteral1008::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledAddressForm::GleanEventWithExtras::typeLiteral1008::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressForm.GleanEventWithExtras:typeLiteral1008:value.","js_sym":"#value","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#6226"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressFormExt.GleanEventWithExtras:typeLiteral1009:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressFormExt.GleanEventWithExtras:typeLiteral1009:value.","pretty":"GleanImpl::address::typeLiteral995::filledAddressFormExt::GleanEventWithExtras::typeLiteral1009::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledAddressFormExt::GleanEventWithExtras::typeLiteral1009::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressFormExt.GleanEventWithExtras:typeLiteral1009:value.","js_sym":"#value","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#6227"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledModifiedAddressForm.GleanEventWithExtras:typeLiteral1010:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledModifiedAddressForm.GleanEventWithExtras:typeLiteral1010:value.","pretty":"GleanImpl::address::typeLiteral995::filledModifiedAddressForm::GleanEventWithExtras::typeLiteral1010::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledModifiedAddressForm::GleanEventWithExtras::typeLiteral1010::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledModifiedAddressForm.GleanEventWithExtras:typeLiteral1010:value.","js_sym":"#value","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#6228"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledOnFieldsUpdateAddressForm.GleanEventWithExtras:typeLiteral1011:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledOnFieldsUpdateAddressForm.GleanEventWithExtras:typeLiteral1011:value.","pretty":"GleanImpl::address::typeLiteral995::filledOnFieldsUpdateAddressForm::GleanEventWithExtras::typeLiteral1011::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledOnFieldsUpdateAddressForm::GleanEventWithExtras::typeLiteral1011::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledOnFieldsUpdateAddressForm.GleanEventWithExtras:typeLiteral1011:value.","js_sym":"#value","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#6229"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreCaptureDoorhanger.GleanEventWithExtras:typeLiteral1012:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreCaptureDoorhanger.GleanEventWithExtras:typeLiteral1012:value.","pretty":"GleanImpl::address::typeLiteral995::learnMoreCaptureDoorhanger::GleanEventWithExtras::typeLiteral1012::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::learnMoreCaptureDoorhanger::GleanEventWithExtras::typeLiteral1012::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreCaptureDoorhanger.GleanEventWithExtras:typeLiteral1012:value.","js_sym":"#value","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#6230"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreEditDoorhanger.GleanEventWithExtras:typeLiteral1013:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreEditDoorhanger.GleanEventWithExtras:typeLiteral1013:value.","pretty":"GleanImpl::address::typeLiteral995::learnMoreEditDoorhanger::GleanEventWithExtras::typeLiteral1013::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::learnMoreEditDoorhanger::GleanEventWithExtras::typeLiteral1013::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreEditDoorhanger.GleanEventWithExtras:typeLiteral1013:value.","js_sym":"#value","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#6231"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreUpdateDoorhanger.GleanEventWithExtras:typeLiteral1014:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreUpdateDoorhanger.GleanEventWithExtras:typeLiteral1014:value.","pretty":"GleanImpl::address::typeLiteral995::learnMoreUpdateDoorhanger::GleanEventWithExtras::typeLiteral1014::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::learnMoreUpdateDoorhanger::GleanEventWithExtras::typeLiteral1014::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreUpdateDoorhanger.GleanEventWithExtras:typeLiteral1014:value.","js_sym":"#value","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#6232"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:popupShownAddressForm.GleanEventWithExtras:typeLiteral1015:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:popupShownAddressForm.GleanEventWithExtras:typeLiteral1015:value.","pretty":"GleanImpl::address::typeLiteral995::popupShownAddressForm::GleanEventWithExtras::typeLiteral1015::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::popupShownAddressForm::GleanEventWithExtras::typeLiteral1015::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:popupShownAddressForm.GleanEventWithExtras:typeLiteral1015:value.","js_sym":"#value","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#6233"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefCaptureDoorhanger.GleanEventWithExtras:typeLiteral1016:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefCaptureDoorhanger.GleanEventWithExtras:typeLiteral1016:value.","pretty":"GleanImpl::address::typeLiteral995::prefCaptureDoorhanger::GleanEventWithExtras::typeLiteral1016::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::prefCaptureDoorhanger::GleanEventWithExtras::typeLiteral1016::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefCaptureDoorhanger.GleanEventWithExtras:typeLiteral1016:value.","js_sym":"#value","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#6234"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefEditDoorhanger.GleanEventWithExtras:typeLiteral1017:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefEditDoorhanger.GleanEventWithExtras:typeLiteral1017:value.","pretty":"GleanImpl::address::typeLiteral995::prefEditDoorhanger::GleanEventWithExtras::typeLiteral1017::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::prefEditDoorhanger::GleanEventWithExtras::typeLiteral1017::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefEditDoorhanger.GleanEventWithExtras:typeLiteral1017:value.","js_sym":"#value","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#6235"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefUpdateDoorhanger.GleanEventWithExtras:typeLiteral1018:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefUpdateDoorhanger.GleanEventWithExtras:typeLiteral1018:value.","pretty":"GleanImpl::address::typeLiteral995::prefUpdateDoorhanger::GleanEventWithExtras::typeLiteral1018::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::prefUpdateDoorhanger::GleanEventWithExtras::typeLiteral1018::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefUpdateDoorhanger.GleanEventWithExtras:typeLiteral1018:value.","js_sym":"#value","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#6236"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1019:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1019:value.","pretty":"GleanImpl::address::typeLiteral995::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1019::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1019::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1019:value.","js_sym":"#value","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#6237"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveEditDoorhanger.GleanEventWithExtras:typeLiteral1020:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveEditDoorhanger.GleanEventWithExtras:typeLiteral1020:value.","pretty":"GleanImpl::address::typeLiteral995::saveEditDoorhanger::GleanEventWithExtras::typeLiteral1020::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::saveEditDoorhanger::GleanEventWithExtras::typeLiteral1020::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveEditDoorhanger.GleanEventWithExtras:typeLiteral1020:value.","js_sym":"#value","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#6238"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1021:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1021:value.","pretty":"GleanImpl::address::typeLiteral995::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1021::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1021::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1021:value.","js_sym":"#value","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#6239"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1022:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1022:value.","pretty":"GleanImpl::address::typeLiteral995::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1022::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1022::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1022:value.","js_sym":"#value","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#6240"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEditDoorhanger.GleanEventWithExtras:typeLiteral1023:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEditDoorhanger.GleanEventWithExtras:typeLiteral1023:value.","pretty":"GleanImpl::address::typeLiteral995::showEditDoorhanger::GleanEventWithExtras::typeLiteral1023::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showEditDoorhanger::GleanEventWithExtras::typeLiteral1023::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEditDoorhanger.GleanEventWithExtras:typeLiteral1023:value.","js_sym":"#value","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#6241"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEntryManage.GleanEventWithExtras:typeLiteral1024:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEntryManage.GleanEventWithExtras:typeLiteral1024:value.","pretty":"GleanImpl::address::typeLiteral995::showEntryManage::GleanEventWithExtras::typeLiteral1024::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showEntryManage::GleanEventWithExtras::typeLiteral1024::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEntryManage.GleanEventWithExtras:typeLiteral1024:value.","js_sym":"#value","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#6242"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showManage.GleanEventWithExtras:typeLiteral1025:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showManage.GleanEventWithExtras:typeLiteral1025:value.","pretty":"GleanImpl::address::typeLiteral995::showManage::GleanEventWithExtras::typeLiteral1025::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showManage::GleanEventWithExtras::typeLiteral1025::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showManage.GleanEventWithExtras:typeLiteral1025:value.","js_sym":"#value","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#6243"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1026:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1026:value.","pretty":"GleanImpl::address::typeLiteral995::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1026::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1026::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1026:value.","js_sym":"#value","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#6244"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressForm.GleanEventWithExtras:typeLiteral1027:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressForm.GleanEventWithExtras:typeLiteral1027:value.","pretty":"GleanImpl::address::typeLiteral995::submittedAddressForm::GleanEventWithExtras::typeLiteral1027::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::submittedAddressForm::GleanEventWithExtras::typeLiteral1027::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressForm.GleanEventWithExtras:typeLiteral1027:value.","js_sym":"#value","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#6245"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressFormExt.GleanEventWithExtras:typeLiteral1028:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressFormExt.GleanEventWithExtras:typeLiteral1028:value.","pretty":"GleanImpl::address::typeLiteral995::submittedAddressFormExt::GleanEventWithExtras::typeLiteral1028::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::submittedAddressFormExt::GleanEventWithExtras::typeLiteral1028::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressFormExt.GleanEventWithExtras:typeLiteral1028:value.","js_sym":"#value","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#6246"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1029:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1029:value.","pretty":"GleanImpl::address::typeLiteral995::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1029::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1029::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1029:value.","js_sym":"#value","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#6247"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateEditDoorhanger.GleanEventWithExtras:typeLiteral1030:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateEditDoorhanger.GleanEventWithExtras:typeLiteral1030:value.","pretty":"GleanImpl::address::typeLiteral995::updateEditDoorhanger::GleanEventWithExtras::typeLiteral1030::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::updateEditDoorhanger::GleanEventWithExtras::typeLiteral1030::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateEditDoorhanger.GleanEventWithExtras:typeLiteral1030:value.","js_sym":"#value","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#6248"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1031:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1031:value.","pretty":"GleanImpl::address::typeLiteral995::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1031::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1031::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1031:value.","js_sym":"#value","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#6249"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#avif.typeLiteral798:dav1dGetPictureReturnValue.GleanEventWithExtras:typeLiteral799:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#avif.typeLiteral798:dav1dGetPictureReturnValue.GleanEventWithExtras:typeLiteral799:value.","pretty":"GleanImpl::avif::typeLiteral798::dav1dGetPictureReturnValue::GleanEventWithExtras::typeLiteral799::value","meta":{"structured":1,"pretty":"GleanImpl::avif::typeLiteral798::dav1dGetPictureReturnValue::GleanEventWithExtras::typeLiteral799::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#avif.typeLiteral798:dav1dGetPictureReturnValue.GleanEventWithExtras:typeLiteral799:value.","js_sym":"#value","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#5255"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#blocklist.typeLiteral1432:addonBlockChange.GleanEventWithExtras:typeLiteral1433:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#blocklist.typeLiteral1432:addonBlockChange.GleanEventWithExtras:typeLiteral1433:value.","pretty":"GleanImpl::blocklist::typeLiteral1432::addonBlockChange::GleanEventWithExtras::typeLiteral1433::value","meta":{"structured":1,"pretty":"GleanImpl::blocklist::typeLiteral1432::addonBlockChange::GleanEventWithExtras::typeLiteral1433::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#blocklist.typeLiteral1432:addonBlockChange.GleanEventWithExtras:typeLiteral1433:value.","js_sym":"#value","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#7804"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#bookmarksToolbar.typeLiteral339:init.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#bookmarksToolbar.typeLiteral339:init.","pretty":"GleanImpl::bookmarksToolbar::typeLiteral339::init","meta":{"structured":1,"pretty":"GleanImpl::bookmarksToolbar::typeLiteral339::init","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#bookmarksToolbar.typeLiteral339:init.","js_sym":"#init","type_pretty":"GleanTimingDistribution","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#991"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.","pretty":"GleanImpl::contextualServicesTopsites::typeLiteral251::click","meta":{"structured":1,"pretty":"GleanImpl::contextualServicesTopsites::typeLiteral251::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.","js_sym":"#click","type_pretty":"Record","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#839"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:addManage.GleanEventWithExtras:typeLiteral1033:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:addManage.GleanEventWithExtras:typeLiteral1033:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::addManage::GleanEventWithExtras::typeLiteral1033::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::addManage::GleanEventWithExtras::typeLiteral1033::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:addManage.GleanEventWithExtras:typeLiteral1033:value.","js_sym":"#value","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#6253"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1034:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1034:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1034::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1034::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1034:value.","js_sym":"#value","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#6254"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral1035:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral1035:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral1035::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral1035::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral1035:value.","js_sym":"#value","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#6255"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:clearedCcFormV2.GleanEventWithExtras:typeLiteral1036:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:clearedCcFormV2.GleanEventWithExtras:typeLiteral1036:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::clearedCcFormV2::GleanEventWithExtras::typeLiteral1036::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::clearedCcFormV2::GleanEventWithExtras::typeLiteral1036::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:clearedCcFormV2.GleanEventWithExtras:typeLiteral1036:value.","js_sym":"#value","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#6256"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:deleteManage.GleanEventWithExtras:typeLiteral1037:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:deleteManage.GleanEventWithExtras:typeLiteral1037:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::deleteManage::GleanEventWithExtras::typeLiteral1037::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::deleteManage::GleanEventWithExtras::typeLiteral1037::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:deleteManage.GleanEventWithExtras:typeLiteral1037:value.","js_sym":"#value","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#6257"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:detectedCcFormV2.GleanEventWithExtras:typeLiteral1038:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:detectedCcFormV2.GleanEventWithExtras:typeLiteral1038:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::detectedCcFormV2::GleanEventWithExtras::typeLiteral1038::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::detectedCcFormV2::GleanEventWithExtras::typeLiteral1038::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:detectedCcFormV2.GleanEventWithExtras:typeLiteral1038:value.","js_sym":"#value","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#6258"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1039:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1039:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1039::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1039::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1039:value.","js_sym":"#value","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#6260"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1040:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1040:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1040::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1040::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1040:value.","js_sym":"#value","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#6261"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:editManage.GleanEventWithExtras:typeLiteral1041:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:editManage.GleanEventWithExtras:typeLiteral1041:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::editManage::GleanEventWithExtras::typeLiteral1041::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::editManage::GleanEventWithExtras::typeLiteral1041::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:editManage.GleanEventWithExtras:typeLiteral1041:value.","js_sym":"#value","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#6262"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledCcFormV2.GleanEventWithExtras:typeLiteral1042:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledCcFormV2.GleanEventWithExtras:typeLiteral1042:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::filledCcFormV2::GleanEventWithExtras::typeLiteral1042::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::filledCcFormV2::GleanEventWithExtras::typeLiteral1042::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledCcFormV2.GleanEventWithExtras:typeLiteral1042:value.","js_sym":"#value","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#6263"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledModifiedCcFormV2.GleanEventWithExtras:typeLiteral1043:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledModifiedCcFormV2.GleanEventWithExtras:typeLiteral1043:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::filledModifiedCcFormV2::GleanEventWithExtras::typeLiteral1043::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::filledModifiedCcFormV2::GleanEventWithExtras::typeLiteral1043::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledModifiedCcFormV2.GleanEventWithExtras:typeLiteral1043:value.","js_sym":"#value","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#6264"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledOnFieldsUpdateCcFormV2.GleanEventWithExtras:typeLiteral1044:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledOnFieldsUpdateCcFormV2.GleanEventWithExtras:typeLiteral1044:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::filledOnFieldsUpdateCcFormV2::GleanEventWithExtras::typeLiteral1044::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::filledOnFieldsUpdateCcFormV2::GleanEventWithExtras::typeLiteral1044::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledOnFieldsUpdateCcFormV2.GleanEventWithExtras:typeLiteral1044:value.","js_sym":"#value","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#6265"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:popupShownCcFormV2.GleanEventWithExtras:typeLiteral1046:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:popupShownCcFormV2.GleanEventWithExtras:typeLiteral1046:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::popupShownCcFormV2::GleanEventWithExtras::typeLiteral1046::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::popupShownCcFormV2::GleanEventWithExtras::typeLiteral1046::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:popupShownCcFormV2.GleanEventWithExtras:typeLiteral1046:value.","js_sym":"#value","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#6267"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1047:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1047:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1047::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1047::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1047:value.","js_sym":"#value","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#6268"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1048:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1048:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1048::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1048::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1048:value.","js_sym":"#value","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#6269"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1049:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1049:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1049::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1049::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1049:value.","js_sym":"#value","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#6270"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showEntryManage.GleanEventWithExtras:typeLiteral1050:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showEntryManage.GleanEventWithExtras:typeLiteral1050:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showEntryManage::GleanEventWithExtras::typeLiteral1050::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showEntryManage::GleanEventWithExtras::typeLiteral1050::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showEntryManage.GleanEventWithExtras:typeLiteral1050:value.","js_sym":"#value","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#6271"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showManage.GleanEventWithExtras:typeLiteral1051:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showManage.GleanEventWithExtras:typeLiteral1051:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showManage::GleanEventWithExtras::typeLiteral1051::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showManage::GleanEventWithExtras::typeLiteral1051::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showManage.GleanEventWithExtras:typeLiteral1051:value.","js_sym":"#value","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#6272"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1052:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1052:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1052::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1052::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1052:value.","js_sym":"#value","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#6273"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:submittedCcFormV2.GleanEventWithExtras:typeLiteral1053:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:submittedCcFormV2.GleanEventWithExtras:typeLiteral1053:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::submittedCcFormV2::GleanEventWithExtras::typeLiteral1053::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::submittedCcFormV2::GleanEventWithExtras::typeLiteral1053::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:submittedCcFormV2.GleanEventWithExtras:typeLiteral1053:value.","js_sym":"#value","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#6274"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1054:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1054:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1054::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1054::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1054:value.","js_sym":"#value","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#6275"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1055:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1055:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1055::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1055::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1055:value.","js_sym":"#value","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#6276"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateResponsiveDesign::GleanEventWithExtras::typeLiteral606::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateResponsiveDesign::GleanEventWithExtras::typeLiteral606::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:value.","js_sym":"#value","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#1903"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateSplitConsole::GleanEventWithExtras::typeLiteral607::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateSplitConsole::GleanEventWithExtras::typeLiteral607::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:value.","js_sym":"#value","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#1904"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:addBreakpointDebugger.GleanEventWithExtras:typeLiteral608:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:addBreakpointDebugger.GleanEventWithExtras:typeLiteral608:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::addBreakpointDebugger::GleanEventWithExtras::typeLiteral608::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::addBreakpointDebugger::GleanEventWithExtras::typeLiteral608::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:addBreakpointDebugger.GleanEventWithExtras:typeLiteral608:value.","js_sym":"#value","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#1905"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:blackboxDebugger.GleanEventWithExtras:typeLiteral609:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:blackboxDebugger.GleanEventWithExtras:typeLiteral609:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::blackboxDebugger::GleanEventWithExtras::typeLiteral609::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::blackboxDebugger::GleanEventWithExtras::typeLiteral609::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:blackboxDebugger.GleanEventWithExtras:typeLiteral609:value.","js_sym":"#value","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#1906"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeAdbgAboutdebugging::GleanEventWithExtras::typeLiteral610::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeAdbgAboutdebugging::GleanEventWithExtras::typeLiteral610::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:value.","js_sym":"#value","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#1907"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeTools::GleanEventWithExtras::typeLiteral611::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeTools::GleanEventWithExtras::typeLiteral611::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:value.","js_sym":"#value","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#1908"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:connectionAttemptAboutdebugging.GleanEventWithExtras:typeLiteral612:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:connectionAttemptAboutdebugging.GleanEventWithExtras:typeLiteral612:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::connectionAttemptAboutdebugging::GleanEventWithExtras::typeLiteral612::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::connectionAttemptAboutdebugging::GleanEventWithExtras::typeLiteral612::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:connectionAttemptAboutdebugging.GleanEventWithExtras:typeLiteral612:value.","js_sym":"#value","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#1909"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:continueDebugger.GleanEventWithExtras:typeLiteral613:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:continueDebugger.GleanEventWithExtras:typeLiteral613:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::continueDebugger::GleanEventWithExtras::typeLiteral613::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::continueDebugger::GleanEventWithExtras::typeLiteral613::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:continueDebugger.GleanEventWithExtras:typeLiteral613:value.","js_sym":"#value","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#1910"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateResponsiveDesign::GleanEventWithExtras::typeLiteral614::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateResponsiveDesign::GleanEventWithExtras::typeLiteral614::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:value.","js_sym":"#value","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#1911"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateSplitConsole::GleanEventWithExtras::typeLiteral615::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateSplitConsole::GleanEventWithExtras::typeLiteral615::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:value.","js_sym":"#value","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#1912"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceAddedAboutdebugging.GleanEventWithExtras:typeLiteral616:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceAddedAboutdebugging.GleanEventWithExtras:typeLiteral616:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceAddedAboutdebugging::GleanEventWithExtras::typeLiteral616::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceAddedAboutdebugging::GleanEventWithExtras::typeLiteral616::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceAddedAboutdebugging.GleanEventWithExtras:typeLiteral616:value.","js_sym":"#value","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#1913"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceRemovedAboutdebugging.GleanEventWithExtras:typeLiteral617:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceRemovedAboutdebugging.GleanEventWithExtras:typeLiteral617:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceRemovedAboutdebugging::GleanEventWithExtras::typeLiteral617::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceRemovedAboutdebugging::GleanEventWithExtras::typeLiteral617::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceRemovedAboutdebugging.GleanEventWithExtras:typeLiteral617:value.","js_sym":"#value","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#1914"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editHtmlInspector.GleanEventWithExtras:typeLiteral618:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editHtmlInspector.GleanEventWithExtras:typeLiteral618:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::editHtmlInspector::GleanEventWithExtras::typeLiteral618::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::editHtmlInspector::GleanEventWithExtras::typeLiteral618::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editHtmlInspector.GleanEventWithExtras:typeLiteral618:value.","js_sym":"#value","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#1915"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editResendNetmonitor.GleanEventWithExtras:typeLiteral619:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editResendNetmonitor.GleanEventWithExtras:typeLiteral619:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::editResendNetmonitor::GleanEventWithExtras::typeLiteral619::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::editResendNetmonitor::GleanEventWithExtras::typeLiteral619::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editResendNetmonitor.GleanEventWithExtras:typeLiteral619:value.","js_sym":"#value","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#1916"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editRuleRuleview.GleanEventWithExtras:typeLiteral620:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editRuleRuleview.GleanEventWithExtras:typeLiteral620:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::editRuleRuleview::GleanEventWithExtras::typeLiteral620::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::editRuleRuleview::GleanEventWithExtras::typeLiteral620::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editRuleRuleview.GleanEventWithExtras:typeLiteral620:value.","js_sym":"#value","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#1917"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterAccessibility::GleanEventWithExtras::typeLiteral621::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterAccessibility::GleanEventWithExtras::typeLiteral621::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:value.","js_sym":"#value","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#1918"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterApplication::GleanEventWithExtras::typeLiteral622::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterApplication::GleanEventWithExtras::typeLiteral622::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:value.","js_sym":"#value","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#1919"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterDom::GleanEventWithExtras::typeLiteral623::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterDom::GleanEventWithExtras::typeLiteral623::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:value.","js_sym":"#value","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#1920"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterFakeTool4242::GleanEventWithExtras::typeLiteral624::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterFakeTool4242::GleanEventWithExtras::typeLiteral624::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:value.","js_sym":"#value","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#1921"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterInspector::GleanEventWithExtras::typeLiteral625::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterInspector::GleanEventWithExtras::typeLiteral625::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:value.","js_sym":"#value","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#1922"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterJsdebugger::GleanEventWithExtras::typeLiteral626::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterJsdebugger::GleanEventWithExtras::typeLiteral626::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:value.","js_sym":"#value","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#1923"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterMemory::GleanEventWithExtras::typeLiteral627::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterMemory::GleanEventWithExtras::typeLiteral627::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:value.","js_sym":"#value","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#1924"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterNetmonitor::GleanEventWithExtras::typeLiteral628::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterNetmonitor::GleanEventWithExtras::typeLiteral628::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:value.","js_sym":"#value","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#1925"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOptions::GleanEventWithExtras::typeLiteral629::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOptions::GleanEventWithExtras::typeLiteral629::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:value.","js_sym":"#value","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#1926"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOther::GleanEventWithExtras::typeLiteral630::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOther::GleanEventWithExtras::typeLiteral630::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:value.","js_sym":"#value","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#1927"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterPerformance::GleanEventWithExtras::typeLiteral631::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterPerformance::GleanEventWithExtras::typeLiteral631::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:value.","js_sym":"#value","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#1928"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStorage::GleanEventWithExtras::typeLiteral632::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStorage::GleanEventWithExtras::typeLiteral632::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:value.","js_sym":"#value","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#1929"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStyleeditor::GleanEventWithExtras::typeLiteral633::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStyleeditor::GleanEventWithExtras::typeLiteral633::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:value.","js_sym":"#value","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#1930"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestBlankPanel::GleanEventWithExtras::typeLiteral634::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestBlankPanel::GleanEventWithExtras::typeLiteral634::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:value.","js_sym":"#value","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#1931"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool::GleanEventWithExtras::typeLiteral635::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool::GleanEventWithExtras::typeLiteral635::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:value.","js_sym":"#value","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#1932"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool1072208::GleanEventWithExtras::typeLiteral636::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool1072208::GleanEventWithExtras::typeLiteral636::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:value.","js_sym":"#value","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#1933"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool1::GleanEventWithExtras::typeLiteral637::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool1::GleanEventWithExtras::typeLiteral637::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:value.","js_sym":"#value","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#1934"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool2::GleanEventWithExtras::typeLiteral638::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool2::GleanEventWithExtras::typeLiteral638::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:value.","js_sym":"#value","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#1935"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWebconsole::GleanEventWithExtras::typeLiteral639::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWebconsole::GleanEventWithExtras::typeLiteral639::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:value.","js_sym":"#value","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#1936"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWhatsnew::GleanEventWithExtras::typeLiteral640::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWhatsnew::GleanEventWithExtras::typeLiteral640::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:value.","js_sym":"#value","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#1937"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:executeJsWebconsole.GleanEventWithExtras:typeLiteral641:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:executeJsWebconsole.GleanEventWithExtras:typeLiteral641:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::executeJsWebconsole::GleanEventWithExtras::typeLiteral641::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::executeJsWebconsole::GleanEventWithExtras::typeLiteral641::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:executeJsWebconsole.GleanEventWithExtras:typeLiteral641:value.","js_sym":"#value","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#1938"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitAccessibility::GleanEventWithExtras::typeLiteral642::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitAccessibility::GleanEventWithExtras::typeLiteral642::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:value.","js_sym":"#value","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#1939"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitApplication::GleanEventWithExtras::typeLiteral643::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitApplication::GleanEventWithExtras::typeLiteral643::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:value.","js_sym":"#value","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#1940"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitDom::GleanEventWithExtras::typeLiteral644::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitDom::GleanEventWithExtras::typeLiteral644::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:value.","js_sym":"#value","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#1941"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitFakeTool4242::GleanEventWithExtras::typeLiteral645::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitFakeTool4242::GleanEventWithExtras::typeLiteral645::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:value.","js_sym":"#value","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#1942"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitInspector::GleanEventWithExtras::typeLiteral646::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitInspector::GleanEventWithExtras::typeLiteral646::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:value.","js_sym":"#value","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#1943"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitJsdebugger::GleanEventWithExtras::typeLiteral647::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitJsdebugger::GleanEventWithExtras::typeLiteral647::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:value.","js_sym":"#value","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#1944"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitMemory::GleanEventWithExtras::typeLiteral648::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitMemory::GleanEventWithExtras::typeLiteral648::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:value.","js_sym":"#value","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#1945"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitNetmonitor::GleanEventWithExtras::typeLiteral649::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitNetmonitor::GleanEventWithExtras::typeLiteral649::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:value.","js_sym":"#value","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#1946"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOptions::GleanEventWithExtras::typeLiteral650::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOptions::GleanEventWithExtras::typeLiteral650::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:value.","js_sym":"#value","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#1947"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOther::GleanEventWithExtras::typeLiteral651::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOther::GleanEventWithExtras::typeLiteral651::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:value.","js_sym":"#value","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#1948"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitPerformance::GleanEventWithExtras::typeLiteral652::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitPerformance::GleanEventWithExtras::typeLiteral652::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:value.","js_sym":"#value","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#1949"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStorage::GleanEventWithExtras::typeLiteral653::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStorage::GleanEventWithExtras::typeLiteral653::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:value.","js_sym":"#value","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#1950"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStyleeditor::GleanEventWithExtras::typeLiteral654::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStyleeditor::GleanEventWithExtras::typeLiteral654::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:value.","js_sym":"#value","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#1951"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestBlankPanel::GleanEventWithExtras::typeLiteral655::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestBlankPanel::GleanEventWithExtras::typeLiteral655::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:value.","js_sym":"#value","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#1952"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool::GleanEventWithExtras::typeLiteral656::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool::GleanEventWithExtras::typeLiteral656::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:value.","js_sym":"#value","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#1953"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool1072208::GleanEventWithExtras::typeLiteral657::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool1072208::GleanEventWithExtras::typeLiteral657::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:value.","js_sym":"#value","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#1954"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool1::GleanEventWithExtras::typeLiteral658::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool1::GleanEventWithExtras::typeLiteral658::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:value.","js_sym":"#value","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#1955"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool2::GleanEventWithExtras::typeLiteral659::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool2::GleanEventWithExtras::typeLiteral659::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:value.","js_sym":"#value","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#1956"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWebconsole::GleanEventWithExtras::typeLiteral660::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWebconsole::GleanEventWithExtras::typeLiteral660::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:value.","js_sym":"#value","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#1957"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWhatsnew::GleanEventWithExtras::typeLiteral661::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWhatsnew::GleanEventWithExtras::typeLiteral661::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:value.","js_sym":"#value","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#1958"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedNetmonitor.GleanEventWithExtras:typeLiteral662:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedNetmonitor.GleanEventWithExtras:typeLiteral662:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedNetmonitor::GleanEventWithExtras::typeLiteral662::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedNetmonitor::GleanEventWithExtras::typeLiteral662::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedNetmonitor.GleanEventWithExtras:typeLiteral662:value.","js_sym":"#value","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#1959"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedWebconsole.GleanEventWithExtras:typeLiteral663:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedWebconsole.GleanEventWithExtras:typeLiteral663:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedWebconsole::GleanEventWithExtras::typeLiteral663::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedWebconsole::GleanEventWithExtras::typeLiteral663::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedWebconsole.GleanEventWithExtras:typeLiteral663:value.","js_sym":"#value","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#1960"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:inspectAboutdebugging.GleanEventWithExtras:typeLiteral664:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:inspectAboutdebugging.GleanEventWithExtras:typeLiteral664:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::inspectAboutdebugging::GleanEventWithExtras::typeLiteral664::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::inspectAboutdebugging::GleanEventWithExtras::typeLiteral664::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:inspectAboutdebugging.GleanEventWithExtras:typeLiteral664:value.","js_sym":"#value","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#1961"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToDefinitionWebconsole.GleanEventWithExtras:typeLiteral665:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToDefinitionWebconsole.GleanEventWithExtras:typeLiteral665:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToDefinitionWebconsole::GleanEventWithExtras::typeLiteral665::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToDefinitionWebconsole::GleanEventWithExtras::typeLiteral665::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToDefinitionWebconsole.GleanEventWithExtras:typeLiteral665:value.","js_sym":"#value","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#1962"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToSourceWebconsole.GleanEventWithExtras:typeLiteral666:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToSourceWebconsole.GleanEventWithExtras:typeLiteral666:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToSourceWebconsole::GleanEventWithExtras::typeLiteral666::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToSourceWebconsole::GleanEventWithExtras::typeLiteral666::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToSourceWebconsole.GleanEventWithExtras:typeLiteral666:value.","js_sym":"#value","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#1963"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:objectExpandedWebconsole.GleanEventWithExtras:typeLiteral667:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:objectExpandedWebconsole.GleanEventWithExtras:typeLiteral667:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::objectExpandedWebconsole::GleanEventWithExtras::typeLiteral667::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::objectExpandedWebconsole::GleanEventWithExtras::typeLiteral667::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:objectExpandedWebconsole.GleanEventWithExtras:typeLiteral667:value.","js_sym":"#value","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#1964"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::openAdbgAboutdebugging::GleanEventWithExtras::typeLiteral668::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::openAdbgAboutdebugging::GleanEventWithExtras::typeLiteral668::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:value.","js_sym":"#value","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#1965"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::openTools::GleanEventWithExtras::typeLiteral669::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::openTools::GleanEventWithExtras::typeLiteral669::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:value.","js_sym":"#value","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#1966"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseDebugger.GleanEventWithExtras:typeLiteral670:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseDebugger.GleanEventWithExtras:typeLiteral670:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseDebugger::GleanEventWithExtras::typeLiteral670::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseDebugger::GleanEventWithExtras::typeLiteral670::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseDebugger.GleanEventWithExtras:typeLiteral670:value.","js_sym":"#value","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#1967"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseOnExceptionsDebugger.GleanEventWithExtras:typeLiteral671:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseOnExceptionsDebugger.GleanEventWithExtras:typeLiteral671:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseOnExceptionsDebugger::GleanEventWithExtras::typeLiteral671::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseOnExceptionsDebugger::GleanEventWithExtras::typeLiteral671::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseOnExceptionsDebugger.GleanEventWithExtras:typeLiteral671:value.","js_sym":"#value","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#1968"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedNetmonitor.GleanEventWithExtras:typeLiteral672:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedNetmonitor.GleanEventWithExtras:typeLiteral672:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedNetmonitor::GleanEventWithExtras::typeLiteral672::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedNetmonitor::GleanEventWithExtras::typeLiteral672::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedNetmonitor.GleanEventWithExtras:typeLiteral672:value.","js_sym":"#value","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#1969"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedWebconsole.GleanEventWithExtras:typeLiteral673:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedWebconsole.GleanEventWithExtras:typeLiteral673:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedWebconsole::GleanEventWithExtras::typeLiteral673::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedWebconsole::GleanEventWithExtras::typeLiteral673::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedWebconsole.GleanEventWithExtras:typeLiteral673:value.","js_sym":"#value","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#1970"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:prettyPrintDebugger.GleanEventWithExtras:typeLiteral674:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:prettyPrintDebugger.GleanEventWithExtras:typeLiteral674:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::prettyPrintDebugger::GleanEventWithExtras::typeLiteral674::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::prettyPrintDebugger::GleanEventWithExtras::typeLiteral674::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:prettyPrintDebugger.GleanEventWithExtras:typeLiteral674:value.","js_sym":"#value","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#1971"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:removeBreakpointDebugger.GleanEventWithExtras:typeLiteral675:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:removeBreakpointDebugger.GleanEventWithExtras:typeLiteral675:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::removeBreakpointDebugger::GleanEventWithExtras::typeLiteral675::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::removeBreakpointDebugger::GleanEventWithExtras::typeLiteral675::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:removeBreakpointDebugger.GleanEventWithExtras:typeLiteral675:value.","js_sym":"#value","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#1972"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:reverseSearchWebconsole.GleanEventWithExtras:typeLiteral676:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:reverseSearchWebconsole.GleanEventWithExtras:typeLiteral676:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::reverseSearchWebconsole::GleanEventWithExtras::typeLiteral676::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::reverseSearchWebconsole::GleanEventWithExtras::typeLiteral676::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:reverseSearchWebconsole.GleanEventWithExtras:typeLiteral676:value.","js_sym":"#value","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#1973"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeAddedAboutdebugging.GleanEventWithExtras:typeLiteral677:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeAddedAboutdebugging.GleanEventWithExtras:typeLiteral677:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeAddedAboutdebugging::GleanEventWithExtras::typeLiteral677::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeAddedAboutdebugging::GleanEventWithExtras::typeLiteral677::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeAddedAboutdebugging.GleanEventWithExtras:typeLiteral677:value.","js_sym":"#value","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#1974"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeConnectedAboutdebugging.GleanEventWithExtras:typeLiteral678:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeConnectedAboutdebugging.GleanEventWithExtras:typeLiteral678:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeConnectedAboutdebugging::GleanEventWithExtras::typeLiteral678::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeConnectedAboutdebugging::GleanEventWithExtras::typeLiteral678::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeConnectedAboutdebugging.GleanEventWithExtras:typeLiteral678:value.","js_sym":"#value","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#1975"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeDisconnectedAboutdebugging.GleanEventWithExtras:typeLiteral679:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeDisconnectedAboutdebugging.GleanEventWithExtras:typeLiteral679:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeDisconnectedAboutdebugging::GleanEventWithExtras::typeLiteral679::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeDisconnectedAboutdebugging::GleanEventWithExtras::typeLiteral679::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeDisconnectedAboutdebugging.GleanEventWithExtras:typeLiteral679:value.","js_sym":"#value","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#1976"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeRemovedAboutdebugging.GleanEventWithExtras:typeLiteral680:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeRemovedAboutdebugging.GleanEventWithExtras:typeLiteral680:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeRemovedAboutdebugging::GleanEventWithExtras::typeLiteral680::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeRemovedAboutdebugging::GleanEventWithExtras::typeLiteral680::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeRemovedAboutdebugging.GleanEventWithExtras:typeLiteral680:value.","js_sym":"#value","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#1977"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageAboutdebugging.GleanEventWithExtras:typeLiteral681:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageAboutdebugging.GleanEventWithExtras:typeLiteral681:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageAboutdebugging::GleanEventWithExtras::typeLiteral681::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageAboutdebugging::GleanEventWithExtras::typeLiteral681::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageAboutdebugging.GleanEventWithExtras:typeLiteral681:value.","js_sym":"#value","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#1978"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageApplication.GleanEventWithExtras:typeLiteral682:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageApplication.GleanEventWithExtras:typeLiteral682:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageApplication::GleanEventWithExtras::typeLiteral682::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageApplication::GleanEventWithExtras::typeLiteral682::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageApplication.GleanEventWithExtras:typeLiteral682:value.","js_sym":"#value","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#1979"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectWsFrameNetmonitor.GleanEventWithExtras:typeLiteral683:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectWsFrameNetmonitor.GleanEventWithExtras:typeLiteral683:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectWsFrameNetmonitor::GleanEventWithExtras::typeLiteral683::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectWsFrameNetmonitor::GleanEventWithExtras::typeLiteral683::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectWsFrameNetmonitor.GleanEventWithExtras:typeLiteral683:value.","js_sym":"#value","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#1980"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:showProfilerAboutdebugging.GleanEventWithExtras:typeLiteral684:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:showProfilerAboutdebugging.GleanEventWithExtras:typeLiteral684:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::showProfilerAboutdebugging::GleanEventWithExtras::typeLiteral684::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::showProfilerAboutdebugging::GleanEventWithExtras::typeLiteral684::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:showProfilerAboutdebugging.GleanEventWithExtras:typeLiteral684:value.","js_sym":"#value","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#1981"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedInspector.GleanEventWithExtras:typeLiteral685:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedInspector.GleanEventWithExtras:typeLiteral685:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedInspector::GleanEventWithExtras::typeLiteral685::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedInspector::GleanEventWithExtras::typeLiteral685::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedInspector.GleanEventWithExtras:typeLiteral685:value.","js_sym":"#value","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#1982"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedNetmonitor.GleanEventWithExtras:typeLiteral686:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedNetmonitor.GleanEventWithExtras:typeLiteral686:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedNetmonitor::GleanEventWithExtras::typeLiteral686::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedNetmonitor::GleanEventWithExtras::typeLiteral686::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedNetmonitor.GleanEventWithExtras:typeLiteral686:value.","js_sym":"#value","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#1983"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:startWorkerApplication.GleanEventWithExtras:typeLiteral687:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:startWorkerApplication.GleanEventWithExtras:typeLiteral687:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::startWorkerApplication::GleanEventWithExtras::typeLiteral687::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::startWorkerApplication::GleanEventWithExtras::typeLiteral687::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:startWorkerApplication.GleanEventWithExtras:typeLiteral687:value.","js_sym":"#value","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#1984"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:throttleChangedNetmonitor.GleanEventWithExtras:typeLiteral688:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:throttleChangedNetmonitor.GleanEventWithExtras:typeLiteral688:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::throttleChangedNetmonitor::GleanEventWithExtras::typeLiteral688::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::throttleChangedNetmonitor::GleanEventWithExtras::typeLiteral688::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:throttleChangedNetmonitor.GleanEventWithExtras:typeLiteral688:value.","js_sym":"#value","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#1985"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerAnimationinspector.GleanEventWithExtras:typeLiteral689:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerAnimationinspector.GleanEventWithExtras:typeLiteral689:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerAnimationinspector::GleanEventWithExtras::typeLiteral689::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerAnimationinspector::GleanEventWithExtras::typeLiteral689::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerAnimationinspector.GleanEventWithExtras:typeLiteral689:value.","js_sym":"#value","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#1986"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerChangesview.GleanEventWithExtras:typeLiteral690:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerChangesview.GleanEventWithExtras:typeLiteral690:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerChangesview::GleanEventWithExtras::typeLiteral690::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerChangesview::GleanEventWithExtras::typeLiteral690::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerChangesview.GleanEventWithExtras:typeLiteral690:value.","js_sym":"#value","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#1987"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerCompatibilityview.GleanEventWithExtras:typeLiteral691:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerCompatibilityview.GleanEventWithExtras:typeLiteral691:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerCompatibilityview::GleanEventWithExtras::typeLiteral691::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerCompatibilityview::GleanEventWithExtras::typeLiteral691::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerCompatibilityview.GleanEventWithExtras:typeLiteral691:value.","js_sym":"#value","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#1988"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerComputedview.GleanEventWithExtras:typeLiteral692:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerComputedview.GleanEventWithExtras:typeLiteral692:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerComputedview::GleanEventWithExtras::typeLiteral692::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerComputedview::GleanEventWithExtras::typeLiteral692::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerComputedview.GleanEventWithExtras:typeLiteral692:value.","js_sym":"#value","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#1989"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerFontinspector.GleanEventWithExtras:typeLiteral693:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerFontinspector.GleanEventWithExtras:typeLiteral693:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerFontinspector::GleanEventWithExtras::typeLiteral693::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerFontinspector::GleanEventWithExtras::typeLiteral693::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerFontinspector.GleanEventWithExtras:typeLiteral693:value.","js_sym":"#value","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#1990"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerLayoutview.GleanEventWithExtras:typeLiteral694:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerLayoutview.GleanEventWithExtras:typeLiteral694:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerLayoutview::GleanEventWithExtras::typeLiteral694::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerLayoutview::GleanEventWithExtras::typeLiteral694::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerLayoutview.GleanEventWithExtras:typeLiteral694:value.","js_sym":"#value","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#1991"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerRuleview.GleanEventWithExtras:typeLiteral695:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerRuleview.GleanEventWithExtras:typeLiteral695:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerRuleview::GleanEventWithExtras::typeLiteral695::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerRuleview::GleanEventWithExtras::typeLiteral695::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerRuleview.GleanEventWithExtras:typeLiteral695:value.","js_sym":"#value","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#1992"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:unregisterWorkerApplication.GleanEventWithExtras:typeLiteral698:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:unregisterWorkerApplication.GleanEventWithExtras:typeLiteral698:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::unregisterWorkerApplication::GleanEventWithExtras::typeLiteral698::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::unregisterWorkerApplication::GleanEventWithExtras::typeLiteral698::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:unregisterWorkerApplication.GleanEventWithExtras:typeLiteral698:value.","js_sym":"#value","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#1995"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:updateConnPromptAboutdebugging.GleanEventWithExtras:typeLiteral699:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:updateConnPromptAboutdebugging.GleanEventWithExtras:typeLiteral699:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::updateConnPromptAboutdebugging::GleanEventWithExtras::typeLiteral699::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::updateConnPromptAboutdebugging::GleanEventWithExtras::typeLiteral699::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:updateConnPromptAboutdebugging.GleanEventWithExtras:typeLiteral699:value.","js_sym":"#value","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#1996"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:evaluateV2Heuristics.GleanEventWithExtras:typeLiteral970:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:evaluateV2Heuristics.GleanEventWithExtras:typeLiteral970:value.","pretty":"GleanImpl::doh::typeLiteral969::evaluateV2Heuristics::GleanEventWithExtras::typeLiteral970::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::evaluateV2Heuristics::GleanEventWithExtras::typeLiteral970::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:evaluateV2Heuristics.GleanEventWithExtras:typeLiteral970:value.","js_sym":"#value","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#6134"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateDisabled.GleanEventWithExtras:typeLiteral972:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateDisabled.GleanEventWithExtras:typeLiteral972:value.","pretty":"GleanImpl::doh::typeLiteral969::stateDisabled::GleanEventWithExtras::typeLiteral972::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateDisabled::GleanEventWithExtras::typeLiteral972::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateDisabled.GleanEventWithExtras:typeLiteral972:value.","js_sym":"#value","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#6136"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateEnabled.GleanEventWithExtras:typeLiteral973:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateEnabled.GleanEventWithExtras:typeLiteral973:value.","pretty":"GleanImpl::doh::typeLiteral969::stateEnabled::GleanEventWithExtras::typeLiteral973::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateEnabled::GleanEventWithExtras::typeLiteral973::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateEnabled.GleanEventWithExtras:typeLiteral973:value.","js_sym":"#value","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#6137"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateManuallyDisabled.GleanEventWithExtras:typeLiteral974:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateManuallyDisabled.GleanEventWithExtras:typeLiteral974:value.","pretty":"GleanImpl::doh::typeLiteral969::stateManuallyDisabled::GleanEventWithExtras::typeLiteral974::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateManuallyDisabled::GleanEventWithExtras::typeLiteral974::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateManuallyDisabled.GleanEventWithExtras:typeLiteral974:value.","js_sym":"#value","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#6138"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:statePolicyDisabled.GleanEventWithExtras:typeLiteral975:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:statePolicyDisabled.GleanEventWithExtras:typeLiteral975:value.","pretty":"GleanImpl::doh::typeLiteral969::statePolicyDisabled::GleanEventWithExtras::typeLiteral975::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::statePolicyDisabled::GleanEventWithExtras::typeLiteral975::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:statePolicyDisabled.GleanEventWithExtras:typeLiteral975:value.","js_sym":"#value","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#6139"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateRollback.GleanEventWithExtras:typeLiteral976:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateRollback.GleanEventWithExtras:typeLiteral976:value.","pretty":"GleanImpl::doh::typeLiteral969::stateRollback::GleanEventWithExtras::typeLiteral976::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateRollback::GleanEventWithExtras::typeLiteral976::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateRollback.GleanEventWithExtras:typeLiteral976:value.","js_sym":"#value","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#6140"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateShutdown.GleanEventWithExtras:typeLiteral977:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateShutdown.GleanEventWithExtras:typeLiteral977:value.","pretty":"GleanImpl::doh::typeLiteral969::stateShutdown::GleanEventWithExtras::typeLiteral977::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateShutdown::GleanEventWithExtras::typeLiteral977::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateShutdown.GleanEventWithExtras:typeLiteral977:value.","js_sym":"#value","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#6141"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUidisabled.GleanEventWithExtras:typeLiteral978:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUidisabled.GleanEventWithExtras:typeLiteral978:value.","pretty":"GleanImpl::doh::typeLiteral969::stateUidisabled::GleanEventWithExtras::typeLiteral978::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateUidisabled::GleanEventWithExtras::typeLiteral978::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUidisabled.GleanEventWithExtras:typeLiteral978:value.","js_sym":"#value","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#6142"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUiok.GleanEventWithExtras:typeLiteral979:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUiok.GleanEventWithExtras:typeLiteral979:value.","pretty":"GleanImpl::doh::typeLiteral969::stateUiok::GleanEventWithExtras::typeLiteral979::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateUiok::GleanEventWithExtras::typeLiteral979::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUiok.GleanEventWithExtras:typeLiteral979:value.","js_sym":"#value","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#6143"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUninstalled.GleanEventWithExtras:typeLiteral980:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUninstalled.GleanEventWithExtras:typeLiteral980:value.","pretty":"GleanImpl::doh::typeLiteral969::stateUninstalled::GleanEventWithExtras::typeLiteral980::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateUninstalled::GleanEventWithExtras::typeLiteral980::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUninstalled.GleanEventWithExtras:typeLiteral980:value.","js_sym":"#value","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#6144"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#downloads.typeLiteral139:addedFileExtension.GleanEventWithExtras:typeLiteral140:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#downloads.typeLiteral139:addedFileExtension.GleanEventWithExtras:typeLiteral140:value.","pretty":"GleanImpl::downloads::typeLiteral139::addedFileExtension::GleanEventWithExtras::typeLiteral140::value","meta":{"structured":1,"pretty":"GleanImpl::downloads::typeLiteral139::addedFileExtension::GleanEventWithExtras::typeLiteral140::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#downloads.typeLiteral139:addedFileExtension.GleanEventWithExtras:typeLiteral140:value.","js_sym":"#value","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#539"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#formAutocomplete.typeLiteral1184:showLogins.GleanEventWithExtras:typeLiteral1185:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#formAutocomplete.typeLiteral1184:showLogins.GleanEventWithExtras:typeLiteral1185:value.","pretty":"GleanImpl::formAutocomplete::typeLiteral1184::showLogins::GleanEventWithExtras::typeLiteral1185::value","meta":{"structured":1,"pretty":"GleanImpl::formAutocomplete::typeLiteral1184::showLogins::GleanEventWithExtras::typeLiteral1185::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#formAutocomplete.typeLiteral1184:showLogins.GleanEventWithExtras:typeLiteral1185:value.","js_sym":"#value","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#6599"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:connectAccount.GleanEventWithExtras:typeLiteral870:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:connectAccount.GleanEventWithExtras:typeLiteral870:value.","pretty":"GleanImpl::fxa::typeLiteral867::connectAccount::GleanEventWithExtras::typeLiteral870::value","meta":{"structured":1,"pretty":"GleanImpl::fxa::typeLiteral867::connectAccount::GleanEventWithExtras::typeLiteral870::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:connectAccount.GleanEventWithExtras:typeLiteral870:value.","js_sym":"#value","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#5824"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:disconnectAccount.GleanEventWithExtras:typeLiteral871:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:disconnectAccount.GleanEventWithExtras:typeLiteral871:value.","pretty":"GleanImpl::fxa::typeLiteral867::disconnectAccount::GleanEventWithExtras::typeLiteral871::value","meta":{"structured":1,"pretty":"GleanImpl::fxa::typeLiteral867::disconnectAccount::GleanEventWithExtras::typeLiteral871::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:disconnectAccount.GleanEventWithExtras:typeLiteral871:value.","js_sym":"#value","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#5825"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimer.GleanEventWithExtras:typeLiteral168:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimer.GleanEventWithExtras:typeLiteral168:length.","pretty":"GleanImpl::genaiChatbot::typeLiteral163::lengthDisclaimer::GleanEventWithExtras::typeLiteral168::length","meta":{"structured":1,"pretty":"GleanImpl::genaiChatbot::typeLiteral163::lengthDisclaimer::GleanEventWithExtras::typeLiteral168::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimer.GleanEventWithExtras:typeLiteral168:length.","js_sym":"#length","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#587"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiLinkpreview.typeLiteral188:fetch.GleanEventWithExtras:typeLiteral192:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiLinkpreview.typeLiteral188:fetch.GleanEventWithExtras:typeLiteral192:length.","pretty":"GleanImpl::genaiLinkpreview::typeLiteral188::fetch::GleanEventWithExtras::typeLiteral192::length","meta":{"structured":1,"pretty":"GleanImpl::genaiLinkpreview::typeLiteral188::fetch::GleanEventWithExtras::typeLiteral192::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiLinkpreview.typeLiteral188:fetch.GleanEventWithExtras:typeLiteral192:length.","js_sym":"#length","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#621"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#homepage.typeLiteral557:preferenceIgnore.GleanEventWithExtras:typeLiteral558:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#homepage.typeLiteral557:preferenceIgnore.GleanEventWithExtras:typeLiteral558:value.","pretty":"GleanImpl::homepage::typeLiteral557::preferenceIgnore::GleanEventWithExtras::typeLiteral558::value","meta":{"structured":1,"pretty":"GleanImpl::homepage::typeLiteral557::preferenceIgnore::GleanEventWithExtras::typeLiteral558::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#homepage.typeLiteral557:preferenceIgnore.GleanEventWithExtras:typeLiteral558:value.","js_sym":"#value","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#1676"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:acceptDialog.GleanEventWithExtras:typeLiteral349:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:acceptDialog.GleanEventWithExtras:typeLiteral349:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::acceptDialog::GleanEventWithExtras::typeLiteral349::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::acceptDialog::GleanEventWithExtras::typeLiteral349::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:acceptDialog.GleanEventWithExtras:typeLiteral349:value.","js_sym":"#value","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#1019"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:addDialog.GleanEventWithExtras:typeLiteral350:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:addDialog.GleanEventWithExtras:typeLiteral350:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::addDialog::GleanEventWithExtras::typeLiteral350::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::addDialog::GleanEventWithExtras::typeLiteral350::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:addDialog.GleanEventWithExtras:typeLiteral350:value.","js_sym":"#value","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#1020"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:cancelDialog.GleanEventWithExtras:typeLiteral351:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:cancelDialog.GleanEventWithExtras:typeLiteral351:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::cancelDialog::GleanEventWithExtras::typeLiteral351::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::cancelDialog::GleanEventWithExtras::typeLiteral351::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:cancelDialog.GleanEventWithExtras:typeLiteral351:value.","js_sym":"#value","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#1022"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:manageMain.GleanEventWithExtras:typeLiteral352:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:manageMain.GleanEventWithExtras:typeLiteral352:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::manageMain::GleanEventWithExtras::typeLiteral352::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::manageMain::GleanEventWithExtras::typeLiteral352::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:manageMain.GleanEventWithExtras:typeLiteral352:value.","js_sym":"#value","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#1023"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:removeDialog.GleanEventWithExtras:typeLiteral353:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:removeDialog.GleanEventWithExtras:typeLiteral353:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::removeDialog::GleanEventWithExtras::typeLiteral353::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::removeDialog::GleanEventWithExtras::typeLiteral353::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:removeDialog.GleanEventWithExtras:typeLiteral353:value.","js_sym":"#value","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#1024"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:reorderDialog.GleanEventWithExtras:typeLiteral354:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:reorderDialog.GleanEventWithExtras:typeLiteral354:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::reorderDialog::GleanEventWithExtras::typeLiteral354::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::reorderDialog::GleanEventWithExtras::typeLiteral354::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:reorderDialog.GleanEventWithExtras:typeLiteral354:value.","js_sym":"#value","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#1025"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchDialog.GleanEventWithExtras:typeLiteral355:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchDialog.GleanEventWithExtras:typeLiteral355:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchDialog::GleanEventWithExtras::typeLiteral355::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchDialog::GleanEventWithExtras::typeLiteral355::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchDialog.GleanEventWithExtras:typeLiteral355:value.","js_sym":"#value","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#1027"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchMain.GleanEventWithExtras:typeLiteral356:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchMain.GleanEventWithExtras:typeLiteral356:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchMain::GleanEventWithExtras::typeLiteral356::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchMain::GleanEventWithExtras::typeLiteral356::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchMain.GleanEventWithExtras:typeLiteral356:value.","js_sym":"#value","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#1028"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:setFallbackDialog.GleanEventWithExtras:typeLiteral357:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:setFallbackDialog.GleanEventWithExtras:typeLiteral357:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::setFallbackDialog::GleanEventWithExtras::typeLiteral357::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::setFallbackDialog::GleanEventWithExtras::typeLiteral357::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:setFallbackDialog.GleanEventWithExtras:typeLiteral357:value.","js_sym":"#value","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#1029"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadAutofillprofiles.GleanEventWithExtras:typeLiteral1413:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadAutofillprofiles.GleanEventWithExtras:typeLiteral1413:value.","pretty":"GleanImpl::jsonfile::typeLiteral1412::loadAutofillprofiles::GleanEventWithExtras::typeLiteral1413::value","meta":{"structured":1,"pretty":"GleanImpl::jsonfile::typeLiteral1412::loadAutofillprofiles::GleanEventWithExtras::typeLiteral1413::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadAutofillprofiles.GleanEventWithExtras:typeLiteral1413:value.","js_sym":"#value","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#7734"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadLogins.GleanEventWithExtras:typeLiteral1414:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadLogins.GleanEventWithExtras:typeLiteral1414:value.","pretty":"GleanImpl::jsonfile::typeLiteral1412::loadLogins::GleanEventWithExtras::typeLiteral1414::value","meta":{"structured":1,"pretty":"GleanImpl::jsonfile::typeLiteral1412::loadLogins::GleanEventWithExtras::typeLiteral1414::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadLogins.GleanEventWithExtras:typeLiteral1414:value.","js_sym":"#value","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#7735"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#memoryWatcher.typeLiteral1451:onHighMemoryStats.GleanEventWithExtras:typeLiteral1453:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#memoryWatcher.typeLiteral1451:onHighMemoryStats.GleanEventWithExtras:typeLiteral1453:value.","pretty":"GleanImpl::memoryWatcher::typeLiteral1451::onHighMemoryStats::GleanEventWithExtras::typeLiteral1453::value","meta":{"structured":1,"pretty":"GleanImpl::memoryWatcher::typeLiteral1451::onHighMemoryStats::GleanEventWithExtras::typeLiteral1453::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#memoryWatcher.typeLiteral1451:onHighMemoryStats.GleanEventWithExtras:typeLiteral1453:value.","js_sym":"#value","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#8052"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachCfr.GleanEventWithExtras:typeLiteral1087:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachCfr.GleanEventWithExtras:typeLiteral1087:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachCfr::GleanEventWithExtras::typeLiteral1087::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachCfr::GleanEventWithExtras::typeLiteral1087::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachCfr.GleanEventWithExtras:typeLiteral1087:value.","js_sym":"#value","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#6429"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFeatureCallout.GleanEventWithExtras:typeLiteral1088:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFeatureCallout.GleanEventWithExtras:typeLiteral1088:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFeatureCallout::GleanEventWithExtras::typeLiteral1088::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFeatureCallout::GleanEventWithExtras::typeLiteral1088::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFeatureCallout.GleanEventWithExtras:typeLiteral1088:value.","js_sym":"#value","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#6430"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsBmbButton.GleanEventWithExtras:typeLiteral1089:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsBmbButton.GleanEventWithExtras:typeLiteral1089:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsBmbButton::GleanEventWithExtras::typeLiteral1089::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsBmbButton::GleanEventWithExtras::typeLiteral1089::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsBmbButton.GleanEventWithExtras:typeLiteral1089:value.","js_sym":"#value","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#6431"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage.GleanEventWithExtras:typeLiteral1090:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage.GleanEventWithExtras:typeLiteral1090:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage::GleanEventWithExtras::typeLiteral1090::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage::GleanEventWithExtras::typeLiteral1090::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage.GleanEventWithExtras:typeLiteral1090:value.","js_sym":"#value","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#6432"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage1.GleanEventWithExtras:typeLiteral1091:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage1.GleanEventWithExtras:typeLiteral1091:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage1::GleanEventWithExtras::typeLiteral1091::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage1::GleanEventWithExtras::typeLiteral1091::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage1.GleanEventWithExtras:typeLiteral1091:value.","js_sym":"#value","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#6433"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage10.GleanEventWithExtras:typeLiteral1092:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage10.GleanEventWithExtras:typeLiteral1092:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage10::GleanEventWithExtras::typeLiteral1092::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage10::GleanEventWithExtras::typeLiteral1092::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage10.GleanEventWithExtras:typeLiteral1092:value.","js_sym":"#value","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#6434"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage11.GleanEventWithExtras:typeLiteral1093:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage11.GleanEventWithExtras:typeLiteral1093:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage11::GleanEventWithExtras::typeLiteral1093::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage11::GleanEventWithExtras::typeLiteral1093::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage11.GleanEventWithExtras:typeLiteral1093:value.","js_sym":"#value","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#6435"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage12.GleanEventWithExtras:typeLiteral1094:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage12.GleanEventWithExtras:typeLiteral1094:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage12::GleanEventWithExtras::typeLiteral1094::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage12::GleanEventWithExtras::typeLiteral1094::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage12.GleanEventWithExtras:typeLiteral1094:value.","js_sym":"#value","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#6436"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage13.GleanEventWithExtras:typeLiteral1095:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage13.GleanEventWithExtras:typeLiteral1095:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage13::GleanEventWithExtras::typeLiteral1095::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage13::GleanEventWithExtras::typeLiteral1095::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage13.GleanEventWithExtras:typeLiteral1095:value.","js_sym":"#value","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#6437"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage14.GleanEventWithExtras:typeLiteral1096:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage14.GleanEventWithExtras:typeLiteral1096:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage14::GleanEventWithExtras::typeLiteral1096::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage14::GleanEventWithExtras::typeLiteral1096::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage14.GleanEventWithExtras:typeLiteral1096:value.","js_sym":"#value","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#6438"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage15.GleanEventWithExtras:typeLiteral1097:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage15.GleanEventWithExtras:typeLiteral1097:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage15::GleanEventWithExtras::typeLiteral1097::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage15::GleanEventWithExtras::typeLiteral1097::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage15.GleanEventWithExtras:typeLiteral1097:value.","js_sym":"#value","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#6439"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage16.GleanEventWithExtras:typeLiteral1098:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage16.GleanEventWithExtras:typeLiteral1098:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage16::GleanEventWithExtras::typeLiteral1098::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage16::GleanEventWithExtras::typeLiteral1098::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage16.GleanEventWithExtras:typeLiteral1098:value.","js_sym":"#value","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#6440"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage17.GleanEventWithExtras:typeLiteral1099:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage17.GleanEventWithExtras:typeLiteral1099:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage17::GleanEventWithExtras::typeLiteral1099::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage17::GleanEventWithExtras::typeLiteral1099::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage17.GleanEventWithExtras:typeLiteral1099:value.","js_sym":"#value","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#6441"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage18.GleanEventWithExtras:typeLiteral1100:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage18.GleanEventWithExtras:typeLiteral1100:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage18::GleanEventWithExtras::typeLiteral1100::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage18::GleanEventWithExtras::typeLiteral1100::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage18.GleanEventWithExtras:typeLiteral1100:value.","js_sym":"#value","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#6442"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage19.GleanEventWithExtras:typeLiteral1101:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage19.GleanEventWithExtras:typeLiteral1101:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage19::GleanEventWithExtras::typeLiteral1101::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage19::GleanEventWithExtras::typeLiteral1101::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage19.GleanEventWithExtras:typeLiteral1101:value.","js_sym":"#value","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#6443"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage2.GleanEventWithExtras:typeLiteral1102:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage2.GleanEventWithExtras:typeLiteral1102:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage2::GleanEventWithExtras::typeLiteral1102::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage2::GleanEventWithExtras::typeLiteral1102::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage2.GleanEventWithExtras:typeLiteral1102:value.","js_sym":"#value","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#6444"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage20.GleanEventWithExtras:typeLiteral1103:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage20.GleanEventWithExtras:typeLiteral1103:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage20::GleanEventWithExtras::typeLiteral1103::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage20::GleanEventWithExtras::typeLiteral1103::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage20.GleanEventWithExtras:typeLiteral1103:value.","js_sym":"#value","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#6445"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage21.GleanEventWithExtras:typeLiteral1104:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage21.GleanEventWithExtras:typeLiteral1104:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage21::GleanEventWithExtras::typeLiteral1104::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage21::GleanEventWithExtras::typeLiteral1104::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage21.GleanEventWithExtras:typeLiteral1104:value.","js_sym":"#value","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#6446"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage22.GleanEventWithExtras:typeLiteral1105:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage22.GleanEventWithExtras:typeLiteral1105:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage22::GleanEventWithExtras::typeLiteral1105::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage22::GleanEventWithExtras::typeLiteral1105::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage22.GleanEventWithExtras:typeLiteral1105:value.","js_sym":"#value","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#6447"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage23.GleanEventWithExtras:typeLiteral1106:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage23.GleanEventWithExtras:typeLiteral1106:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage23::GleanEventWithExtras::typeLiteral1106::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage23::GleanEventWithExtras::typeLiteral1106::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage23.GleanEventWithExtras:typeLiteral1106:value.","js_sym":"#value","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#6448"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage24.GleanEventWithExtras:typeLiteral1107:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage24.GleanEventWithExtras:typeLiteral1107:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage24::GleanEventWithExtras::typeLiteral1107::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage24::GleanEventWithExtras::typeLiteral1107::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage24.GleanEventWithExtras:typeLiteral1107:value.","js_sym":"#value","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#6449"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage25.GleanEventWithExtras:typeLiteral1108:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage25.GleanEventWithExtras:typeLiteral1108:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage25::GleanEventWithExtras::typeLiteral1108::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage25::GleanEventWithExtras::typeLiteral1108::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage25.GleanEventWithExtras:typeLiteral1108:value.","js_sym":"#value","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#6450"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage3.GleanEventWithExtras:typeLiteral1109:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage3.GleanEventWithExtras:typeLiteral1109:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage3::GleanEventWithExtras::typeLiteral1109::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage3::GleanEventWithExtras::typeLiteral1109::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage3.GleanEventWithExtras:typeLiteral1109:value.","js_sym":"#value","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#6451"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage4.GleanEventWithExtras:typeLiteral1110:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage4.GleanEventWithExtras:typeLiteral1110:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage4::GleanEventWithExtras::typeLiteral1110::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage4::GleanEventWithExtras::typeLiteral1110::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage4.GleanEventWithExtras:typeLiteral1110:value.","js_sym":"#value","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#6452"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage5.GleanEventWithExtras:typeLiteral1111:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage5.GleanEventWithExtras:typeLiteral1111:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage5::GleanEventWithExtras::typeLiteral1111::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage5::GleanEventWithExtras::typeLiteral1111::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage5.GleanEventWithExtras:typeLiteral1111:value.","js_sym":"#value","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#6453"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage6.GleanEventWithExtras:typeLiteral1112:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage6.GleanEventWithExtras:typeLiteral1112:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage6::GleanEventWithExtras::typeLiteral1112::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage6::GleanEventWithExtras::typeLiteral1112::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage6.GleanEventWithExtras:typeLiteral1112:value.","js_sym":"#value","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#6454"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage7.GleanEventWithExtras:typeLiteral1113:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage7.GleanEventWithExtras:typeLiteral1113:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage7::GleanEventWithExtras::typeLiteral1113::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage7::GleanEventWithExtras::typeLiteral1113::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage7.GleanEventWithExtras:typeLiteral1113:value.","js_sym":"#value","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#6455"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage8.GleanEventWithExtras:typeLiteral1114:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage8.GleanEventWithExtras:typeLiteral1114:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage8::GleanEventWithExtras::typeLiteral1114::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage8::GleanEventWithExtras::typeLiteral1114::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage8.GleanEventWithExtras:typeLiteral1114:value.","js_sym":"#value","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#6456"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage9.GleanEventWithExtras:typeLiteral1115:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage9.GleanEventWithExtras:typeLiteral1115:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage9::GleanEventWithExtras::typeLiteral1115::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage9::GleanEventWithExtras::typeLiteral1115::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage9.GleanEventWithExtras:typeLiteral1115:value.","js_sym":"#value","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#6457"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachInfobar.GleanEventWithExtras:typeLiteral1116:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachInfobar.GleanEventWithExtras:typeLiteral1116:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachInfobar::GleanEventWithExtras::typeLiteral1116::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachInfobar::GleanEventWithExtras::typeLiteral1116::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachInfobar.GleanEventWithExtras:typeLiteral1116:value.","js_sym":"#value","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#6458"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachMomentsPage.GleanEventWithExtras:typeLiteral1117:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachMomentsPage.GleanEventWithExtras:typeLiteral1117:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachMomentsPage::GleanEventWithExtras::typeLiteral1117::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachMomentsPage::GleanEventWithExtras::typeLiteral1117::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachMomentsPage.GleanEventWithExtras:typeLiteral1117:value.","js_sym":"#value","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#6459"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachSpotlight.GleanEventWithExtras:typeLiteral1118:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachSpotlight.GleanEventWithExtras:typeLiteral1118:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachSpotlight::GleanEventWithExtras::typeLiteral1118::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachSpotlight::GleanEventWithExtras::typeLiteral1118::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachSpotlight.GleanEventWithExtras:typeLiteral1118:value.","js_sym":"#value","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#6460"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeError.GleanEventWithExtras:typeLiteral1119:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeError.GleanEventWithExtras:typeLiteral1119:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeError::GleanEventWithExtras::typeLiteral1119::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeError::GleanEventWithExtras::typeLiteral1119::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeError.GleanEventWithExtras:typeLiteral1119:value.","js_sym":"#value","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#6461"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeTimeout.GleanEventWithExtras:typeLiteral1120:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeTimeout.GleanEventWithExtras:typeLiteral1120:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeTimeout::GleanEventWithExtras::typeLiteral1120::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeTimeout::GleanEventWithExtras::typeLiteral1120::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeTimeout.GleanEventWithExtras:typeLiteral1120:value.","js_sym":"#value","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#6462"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingSystemAttribution.typeLiteral105:content.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingSystemAttribution.typeLiteral105:content.","pretty":"GleanImpl::messagingSystemAttribution::typeLiteral105::content","meta":{"structured":1,"pretty":"GleanImpl::messagingSystemAttribution::typeLiteral105::content","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingSystemAttribution.typeLiteral105:content.","js_sym":"#content","type_pretty":"GleanString","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#388"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#microsurveyAttribution.typeLiteral107:content.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#microsurveyAttribution.typeLiteral107:content.","pretty":"GleanImpl::microsurveyAttribution::typeLiteral107::content","meta":{"structured":1,"pretty":"GleanImpl::microsurveyAttribution::typeLiteral107::content","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#microsurveyAttribution.typeLiteral107:content.","js_sym":"#content","type_pretty":"GleanString","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#434"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkDns.typeLiteral834:trrConfirmationContext.GleanEventWithExtras:typeLiteral835:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkDns.typeLiteral834:trrConfirmationContext.GleanEventWithExtras:typeLiteral835:value.","pretty":"GleanImpl::networkDns::typeLiteral834::trrConfirmationContext::GleanEventWithExtras::typeLiteral835::value","meta":{"structured":1,"pretty":"GleanImpl::networkDns::typeLiteral834::trrConfirmationContext::GleanEventWithExtras::typeLiteral835::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkDns.typeLiteral834:trrConfirmationContext.GleanEventWithExtras:typeLiteral835:value.","js_sym":"#value","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#5563"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkProxySettings.typeLiteral358:proxyTypePreference.GleanEventWithExtras:typeLiteral359:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkProxySettings.typeLiteral358:proxyTypePreference.GleanEventWithExtras:typeLiteral359:value.","pretty":"GleanImpl::networkProxySettings::typeLiteral358::proxyTypePreference::GleanEventWithExtras::typeLiteral359::value","meta":{"structured":1,"pretty":"GleanImpl::networkProxySettings::typeLiteral358::proxyTypePreference::GleanEventWithExtras::typeLiteral359::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkProxySettings.typeLiteral358:proxyTypePreference.GleanEventWithExtras:typeLiteral359:value.","js_sym":"#value","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#1033"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.","pretty":"GleanImpl::newtabContent::typeLiteral306::click","meta":{"structured":1,"pretty":"GleanImpl::newtabContent::typeLiteral306::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.","js_sym":"#click","type_pretty":"string | ... 1 more ... | 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#930"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.","pretty":"GleanImpl::newtabSearchAd::typeLiteral424::click","meta":{"structured":1,"pretty":"GleanImpl::newtabSearchAd::typeLiteral424::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.","js_sym":"#click","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#1255"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonRollout.GleanEventWithExtras:typeLiteral1156:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonRollout.GleanEventWithExtras:typeLiteral1156:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonRollout::GleanEventWithExtras::typeLiteral1156::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonRollout::GleanEventWithExtras::typeLiteral1156::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonRollout.GleanEventWithExtras:typeLiteral1156:value.","js_sym":"#value","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#6568"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonStudy.GleanEventWithExtras:typeLiteral1157:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonStudy.GleanEventWithExtras:typeLiteral1157:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonStudy::GleanEventWithExtras::typeLiteral1157::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonStudy::GleanEventWithExtras::typeLiteral1157::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonStudy.GleanEventWithExtras:typeLiteral1157:value.","js_sym":"#value","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#6569"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonRollout.GleanEventWithExtras:typeLiteral1158:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonRollout.GleanEventWithExtras:typeLiteral1158:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonRollout::GleanEventWithExtras::typeLiteral1158::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonRollout::GleanEventWithExtras::typeLiteral1158::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonRollout.GleanEventWithExtras:typeLiteral1158:value.","js_sym":"#value","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#6570"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonStudy.GleanEventWithExtras:typeLiteral1159:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonStudy.GleanEventWithExtras:typeLiteral1159:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonStudy::GleanEventWithExtras::typeLiteral1159::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonStudy::GleanEventWithExtras::typeLiteral1159::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonStudy.GleanEventWithExtras:typeLiteral1159:value.","js_sym":"#value","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#6571"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1160:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1160:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1160::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1160::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1160:value.","js_sym":"#value","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#6572"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceRollout.GleanEventWithExtras:typeLiteral1161:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceRollout.GleanEventWithExtras:typeLiteral1161:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceRollout::GleanEventWithExtras::typeLiteral1161::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceRollout::GleanEventWithExtras::typeLiteral1161::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceRollout.GleanEventWithExtras:typeLiteral1161:value.","js_sym":"#value","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#6573"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1162:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1162:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1162::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1162::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1162:value.","js_sym":"#value","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#6574"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollNimbusExperiment.GleanEventWithExtras:typeLiteral1163:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollNimbusExperiment.GleanEventWithExtras:typeLiteral1163:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollNimbusExperiment::GleanEventWithExtras::typeLiteral1163::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollNimbusExperiment::GleanEventWithExtras::typeLiteral1163::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollNimbusExperiment.GleanEventWithExtras:typeLiteral1163:value.","js_sym":"#value","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#6575"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceRollout.GleanEventWithExtras:typeLiteral1164:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceRollout.GleanEventWithExtras:typeLiteral1164:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceRollout::GleanEventWithExtras::typeLiteral1164::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceRollout::GleanEventWithExtras::typeLiteral1164::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceRollout.GleanEventWithExtras:typeLiteral1164:value.","js_sym":"#value","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#6576"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceStudy.GleanEventWithExtras:typeLiteral1165:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceStudy.GleanEventWithExtras:typeLiteral1165:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceStudy::GleanEventWithExtras::typeLiteral1165::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceStudy::GleanEventWithExtras::typeLiteral1165::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceStudy.GleanEventWithExtras:typeLiteral1165:value.","js_sym":"#value","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#6577"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:expPrefChangedPreferenceStudy.GleanEventWithExtras:typeLiteral1166:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:expPrefChangedPreferenceStudy.GleanEventWithExtras:typeLiteral1166:value.","pretty":"GleanImpl::normandy::typeLiteral1154::expPrefChangedPreferenceStudy::GleanEventWithExtras::typeLiteral1166::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::expPrefChangedPreferenceStudy::GleanEventWithExtras::typeLiteral1166::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:expPrefChangedPreferenceStudy.GleanEventWithExtras:typeLiteral1166:value.","js_sym":"#value","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#6578"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:exposeNimbusExperiment.GleanEventWithExtras:typeLiteral1155:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:exposeNimbusExperiment.GleanEventWithExtras:typeLiteral1155:value.","pretty":"GleanImpl::normandy::typeLiteral1154::exposeNimbusExperiment::GleanEventWithExtras::typeLiteral1155::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::exposeNimbusExperiment::GleanEventWithExtras::typeLiteral1155::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:exposeNimbusExperiment.GleanEventWithExtras:typeLiteral1155:value.","js_sym":"#value","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#6567"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:graduatePreferenceRollout.GleanEventWithExtras:typeLiteral1167:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:graduatePreferenceRollout.GleanEventWithExtras:typeLiteral1167:value.","pretty":"GleanImpl::normandy::typeLiteral1154::graduatePreferenceRollout::GleanEventWithExtras::typeLiteral1167::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::graduatePreferenceRollout::GleanEventWithExtras::typeLiteral1167::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:graduatePreferenceRollout.GleanEventWithExtras:typeLiteral1167:value.","js_sym":"#value","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#6579"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonRollback.GleanEventWithExtras:typeLiteral1168:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonRollback.GleanEventWithExtras:typeLiteral1168:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonRollback::GleanEventWithExtras::typeLiteral1168::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonRollback::GleanEventWithExtras::typeLiteral1168::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonRollback.GleanEventWithExtras:typeLiteral1168:value.","js_sym":"#value","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#6580"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonStudy.GleanEventWithExtras:typeLiteral1169:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonStudy.GleanEventWithExtras:typeLiteral1169:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonStudy::GleanEventWithExtras::typeLiteral1169::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonStudy::GleanEventWithExtras::typeLiteral1169::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonStudy.GleanEventWithExtras:typeLiteral1169:value.","js_sym":"#value","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#6581"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedAddonRollback.GleanEventWithExtras:typeLiteral1170:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedAddonRollback.GleanEventWithExtras:typeLiteral1170:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedAddonRollback::GleanEventWithExtras::typeLiteral1170::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedAddonRollback::GleanEventWithExtras::typeLiteral1170::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedAddonRollback.GleanEventWithExtras:typeLiteral1170:value.","js_sym":"#value","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#6582"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1171:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1171:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1171::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1171::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1171:value.","js_sym":"#value","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#6583"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceRollback.GleanEventWithExtras:typeLiteral1172:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceRollback.GleanEventWithExtras:typeLiteral1172:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceRollback::GleanEventWithExtras::typeLiteral1172::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceRollback::GleanEventWithExtras::typeLiteral1172::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceRollback.GleanEventWithExtras:typeLiteral1172:value.","js_sym":"#value","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#6584"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1173:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1173:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1173::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1173::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1173:value.","js_sym":"#value","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#6585"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollNimbusExperiment.GleanEventWithExtras:typeLiteral1174:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollNimbusExperiment.GleanEventWithExtras:typeLiteral1174:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollNimbusExperiment::GleanEventWithExtras::typeLiteral1174::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollNimbusExperiment::GleanEventWithExtras::typeLiteral1174::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollNimbusExperiment.GleanEventWithExtras:typeLiteral1174:value.","js_sym":"#value","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#6586"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceRollback.GleanEventWithExtras:typeLiteral1175:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceRollback.GleanEventWithExtras:typeLiteral1175:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceRollback::GleanEventWithExtras::typeLiteral1175::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceRollback::GleanEventWithExtras::typeLiteral1175::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceRollback.GleanEventWithExtras:typeLiteral1175:value.","js_sym":"#value","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#6587"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceStudy.GleanEventWithExtras:typeLiteral1176:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceStudy.GleanEventWithExtras:typeLiteral1176:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceStudy::GleanEventWithExtras::typeLiteral1176::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceStudy::GleanEventWithExtras::typeLiteral1176::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceStudy.GleanEventWithExtras:typeLiteral1176:value.","js_sym":"#value","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#6588"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonRollout.GleanEventWithExtras:typeLiteral1177:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonRollout.GleanEventWithExtras:typeLiteral1177:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonRollout::GleanEventWithExtras::typeLiteral1177::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonRollout::GleanEventWithExtras::typeLiteral1177::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonRollout.GleanEventWithExtras:typeLiteral1177:value.","js_sym":"#value","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#6589"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonStudy.GleanEventWithExtras:typeLiteral1178:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonStudy.GleanEventWithExtras:typeLiteral1178:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonStudy::GleanEventWithExtras::typeLiteral1178::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonStudy::GleanEventWithExtras::typeLiteral1178::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonStudy.GleanEventWithExtras:typeLiteral1178:value.","js_sym":"#value","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#6590"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonRollout.GleanEventWithExtras:typeLiteral1179:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonRollout.GleanEventWithExtras:typeLiteral1179:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonRollout::GleanEventWithExtras::typeLiteral1179::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonRollout::GleanEventWithExtras::typeLiteral1179::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonRollout.GleanEventWithExtras:typeLiteral1179:value.","js_sym":"#value","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#6591"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonStudy.GleanEventWithExtras:typeLiteral1180:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonStudy.GleanEventWithExtras:typeLiteral1180:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonStudy::GleanEventWithExtras::typeLiteral1180::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonStudy::GleanEventWithExtras::typeLiteral1180::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonStudy.GleanEventWithExtras:typeLiteral1180:value.","js_sym":"#value","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#6592"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateNimbusExperiment.GleanEventWithExtras:typeLiteral1181:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateNimbusExperiment.GleanEventWithExtras:typeLiteral1181:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateNimbusExperiment::GleanEventWithExtras::typeLiteral1181::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateNimbusExperiment::GleanEventWithExtras::typeLiteral1181::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateNimbusExperiment.GleanEventWithExtras:typeLiteral1181:value.","js_sym":"#value","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#6593"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updatePreferenceRollout.GleanEventWithExtras:typeLiteral1182:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updatePreferenceRollout.GleanEventWithExtras:typeLiteral1182:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updatePreferenceRollout::GleanEventWithExtras::typeLiteral1182::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updatePreferenceRollout::GleanEventWithExtras::typeLiteral1182::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updatePreferenceRollout.GleanEventWithExtras:typeLiteral1182:value.","js_sym":"#value","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#6594"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:validationFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1183:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:validationFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1183:value.","pretty":"GleanImpl::normandy::typeLiteral1154::validationFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1183::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::validationFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1183::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:validationFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1183:value.","js_sym":"#value","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#6595"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionAbort.GleanEventWithExtras:typeLiteral567:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionAbort.GleanEventWithExtras:typeLiteral567:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::attributionAbort::GleanEventWithExtras::typeLiteral567::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::attributionAbort::GleanEventWithExtras::typeLiteral567::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionAbort.GleanEventWithExtras:typeLiteral567:value.","js_sym":"#value","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#1709"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionFailure.GleanEventWithExtras:typeLiteral568:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionFailure.GleanEventWithExtras:typeLiteral568:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::attributionFailure::GleanEventWithExtras::typeLiteral568::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::attributionFailure::GleanEventWithExtras::typeLiteral568::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionFailure.GleanEventWithExtras:typeLiteral568:value.","js_sym":"#value","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#1710"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionSuccess.GleanEventWithExtras:typeLiteral569:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionSuccess.GleanEventWithExtras:typeLiteral569:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::attributionSuccess::GleanEventWithExtras::typeLiteral569::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::attributionSuccess::GleanEventWithExtras::typeLiteral569::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionSuccess.GleanEventWithExtras:typeLiteral569:value.","js_sym":"#value","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#1711"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickNewtab.GleanEventWithExtras:typeLiteral570:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickNewtab.GleanEventWithExtras:typeLiteral570:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::clickNewtab::GleanEventWithExtras::typeLiteral570::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::clickNewtab::GleanEventWithExtras::typeLiteral570::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickNewtab.GleanEventWithExtras:typeLiteral570:value.","js_sym":"#value","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#1712"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickUrlbar.GleanEventWithExtras:typeLiteral571:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickUrlbar.GleanEventWithExtras:typeLiteral571:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::clickUrlbar::GleanEventWithExtras::typeLiteral571::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::clickUrlbar::GleanEventWithExtras::typeLiteral571::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickUrlbar.GleanEventWithExtras:typeLiteral571:value.","js_sym":"#value","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#1713"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1065:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1065:value.","pretty":"GleanImpl::passport::typeLiteral1064::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1065::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1065::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1065:value.","js_sym":"#value","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#6300"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:clearedPassportForm.GleanEventWithExtras:typeLiteral1066:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:clearedPassportForm.GleanEventWithExtras:typeLiteral1066:value.","pretty":"GleanImpl::passport::typeLiteral1064::clearedPassportForm::GleanEventWithExtras::typeLiteral1066::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::clearedPassportForm::GleanEventWithExtras::typeLiteral1066::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:clearedPassportForm.GleanEventWithExtras:typeLiteral1066:value.","js_sym":"#value","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#6301"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:detectedPassportForm.GleanEventWithExtras:typeLiteral1067:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:detectedPassportForm.GleanEventWithExtras:typeLiteral1067:value.","pretty":"GleanImpl::passport::typeLiteral1064::detectedPassportForm::GleanEventWithExtras::typeLiteral1067::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::detectedPassportForm::GleanEventWithExtras::typeLiteral1067::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:detectedPassportForm.GleanEventWithExtras:typeLiteral1067:value.","js_sym":"#value","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#6303"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1068:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1068:value.","pretty":"GleanImpl::passport::typeLiteral1064::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1068::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1068::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1068:value.","js_sym":"#value","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#6304"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledModifiedPassportForm.GleanEventWithExtras:typeLiteral1069:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledModifiedPassportForm.GleanEventWithExtras:typeLiteral1069:value.","pretty":"GleanImpl::passport::typeLiteral1064::filledModifiedPassportForm::GleanEventWithExtras::typeLiteral1069::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::filledModifiedPassportForm::GleanEventWithExtras::typeLiteral1069::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledModifiedPassportForm.GleanEventWithExtras:typeLiteral1069:value.","js_sym":"#value","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#6306"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledOnFieldsUpdatePassportForm.GleanEventWithExtras:typeLiteral1070:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledOnFieldsUpdatePassportForm.GleanEventWithExtras:typeLiteral1070:value.","pretty":"GleanImpl::passport::typeLiteral1064::filledOnFieldsUpdatePassportForm::GleanEventWithExtras::typeLiteral1070::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::filledOnFieldsUpdatePassportForm::GleanEventWithExtras::typeLiteral1070::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledOnFieldsUpdatePassportForm.GleanEventWithExtras:typeLiteral1070:value.","js_sym":"#value","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#6307"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledPassportForm.GleanEventWithExtras:typeLiteral1071:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledPassportForm.GleanEventWithExtras:typeLiteral1071:value.","pretty":"GleanImpl::passport::typeLiteral1064::filledPassportForm::GleanEventWithExtras::typeLiteral1071::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::filledPassportForm::GleanEventWithExtras::typeLiteral1071::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledPassportForm.GleanEventWithExtras:typeLiteral1071:value.","js_sym":"#value","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#6308"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:popupShownPassportForm.GleanEventWithExtras:typeLiteral1072:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:popupShownPassportForm.GleanEventWithExtras:typeLiteral1072:value.","pretty":"GleanImpl::passport::typeLiteral1064::popupShownPassportForm::GleanEventWithExtras::typeLiteral1072::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::popupShownPassportForm::GleanEventWithExtras::typeLiteral1072::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:popupShownPassportForm.GleanEventWithExtras:typeLiteral1072:value.","js_sym":"#value","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#6309"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1073:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1073:value.","pretty":"GleanImpl::passport::typeLiteral1064::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1073::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1073::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1073:value.","js_sym":"#value","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#6310"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1074:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1074:value.","pretty":"GleanImpl::passport::typeLiteral1064::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1074::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1074::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1074:value.","js_sym":"#value","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#6311"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:submittedPassportForm.GleanEventWithExtras:typeLiteral1075:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:submittedPassportForm.GleanEventWithExtras:typeLiteral1075:value.","pretty":"GleanImpl::passport::typeLiteral1064::submittedPassportForm::GleanEventWithExtras::typeLiteral1075::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::submittedPassportForm::GleanEventWithExtras::typeLiteral1075::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:submittedPassportForm.GleanEventWithExtras:typeLiteral1075:value.","js_sym":"#value","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#6314"}},"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#pdfjsImageAltText.typeLiteral1239:modelResult.GleanEventWithExtras:typeLiteral1246:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:modelResult.GleanEventWithExtras:typeLiteral1246:length.","pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::modelResult::GleanEventWithExtras::typeLiteral1246::length","meta":{"structured":1,"pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::modelResult::GleanEventWithExtras::typeLiteral1246::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:modelResult.GleanEventWithExtras:typeLiteral1246:length.","js_sym":"#length","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#6736"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:value.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::value","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:value.","js_sym":"#value","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#6773"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:fullscreenPlayer.GleanEventWithExtras:typeLiteral1259:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:fullscreenPlayer.GleanEventWithExtras:typeLiteral1259:value.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::fullscreenPlayer::GleanEventWithExtras::typeLiteral1259::value","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::fullscreenPlayer::GleanEventWithExtras::typeLiteral1259::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:fullscreenPlayer.GleanEventWithExtras:typeLiteral1259:value.","js_sym":"#value","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#6776"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:value.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::value","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:value.","js_sym":"#value","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#6784"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.","pretty":"GleanImpl::pocket::typeLiteral321::click","meta":{"structured":1,"pretty":"GleanImpl::pocket::typeLiteral321::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.","js_sym":"#click","type_pretty":"string | ... 1 more ... | 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#956"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#privacyUiFppClick.typeLiteral360:menu.GleanEventWithExtras:typeLiteral362:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#privacyUiFppClick.typeLiteral360:menu.GleanEventWithExtras:typeLiteral362:value.","pretty":"GleanImpl::privacyUiFppClick::typeLiteral360::menu::GleanEventWithExtras::typeLiteral362::value","meta":{"structured":1,"pretty":"GleanImpl::privacyUiFppClick::typeLiteral360::menu::GleanEventWithExtras::typeLiteral362::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#privacyUiFppClick.typeLiteral360:menu.GleanEventWithExtras:typeLiteral362:value.","js_sym":"#value","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#1038"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:alert.GleanEventWithExtras:typeLiteral379:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:alert.GleanEventWithExtras:typeLiteral379:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::alert::GleanEventWithExtras::typeLiteral379::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::alert::GleanEventWithExtras::typeLiteral379::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:alert.GleanEventWithExtras:typeLiteral379:value.","js_sym":"#value","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#1098"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:avatar.GleanEventWithExtras:typeLiteral380:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:avatar.GleanEventWithExtras:typeLiteral380:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::avatar::GleanEventWithExtras::typeLiteral380::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::avatar::GleanEventWithExtras::typeLiteral380::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:avatar.GleanEventWithExtras:typeLiteral380:value.","js_sym":"#value","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#1099"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:closed.GleanEventWithExtras:typeLiteral381:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:closed.GleanEventWithExtras:typeLiteral381:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::closed::GleanEventWithExtras::typeLiteral381::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::closed::GleanEventWithExtras::typeLiteral381::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:closed.GleanEventWithExtras:typeLiteral381:value.","js_sym":"#value","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#1100"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:shortcut.GleanEventWithExtras:typeLiteral382:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:shortcut.GleanEventWithExtras:typeLiteral382:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::shortcut::GleanEventWithExtras::typeLiteral382::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::shortcut::GleanEventWithExtras::typeLiteral382::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:shortcut.GleanEventWithExtras:typeLiteral382:value.","js_sym":"#value","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#1105"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:theme.GleanEventWithExtras:typeLiteral383:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:theme.GleanEventWithExtras:typeLiteral383:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::theme::GleanEventWithExtras::typeLiteral383::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::theme::GleanEventWithExtras::typeLiteral383::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:theme.GleanEventWithExtras:typeLiteral383:value.","js_sym":"#value","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#1106"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:alert.GleanEventWithExtras:typeLiteral385:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:alert.GleanEventWithExtras:typeLiteral385:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::alert::GleanEventWithExtras::typeLiteral385::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::alert::GleanEventWithExtras::typeLiteral385::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:alert.GleanEventWithExtras:typeLiteral385:value.","js_sym":"#value","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#1110"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:avatar.GleanEventWithExtras:typeLiteral386:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:avatar.GleanEventWithExtras:typeLiteral386:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::avatar::GleanEventWithExtras::typeLiteral386::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::avatar::GleanEventWithExtras::typeLiteral386::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:avatar.GleanEventWithExtras:typeLiteral386:value.","js_sym":"#value","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#1111"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:closed.GleanEventWithExtras:typeLiteral387:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:closed.GleanEventWithExtras:typeLiteral387:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::closed::GleanEventWithExtras::typeLiteral387::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::closed::GleanEventWithExtras::typeLiteral387::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:closed.GleanEventWithExtras:typeLiteral387:value.","js_sym":"#value","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#1112"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:theme.GleanEventWithExtras:typeLiteral388:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:theme.GleanEventWithExtras:typeLiteral388:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::theme::GleanEventWithExtras::typeLiteral388::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::theme::GleanEventWithExtras::typeLiteral388::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:theme.GleanEventWithExtras:typeLiteral388:value.","js_sym":"#value","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#1117"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesSelectorWindow.typeLiteral389:showAtStartup.GleanEventWithExtras:typeLiteral390:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesSelectorWindow.typeLiteral389:showAtStartup.GleanEventWithExtras:typeLiteral390:value.","pretty":"GleanImpl::profilesSelectorWindow::typeLiteral389::showAtStartup::GleanEventWithExtras::typeLiteral390::value","meta":{"structured":1,"pretty":"GleanImpl::profilesSelectorWindow::typeLiteral389::showAtStartup::GleanEventWithExtras::typeLiteral390::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesSelectorWindow.typeLiteral389:showAtStartup.GleanEventWithExtras:typeLiteral390:value.","js_sym":"#value","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#1122"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateMasterPassword.GleanEventWithExtras:typeLiteral1202:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateMasterPassword.GleanEventWithExtras:typeLiteral1202:value.","pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateMasterPassword::GleanEventWithExtras::typeLiteral1202::value","meta":{"structured":1,"pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateMasterPassword::GleanEventWithExtras::typeLiteral1202::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateMasterPassword.GleanEventWithExtras:typeLiteral1202:value.","js_sym":"#value","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#6647"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateOsAuth.GleanEventWithExtras:typeLiteral1203:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateOsAuth.GleanEventWithExtras:typeLiteral1203:value.","pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateOsAuth::GleanEventWithExtras::typeLiteral1203::value","meta":{"structured":1,"pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateOsAuth::GleanEventWithExtras::typeLiteral1203::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateOsAuth.GleanEventWithExtras:typeLiteral1203:value.","js_sym":"#value","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#6648"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedFillUsername.GleanEventWithExtras:typeLiteral1219:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedFillUsername.GleanEventWithExtras:typeLiteral1219:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedFillUsername::GleanEventWithExtras::typeLiteral1219::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedFillUsername::GleanEventWithExtras::typeLiteral1219::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedFillUsername.GleanEventWithExtras:typeLiteral1219:value.","js_sym":"#value","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#6668"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedOfferRelay.GleanEventWithExtras:typeLiteral1220:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedOfferRelay.GleanEventWithExtras:typeLiteral1220:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedOfferRelay::GleanEventWithExtras::typeLiteral1220::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedOfferRelay::GleanEventWithExtras::typeLiteral1220::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedOfferRelay.GleanEventWithExtras:typeLiteral1220:value.","js_sym":"#value","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#6669"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:disabledOptInPanel.GleanEventWithExtras:typeLiteral1221:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:disabledOptInPanel.GleanEventWithExtras:typeLiteral1221:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::disabledOptInPanel::GleanEventWithExtras::typeLiteral1221::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::disabledOptInPanel::GleanEventWithExtras::typeLiteral1221::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:disabledOptInPanel.GleanEventWithExtras:typeLiteral1221:value.","js_sym":"#value","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#6670"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:enabledOptInPanel.GleanEventWithExtras:typeLiteral1222:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:enabledOptInPanel.GleanEventWithExtras:typeLiteral1222:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::enabledOptInPanel::GleanEventWithExtras::typeLiteral1222::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::enabledOptInPanel::GleanEventWithExtras::typeLiteral1222::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:enabledOptInPanel.GleanEventWithExtras:typeLiteral1222:value.","js_sym":"#value","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#6672"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:getUnlimitedMasksReusePanel.GleanEventWithExtras:typeLiteral1223:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:getUnlimitedMasksReusePanel.GleanEventWithExtras:typeLiteral1223:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::getUnlimitedMasksReusePanel::GleanEventWithExtras::typeLiteral1223::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::getUnlimitedMasksReusePanel::GleanEventWithExtras::typeLiteral1223::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:getUnlimitedMasksReusePanel.GleanEventWithExtras:typeLiteral1223:value.","js_sym":"#value","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#6674"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:placedEmailMask.GleanEventWithExtras:typeLiteral1224:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:placedEmailMask.GleanEventWithExtras:typeLiteral1224:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::placedEmailMask::GleanEventWithExtras::typeLiteral1224::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::placedEmailMask::GleanEventWithExtras::typeLiteral1224::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:placedEmailMask.GleanEventWithExtras:typeLiteral1224:value.","js_sym":"#value","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#6675"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:postponedOptInPanel.GleanEventWithExtras:typeLiteral1225:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:postponedOptInPanel.GleanEventWithExtras:typeLiteral1225:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::postponedOptInPanel::GleanEventWithExtras::typeLiteral1225::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::postponedOptInPanel::GleanEventWithExtras::typeLiteral1225::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:postponedOptInPanel.GleanEventWithExtras:typeLiteral1225:value.","js_sym":"#value","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#6676"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:reuseMaskReusePanel.GleanEventWithExtras:typeLiteral1226:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:reuseMaskReusePanel.GleanEventWithExtras:typeLiteral1226:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::reuseMaskReusePanel::GleanEventWithExtras::typeLiteral1226::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::reuseMaskReusePanel::GleanEventWithExtras::typeLiteral1226::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:reuseMaskReusePanel.GleanEventWithExtras:typeLiteral1226:value.","js_sym":"#value","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#6677"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownFillUsername.GleanEventWithExtras:typeLiteral1227:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownFillUsername.GleanEventWithExtras:typeLiteral1227:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownFillUsername::GleanEventWithExtras::typeLiteral1227::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownFillUsername::GleanEventWithExtras::typeLiteral1227::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownFillUsername.GleanEventWithExtras:typeLiteral1227:value.","js_sym":"#value","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#6678"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOfferRelay.GleanEventWithExtras:typeLiteral1228:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOfferRelay.GleanEventWithExtras:typeLiteral1228:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOfferRelay::GleanEventWithExtras::typeLiteral1228::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOfferRelay::GleanEventWithExtras::typeLiteral1228::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOfferRelay.GleanEventWithExtras:typeLiteral1228:value.","js_sym":"#value","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#6679"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOptInPanel.GleanEventWithExtras:typeLiteral1229:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOptInPanel.GleanEventWithExtras:typeLiteral1229:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOptInPanel::GleanEventWithExtras::typeLiteral1229::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOptInPanel::GleanEventWithExtras::typeLiteral1229::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOptInPanel.GleanEventWithExtras:typeLiteral1229:value.","js_sym":"#value","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#6680"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownReusePanel.GleanEventWithExtras:typeLiteral1230:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownReusePanel.GleanEventWithExtras:typeLiteral1230:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownReusePanel::GleanEventWithExtras::typeLiteral1230::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownReusePanel::GleanEventWithExtras::typeLiteral1230::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownReusePanel.GleanEventWithExtras:typeLiteral1230:value.","js_sym":"#value","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#6681"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageParentProcess.GleanEventWithExtras:typeLiteral230:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageParentProcess.GleanEventWithExtras:typeLiteral230:value.","pretty":"GleanImpl::security::typeLiteral226::evalUsageParentProcess::GleanEventWithExtras::typeLiteral230::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::evalUsageParentProcess::GleanEventWithExtras::typeLiteral230::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageParentProcess.GleanEventWithExtras:typeLiteral230:value.","js_sym":"#value","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#760"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageSystemContext.GleanEventWithExtras:typeLiteral231:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageSystemContext.GleanEventWithExtras:typeLiteral231:value.","pretty":"GleanImpl::security::typeLiteral226::evalUsageSystemContext::GleanEventWithExtras::typeLiteral231::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::evalUsageSystemContext::GleanEventWithExtras::typeLiteral231::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageSystemContext.GleanEventWithExtras:typeLiteral231:value.","js_sym":"#value","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#761"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:fissionPrincipals.GleanEventWithExtras:typeLiteral227:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:fissionPrincipals.GleanEventWithExtras:typeLiteral227:value.","pretty":"GleanImpl::security::typeLiteral226::fissionPrincipals::GleanEventWithExtras::typeLiteral227::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::fissionPrincipals::GleanEventWithExtras::typeLiteral227::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:fissionPrincipals.GleanEventWithExtras:typeLiteral227:value.","js_sym":"#value","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#757"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:javascriptLoadParentProcess.GleanEventWithExtras:typeLiteral232:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:javascriptLoadParentProcess.GleanEventWithExtras:typeLiteral232:value.","pretty":"GleanImpl::security::typeLiteral226::javascriptLoadParentProcess::GleanEventWithExtras::typeLiteral232::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::javascriptLoadParentProcess::GleanEventWithExtras::typeLiteral232::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:javascriptLoadParentProcess.GleanEventWithExtras:typeLiteral232:value.","js_sym":"#value","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#764"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:prefUsageContentProcess.GleanEventWithExtras:typeLiteral234:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:prefUsageContentProcess.GleanEventWithExtras:typeLiteral234:value.","pretty":"GleanImpl::security::typeLiteral226::prefUsageContentProcess::GleanEventWithExtras::typeLiteral234::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::prefUsageContentProcess::GleanEventWithExtras::typeLiteral234::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:prefUsageContentProcess.GleanEventWithExtras:typeLiteral234:value.","js_sym":"#value","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#766"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:unexpectedLoad.GleanEventWithExtras:typeLiteral233:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:unexpectedLoad.GleanEventWithExtras:typeLiteral233:value.","pretty":"GleanImpl::security::typeLiteral226::unexpectedLoad::GleanEventWithExtras::typeLiteral233::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::unexpectedLoad::GleanEventWithExtras::typeLiteral233::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:unexpectedLoad.GleanEventWithExtras:typeLiteral233:value.","js_sym":"#value","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#765"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickAddExceptionButton.GleanEventWithExtras:typeLiteral1381:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickAddExceptionButton.GleanEventWithExtras:typeLiteral1381:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickAddExceptionButton::GleanEventWithExtras::typeLiteral1381::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickAddExceptionButton::GleanEventWithExtras::typeLiteral1381::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickAddExceptionButton.GleanEventWithExtras:typeLiteral1381:value.","js_sym":"#value","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#7667"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickContinueButton.GleanEventWithExtras:typeLiteral1382:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickContinueButton.GleanEventWithExtras:typeLiteral1382:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickContinueButton::GleanEventWithExtras::typeLiteral1382::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickContinueButton::GleanEventWithExtras::typeLiteral1382::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickContinueButton.GleanEventWithExtras:typeLiteral1382:value.","js_sym":"#value","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#7668"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickDisableWarning.GleanEventWithExtras:typeLiteral1383:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickDisableWarning.GleanEventWithExtras:typeLiteral1383:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickDisableWarning::GleanEventWithExtras::typeLiteral1383::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickDisableWarning::GleanEventWithExtras::typeLiteral1383::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickDisableWarning.GleanEventWithExtras:typeLiteral1383:value.","js_sym":"#value","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#7669"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1384:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1384:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1384::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1384::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1384:value.","js_sym":"#value","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#7670"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickSettingsButton.GleanEventWithExtras:typeLiteral1385:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickSettingsButton.GleanEventWithExtras:typeLiteral1385:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickSettingsButton::GleanEventWithExtras::typeLiteral1385::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickSettingsButton::GleanEventWithExtras::typeLiteral1385::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickSettingsButton.GleanEventWithExtras:typeLiteral1385:value.","js_sym":"#value","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#7671"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickTryAgainButton.GleanEventWithExtras:typeLiteral1386:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickTryAgainButton.GleanEventWithExtras:typeLiteral1386:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickTryAgainButton::GleanEventWithExtras::typeLiteral1386::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickTryAgainButton::GleanEventWithExtras::typeLiteral1386::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickTryAgainButton.GleanEventWithExtras:typeLiteral1386:value.","js_sym":"#value","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#7672"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:loadDohwarning.GleanEventWithExtras:typeLiteral1387:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:loadDohwarning.GleanEventWithExtras:typeLiteral1387:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::loadDohwarning::GleanEventWithExtras::typeLiteral1387::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::loadDohwarning::GleanEventWithExtras::typeLiteral1387::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:loadDohwarning.GleanEventWithExtras:typeLiteral1387:value.","js_sym":"#value","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#7673"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:modeChangedButton.GleanEventWithExtras:typeLiteral364:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:modeChangedButton.GleanEventWithExtras:typeLiteral364:value.","pretty":"GleanImpl::securityDohSettings::typeLiteral363::modeChangedButton::GleanEventWithExtras::typeLiteral364::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohSettings::typeLiteral363::modeChangedButton::GleanEventWithExtras::typeLiteral364::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:modeChangedButton.GleanEventWithExtras:typeLiteral364:value.","js_sym":"#value","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#1042"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:providerChoiceValue.GleanEventWithExtras:typeLiteral365:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:providerChoiceValue.GleanEventWithExtras:typeLiteral365:value.","pretty":"GleanImpl::securityDohSettings::typeLiteral363::providerChoiceValue::GleanEventWithExtras::typeLiteral365::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohSettings::typeLiteral363::providerChoiceValue::GleanEventWithExtras::typeLiteral365::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:providerChoiceValue.GleanEventWithExtras:typeLiteral365:value.","js_sym":"#value","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#1043"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:resolvedRecord.GleanEventWithExtras:typeLiteral982:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:resolvedRecord.GleanEventWithExtras:typeLiteral982:value.","pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::resolvedRecord::GleanEventWithExtras::typeLiteral982::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::resolvedRecord::GleanEventWithExtras::typeLiteral982::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:resolvedRecord.GleanEventWithExtras:typeLiteral982:value.","js_sym":"#value","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#6148"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:trrselectDryrunresult.GleanEventWithExtras:typeLiteral983:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:trrselectDryrunresult.GleanEventWithExtras:typeLiteral983:value.","pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::trrselectDryrunresult::GleanEventWithExtras::typeLiteral983::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::trrselectDryrunresult::GleanEventWithExtras::typeLiteral983::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:trrselectDryrunresult.GleanEventWithExtras:typeLiteral983:value.","js_sym":"#value","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#6149"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAdvancedButton.GleanEventWithExtras:typeLiteral1389:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAdvancedButton.GleanEventWithExtras:typeLiteral1389:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAdvancedButton::GleanEventWithExtras::typeLiteral1389::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAdvancedButton::GleanEventWithExtras::typeLiteral1389::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAdvancedButton.GleanEventWithExtras:typeLiteral1389:value.","js_sym":"#value","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#7677"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAutoReportCb.GleanEventWithExtras:typeLiteral1390:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAutoReportCb.GleanEventWithExtras:typeLiteral1390:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAutoReportCb::GleanEventWithExtras::typeLiteral1390::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAutoReportCb::GleanEventWithExtras::typeLiteral1390::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAutoReportCb.GleanEventWithExtras:typeLiteral1390:value.","js_sym":"#value","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#7678"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonBot.GleanEventWithExtras:typeLiteral1391:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonBot.GleanEventWithExtras:typeLiteral1391:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonBot::GleanEventWithExtras::typeLiteral1391::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonBot::GleanEventWithExtras::typeLiteral1391::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonBot.GleanEventWithExtras:typeLiteral1391:value.","js_sym":"#value","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#7679"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonTop.GleanEventWithExtras:typeLiteral1392:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonTop.GleanEventWithExtras:typeLiteral1392:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonTop::GleanEventWithExtras::typeLiteral1392::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonTop::GleanEventWithExtras::typeLiteral1392::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonTop.GleanEventWithExtras:typeLiteral1392:value.","js_sym":"#value","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#7680"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickErrorCodeLink.GleanEventWithExtras:typeLiteral1393:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickErrorCodeLink.GleanEventWithExtras:typeLiteral1393:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickErrorCodeLink::GleanEventWithExtras::typeLiteral1393::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickErrorCodeLink::GleanEventWithExtras::typeLiteral1393::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickErrorCodeLink.GleanEventWithExtras:typeLiteral1393:value.","js_sym":"#value","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#7681"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickExceptionButton.GleanEventWithExtras:typeLiteral1394:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickExceptionButton.GleanEventWithExtras:typeLiteral1394:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickExceptionButton::GleanEventWithExtras::typeLiteral1394::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickExceptionButton::GleanEventWithExtras::typeLiteral1394::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickExceptionButton.GleanEventWithExtras:typeLiteral1394:value.","js_sym":"#value","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#7682"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1395:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1395:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1395::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1395::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1395:value.","js_sym":"#value","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#7683"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1396:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1396:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1396::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1396::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1396:value.","js_sym":"#value","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#7684"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonTop.GleanEventWithExtras:typeLiteral1397:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonTop.GleanEventWithExtras:typeLiteral1397:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonTop::GleanEventWithExtras::typeLiteral1397::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonTop::GleanEventWithExtras::typeLiteral1397::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonTop.GleanEventWithExtras:typeLiteral1397:value.","js_sym":"#value","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#7685"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:loadAboutcerterror.GleanEventWithExtras:typeLiteral1398:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:loadAboutcerterror.GleanEventWithExtras:typeLiteral1398:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::loadAboutcerterror::GleanEventWithExtras::typeLiteral1398::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::loadAboutcerterror::GleanEventWithExtras::typeLiteral1398::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:loadAboutcerterror.GleanEventWithExtras:typeLiteral1398:value.","js_sym":"#value","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#7686"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickAdvancedButton.GleanEventWithExtras:typeLiteral1400:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickAdvancedButton.GleanEventWithExtras:typeLiteral1400:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickAdvancedButton::GleanEventWithExtras::typeLiteral1400::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickAdvancedButton::GleanEventWithExtras::typeLiteral1400::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickAdvancedButton.GleanEventWithExtras:typeLiteral1400:value.","js_sym":"#value","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#7691"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickDnsSuggestionLink.GleanEventWithExtras:typeLiteral1401:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickDnsSuggestionLink.GleanEventWithExtras:typeLiteral1401:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickDnsSuggestionLink::GleanEventWithExtras::typeLiteral1401::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickDnsSuggestionLink::GleanEventWithExtras::typeLiteral1401::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickDnsSuggestionLink.GleanEventWithExtras:typeLiteral1401:value.","js_sym":"#value","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#7692"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1402:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1402:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1402::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1402::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1402:value.","js_sym":"#value","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#7693"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1403:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1403:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1403::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1403::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1403:value.","js_sym":"#value","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#7694"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickTryAgainButton.GleanEventWithExtras:typeLiteral1404:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickTryAgainButton.GleanEventWithExtras:typeLiteral1404:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickTryAgainButton::GleanEventWithExtras::typeLiteral1404::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickTryAgainButton::GleanEventWithExtras::typeLiteral1404::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickTryAgainButton.GleanEventWithExtras:typeLiteral1404:value.","js_sym":"#value","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#7695"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:loadAboutneterror.GleanEventWithExtras:typeLiteral1405:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:loadAboutneterror.GleanEventWithExtras:typeLiteral1405:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::loadAboutneterror::GleanEventWithExtras::typeLiteral1405::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::loadAboutneterror::GleanEventWithExtras::typeLiteral1405::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:loadAboutneterror.GleanEventWithExtras:typeLiteral1405:value.","js_sym":"#value","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#7696"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwAboutLink.GleanEventWithExtras:typeLiteral392:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwAboutLink.GleanEventWithExtras:typeLiteral392:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwAboutLink::GleanEventWithExtras::typeLiteral392::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwAboutLink::GleanEventWithExtras::typeLiteral392::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwAboutLink.GleanEventWithExtras:typeLiteral392:value.","js_sym":"#value","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#1126"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwOpenButton.GleanEventWithExtras:typeLiteral393:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwOpenButton.GleanEventWithExtras:typeLiteral393:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwOpenButton::GleanEventWithExtras::typeLiteral393::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwOpenButton::GleanEventWithExtras::typeLiteral393::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwOpenButton.GleanEventWithExtras:typeLiteral393:value.","js_sym":"#value","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#1127"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwSyncLink.GleanEventWithExtras:typeLiteral394:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwSyncLink.GleanEventWithExtras:typeLiteral394:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwSyncLink::GleanEventWithExtras::typeLiteral394::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwSyncLink::GleanEventWithExtras::typeLiteral394::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwSyncLink.GleanEventWithExtras:typeLiteral394:value.","js_sym":"#value","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#1128"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMobileAppLink.GleanEventWithExtras:typeLiteral395:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMobileAppLink.GleanEventWithExtras:typeLiteral395:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMobileAppLink::GleanEventWithExtras::typeLiteral395::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMobileAppLink::GleanEventWithExtras::typeLiteral395::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMobileAppLink.GleanEventWithExtras:typeLiteral395:value.","js_sym":"#value","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#1129"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrAboutLink.GleanEventWithExtras:typeLiteral396:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrAboutLink.GleanEventWithExtras:typeLiteral396:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrAboutLink::GleanEventWithExtras::typeLiteral396::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrAboutLink::GleanEventWithExtras::typeLiteral396::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrAboutLink.GleanEventWithExtras:typeLiteral396:value.","js_sym":"#value","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#1130"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrReportLink.GleanEventWithExtras:typeLiteral397:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrReportLink.GleanEventWithExtras:typeLiteral397:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrReportLink::GleanEventWithExtras::typeLiteral397::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrReportLink::GleanEventWithExtras::typeLiteral397::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrReportLink.GleanEventWithExtras:typeLiteral397:value.","js_sym":"#value","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#1131"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrSignupButton.GleanEventWithExtras:typeLiteral398:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrSignupButton.GleanEventWithExtras:typeLiteral398:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrSignupButton::GleanEventWithExtras::typeLiteral398::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrSignupButton::GleanEventWithExtras::typeLiteral398::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrSignupButton.GleanEventWithExtras:typeLiteral398:value.","js_sym":"#value","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#1132"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickSettingsLink.GleanEventWithExtras:typeLiteral399:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickSettingsLink.GleanEventWithExtras:typeLiteral399:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickSettingsLink::GleanEventWithExtras::typeLiteral399::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickSettingsLink::GleanEventWithExtras::typeLiteral399::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickSettingsLink.GleanEventWithExtras:typeLiteral399:value.","js_sym":"#value","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#1133"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickTrackersAboutLink.GleanEventWithExtras:typeLiteral400:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickTrackersAboutLink.GleanEventWithExtras:typeLiteral400:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickTrackersAboutLink::GleanEventWithExtras::typeLiteral400::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickTrackersAboutLink::GleanEventWithExtras::typeLiteral400::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickTrackersAboutLink.GleanEventWithExtras:typeLiteral400:value.","js_sym":"#value","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#1134"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkAndroid.GleanEventWithExtras:typeLiteral401:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkAndroid.GleanEventWithExtras:typeLiteral401:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkAndroid::GleanEventWithExtras::typeLiteral401::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkAndroid::GleanEventWithExtras::typeLiteral401::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkAndroid.GleanEventWithExtras:typeLiteral401:value.","js_sym":"#value","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#1135"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkIos.GleanEventWithExtras:typeLiteral402:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkIos.GleanEventWithExtras:typeLiteral402:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkIos::GleanEventWithExtras::typeLiteral402::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkIos::GleanEventWithExtras::typeLiteral402::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkIos.GleanEventWithExtras:typeLiteral402:value.","js_sym":"#value","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#1136"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerClose.GleanEventWithExtras:typeLiteral403:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerClose.GleanEventWithExtras:typeLiteral403:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerClose::GleanEventWithExtras::typeLiteral403::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerClose::GleanEventWithExtras::typeLiteral403::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerClose.GleanEventWithExtras:typeLiteral403:value.","js_sym":"#value","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#1137"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerLink.GleanEventWithExtras:typeLiteral404:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerLink.GleanEventWithExtras:typeLiteral404:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerLink::GleanEventWithExtras::typeLiteral404::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerLink::GleanEventWithExtras::typeLiteral404::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerLink.GleanEventWithExtras:typeLiteral404:value.","js_sym":"#value","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#1138"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnCardLink.GleanEventWithExtras:typeLiteral405:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnCardLink.GleanEventWithExtras:typeLiteral405:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnCardLink::GleanEventWithExtras::typeLiteral405::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnCardLink::GleanEventWithExtras::typeLiteral405::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnCardLink.GleanEventWithExtras:typeLiteral405:value.","js_sym":"#value","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#1139"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:closeProtectionReport.GleanEventWithExtras:typeLiteral406:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:closeProtectionReport.GleanEventWithExtras:typeLiteral406:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::closeProtectionReport::GleanEventWithExtras::typeLiteral406::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::closeProtectionReport::GleanEventWithExtras::typeLiteral406::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:closeProtectionReport.GleanEventWithExtras:typeLiteral406:value.","js_sym":"#value","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#1140"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showProtectionReport.GleanEventWithExtras:typeLiteral407:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showProtectionReport.GleanEventWithExtras:typeLiteral407:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::showProtectionReport::GleanEventWithExtras::typeLiteral407::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::showProtectionReport::GleanEventWithExtras::typeLiteral407::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showProtectionReport.GleanEventWithExtras:typeLiteral407:value.","js_sym":"#value","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#1141"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showVpnBanner.GleanEventWithExtras:typeLiteral408:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showVpnBanner.GleanEventWithExtras:typeLiteral408:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::showVpnBanner::GleanEventWithExtras::typeLiteral408::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::showVpnBanner::GleanEventWithExtras::typeLiteral408::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showVpnBanner.GleanEventWithExtras:typeLiteral408:value.","js_sym":"#value","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#1142"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:value.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickProtectionspopupCfr::GleanEventWithExtras::typeLiteral9::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickProtectionspopupCfr::GleanEventWithExtras::typeLiteral9::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:value.","js_sym":"#value","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#244"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickSubviewSettings.GleanEventWithExtras:typeLiteral11:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickSubviewSettings.GleanEventWithExtras:typeLiteral11:value.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickSubviewSettings::GleanEventWithExtras::typeLiteral11::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickSubviewSettings::GleanEventWithExtras::typeLiteral11::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickSubviewSettings.GleanEventWithExtras:typeLiteral11:value.","js_sym":"#value","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#248"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:value.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::openProtectionspopupCfr::GleanEventWithExtras::typeLiteral14::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::openProtectionspopupCfr::GleanEventWithExtras::typeLiteral14::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:value.","js_sym":"#value","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#252"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiTlserror.typeLiteral1407:loadAbouttlserror.GleanEventWithExtras:typeLiteral1408:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiTlserror.typeLiteral1407:loadAbouttlserror.GleanEventWithExtras:typeLiteral1408:value.","pretty":"GleanImpl::securityUiTlserror::typeLiteral1407::loadAbouttlserror::GleanEventWithExtras::typeLiteral1408::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiTlserror::typeLiteral1407::loadAbouttlserror::GleanEventWithExtras::typeLiteral1408::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiTlserror.typeLiteral1407:loadAbouttlserror.GleanEventWithExtras:typeLiteral1408:value.","js_sym":"#value","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#7706"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:value.","pretty":"GleanImpl::serviceRequest::typeLiteral1417::bypassProxyInfo::GleanEventWithExtras::typeLiteral1418::value","meta":{"structured":1,"pretty":"GleanImpl::serviceRequest::typeLiteral1417::bypassProxyInfo::GleanEventWithExtras::typeLiteral1418::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:value.","js_sym":"#value","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#7750"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatSubmit.GleanEventWithExtras:typeLiteral35:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatSubmit.GleanEventWithExtras:typeLiteral35:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::chatSubmit::GleanEventWithExtras::typeLiteral35::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::chatSubmit::GleanEventWithExtras::typeLiteral35::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatSubmit.GleanEventWithExtras:typeLiteral35:length.","js_sym":"#length","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#278"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:getPageContent.GleanEventWithExtras:typeLiteral51:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:getPageContent.GleanEventWithExtras:typeLiteral51:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::getPageContent::GleanEventWithExtras::typeLiteral51::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::getPageContent::GleanEventWithExtras::typeLiteral51::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:getPageContent.GleanEventWithExtras:typeLiteral51:length.","js_sym":"#length","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#295"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionSelect.GleanEventWithExtras:typeLiteral64:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionSelect.GleanEventWithExtras:typeLiteral64:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::mentionSelect::GleanEventWithExtras::typeLiteral64::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::mentionSelect::GleanEventWithExtras::typeLiteral64::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionSelect.GleanEventWithExtras:typeLiteral64:length.","js_sym":"#length","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#312"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorComplete.GleanEventWithExtras:typeLiteral68:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorComplete.GleanEventWithExtras:typeLiteral68:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorComplete::GleanEventWithExtras::typeLiteral68::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorComplete::GleanEventWithExtras::typeLiteral68::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorComplete.GleanEventWithExtras:typeLiteral68:length.","js_sym":"#length","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#317"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorCreate.GleanEventWithExtras:typeLiteral69:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorCreate.GleanEventWithExtras:typeLiteral69:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorCreate::GleanEventWithExtras::typeLiteral69::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorCreate::GleanEventWithExtras::typeLiteral69::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorCreate.GleanEventWithExtras:typeLiteral69:length.","js_sym":"#length","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#318"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorDelete.GleanEventWithExtras:typeLiteral70:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorDelete.GleanEventWithExtras:typeLiteral70:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorDelete::GleanEventWithExtras::typeLiteral70::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorDelete::GleanEventWithExtras::typeLiteral70::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorDelete.GleanEventWithExtras:typeLiteral70:length.","js_sym":"#length","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#319"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorDisable.GleanEventWithExtras:typeLiteral71:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorDisable.GleanEventWithExtras:typeLiteral71:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorDisable::GleanEventWithExtras::typeLiteral71::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorDisable::GleanEventWithExtras::typeLiteral71::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorDisable.GleanEventWithExtras:typeLiteral71:length.","js_sym":"#length","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#320"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorEdit.GleanEventWithExtras:typeLiteral72:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorEdit.GleanEventWithExtras:typeLiteral72:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorEdit::GleanEventWithExtras::typeLiteral72::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorEdit::GleanEventWithExtras::typeLiteral72::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorEdit.GleanEventWithExtras:typeLiteral72:length.","js_sym":"#length","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#321"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorEnable.GleanEventWithExtras:typeLiteral73:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorEnable.GleanEventWithExtras:typeLiteral73:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorEnable::GleanEventWithExtras::typeLiteral73::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorEnable::GleanEventWithExtras::typeLiteral73::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorEnable.GleanEventWithExtras:typeLiteral73:length.","js_sym":"#length","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#322"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorNotificationClick.GleanEventWithExtras:typeLiteral74:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorNotificationClick.GleanEventWithExtras:typeLiteral74:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorNotificationClick::GleanEventWithExtras::typeLiteral74::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorNotificationClick::GleanEventWithExtras::typeLiteral74::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorNotificationClick.GleanEventWithExtras:typeLiteral74:length.","js_sym":"#length","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#323"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorNotificationSend.GleanEventWithExtras:typeLiteral75:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorNotificationSend.GleanEventWithExtras:typeLiteral75:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorNotificationSend::GleanEventWithExtras::typeLiteral75::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorNotificationSend::GleanEventWithExtras::typeLiteral75::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorNotificationSend.GleanEventWithExtras:typeLiteral75:length.","js_sym":"#length","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#324"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorRunManual.GleanEventWithExtras:typeLiteral76:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorRunManual.GleanEventWithExtras:typeLiteral76:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorRunManual::GleanEventWithExtras::typeLiteral76::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorRunManual::GleanEventWithExtras::typeLiteral76::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorRunManual.GleanEventWithExtras:typeLiteral76:length.","js_sym":"#length","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#325"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorRunScheduled.GleanEventWithExtras:typeLiteral77:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorRunScheduled.GleanEventWithExtras:typeLiteral77:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::monitorRunScheduled::GleanEventWithExtras::typeLiteral77::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::monitorRunScheduled::GleanEventWithExtras::typeLiteral77::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:monitorRunScheduled.GleanEventWithExtras:typeLiteral77:length.","js_sym":"#length","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#326"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:navigateSubmit.GleanEventWithExtras:typeLiteral78:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:navigateSubmit.GleanEventWithExtras:typeLiteral78:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::navigateSubmit::GleanEventWithExtras::typeLiteral78::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::navigateSubmit::GleanEventWithExtras::typeLiteral78::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:navigateSubmit.GleanEventWithExtras:typeLiteral78:length.","js_sym":"#length","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#327"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchSubmit.GleanEventWithExtras:typeLiteral95:length.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchSubmit.GleanEventWithExtras:typeLiteral95:length.","pretty":"GleanImpl::smartWindow::typeLiteral15::searchSubmit::GleanEventWithExtras::typeLiteral95::length","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::searchSubmit::GleanEventWithExtras::typeLiteral95::length","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchSubmit.GleanEventWithExtras:typeLiteral95:length.","js_sym":"#length","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#344"}},"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.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test1Object1.GleanEventWithExtras:typeLiteral1314:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test1Object1.GleanEventWithExtras:typeLiteral1314:value.","pretty":"GleanImpl::telemetryTest::typeLiteral1313::test1Object1::GleanEventWithExtras::typeLiteral1314::value","meta":{"structured":1,"pretty":"GleanImpl::telemetryTest::typeLiteral1313::test1Object1::GleanEventWithExtras::typeLiteral1314::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test1Object1.GleanEventWithExtras:typeLiteral1314:value.","js_sym":"#value","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#7534"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object1.GleanEventWithExtras:typeLiteral1315:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object1.GleanEventWithExtras:typeLiteral1315:value.","pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object1::GleanEventWithExtras::typeLiteral1315::value","meta":{"structured":1,"pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object1::GleanEventWithExtras::typeLiteral1315::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object1.GleanEventWithExtras:typeLiteral1315:value.","js_sym":"#value","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#7535"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object2.GleanEventWithExtras:typeLiteral1316:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object2.GleanEventWithExtras:typeLiteral1316:value.","pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object2::GleanEventWithExtras::typeLiteral1316::value","meta":{"structured":1,"pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object2::GleanEventWithExtras::typeLiteral1316::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object2.GleanEventWithExtras:typeLiteral1316:value.","js_sym":"#value","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#7536"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#testOnlyIpc.typeLiteral1080:anEvent.GleanEventWithExtras:typeLiteral1081:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#testOnlyIpc.typeLiteral1080:anEvent.GleanEventWithExtras:typeLiteral1081:value.","pretty":"GleanImpl::testOnlyIpc::typeLiteral1080::anEvent::GleanEventWithExtras::typeLiteral1081::value","meta":{"structured":1,"pretty":"GleanImpl::testOnlyIpc::typeLiteral1080::anEvent::GleanEventWithExtras::typeLiteral1081::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#testOnlyIpc.typeLiteral1080:anEvent.GleanEventWithExtras:typeLiteral1081:value.","js_sym":"#value","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#6406"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.","pretty":"GleanImpl::topsites::typeLiteral327::click","meta":{"structured":1,"pretty":"GleanImpl::topsites::typeLiteral327::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.","js_sym":"#click","type_pretty":"string | ....","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#970"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#upgradeDialog.typeLiteral240:triggerReason.GleanEventWithExtras:typeLiteral241:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#upgradeDialog.typeLiteral240:triggerReason.GleanEventWithExtras:typeLiteral241:value.","pretty":"GleanImpl::upgradeDialog::typeLiteral240::triggerReason::GleanEventWithExtras::typeLiteral241::value","meta":{"structured":1,"pretty":"GleanImpl::upgradeDialog::typeLiteral240::triggerReason::GleanEventWithExtras::typeLiteral241::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#upgradeDialog.typeLiteral240:triggerReason.GleanEventWithExtras:typeLiteral241:value.","js_sym":"#value","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#796"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#uptakeRemotecontentResult.typeLiteral877:uptakeRemotesettings.GleanEventWithExtras:typeLiteral878:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#uptakeRemotecontentResult.typeLiteral877:uptakeRemotesettings.GleanEventWithExtras:typeLiteral878:value.","pretty":"GleanImpl::uptakeRemotecontentResult::typeLiteral877::uptakeRemotesettings::GleanEventWithExtras::typeLiteral878::value","meta":{"structured":1,"pretty":"GleanImpl::uptakeRemotecontentResult::typeLiteral877::uptakeRemotesettings::GleanEventWithExtras::typeLiteral878::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#uptakeRemotecontentResult.typeLiteral877:uptakeRemotesettings.GleanEventWithExtras:typeLiteral878:value.","js_sym":"#value","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#5837"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:value.","pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::value","meta":{"structured":1,"pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:value.","js_sym":"#value","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#5676"}},"S_js_typescript_generated/lib.gecko.linux.d.ts/InOutParam#typeLiteral1:value.":{"sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/InOutParam#typeLiteral1:value.","pretty":"InOutParam::typeLiteral1::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral1::value","sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/InOutParam#typeLiteral1:value.","js_sym":"#value","type_pretty":"T","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.linux.d.ts#126"}},"S_js_typescript_generated/lib.gecko.linux.d.ts/OutParam#typeLiteral2:value.":{"sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/OutParam#typeLiteral2:value.","pretty":"OutParam::typeLiteral2::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral2::value","sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/OutParam#typeLiteral2:value.","js_sym":"#value","type_pretty":"T | 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.linux.d.ts#129"}},"S_js_typescript_generated/lib.gecko.linux.d.ts/global/nsIApplicationChooser#init().":{"sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/global/nsIApplicationChooser#init().","pretty":"nsIApplicationChooser::init","meta":{"structured":1,"pretty":"nsIApplicationChooser::init","sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/global/nsIApplicationChooser#init().","js_sym":"#init","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.linux.d.ts/global/nsIApplicationChooser#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIApplicationChooser_init"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.linux.d.ts#72"}},"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.services.d.ts/JSServices#io.":{"sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#io.","pretty":"JSServices::io","meta":{"structured":1,"pretty":"JSServices::io","sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#io.","js_sym":"#io","type_pretty":"nsIIOService & nsINetUtil & nsISpeculativeConnect","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#29"}},"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#prefs.":{"sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#prefs.","pretty":"JSServices::prefs","meta":{"structured":1,"pretty":"JSServices::prefs","sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#prefs.","js_sym":"#prefs","type_pretty":"nsIPrefBranch & nsIPrefService","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#39"}},"S_js_typescript_generated/lib.gecko.win32.d.ts/InOutParam#typeLiteral1:value.":{"sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/InOutParam#typeLiteral1:value.","pretty":"InOutParam::typeLiteral1::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral1::value","sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/InOutParam#typeLiteral1:value.","js_sym":"#value","type_pretty":"T","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.win32.d.ts#384"}},"S_js_typescript_generated/lib.gecko.win32.d.ts/OutParam#typeLiteral2:value.":{"sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/OutParam#typeLiteral2:value.","pretty":"OutParam::typeLiteral2::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral2::value","sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/OutParam#typeLiteral2:value.","js_sym":"#value","type_pretty":"T | 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.win32.d.ts#387"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/InOutParam#typeLiteral71:value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/InOutParam#typeLiteral71:value.","pretty":"InOutParam::typeLiteral71::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral71::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/InOutParam#typeLiteral71:value.","js_sym":"#value","type_pretty":"T","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.xpcom.d.ts#27758"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/OutParam#typeLiteral72:value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/OutParam#typeLiteral72:value.","pretty":"OutParam::typeLiteral72::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral72::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/OutParam#typeLiteral72:value.","js_sym":"#value","type_pretty":"T | 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.xpcom.d.ts#27761"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/inIDeepTreeWalker#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/inIDeepTreeWalker#init().","pretty":"inIDeepTreeWalker::init","meta":{"structured":1,"pretty":"inIDeepTreeWalker::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/inIDeepTreeWalker#init().","js_sym":"#init","type_pretty":"Node) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/inIDeepTreeWalker#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_inIDeepTreeWalker_init"},"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#9134"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#value.","pretty":"mozIExtensionAPIRequestResult::value","meta":{"structured":1,"pretty":"mozIExtensionAPIRequestResult::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_mozIExtensionAPIRequestResult_value"},"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#22112"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageBindingParamsArray#length.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageBindingParamsArray#length.","pretty":"mozIStorageBindingParamsArray::length","meta":{"structured":1,"pretty":"mozIStorageBindingParamsArray::length","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageBindingParamsArray#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageBindingParamsArray#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_mozIStorageBindingParamsArray_length"},"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#18675"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#document.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#document.","pretty":"nsIAccessible::document","meta":{"structured":1,"pretty":"nsIAccessible::document","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#document.","js_sym":"#document","type_pretty":"nsIAccessibleDocument","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAccessible_document"},"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#305"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#value.","pretty":"nsIAccessible::value","meta":{"structured":1,"pretty":"nsIAccessible::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAccessible_value"},"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#313"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleTextChangeEvent#length.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleTextChangeEvent#length.","pretty":"nsIAccessibleTextChangeEvent::length","meta":{"structured":1,"pretty":"nsIAccessibleTextChangeEvent::length","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleTextChangeEvent#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleTextChangeEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAccessibleTextChangeEvent_length"},"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#1336"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAlertNotification#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAlertNotification#init().","pretty":"nsIAlertNotification::init","meta":{"structured":1,"pretty":"nsIAlertNotification::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAlertNotification#init().","js_sym":"#init","type_pretty":"nsIPrincipal | undefined, aInPrivat...","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAlertNotification#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAlertNotification_init"},"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#1472"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAndroidContentInputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAndroidContentInputStream#init().","pretty":"nsIAndroidContentInputStream::init","meta":{"structured":1,"pretty":"nsIAndroidContentInputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAndroidContentInputStream#init().","js_sym":"#init","type_pretty":"nsIURI) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAndroidContentInputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAndroidContentInputStream_init"},"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#10356"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#init().","pretty":"nsIApplicationUpdateService::init","meta":{"structured":1,"pretty":"nsIApplicationUpdateService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#init().","js_sym":"#init","type_pretty":"(method) init() => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIApplicationUpdateService_init"},"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#20708"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceInternal#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceInternal#init().","pretty":"nsIApplicationUpdateServiceInternal::init","meta":{"structured":1,"pretty":"nsIApplicationUpdateServiceInternal::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceInternal#init().","js_sym":"#init","type_pretty":"boolean) => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceInternal#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIApplicationUpdateServiceInternal_init"},"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#20677"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceStub#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceStub#init().","pretty":"nsIApplicationUpdateServiceStub::init","meta":{"structured":1,"pretty":"nsIApplicationUpdateServiceStub::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceStub#init().","js_sym":"#init","type_pretty":"(method) init() => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateServiceStub#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIApplicationUpdateServiceStub_init"},"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#20846"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIArray#length.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIArray#length.","pretty":"nsIArray::length","meta":{"structured":1,"pretty":"nsIArray::length","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIArray#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIArray#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIArray_length"},"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#24049"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier#init().","pretty":"nsIAsyncStreamCopier::init","meta":{"structured":1,"pretty":"nsIAsyncStreamCopier::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier#init().","js_sym":"#init","type_pretty":"boolean) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAsyncStreamCopier_init"},"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#10372"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier2#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier2#init().","pretty":"nsIAsyncStreamCopier2::init","meta":{"structured":1,"pretty":"nsIAsyncStreamCopier2::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier2#init().","js_sym":"#init","type_pretty":"boolean) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncStreamCopier2#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAsyncStreamCopier2_init"},"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#10382"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBTPRemoteExceptionList#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBTPRemoteExceptionList#init().","pretty":"nsIBTPRemoteExceptionList::init","meta":{"structured":1,"pretty":"nsIBTPRemoteExceptionList::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBTPRemoteExceptionList#init().","js_sym":"#init","type_pretty":"nsIBounceTrackingProtection) => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBTPRemoteExceptionList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBTPRemoteExceptionList_init"},"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#19247"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBaseWindow#destroy().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBaseWindow#destroy().","pretty":"nsIBaseWindow::destroy","meta":{"structured":1,"pretty":"nsIBaseWindow::destroy","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBaseWindow#destroy().","js_sym":"#destroy","type_pretty":"(method) destroy() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBaseWindow#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBaseWindow_destroy"},"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#22217"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#content.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#content.","pretty":"nsIBinaryHttpRequest::content","meta":{"structured":1,"pretty":"nsIBinaryHttpRequest::content","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#content.","js_sym":"#content","type_pretty":"number[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBinaryHttpRequest_content"},"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#14741"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#path.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#path.","pretty":"nsIBinaryHttpRequest::path","meta":{"structured":1,"pretty":"nsIBinaryHttpRequest::path","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBinaryHttpRequest_path"},"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#14735"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#content.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#content.","pretty":"nsIBinaryHttpResponse::content","meta":{"structured":1,"pretty":"nsIBinaryHttpResponse::content","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#content.","js_sym":"#content","type_pretty":"number[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBinaryHttpResponse_content"},"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#14753"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBits#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBits#init().","pretty":"nsIBits::init","meta":{"structured":1,"pretty":"nsIBits::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBits#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBits#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBits_init"},"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#175"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedInputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedInputStream#init().","pretty":"nsIBufferedInputStream::init","meta":{"structured":1,"pretty":"nsIBufferedInputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedInputStream#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedInputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBufferedInputStream_init"},"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#10536"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedOutputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedOutputStream#init().","pretty":"nsIBufferedOutputStream::init","meta":{"structured":1,"pretty":"nsIBufferedOutputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedOutputStream#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBufferedOutputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBufferedOutputStream_init"},"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#10544"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#value.","pretty":"nsICategoryEntry::value","meta":{"structured":1,"pretty":"nsICategoryEntry::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICategoryEntry_value"},"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#23944"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#","pretty":"nsIChromeRegistry","meta":{"structured":1,"pretty":"nsIChromeRegistry","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#","js_sym":"#nsIChromeRegistry","type_pretty":"interface nsIChromeRegistry","kind":"class","subsystem":"Core/General","slotOwner":{"slotKind":"interface_name","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIChromeRegistry"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[{"pretty":"nsIChromeRegistry::convertChromeURL","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#convertChromeURL().","props":[],"args":[]},{"pretty":"nsIChromeRegistry::checkForNewChrome","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#checkForNewChrome().","props":[],"args":[]}],"fields":[{"lineRange":"","pretty":"nsIChromeRegistry::NONE","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#NONE.","type":"0 | undefined","typesym":"","offsetBytes":0,"bitPositions":null,"sizeBytes":null},{"lineRange":"","pretty":"nsIChromeRegistry::PARTIAL","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#PARTIAL.","type":"1 | undefined","typesym":"","offsetBytes":0,"bitPositions":null,"sizeBytes":null},{"lineRange":"","pretty":"nsIChromeRegistry::FULL","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#FULL.","type":"2 | undefined","typesym":"","offsetBytes":0,"bitPositions":null,"sizeBytes":null}],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#2407"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#convertChromeURL().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#convertChromeURL().","pretty":"nsIChromeRegistry::convertChromeURL","meta":{"structured":1,"pretty":"nsIChromeRegistry::convertChromeURL","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#convertChromeURL().","js_sym":"#convertChromeURL","type_pretty":"nsIURI) => nsIURI","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIChromeRegistry#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIChromeRegistry_convertChromeURL"},"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#2416"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIColorPicker#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIColorPicker#init().","pretty":"nsIColorPicker::init","meta":{"structured":1,"pretty":"nsIColorPicker::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIColorPicker#init().","js_sym":"#init","type_pretty":"string[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIColorPicker#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIColorPicker_init"},"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#22381"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICommandLine#length.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICommandLine#length.","pretty":"nsICommandLine::length","meta":{"structured":1,"pretty":"nsICommandLine::length","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICommandLine#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICommandLine#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICommandLine_length"},"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#2518"}},"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/nsIContentAnalysisRequest#textContent.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRequest#textContent.","pretty":"nsIContentAnalysisRequest::textContent","meta":{"structured":1,"pretty":"nsIContentAnalysisRequest::textContent","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRequest#textContent.","js_sym":"#textContent","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentAnalysisRequest_textContent"},"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#19956"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentClassifierRemoteSettingsClient#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentClassifierRemoteSettingsClient#init().","pretty":"nsIContentClassifierRemoteSettingsClient::init","meta":{"structured":1,"pretty":"nsIContentClassifierRemoteSettingsClient::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentClassifierRemoteSettingsClient#init().","js_sym":"#init","type_pretty":"nsIContentClassifierService) => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentClassifierRemoteSettingsClient#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentClassifierRemoteSettingsClient_init"},"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#2593"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#value.","pretty":"nsIContentPref::value","meta":{"structured":1,"pretty":"nsIContentPref::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#value.","js_sym":"#value","type_pretty":"nsIVariant","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentPref_value"},"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#4349"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterInputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterInputStream#init().","pretty":"nsIConverterInputStream::init","meta":{"structured":1,"pretty":"nsIConverterInputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterInputStream#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterInputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIConverterInputStream_init"},"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#24763"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterOutputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterOutputStream#init().","pretty":"nsIConverterOutputStream::init","meta":{"structured":1,"pretty":"nsIConverterOutputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterOutputStream#init().","js_sym":"#init","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConverterOutputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIConverterOutputStream_init"},"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#24771"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#path.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#path.","pretty":"nsICookie::path","meta":{"structured":1,"pretty":"nsICookie::path","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICookie_path"},"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#13917"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#value.","pretty":"nsICookie::value","meta":{"structured":1,"pretty":"nsICookie::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICookie_value"},"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#13909"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICryptoHash#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICryptoHash#init().","pretty":"nsICryptoHash::init","meta":{"structured":1,"pretty":"nsICryptoHash::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICryptoHash#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICryptoHash#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICryptoHash_init"},"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#16298"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMGlobalPropertyInitializer#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMGlobalPropertyInitializer#init().","pretty":"nsIDOMGlobalPropertyInitializer::init","meta":{"structured":1,"pretty":"nsIDOMGlobalPropertyInitializer::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMGlobalPropertyInitializer#init().","js_sym":"#init","type_pretty":"mozIDOMWindow) => any","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMGlobalPropertyInitializer#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMGlobalPropertyInitializer_init"},"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#4357"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#value.","pretty":"nsIDOMXULSelectControlElement::value","meta":{"structured":1,"pretty":"nsIDOMXULSelectControlElement::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMXULSelectControlElement_value"},"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#7597"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#value.","pretty":"nsIDOMXULSelectControlItemElement::value","meta":{"structured":1,"pretty":"nsIDOMXULSelectControlItemElement::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMXULSelectControlItemElement_value"},"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#7621"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#value.","pretty":"nsIDataStorageItem::value","meta":{"structured":1,"pretty":"nsIDataStorageItem::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDataStorageItem_value"},"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#16376"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirectoryService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirectoryService#init().","pretty":"nsIDirectoryService::init","meta":{"structured":1,"pretty":"nsIDirectoryService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirectoryService#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirectoryService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDirectoryService_init"},"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#24801"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentEncoder#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentEncoder#init().","pretty":"nsIDocumentEncoder::init","meta":{"structured":1,"pretty":"nsIDocumentEncoder::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentEncoder#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentEncoder#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDocumentEncoder_init"},"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#6999"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentViewer#destroy().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentViewer#destroy().","pretty":"nsIDocumentViewer::destroy","meta":{"structured":1,"pretty":"nsIDocumentViewer::destroy","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocumentViewer#destroy().","js_sym":"#destroy","type_pretty":"(method) destroy() => 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_destroy"},"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#3129"}},"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/nsIDownloader#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDownloader#init().","pretty":"nsIDownloader::init","meta":{"structured":1,"pretty":"nsIDownloader::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDownloader#init().","js_sym":"#init","type_pretty":"nsIFile) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDownloader#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDownloader_init"},"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#11010"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#document.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#document.","pretty":"nsIEditor::document","meta":{"structured":1,"pretty":"nsIEditor::document","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#document.","js_sym":"#document","type_pretty":"Document","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIEditor_document"},"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#7732"}},"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/nsIFile#isFile().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#isFile().","pretty":"nsIFile::isFile","meta":{"structured":1,"pretty":"nsIFile::isFile","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#isFile().","js_sym":"#isFile","type_pretty":"(method) isFile() => 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_isFile"},"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#24882"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#path.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#path.","pretty":"nsIFile::path","meta":{"structured":1,"pretty":"nsIFile::path","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFile_path"},"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#24868"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileChannel#file.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileChannel#file.","pretty":"nsIFileChannel::file","meta":{"structured":1,"pretty":"nsIFileChannel::file","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileChannel#file.","js_sym":"#file","type_pretty":"nsIFile","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileChannel#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFileChannel_file"},"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#14693"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileInputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileInputStream#init().","pretty":"nsIFileInputStream::init","meta":{"structured":1,"pretty":"nsIFileInputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileInputStream#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileInputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFileInputStream_init"},"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#11055"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileOutputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileOutputStream#init().","pretty":"nsIFileOutputStream::init","meta":{"structured":1,"pretty":"nsIFileOutputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileOutputStream#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileOutputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFileOutputStream_init"},"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#11064"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#file.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#file.","pretty":"nsIFilePicker::file","meta":{"structured":1,"pretty":"nsIFilePicker::file","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#file.","js_sym":"#file","type_pretty":"nsIFile","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFilePicker_file"},"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#22567"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#init().","pretty":"nsIFilePicker::init","meta":{"structured":1,"pretty":"nsIFilePicker::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#init().","js_sym":"#init","type_pretty":"nsISupports | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFilePicker#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFilePicker_init"},"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#22547"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileRandomAccessStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileRandomAccessStream#init().","pretty":"nsIFileRandomAccessStream::init","meta":{"structured":1,"pretty":"nsIFileRandomAccessStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileRandomAccessStream#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileRandomAccessStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFileRandomAccessStream_init"},"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#11073"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#","pretty":"nsIFileURL","meta":{"structured":1,"pretty":"nsIFileURL","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#","js_sym":"#nsIFileURL","type_pretty":"interface nsIFileURL","kind":"class","subsystem":"Core/General","slotOwner":{"slotKind":"interface_name","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFileURL"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[{"lineRange":"","pretty":"nsIFileURL::file","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#file.","type":"nsIFile","typesym":"","offsetBytes":0,"bitPositions":null,"sizeBytes":null}],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#11099"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#file.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#file.","pretty":"nsIFileURL::file","meta":{"structured":1,"pretty":"nsIFileURL::file","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#file.","js_sym":"#file","type_pretty":"nsIFile","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFileURL#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFileURL_file"},"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#11101"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFingerprintingWebCompatService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFingerprintingWebCompatService#init().","pretty":"nsIFingerprintingWebCompatService::init","meta":{"structured":1,"pretty":"nsIFingerprintingWebCompatService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFingerprintingWebCompatService#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFingerprintingWebCompatService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFingerprintingWebCompatService_init"},"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#20197"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHttpRequest#path.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHttpRequest#path.","pretty":"nsIHttpRequest::path","meta":{"structured":1,"pretty":"nsIHttpRequest::path","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHttpRequest#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHttpRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIHttpRequest_path"},"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#19195"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIOService#newURI().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIOService#newURI().","pretty":"nsIIOService::newURI","meta":{"structured":1,"pretty":"nsIIOService::newURI","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIOService#newURI().","js_sym":"#newURI","type_pretty":"nsIURI | undefined) => nsIURI","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIOService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIIOService_newURI"},"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#11131"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalDownload#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalDownload#init().","pretty":"nsIIncrementalDownload::init","meta":{"structured":1,"pretty":"nsIIncrementalDownload::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalDownload#init().","js_sym":"#init","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalDownload#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIIncrementalDownload_init"},"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#11195"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalStreamLoader#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalStreamLoader#init().","pretty":"nsIIncrementalStreamLoader::init","meta":{"structured":1,"pretty":"nsIIncrementalStreamLoader::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalStreamLoader#init().","js_sym":"#init","type_pretty":"nsIIncrementalStreamLoaderObserver) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIIncrementalStreamLoader#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIIncrementalStreamLoader_init"},"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#11225"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInlineSpellChecker#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInlineSpellChecker#init().","pretty":"nsIInlineSpellChecker::init","meta":{"structured":1,"pretty":"nsIInlineSpellChecker::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInlineSpellChecker#init().","js_sym":"#init","type_pretty":"nsIEditor) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInlineSpellChecker#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIInlineSpellChecker_init"},"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#20494"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputChannelThrottleQueue#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputChannelThrottleQueue#init().","pretty":"nsIInputChannelThrottleQueue::init","meta":{"structured":1,"pretty":"nsIInputChannelThrottleQueue::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputChannelThrottleQueue#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputChannelThrottleQueue#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIInputChannelThrottleQueue_init"},"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#13174"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputStreamPump#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputStreamPump#init().","pretty":"nsIInputStreamPump::init","meta":{"structured":1,"pretty":"nsIInputStreamPump::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputStreamPump#init().","js_sym":"#init","type_pretty":"nsISerialEventTarget | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIInputStreamPump#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIInputStreamPump_init"},"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#11253"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImportSourceSpec#path.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImportSourceSpec#path.","pretty":"nsIKeyValueImportSourceSpec::path","meta":{"structured":1,"pretty":"nsIKeyValueImportSourceSpec::path","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImportSourceSpec#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImportSourceSpec#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIKeyValueImportSourceSpec_path"},"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#9316"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#value.","pretty":"nsIKeyValuePair::value","meta":{"structured":1,"pretty":"nsIKeyValuePair::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#value.","js_sym":"#value","type_pretty":"nsIVariant","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIKeyValuePair_value"},"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#9401"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyedUUIDMapper#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyedUUIDMapper#init().","pretty":"nsIKeyedUUIDMapper::init","meta":{"structured":1,"pretty":"nsIKeyedUUIDMapper::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyedUUIDMapper#init().","js_sym":"#init","type_pretty":"number[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyedUUIDMapper#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIKeyedUUIDMapper_init"},"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#23743"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILayoutDebuggingTools#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILayoutDebuggingTools#init().","pretty":"nsILayoutDebuggingTools::init","meta":{"structured":1,"pretty":"nsILayoutDebuggingTools::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILayoutDebuggingTools#init().","js_sym":"#init","type_pretty":"mozIDOMWindow) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILayoutDebuggingTools#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsILayoutDebuggingTools_init"},"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#9501"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginDetectionService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginDetectionService#init().","pretty":"nsILoginDetectionService::init","meta":{"structured":1,"pretty":"nsILoginDetectionService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginDetectionService#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginDetectionService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsILoginDetectionService_init"},"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#4078"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#init().","pretty":"nsILoginInfo::init","meta":{"structured":1,"pretty":"nsILoginInfo::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#init().","js_sym":"#init","type_pretty":"string | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsILoginInfo_init"},"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#9819"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#matches().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#matches().","pretty":"nsILoginInfo::matches","meta":{"structured":1,"pretty":"nsILoginInfo::matches","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#matches().","js_sym":"#matches","type_pretty":"boolean) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginInfo#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsILoginInfo_matches"},"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#9823"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginManagerAuthPrompter#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginManagerAuthPrompter#init().","pretty":"nsILoginManagerAuthPrompter::init","meta":{"structured":1,"pretty":"nsILoginManagerAuthPrompter::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginManagerAuthPrompter#init().","js_sym":"#init","type_pretty":"nsIDOMWindow) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoginManagerAuthPrompter#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsILoginManagerAuthPrompter_init"},"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#9907"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMemoryReporterManager#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMemoryReporterManager#init().","pretty":"nsIMemoryReporterManager::init","meta":{"structured":1,"pretty":"nsIMemoryReporterManager::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMemoryReporterManager#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMemoryReporterManager#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIMemoryReporterManager_init"},"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#23822"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#init().","pretty":"nsIMethodChangeDetails::init","meta":{"structured":1,"pretty":"nsIMethodChangeDetails::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIMethodChangeDetails_init"},"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#6111"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPageThumbsStorageService#path.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPageThumbsStorageService#path.","pretty":"nsIPageThumbsStorageService::path","meta":{"structured":1,"pretty":"nsIPageThumbsStorageService::path","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPageThumbsStorageService#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPageThumbsStorageService#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPageThumbsStorageService_path"},"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#19237"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAbortActionResponse#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAbortActionResponse#init().","pretty":"nsIPaymentAbortActionResponse::init","meta":{"structured":1,"pretty":"nsIPaymentAbortActionResponse::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAbortActionResponse#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAbortActionResponse#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentAbortActionResponse_init"},"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#6086"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAddress#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAddress#init().","pretty":"nsIPaymentAddress::init","meta":{"structured":1,"pretty":"nsIPaymentAddress::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAddress#init().","js_sym":"#init","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentAddress#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentAddress_init"},"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#6157"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCanMakeActionResponse#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCanMakeActionResponse#init().","pretty":"nsIPaymentCanMakeActionResponse::init","meta":{"structured":1,"pretty":"nsIPaymentCanMakeActionResponse::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCanMakeActionResponse#init().","js_sym":"#init","type_pretty":"boolean) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCanMakeActionResponse#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentCanMakeActionResponse_init"},"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#6060"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCompleteActionResponse#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCompleteActionResponse#init().","pretty":"nsIPaymentCompleteActionResponse::init","meta":{"structured":1,"pretty":"nsIPaymentCompleteActionResponse::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCompleteActionResponse#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCompleteActionResponse#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentCompleteActionResponse_init"},"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#6096"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#value.","pretty":"nsIPaymentCurrencyAmount::value","meta":{"structured":1,"pretty":"nsIPaymentCurrencyAmount::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentCurrencyAmount_value"},"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#6175"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#init().","pretty":"nsIPaymentResponseData::init","meta":{"structured":1,"pretty":"nsIPaymentResponseData::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentResponseData_init"},"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#5993"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentShowActionResponse#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentShowActionResponse#init().","pretty":"nsIPaymentShowActionResponse::init","meta":{"structured":1,"pretty":"nsIPaymentShowActionResponse::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentShowActionResponse#init().","js_sym":"#init","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentShowActionResponse#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentShowActionResponse_init"},"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#6078"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#matches().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#matches().","pretty":"nsIPermission::matches","meta":{"structured":1,"pretty":"nsIPermission::matches","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#matches().","js_sym":"#matches","type_pretty":"boolean) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPermission_matches"},"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#12140"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPipe#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPipe#init().","pretty":"nsIPipe::init","meta":{"structured":1,"pretty":"nsIPipe::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPipe#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPipe#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPipe_init"},"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#25050"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#setStringPref().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#setStringPref().","pretty":"nsIPrefBranch::setStringPref","meta":{"structured":1,"pretty":"nsIPrefBranch::setStringPref","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#setStringPref().","js_sym":"#setStringPref","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPrefBranch_setStringPref"},"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#17899"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrincipal#spec.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrincipal#spec.","pretty":"nsIPrincipal::spec","meta":{"structured":1,"pretty":"nsIPrincipal::spec","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrincipal#spec.","js_sym":"#spec","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrincipal#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPrincipal_spec"},"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#2224"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrintDialogService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrintDialogService#init().","pretty":"nsIPrintDialogService::init","meta":{"structured":1,"pretty":"nsIPrintDialogService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrintDialogService#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrintDialogService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPrintDialogService_init"},"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#22873"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProcess#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProcess#init().","pretty":"nsIProcess::init","meta":{"structured":1,"pretty":"nsIProcess::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProcess#init().","js_sym":"#init","type_pretty":"nsIFile) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProcess#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIProcess_init"},"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#25688"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#value.","pretty":"nsIProperty::value","meta":{"structured":1,"pretty":"nsIProperty::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#value.","js_sym":"#value","type_pretty":"nsIVariant","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIProperty_value"},"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#24185"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#value.","pretty":"nsIPropertyElement::value","meta":{"structured":1,"pretty":"nsIPropertyElement::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPropertyElement_value"},"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#24145"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQuotaManagerService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQuotaManagerService#init().","pretty":"nsIQuotaManagerService::init","meta":{"structured":1,"pretty":"nsIQuotaManagerService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQuotaManagerService#init().","js_sym":"#init","type_pretty":"(method) init() => nsIQuotaRequest","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQuotaManagerService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIQuotaManagerService_init"},"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#6540"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReferrerInfo#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReferrerInfo#init().","pretty":"nsIReferrerInfo::init","meta":{"structured":1,"pretty":"nsIReferrerInfo::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReferrerInfo#init().","js_sym":"#init","type_pretty":"nsIURI | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReferrerInfo#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIReferrerInfo_init"},"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#6912"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRelativeFilePref#file.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRelativeFilePref#file.","pretty":"nsIRelativeFilePref::file","meta":{"structured":1,"pretty":"nsIRelativeFilePref::file","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRelativeFilePref#file.","js_sym":"#file","type_pretty":"nsIFile","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRelativeFilePref#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIRelativeFilePref_file"},"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#18005"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemotePermissionService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemotePermissionService#init().","pretty":"nsIRemotePermissionService::init","meta":{"structured":1,"pretty":"nsIRemotePermissionService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemotePermissionService#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemotePermissionService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIRemotePermissionService_init"},"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#16037"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReplacedHttpResponse#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReplacedHttpResponse#init().","pretty":"nsIReplacedHttpResponse::init","meta":{"structured":1,"pretty":"nsIReplacedHttpResponse::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReplacedHttpResponse#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIReplacedHttpResponse#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIReplacedHttpResponse_init"},"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#15279"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRequestObserverProxy#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRequestObserverProxy#init().","pretty":"nsIRequestObserverProxy::init","meta":{"structured":1,"pretty":"nsIRequestObserverProxy::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRequestObserverProxy#init().","js_sym":"#init","type_pretty":"nsISupports) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRequestObserverProxy#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIRequestObserverProxy_init"},"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#12714"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISDBConnection#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISDBConnection#init().","pretty":"nsISDBConnection::init","meta":{"structured":1,"pretty":"nsISDBConnection::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISDBConnection#init().","js_sym":"#init","type_pretty":"string | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISDBConnection#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISDBConnection_init"},"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#7055"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#value.","pretty":"nsISFVBool::value","meta":{"structured":1,"pretty":"nsISFVBool::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#value.","js_sym":"#value","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVBool_value"},"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#8548"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#value.","pretty":"nsISFVByteSeq::value","meta":{"structured":1,"pretty":"nsISFVByteSeq::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVByteSeq_value"},"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#8566"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#value.","pretty":"nsISFVDecimal::value","meta":{"structured":1,"pretty":"nsISFVDecimal::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVDecimal_value"},"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#8554"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#value.","pretty":"nsISFVInteger::value","meta":{"structured":1,"pretty":"nsISFVInteger::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVInteger_value"},"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#8536"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#value.","pretty":"nsISFVItem::value","meta":{"structured":1,"pretty":"nsISFVItem::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#value.","js_sym":"#value","type_pretty":"nsISFVBareItem","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVItem_value"},"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#8600"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#value.","pretty":"nsISFVString::value","meta":{"structured":1,"pretty":"nsISFVString::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVString_value"},"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#8542"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#value.","pretty":"nsISFVToken::value","meta":{"structured":1,"pretty":"nsISFVToken::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVToken_value"},"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#8560"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptError#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptError#init().","pretty":"nsIScriptError::init","meta":{"structured":1,"pretty":"nsIScriptError::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptError#init().","js_sym":"#init","type_pretty":"boolean | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptError#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIScriptError_init"},"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#5577"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptableInputStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptableInputStream#init().","pretty":"nsIScriptableInputStream::init","meta":{"structured":1,"pretty":"nsIScriptableInputStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptableInputStream#init().","js_sym":"#init","type_pretty":"nsIInputStream) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIScriptableInputStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIScriptableInputStream_init"},"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#25092"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServerSocket#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServerSocket#init().","pretty":"nsIServerSocket::init","meta":{"structured":1,"pretty":"nsIServerSocket::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServerSocket#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServerSocket#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIServerSocket_init"},"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#12799"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServiceManager#getService().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServiceManager#getService().","pretty":"nsIServiceManager::getService","meta":{"structured":1,"pretty":"nsIServiceManager::getService","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServiceManager#getService().","js_sym":"#getService","type_pretty":"T) => nsQIResult","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIServiceManager#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIServiceManager_getService"},"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#24035"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISharePicker#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISharePicker#init().","pretty":"nsISharePicker::init","meta":{"structured":1,"pretty":"nsISharePicker::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISharePicker#init().","js_sym":"#init","type_pretty":"mozIDOMWindowProxy) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISharePicker#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISharePicker_init"},"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#23202"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISimpleStreamListener#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISimpleStreamListener#init().","pretty":"nsISimpleStreamListener::init","meta":{"structured":1,"pretty":"nsISimpleStreamListener::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISimpleStreamListener#init().","js_sym":"#init","type_pretty":"nsIRequestObserver) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISimpleStreamListener#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISimpleStreamListener_init"},"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#12831"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISound#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISound#init().","pretty":"nsISound::init","meta":{"structured":1,"pretty":"nsISound::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISound#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISound#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISound_init"},"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#23233"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStandardURLMutator#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStandardURLMutator#init().","pretty":"nsIStandardURLMutator::init","meta":{"structured":1,"pretty":"nsIStandardURLMutator::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStandardURLMutator#init().","js_sym":"#init","type_pretty":"nsIURI) => nsIURIMutator","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStandardURLMutator#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIStandardURLMutator_init"},"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#13008"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#init().","pretty":"nsIStorageStream::init","meta":{"structured":1,"pretty":"nsIStorageStream::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIStorageStream_init"},"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#25123"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#length.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#length.","pretty":"nsIStorageStream::length","meta":{"structured":1,"pretty":"nsIStorageStream::length","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStorageStream#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIStorageStream_length"},"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#25129"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamListenerTee#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamListenerTee#init().","pretty":"nsIStreamListenerTee::init","meta":{"structured":1,"pretty":"nsIStreamListenerTee::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamListenerTee#init().","js_sym":"#init","type_pretty":"nsIRequestObserver | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamListenerTee#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIStreamListenerTee_init"},"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#13026"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamLoader#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamLoader#init().","pretty":"nsIStreamLoader::init","meta":{"structured":1,"pretty":"nsIStreamLoader::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamLoader#init().","js_sym":"#init","type_pretty":"nsIRequestObserver | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIStreamLoader#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIStreamLoader_init"},"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#13042"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupports#QueryInterface().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupports#QueryInterface().","pretty":"nsISupports::QueryInterface","meta":{"structured":1,"pretty":"nsISupports::QueryInterface","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupports#QueryInterface().","js_sym":"#QueryInterface","type_pretty":"T) => nsQIResult) | undefined","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupports#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISupports_QueryInterface"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"labels":["uses-diagram:stop"],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#23902"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITRRSkipReason/value#":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITRRSkipReason/value#","pretty":"value","meta":{"structured":1,"pretty":"value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITRRSkipReason/value#","js_sym":"#value","type_pretty":"type value","kind":"class","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.xpcom.d.ts#14669"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#length.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#length.","pretty":"nsITextInputProcessorNotification::length","meta":{"structured":1,"pretty":"nsITextInputProcessorNotification::length","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#length.","js_sym":"#length","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITextInputProcessorNotification_length"},"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#5470"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIThirdPartyCookieBlockingExceptionListService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIThirdPartyCookieBlockingExceptionListService#init().","pretty":"nsIThirdPartyCookieBlockingExceptionListService::init","meta":{"structured":1,"pretty":"nsIThirdPartyCookieBlockingExceptionListService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIThirdPartyCookieBlockingExceptionListService#init().","js_sym":"#init","type_pretty":"(method) init() => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIThirdPartyCookieBlockingExceptionListService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIThirdPartyCookieBlockingExceptionListService_init"},"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#14174"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#init().","pretty":"nsITimer::init","meta":{"structured":1,"pretty":"nsITimer::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITimer_init"},"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#25877"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransfer#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransfer#init().","pretty":"nsITransfer::init","meta":{"structured":1,"pretty":"nsITransfer::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransfer#init().","js_sym":"#init","type_pretty":"nsIFi...","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransfer#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITransfer_init"},"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#20891"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransferable#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransferable#init().","pretty":"nsITransferable::init","meta":{"structured":1,"pretty":"nsITransferable::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransferable#init().","js_sym":"#init","type_pretty":"nsILoadContext) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITransferable#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITransferable_init"},"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#23259"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITypeAheadFind#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITypeAheadFind#init().","pretty":"nsITypeAheadFind::init","meta":{"structured":1,"pretty":"nsITypeAheadFind::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITypeAheadFind#init().","js_sym":"#init","type_pretty":"nsIDocShell) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITypeAheadFind#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITypeAheadFind_init"},"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#8326"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUDPSocket#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUDPSocket#init().","pretty":"nsIUDPSocket::init","meta":{"structured":1,"pretty":"nsIUDPSocket::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUDPSocket#init().","js_sym":"#init","type_pretty":"boolean | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUDPSocket#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUDPSocket_init"},"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#13323"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIURI#spec.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIURI#spec.","pretty":"nsIURI::spec","meta":{"structured":1,"pretty":"nsIURI::spec","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIURI#spec.","js_sym":"#spec","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIURI#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIURI_spec"},"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#13375"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierCacheEntry#matches.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierCacheEntry#matches.","pretty":"nsIUrlClassifierCacheEntry::matches","meta":{"structured":1,"pretty":"nsIUrlClassifierCacheEntry::matches","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierCacheEntry#matches.","js_sym":"#matches","type_pretty":"nsIArray","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierCacheEntry#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierCacheEntry_matches"},"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#21512"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#init().","pretty":"nsIUrlClassifierExceptionList::init","meta":{"structured":1,"pretty":"nsIUrlClassifierExceptionList::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#init().","js_sym":"#init","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierExceptionList_init"},"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#21221"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#matches().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#matches().","pretty":"nsIUrlClassifierExceptionList::matches","meta":{"structured":1,"pretty":"nsIUrlClassifierExceptionList::matches","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#matches().","js_sym":"#matches","type_pretty":"boolean) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierExceptionList_matches"},"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#21225"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#init().","pretty":"nsIUrlClassifierExceptionListEntry::init","meta":{"structured":1,"pretty":"nsIUrlClassifierExceptionListEntry::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#init().","js_sym":"#init","type_pretty":"string[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierExceptionListEntry_init"},"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#21253"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#matches().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#matches().","pretty":"nsIUrlClassifierExceptionListEntry::matches","meta":{"structured":1,"pretty":"nsIUrlClassifierExceptionListEntry::matches","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#matches().","js_sym":"#matches","type_pretty":"boolean) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierExceptionListEntry#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierExceptionListEntry_matches"},"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#21255"}},"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_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#init().","pretty":"nsIUrlClassifierPrefixSet::init","meta":{"structured":1,"pretty":"nsIUrlClassifierPrefixSet::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#init().","js_sym":"#init","type_pretty":"string) => void","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_init"},"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#21540"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#currentURI.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#currentURI.","pretty":"nsIWebNavigation::currentURI","meta":{"structured":1,"pretty":"nsIWebNavigation::currentURI","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#currentURI.","js_sym":"#currentURI","type_pretty":"nsIURI","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWebNavigation_currentURI"},"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#3416"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#document.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#document.","pretty":"nsIWebNavigation::document","meta":{"structured":1,"pretty":"nsIWebNavigation::document","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#document.","js_sym":"#document","type_pretty":"Document","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWebNavigation_document"},"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#3414"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#value.","pretty":"nsIWebTransportHash::value","meta":{"structured":1,"pretty":"nsIWebTransportHash::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#value.","js_sym":"#value","type_pretty":"number[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWebTransportHash_value"},"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#15768"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#nsIChromeRegistry.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#nsIChromeRegistry.","pretty":"nsIXPCComponents_Interfaces::nsIChromeRegistry","meta":{"structured":1,"pretty":"nsIXPCComponents_Interfaces::nsIChromeRegistry","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#nsIChromeRegistry.","js_sym":"#nsIChromeRegistry","type_pretty":"nsJSIID","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#","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#26619"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#nsIFileURL.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#nsIFileURL.","pretty":"nsIXPCComponents_Interfaces::nsIFileURL","meta":{"structured":1,"pretty":"nsIXPCComponents_Interfaces::nsIFileURL","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#nsIFileURL.","js_sym":"#nsIFileURL","type_pretty":"nsJSIID","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIXPCComponents_Interfaces#","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#27006"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReader#file.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReader#file.","pretty":"nsIZipReader::file","meta":{"structured":1,"pretty":"nsIZipReader::file","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReader#file.","js_sym":"#file","type_pretty":"nsIFile","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReader#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIZipReader_file"},"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#9230"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReaderCache#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReaderCache#init().","pretty":"nsIZipReaderCache::init","meta":{"structured":1,"pretty":"nsIZipReaderCache::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReaderCache#init().","js_sym":"#init","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipReaderCache#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIZipReaderCache_init"},"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#9250"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipWriter#file.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipWriter#file.","pretty":"nsIZipWriter::file","meta":{"structured":1,"pretty":"nsIZipWriter::file","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipWriter#file.","js_sym":"#file","type_pretty":"nsIFile","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIZipWriter#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIZipWriter_file"},"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#26523"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPIDNSService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPIDNSService#init().","pretty":"nsPIDNSService::init","meta":{"structured":1,"pretty":"nsPIDNSService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPIDNSService#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPIDNSService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsPIDNSService_init"},"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#14681"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPISocketTransportService#init().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPISocketTransportService#init().","pretty":"nsPISocketTransportService::init","meta":{"structured":1,"pretty":"nsPISocketTransportService::init","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPISocketTransportService#init().","js_sym":"#init","type_pretty":"(method) init() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsPISocketTransportService#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsPISocketTransportService_init"},"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#13553"}},"S_js_typescript_index.d.ts/global/Cc.":{"sym":"S_js_typescript_index.d.ts/global/Cc.","pretty":"Cc","meta":{"structured":1,"pretty":"Cc","sym":"S_js_typescript_index.d.ts/global/Cc.","js_sym":"#Cc","type_pretty":"nsXPCComponents_Classes","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/index.d.ts#28"}},"S_js_typescript_index.d.ts/global/Ci.":{"sym":"S_js_typescript_index.d.ts/global/Ci.","pretty":"Ci","meta":{"structured":1,"pretty":"Ci","sym":"S_js_typescript_index.d.ts/global/Ci.","js_sym":"#Ci","type_pretty":"nsIXPCComponents_Interfaces","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/index.d.ts#29"}},"S_js_typescript_index.d.ts/global/Services.":{"sym":"S_js_typescript_index.d.ts/global/Services.","pretty":"Services","meta":{"structured":1,"pretty":"Services","sym":"S_js_typescript_index.d.ts/global/Services.","js_sym":"#Services","type_pretty":"JSServices","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/index.d.ts#36"}},"S_js_typescript_lib.gecko.tweaks.d.ts/ChannelWrapper#matches().":{"sym":"S_js_typescript_lib.gecko.tweaks.d.ts/ChannelWrapper#matches().","pretty":"ChannelWrapper::matches","meta":{"structured":1,"pretty":"ChannelWrapper::matches","sym":"S_js_typescript_lib.gecko.tweaks.d.ts/ChannelWrapper#matches().","js_sym":"#matches","type_pretty":"MozRequestMatchOptions | undefined) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_lib.gecko.tweaks.d.ts/ChannelWrapper#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/lib.gecko.tweaks.d.ts#90"}},"S_js_typescript_lib.gecko.tweaks.d.ts/ChromeUtils/importESModule().":{"sym":"S_js_typescript_lib.gecko.tweaks.d.ts/ChromeUtils/importESModule().","pretty":"importESModule","meta":{"structured":1,"pretty":"importESModule","sym":"S_js_typescript_lib.gecko.tweaks.d.ts/ChromeUtils/importESModule().","js_sym":"#importESModule","type_pretty":"any","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ChromeUtils_importESModule"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/lib.gecko.tweaks.d.ts#18"}},"S_js_typescript_lib.gecko.tweaks.d.ts/Localization#":{"sym":"S_js_typescript_lib.gecko.tweaks.d.ts/Localization#","pretty":"Localization","meta":{"structured":1,"pretty":"Localization","sym":"S_js_typescript_lib.gecko.tweaks.d.ts/Localization#","js_sym":"#Localization","type_pretty":"interface Localization","kind":"class","subsystem":"Core/General","slotOwner":{"slotKind":"class","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Localization"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[{"pretty":"Localization::formatValuesSync","sym":"S_js_typescript_lib.gecko.tweaks.d.ts/Localization#formatValuesSync().","props":[],"args":[]}],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/lib.gecko.tweaks.d.ts#173"}},"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPattern#matches().":{"sym":"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPattern#matches().","pretty":"MatchPattern::matches","meta":{"structured":1,"pretty":"MatchPattern::matches","sym":"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPattern#matches().","js_sym":"#matches","type_pretty":"boolean; }","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPattern#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]}},"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPatternSet#matches().":{"sym":"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPatternSet#matches().","pretty":"MatchPatternSet::matches","meta":{"structured":1,"pretty":"MatchPatternSet::matches","sym":"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPatternSet#matches().","js_sym":"#matches","type_pretty":"boolean; }","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_lib.gecko.tweaks.d.ts/MatchPatternSet#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]}},"S_js_typescript_lib/AboutPreferences.sys.mjs/AboutPreferences#init().":{"sym":"S_js_typescript_lib/AboutPreferences.sys.mjs/AboutPreferences#init().","pretty":"AboutPreferences::init","meta":{"structured":1,"pretty":"AboutPreferences::init","sym":"S_js_typescript_lib/AboutPreferences.sys.mjs/AboutPreferences#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/AboutPreferences.sys.mjs/AboutPreferences#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/AboutPreferences.sys.mjs#16"}},"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#QueryInterface.":{"sym":"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#QueryInterface.","pretty":"ActivityStream::QueryInterface","meta":{"structured":1,"pretty":"ActivityStream::QueryInterface","sym":"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/ActivityStream.sys.mjs#2835"}},"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#init().":{"sym":"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#init().","pretty":"ActivityStream::init","meta":{"structured":1,"pretty":"ActivityStream::init","sym":"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/ActivityStream.sys.mjs/ActivityStream#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/ActivityStream.sys.mjs#2695"}},"S_js_typescript_lib/ActivityStreamPrefs.sys.mjs/DefaultPrefs#init().":{"sym":"S_js_typescript_lib/ActivityStreamPrefs.sys.mjs/DefaultPrefs#init().","pretty":"DefaultPrefs::init","meta":{"structured":1,"pretty":"DefaultPrefs::init","sym":"S_js_typescript_lib/ActivityStreamPrefs.sys.mjs/DefaultPrefs#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/ActivityStreamPrefs.sys.mjs/DefaultPrefs#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/ActivityStreamPrefs.sys.mjs#68"}},"S_js_typescript_lib/AdsFeed.sys.mjs/AdsFeed#init().":{"sym":"S_js_typescript_lib/AdsFeed.sys.mjs/AdsFeed#init().","pretty":"AdsFeed::init","meta":{"structured":1,"pretty":"AdsFeed::init","sym":"S_js_typescript_lib/AdsFeed.sys.mjs/AdsFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/AdsFeed.sys.mjs/AdsFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/AdsFeed.sys.mjs#529"}},"S_js_typescript_lib/DownloadsManager.sys.mjs/DownloadsManager#init().":{"sym":"S_js_typescript_lib/DownloadsManager.sys.mjs/DownloadsManager#init().","pretty":"DownloadsManager::init","meta":{"structured":1,"pretty":"DownloadsManager::init","sym":"S_js_typescript_lib/DownloadsManager.sys.mjs/DownloadsManager#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/DownloadsManager.sys.mjs/DownloadsManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/DownloadsManager.sys.mjs#50"}},"S_js_typescript_lib/HighlightsFeed.sys.mjs/HighlightsFeed#init().":{"sym":"S_js_typescript_lib/HighlightsFeed.sys.mjs/HighlightsFeed#init().","pretty":"HighlightsFeed::init","meta":{"structured":1,"pretty":"HighlightsFeed::init","sym":"S_js_typescript_lib/HighlightsFeed.sys.mjs/HighlightsFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/HighlightsFeed.sys.mjs/HighlightsFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/HighlightsFeed.sys.mjs#57"}},"S_js_typescript_lib/InferredPersonalizationFeed.sys.mjs/InferredPersonalizationFeed#init().":{"sym":"S_js_typescript_lib/InferredPersonalizationFeed.sys.mjs/InferredPersonalizationFeed#init().","pretty":"InferredPersonalizationFeed::init","meta":{"structured":1,"pretty":"InferredPersonalizationFeed::init","sym":"S_js_typescript_lib/InferredPersonalizationFeed.sys.mjs/InferredPersonalizationFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/InferredPersonalizationFeed.sys.mjs/InferredPersonalizationFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/InferredPersonalizationFeed.sys.mjs#145"}},"S_js_typescript_lib/NewTabActorRegistry.sys.mjs/NewTabActorRegistry.init().":{"sym":"S_js_typescript_lib/NewTabActorRegistry.sys.mjs/NewTabActorRegistry.init().","pretty":"NewTabActorRegistry::init","meta":{"structured":1,"pretty":"NewTabActorRegistry::init","sym":"S_js_typescript_lib/NewTabActorRegistry.sys.mjs/NewTabActorRegistry.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/NewTabActorRegistry.sys.mjs#47"}},"S_js_typescript_lib/NewTabAttributionFeed.sys.mjs/NewTabAttributionFeed#init().":{"sym":"S_js_typescript_lib/NewTabAttributionFeed.sys.mjs/NewTabAttributionFeed#init().","pretty":"NewTabAttributionFeed::init","meta":{"structured":1,"pretty":"NewTabAttributionFeed::init","sym":"S_js_typescript_lib/NewTabAttributionFeed.sys.mjs/NewTabAttributionFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/NewTabAttributionFeed.sys.mjs/NewTabAttributionFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/NewTabAttributionFeed.sys.mjs#69"}},"S_js_typescript_lib/NewTabMessaging.sys.mjs/NewTabMessaging#init().":{"sym":"S_js_typescript_lib/NewTabMessaging.sys.mjs/NewTabMessaging#init().","pretty":"NewTabMessaging::init","meta":{"structured":1,"pretty":"NewTabMessaging::init","sym":"S_js_typescript_lib/NewTabMessaging.sys.mjs/NewTabMessaging#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/NewTabMessaging.sys.mjs/NewTabMessaging#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/NewTabMessaging.sys.mjs#17"}},"S_js_typescript_lib/PrefsFeed.sys.mjs/PrefsFeed#init().":{"sym":"S_js_typescript_lib/PrefsFeed.sys.mjs/PrefsFeed#init().","pretty":"PrefsFeed::init","meta":{"structured":1,"pretty":"PrefsFeed::init","sym":"S_js_typescript_lib/PrefsFeed.sys.mjs/PrefsFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/PrefsFeed.sys.mjs/PrefsFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/PrefsFeed.sys.mjs#664"}},"S_js_typescript_lib/RemoteRenderer.sys.mjs/RemoteRenderer#QueryInterface.":{"sym":"S_js_typescript_lib/RemoteRenderer.sys.mjs/RemoteRenderer#QueryInterface.","pretty":"RemoteRenderer::QueryInterface","meta":{"structured":1,"pretty":"RemoteRenderer::QueryInterface","sym":"S_js_typescript_lib/RemoteRenderer.sys.mjs/RemoteRenderer#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/RemoteRenderer.sys.mjs/RemoteRenderer#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/RemoteRenderer.sys.mjs#111"}},"S_js_typescript_lib/SectionsLayoutFeed.sys.mjs/SectionsLayoutFeed#init().":{"sym":"S_js_typescript_lib/SectionsLayoutFeed.sys.mjs/SectionsLayoutFeed#init().","pretty":"SectionsLayoutFeed::init","meta":{"structured":1,"pretty":"SectionsLayoutFeed::init","sym":"S_js_typescript_lib/SectionsLayoutFeed.sys.mjs/SectionsLayoutFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/SectionsLayoutFeed.sys.mjs/SectionsLayoutFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/SectionsLayoutFeed.sys.mjs#730"}},"S_js_typescript_lib/SectionsManager.sys.mjs/SectionsFeed#init().":{"sym":"S_js_typescript_lib/SectionsManager.sys.mjs/SectionsFeed#init().","pretty":"SectionsFeed::init","meta":{"structured":1,"pretty":"SectionsFeed::init","sym":"S_js_typescript_lib/SectionsManager.sys.mjs/SectionsFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/SectionsManager.sys.mjs/SectionsFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/SectionsManager.sys.mjs#394"}},"S_js_typescript_lib/SectionsManager.sys.mjs/SectionsManager.init().":{"sym":"S_js_typescript_lib/SectionsManager.sys.mjs/SectionsManager.init().","pretty":"SectionsManager::init","meta":{"structured":1,"pretty":"SectionsManager::init","sym":"S_js_typescript_lib/SectionsManager.sys.mjs/SectionsManager.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/SectionsManager.sys.mjs#127"}},"S_js_typescript_lib/SmartShortcutsFeed.sys.mjs/SmartShortcutsFeed#init().":{"sym":"S_js_typescript_lib/SmartShortcutsFeed.sys.mjs/SmartShortcutsFeed#init().","pretty":"SmartShortcutsFeed::init","meta":{"structured":1,"pretty":"SmartShortcutsFeed::init","sym":"S_js_typescript_lib/SmartShortcutsFeed.sys.mjs/SmartShortcutsFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/SmartShortcutsFeed.sys.mjs/SmartShortcutsFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/SmartShortcutsFeed.sys.mjs#47"}},"S_js_typescript_lib/Store.sys.mjs/Store#init().":{"sym":"S_js_typescript_lib/Store.sys.mjs/Store#init().","pretty":"Store::init","meta":{"structured":1,"pretty":"Store::init","sym":"S_js_typescript_lib/Store.sys.mjs/Store#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/Store.sys.mjs/Store#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/Store.sys.mjs#123"}},"S_js_typescript_lib/SystemTickFeed.sys.mjs/SystemTickFeed#init().":{"sym":"S_js_typescript_lib/SystemTickFeed.sys.mjs/SystemTickFeed#init().","pretty":"SystemTickFeed::init","meta":{"structured":1,"pretty":"SystemTickFeed::init","sym":"S_js_typescript_lib/SystemTickFeed.sys.mjs/SystemTickFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/SystemTickFeed.sys.mjs/SystemTickFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/SystemTickFeed.sys.mjs#18"}},"S_js_typescript_lib/TelemetryFeed.sys.mjs/TelemetryFeed#init().":{"sym":"S_js_typescript_lib/TelemetryFeed.sys.mjs/TelemetryFeed#init().","pretty":"TelemetryFeed::init","meta":{"structured":1,"pretty":"TelemetryFeed::init","sym":"S_js_typescript_lib/TelemetryFeed.sys.mjs/TelemetryFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/TelemetryFeed.sys.mjs/TelemetryFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/TelemetryFeed.sys.mjs#539"}},"S_js_typescript_lib/TopSitesFeed.sys.mjs/TopSitesFeed#init().":{"sym":"S_js_typescript_lib/TopSitesFeed.sys.mjs/TopSitesFeed#init().","pretty":"TopSitesFeed::init","meta":{"structured":1,"pretty":"TopSitesFeed::init","sym":"S_js_typescript_lib/TopSitesFeed.sys.mjs/TopSitesFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/TopSitesFeed.sys.mjs/TopSitesFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/TopSitesFeed.sys.mjs#1019"}},"S_js_typescript_lib/TopStoriesFeed.sys.mjs/TopStoriesFeed#init().":{"sym":"S_js_typescript_lib/TopStoriesFeed.sys.mjs/TopStoriesFeed#init().","pretty":"TopStoriesFeed::init","meta":{"structured":1,"pretty":"TopStoriesFeed::init","sym":"S_js_typescript_lib/TopStoriesFeed.sys.mjs/TopStoriesFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/TopStoriesFeed.sys.mjs/TopStoriesFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/TopStoriesFeed.sys.mjs#108"}},"S_js_typescript_lib/WeatherFeed.sys.mjs/WeatherFeed#init().":{"sym":"S_js_typescript_lib/WeatherFeed.sys.mjs/WeatherFeed#init().","pretty":"WeatherFeed::init","meta":{"structured":1,"pretty":"WeatherFeed::init","sym":"S_js_typescript_lib/WeatherFeed.sys.mjs/WeatherFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/WeatherFeed.sys.mjs/WeatherFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/WeatherFeed.sys.mjs#80"}},"S_js_typescript_lib/Widgets/ListsFeed.sys.mjs/ListsFeed#init().":{"sym":"S_js_typescript_lib/Widgets/ListsFeed.sys.mjs/ListsFeed#init().","pretty":"ListsFeed::init","meta":{"structured":1,"pretty":"ListsFeed::init","sym":"S_js_typescript_lib/Widgets/ListsFeed.sys.mjs/ListsFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/Widgets/ListsFeed.sys.mjs/ListsFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/Widgets/ListsFeed.sys.mjs#44"}},"S_js_typescript_lib/Widgets/PictureOfTheDayFeed.sys.mjs/PictureOfTheDayFeed#init().":{"sym":"S_js_typescript_lib/Widgets/PictureOfTheDayFeed.sys.mjs/PictureOfTheDayFeed#init().","pretty":"PictureOfTheDayFeed::init","meta":{"structured":1,"pretty":"PictureOfTheDayFeed::init","sym":"S_js_typescript_lib/Widgets/PictureOfTheDayFeed.sys.mjs/PictureOfTheDayFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/Widgets/PictureOfTheDayFeed.sys.mjs/PictureOfTheDayFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/Widgets/PictureOfTheDayFeed.sys.mjs#137"}},"S_js_typescript_lib/Widgets/PrivacyFeed.sys.mjs/PrivacyFeed#init().":{"sym":"S_js_typescript_lib/Widgets/PrivacyFeed.sys.mjs/PrivacyFeed#init().","pretty":"PrivacyFeed::init","meta":{"structured":1,"pretty":"PrivacyFeed::init","sym":"S_js_typescript_lib/Widgets/PrivacyFeed.sys.mjs/PrivacyFeed#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/Widgets/PrivacyFeed.sys.mjs/PrivacyFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/Widgets/PrivacyFeed.sys.mjs#568"}},"S_js_typescript_lib/Widgets/SportsFeed.sys.mjs/SportsFeed#init().":{"sym":"S_js_typescript_lib/Widgets/SportsFeed.sys.mjs/SportsFeed#init().","pretty":"SportsFeed::init","meta":{"structured":1,"pretty":"SportsFeed::init","sym":"S_js_typescript_lib/Widgets/SportsFeed.sys.mjs/SportsFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/Widgets/SportsFeed.sys.mjs/SportsFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/Widgets/SportsFeed.sys.mjs#186"}},"S_js_typescript_lib/Widgets/StocksFeed.sys.mjs/StocksFeed#init().":{"sym":"S_js_typescript_lib/Widgets/StocksFeed.sys.mjs/StocksFeed#init().","pretty":"StocksFeed::init","meta":{"structured":1,"pretty":"StocksFeed::init","sym":"S_js_typescript_lib/Widgets/StocksFeed.sys.mjs/StocksFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/Widgets/StocksFeed.sys.mjs/StocksFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/Widgets/StocksFeed.sys.mjs#74"}},"S_js_typescript_lib/Widgets/TimerFeed.sys.mjs/TimerFeed#init().":{"sym":"S_js_typescript_lib/Widgets/TimerFeed.sys.mjs/TimerFeed#init().","pretty":"TimerFeed::init","meta":{"structured":1,"pretty":"TimerFeed::init","sym":"S_js_typescript_lib/Widgets/TimerFeed.sys.mjs/TimerFeed#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/New Tab Page","parentsym":"S_js_typescript_lib/Widgets/TimerFeed.sys.mjs/TimerFeed#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/extensions/newtab/lib/Widgets/TimerFeed.sys.mjs#84"}},"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/actors/LoadURIDelegateChild.sys.mjs/LoadURIDelegateChild#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/actors/LoadURIDelegateChild.sys.mjs/LoadURIDelegateChild#prototype.QueryInterface.","pretty":"LoadURIDelegateChild::prototype::QueryInterface","meta":{"structured":1,"pretty":"LoadURIDelegateChild::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/actors/LoadURIDelegateChild.sys.mjs/LoadURIDelegateChild#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/actors/LoadURIDelegateChild.sys.mjs#44"}},"S_js_typescript_mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs/ColorPickerDelegate#init().":{"sym":"S_js_typescript_mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs/ColorPickerDelegate#init().","pretty":"ColorPickerDelegate::init","meta":{"structured":1,"pretty":"ColorPickerDelegate::init","sym":"S_js_typescript_mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs/ColorPickerDelegate#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs/ColorPickerDelegate#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs#17"}},"S_js_typescript_mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs/ColorPickerDelegate#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs/ColorPickerDelegate#prototype.QueryInterface.","pretty":"ColorPickerDelegate::prototype::QueryInterface","meta":{"structured":1,"pretty":"ColorPickerDelegate::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs/ColorPickerDelegate#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/ColorPickerDelegate.sys.mjs#44"}},"S_js_typescript_mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs/FilePickerDelegate#init().":{"sym":"S_js_typescript_mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs/FilePickerDelegate#init().","pretty":"FilePickerDelegate::init","meta":{"structured":1,"pretty":"FilePickerDelegate::init","sym":"S_js_typescript_mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs/FilePickerDelegate#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs/FilePickerDelegate#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs#21"}},"S_js_typescript_mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs/FilePickerDelegate#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs/FilePickerDelegate#prototype.QueryInterface.","pretty":"FilePickerDelegate::prototype::QueryInterface","meta":{"structured":1,"pretty":"FilePickerDelegate::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs/FilePickerDelegate#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/FilePickerDelegate.sys.mjs#301"}},"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPermission.sys.mjs/GeckoViewPermission#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPermission.sys.mjs/GeckoViewPermission#prototype.QueryInterface.","pretty":"GeckoViewPermission::prototype::QueryInterface","meta":{"structured":1,"pretty":"GeckoViewPermission::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPermission.sys.mjs/GeckoViewPermission#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/GeckoViewPermission.sys.mjs#225"}},"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs/PromptDelegate#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs/PromptDelegate#prototype.QueryInterface.","pretty":"PromptDelegate::prototype::QueryInterface","meta":{"structured":1,"pretty":"PromptDelegate::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs/PromptDelegate#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs#816"}},"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs/PromptFactory#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs/PromptFactory#prototype.QueryInterface.","pretty":"PromptFactory::prototype::QueryInterface","meta":{"structured":1,"pretty":"PromptFactory::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs/PromptFactory#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/GeckoViewPrompt.sys.mjs#463"}},"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPush.sys.mjs/PushService#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPush.sys.mjs/PushService#prototype.QueryInterface.","pretty":"PushService::prototype::QueryInterface","meta":{"structured":1,"pretty":"PushService::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPush.sys.mjs/PushService#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/GeckoViewPush.sys.mjs#168"}},"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPush.sys.mjs/PushSubscription#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPush.sys.mjs/PushSubscription#prototype.QueryInterface.","pretty":"PushSubscription::prototype::QueryInterface","meta":{"structured":1,"pretty":"PushSubscription::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewPush.sys.mjs/PushSubscription#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/GeckoViewPush.sys.mjs#263"}},"S_js_typescript_mobile/shared/components/geckoview/GeckoViewStartup.sys.mjs/GeckoViewStartup#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewStartup.sys.mjs/GeckoViewStartup#prototype.QueryInterface.","pretty":"GeckoViewStartup::prototype::QueryInterface","meta":{"structured":1,"pretty":"GeckoViewStartup::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/GeckoViewStartup.sys.mjs/GeckoViewStartup#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/GeckoViewStartup.sys.mjs#527"}},"S_js_typescript_mobile/shared/components/geckoview/LoginStorageDelegate.sys.mjs/LoginStorageDelegate#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/LoginStorageDelegate.sys.mjs/LoginStorageDelegate#prototype.QueryInterface.","pretty":"LoginStorageDelegate::prototype::QueryInterface","meta":{"structured":1,"pretty":"LoginStorageDelegate::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/LoginStorageDelegate.sys.mjs/LoginStorageDelegate#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/LoginStorageDelegate.sys.mjs#119"}},"S_js_typescript_mobile/shared/components/geckoview/PromptCollection.sys.mjs/PromptCollection#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/PromptCollection.sys.mjs/PromptCollection#prototype.QueryInterface.","pretty":"PromptCollection::prototype::QueryInterface","meta":{"structured":1,"pretty":"PromptCollection::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/PromptCollection.sys.mjs/PromptCollection#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/PromptCollection.sys.mjs#46"}},"S_js_typescript_mobile/shared/components/geckoview/SessionStoreFunctions.sys.mjs/SessionStoreFunctions#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/SessionStoreFunctions.sys.mjs/SessionStoreFunctions#prototype.QueryInterface.","pretty":"SessionStoreFunctions::prototype::QueryInterface","meta":{"structured":1,"pretty":"SessionStoreFunctions::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/SessionStoreFunctions.sys.mjs/SessionStoreFunctions#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/SessionStoreFunctions.sys.mjs#58"}},"S_js_typescript_mobile/shared/components/geckoview/ShareDelegate.sys.mjs/ShareDelegate#init().":{"sym":"S_js_typescript_mobile/shared/components/geckoview/ShareDelegate.sys.mjs/ShareDelegate#init().","pretty":"ShareDelegate::init","meta":{"structured":1,"pretty":"ShareDelegate::init","sym":"S_js_typescript_mobile/shared/components/geckoview/ShareDelegate.sys.mjs/ShareDelegate#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/components/geckoview/ShareDelegate.sys.mjs/ShareDelegate#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/ShareDelegate.sys.mjs#20"}},"S_js_typescript_mobile/shared/components/geckoview/ShareDelegate.sys.mjs/ShareDelegate#prototype.QueryInterface.":{"sym":"S_js_typescript_mobile/shared/components/geckoview/ShareDelegate.sys.mjs/ShareDelegate#prototype.QueryInterface.","pretty":"ShareDelegate::prototype::QueryInterface","meta":{"structured":1,"pretty":"ShareDelegate::prototype::QueryInterface","sym":"S_js_typescript_mobile/shared/components/geckoview/ShareDelegate.sys.mjs/ShareDelegate#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/components/geckoview/ShareDelegate.sys.mjs#75"}},"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_mobile/shared/modules/geckoview/GeckoViewConsole.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewConsole.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewConsole.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"GeckoView/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/modules/geckoview/GeckoViewConsole.sys.mjs#13"}},"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewProgress.sys.mjs/Tracker#QueryInterface.":{"sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewProgress.sys.mjs/Tracker#QueryInterface.","pretty":"Tracker::QueryInterface","meta":{"structured":1,"pretty":"Tracker::QueryInterface","sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewProgress.sys.mjs/Tracker#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewProgress.sys.mjs/Tracker#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/modules/geckoview/GeckoViewProgress.sys.mjs#195"}},"S_js_typescript_modules/ASRouter.sys.mjs/ASRouter#init().":{"sym":"S_js_typescript_modules/ASRouter.sys.mjs/ASRouter#init().","pretty":"_ASRouter::init","meta":{"structured":1,"pretty":"_ASRouter::init","sym":"S_js_typescript_modules/ASRouter.sys.mjs/ASRouter#init().","js_sym":"#init","type_pretty":"string; } | null>","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/ASRouter.sys.mjs/ASRouter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/ASRouter.sys.mjs#1199"}},"S_js_typescript_modules/ASRouterNewTabHook.sys.mjs/ASRouterNewTabHookInstance#destroy().":{"sym":"S_js_typescript_modules/ASRouterNewTabHook.sys.mjs/ASRouterNewTabHookInstance#destroy().","pretty":"ASRouterNewTabHookInstance::destroy","meta":{"structured":1,"pretty":"ASRouterNewTabHookInstance::destroy","sym":"S_js_typescript_modules/ASRouterNewTabHook.sys.mjs/ASRouterNewTabHookInstance#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/ASRouterNewTabHook.sys.mjs/ASRouterNewTabHookInstance#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/ASRouterNewTabHook.sys.mjs#52"}},"S_js_typescript_modules/ASRouterPreferences.sys.mjs/ASRouterPreferences#init().":{"sym":"S_js_typescript_modules/ASRouterPreferences.sys.mjs/ASRouterPreferences#init().","pretty":"_ASRouterPreferences::init","meta":{"structured":1,"pretty":"_ASRouterPreferences::init","sym":"S_js_typescript_modules/ASRouterPreferences.sys.mjs/ASRouterPreferences#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/ASRouterPreferences.sys.mjs/ASRouterPreferences#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/ASRouterPreferences.sys.mjs#290"}},"S_js_typescript_modules/MomentsPageHub.sys.mjs/MomentsPageHub#init().":{"sym":"S_js_typescript_modules/MomentsPageHub.sys.mjs/MomentsPageHub#init().","pretty":"_MomentsPageHub::init","meta":{"structured":1,"pretty":"_MomentsPageHub::init","sym":"S_js_typescript_modules/MomentsPageHub.sys.mjs/MomentsPageHub#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/MomentsPageHub.sys.mjs/MomentsPageHub#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/MomentsPageHub.sys.mjs#24"}},"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/ToolbarBadgeHub.sys.mjs/ToolbarBadgeHub#init().":{"sym":"S_js_typescript_modules/ToolbarBadgeHub.sys.mjs/ToolbarBadgeHub#init().","pretty":"_ToolbarBadgeHub::init","meta":{"structured":1,"pretty":"_ToolbarBadgeHub::init","sym":"S_js_typescript_modules/ToolbarBadgeHub.sys.mjs/ToolbarBadgeHub#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/ToolbarBadgeHub.sys.mjs/ToolbarBadgeHub#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/ToolbarBadgeHub.sys.mjs#35"}},"S_js_typescript_panel/panel.js/PerformancePanel#destroy().":{"sym":"S_js_typescript_panel/panel.js/PerformancePanel#destroy().","pretty":"PerformancePanel::destroy","meta":{"structured":1,"pretty":"PerformancePanel::destroy","sym":"S_js_typescript_panel/panel.js/PerformancePanel#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"DevTools/Performance Tools (Profiler/Timeline)","parentsym":"S_js_typescript_panel/panel.js/PerformancePanel#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/client/performance-new/panel/panel.js#97"}},"S_js_typescript_src/CLI.ts/InstallArgs#path.":{"sym":"S_js_typescript_src/CLI.ts/InstallArgs#path.","pretty":"InstallArgs::path","meta":{"structured":1,"pretty":"InstallArgs::path","sym":"S_js_typescript_src/CLI.ts/InstallArgs#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/CLI.ts/InstallArgs#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/browsers/src/CLI.ts#33"}},"S_js_typescript_src/api/ElementHandle.ts/BoxModel#content.":{"sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#content.","pretty":"BoxModel::content","meta":{"structured":1,"pretty":"BoxModel::content","sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#content.","js_sym":"#content","type_pretty":"Quad","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#","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#51"}},"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().","pretty":"ElementHandle::click","meta":{"structured":1,"pretty":"ElementHandle::click","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().","js_sym":"#click","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#768"}},"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#click().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#click().","pretty":"Frame::click","meta":{"structured":1,"pretty":"Frame::click","sym":"S_js_typescript_src/api/Frame.ts/Frame#click().","js_sym":"#click","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#1058"}},"S_js_typescript_src/api/Frame.ts/Frame#content().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#content().","pretty":"Frame::content","meta":{"structured":1,"pretty":"Frame::content","sym":"S_js_typescript_src/api/Frame.ts/Frame#content().","js_sym":"#content","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#799"}},"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/Frame.ts/FrameAddScriptTagOptions#content.":{"sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#content.","pretty":"FrameAddScriptTagOptions::content","meta":{"structured":1,"pretty":"FrameAddScriptTagOptions::content","sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#content.","js_sym":"#content","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#","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#139"}},"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#path.":{"sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#path.","pretty":"FrameAddScriptTagOptions::path","meta":{"structured":1,"pretty":"FrameAddScriptTagOptions::path","sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#","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#135"}},"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#content.":{"sym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#content.","pretty":"FrameAddStyleTagOptions::content","meta":{"structured":1,"pretty":"FrameAddStyleTagOptions::content","sym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#content.","js_sym":"#content","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#","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#168"}},"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#path.":{"sym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#path.","pretty":"FrameAddStyleTagOptions::path","meta":{"structured":1,"pretty":"FrameAddStyleTagOptions::path","sym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#","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#164"}},"S_js_typescript_src/api/HTTPRequest.ts/headersArray().Array:typeLiteral14:value.":{"sym":"S_js_typescript_src/api/HTTPRequest.ts/headersArray().Array:typeLiteral14:value.","pretty":"headersArray::Array::typeLiteral14::value","meta":{"structured":1,"pretty":"headersArray::Array::typeLiteral14::value","sym":"S_js_typescript_src/api/HTTPRequest.ts/headersArray().Array:typeLiteral14:value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","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/HTTPRequest.ts#623"}},"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content().":{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content().","pretty":"HTTPResponse::content","meta":{"structured":1,"pretty":"HTTPResponse::content","sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content().","js_sym":"#content","type_pretty":"Promise>","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":[],"overriddenBy":["S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().","S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/HTTPResponse.ts#92"}},"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/Input.ts/Mouse#click().":{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click().","pretty":"Mouse::click","meta":{"structured":1,"pretty":"Mouse::click","sym":"S_js_typescript_src/api/Input.ts/Mouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Input.ts/Mouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","S_js_typescript_src/cdp/Input.ts/CdpMouse#click()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Input.ts#396"}},"S_js_typescript_src/api/Page.ts/MediaFeature#value.":{"sym":"S_js_typescript_src/api/Page.ts/MediaFeature#value.","pretty":"MediaFeature::value","meta":{"structured":1,"pretty":"MediaFeature::value","sym":"S_js_typescript_src/api/Page.ts/MediaFeature#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/MediaFeature#","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#247"}},"S_js_typescript_src/api/Page.ts/Page#click().":{"sym":"S_js_typescript_src/api/Page.ts/Page#click().","pretty":"Page::click","meta":{"structured":1,"pretty":"Page::click","sym":"S_js_typescript_src/api/Page.ts/Page#click().","js_sym":"#click","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#2818"}},"S_js_typescript_src/api/Page.ts/Page#content().":{"sym":"S_js_typescript_src/api/Page.ts/Page#content().","pretty":"Page::content","meta":{"structured":1,"pretty":"Page::content","sym":"S_js_typescript_src/api/Page.ts/Page#content().","js_sym":"#content","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#1738"}},"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/api/Page.ts/ScreencastOptions#path.":{"sym":"S_js_typescript_src/api/Page.ts/ScreencastOptions#path.","pretty":"ScreencastOptions::path","meta":{"structured":1,"pretty":"ScreencastOptions::path","sym":"S_js_typescript_src/api/Page.ts/ScreencastOptions#path.","js_sym":"#path","type_pretty":"`${string}.webm` | `${string}.gif` | `${string}.mp4` | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/ScreencastOptions#","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#337"}},"S_js_typescript_src/api/Page.ts/ScreenshotOptions#path.":{"sym":"S_js_typescript_src/api/Page.ts/ScreenshotOptions#path.","pretty":"ScreenshotOptions::path","meta":{"structured":1,"pretty":"ScreenshotOptions::path","sym":"S_js_typescript_src/api/Page.ts/ScreenshotOptions#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/ScreenshotOptions#","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#310"}},"S_js_typescript_src/api/locators/locators.ts/Locator#click().":{"sym":"S_js_typescript_src/api/locators/locators.ts/Locator#click().","pretty":"Locator::click","meta":{"structured":1,"pretty":"Locator::click","sym":"S_js_typescript_src/api/locators/locators.ts/Locator#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/locators/locators.ts/Locator#","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/locators/locators.ts#703"}},"S_js_typescript_src/bidi/Deserializer.ts/BidiDeserializer##deserializeTuple().typeLiteral22:value.":{"sym":"S_js_typescript_src/bidi/Deserializer.ts/BidiDeserializer##deserializeTuple().typeLiteral22:value.","pretty":"BidiDeserializer::#deserializeTuple::typeLiteral22::value","meta":{"structured":1,"pretty":"BidiDeserializer::#deserializeTuple::typeLiteral22::value","sym":"S_js_typescript_src/bidi/Deserializer.ts/BidiDeserializer##deserializeTuple().typeLiteral22:value.","js_sym":"#value","type_pretty":"unknown","kind":"field","subsystem":"Remote Protocol/Agent","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/Deserializer.ts#83"}},"S_js_typescript_src/bidi/Frame.ts/BidiFrame#setFiles().":{"sym":"S_js_typescript_src/bidi/Frame.ts/BidiFrame#setFiles().","pretty":"BidiFrame::setFiles","meta":{"structured":1,"pretty":"BidiFrame::setFiles","sym":"S_js_typescript_src/bidi/Frame.ts/BidiFrame#setFiles().","js_sym":"#setFiles","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Frame.ts/BidiFrame#","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/Frame.ts#601"}},"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().":{"sym":"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().","pretty":"BidiHTTPResponse::content","meta":{"structured":1,"pretty":"BidiHTTPResponse::content","sym":"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().","js_sym":"#content","type_pretty":"Promise>","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/HTTPResponse.ts#159"}},"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().":{"sym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","pretty":"BidiMouse::click","meta":{"structured":1,"pretty":"BidiMouse::click","sym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Input.ts#531"}},"S_js_typescript_src/bidi/core/BrowsingContext.ts/BrowsingContext#setFiles().":{"sym":"S_js_typescript_src/bidi/core/BrowsingContext.ts/BrowsingContext#setFiles().","pretty":"BrowsingContext::setFiles","meta":{"structured":1,"pretty":"BrowsingContext::setFiles","sym":"S_js_typescript_src/bidi/core/BrowsingContext.ts/BrowsingContext#setFiles().","js_sym":"#setFiles","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/core/BrowsingContext.ts/BrowsingContext#","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/BrowsingContext.ts#668"}},"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/browser-data/types.ts/ProfileOptions#path.":{"sym":"S_js_typescript_src/browser-data/types.ts/ProfileOptions#path.","pretty":"ProfileOptions::path","meta":{"structured":1,"pretty":"ProfileOptions::path","sym":"S_js_typescript_src/browser-data/types.ts/ProfileOptions#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/browser-data/types.ts/ProfileOptions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/browsers/src/browser-data/types.ts#59"}},"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#value.":{"sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#value.","pretty":"SerializedAXNode::value","meta":{"structured":1,"pretty":"SerializedAXNode::value","sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#value.","js_sym":"#value","type_pretty":"string | number | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#","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/cdp/Accessibility.ts#29"}},"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content().":{"sym":"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content().","pretty":"CdpHTTPResponse::content","meta":{"structured":1,"pretty":"CdpHTTPResponse::content","sym":"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content().","js_sym":"#content","type_pretty":"Promise>","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/HTTPResponse.ts#119"}},"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().":{"sym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().","pretty":"CdpMouse::click","meta":{"structured":1,"pretty":"CdpMouse::click","sym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Input.ts#435"}},"S_js_typescript_src/cdp/Tracing.ts/TracingOptions#path.":{"sym":"S_js_typescript_src/cdp/Tracing.ts/TracingOptions#path.","pretty":"TracingOptions::path","meta":{"structured":1,"pretty":"TracingOptions::path","sym":"S_js_typescript_src/cdp/Tracing.ts/TracingOptions#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Tracing.ts/TracingOptions#","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/cdp/Tracing.ts#19"}},"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.","pretty":"ARIAQueryHandler::querySelector","meta":{"structured":1,"pretty":"ARIAQueryHandler::querySelector","sym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#","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/AriaQueryHandler.ts#65"}},"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.","pretty":"CSSQueryHandler::querySelector","meta":{"structured":1,"pretty":"CSSQueryHandler::querySelector","sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.","js_sym":"#querySelector","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#15"}},"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/Cookie.ts/Cookie#path.":{"sym":"S_js_typescript_src/common/Cookie.ts/Cookie#path.","pretty":"Cookie::path","meta":{"structured":1,"pretty":"Cookie::path","sym":"S_js_typescript_src/common/Cookie.ts/Cookie#path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/Cookie#","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/Cookie.ts#63"}},"S_js_typescript_src/common/Cookie.ts/CookieData#path.":{"sym":"S_js_typescript_src/common/Cookie.ts/CookieData#path.","pretty":"CookieData::path","meta":{"structured":1,"pretty":"CookieData::path","sym":"S_js_typescript_src/common/Cookie.ts/CookieData#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/CookieData#","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/Cookie.ts#174"}},"S_js_typescript_src/common/Cookie.ts/CookieData#value.":{"sym":"S_js_typescript_src/common/Cookie.ts/CookieData#value.","pretty":"CookieData::value","meta":{"structured":1,"pretty":"CookieData::value","sym":"S_js_typescript_src/common/Cookie.ts/CookieData#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/CookieData#","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/Cookie.ts#166"}},"S_js_typescript_src/common/Cookie.ts/CookieParam#path.":{"sym":"S_js_typescript_src/common/Cookie.ts/CookieParam#path.","pretty":"CookieParam::path","meta":{"structured":1,"pretty":"CookieParam::path","sym":"S_js_typescript_src/common/Cookie.ts/CookieParam#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/CookieParam#","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/Cookie.ts#114"}},"S_js_typescript_src/common/Cookie.ts/CookieParam#value.":{"sym":"S_js_typescript_src/common/Cookie.ts/CookieParam#value.","pretty":"CookieParam::value","meta":{"structured":1,"pretty":"CookieParam::value","sym":"S_js_typescript_src/common/Cookie.ts/CookieParam#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/CookieParam#","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/Cookie.ts#101"}},"S_js_typescript_src/common/Cookie.ts/DeleteCookiesRequest#path.":{"sym":"S_js_typescript_src/common/Cookie.ts/DeleteCookiesRequest#path.","pretty":"DeleteCookiesRequest::path","meta":{"structured":1,"pretty":"DeleteCookiesRequest::path","sym":"S_js_typescript_src/common/Cookie.ts/DeleteCookiesRequest#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/DeleteCookiesRequest#","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/Cookie.ts#232"}},"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/PDFOptions.ts/PDFOptions#path.":{"sym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#path.","pretty":"PDFOptions::path","meta":{"structured":1,"pretty":"PDFOptions::path","sym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#path.","js_sym":"#path","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#","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/PDFOptions.ts#153"}},"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.","pretty":"PQueryHandler::querySelector","meta":{"structured":1,"pretty":"PQueryHandler::querySelector","sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","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#24"}},"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#querySelector.":{"sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.","pretty":"PierceQueryHandler::querySelector","meta":{"structured":1,"pretty":"PierceQueryHandler::querySelector","sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.","js_sym":"#querySelector","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#15"}},"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#querySelector.":{"sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.","pretty":"QueryHandler::querySelector","meta":{"structured":1,"pretty":"QueryHandler::querySelector","sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector | 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#52"}},"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/QueryHandler.ts/QueryHandler#waitFor().":{"sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#waitFor().","pretty":"QueryHandler::waitFor","meta":{"structured":1,"pretty":"QueryHandler::waitFor","sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#waitFor().","js_sym":"#waitFor","type_pretty":"Promise<...>","kind":"method","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#148"}},"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#querySelector.":{"sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.","pretty":"XPathQueryHandler::querySelector","meta":{"structured":1,"pretty":"XPathQueryHandler::querySelector","sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","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#25"}},"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/doctest.ts/Comment#file.":{"sym":"S_js_typescript_src/doctest.ts/Comment#file.","pretty":"Comment::file","meta":{"structured":1,"pretty":"Comment::file","sym":"S_js_typescript_src/doctest.ts/Comment#file.","js_sym":"#file","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/doctest.ts/Comment#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/tools/doctest/src/doctest.ts#55"}},"S_js_typescript_src/environment.ts/EnvironmentDependencies#path.":{"sym":"S_js_typescript_src/environment.ts/EnvironmentDependencies#path.","pretty":"EnvironmentDependencies::path","meta":{"structured":1,"pretty":"EnvironmentDependencies::path","sym":"S_js_typescript_src/environment.ts/EnvironmentDependencies#path.","js_sym":"#path","type_pretty":"typeof path | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/environment.ts/EnvironmentDependencies#","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/environment.ts#19"}},"S_js_typescript_src/environment.ts/environment.typeLiteral30:value.":{"sym":"S_js_typescript_src/environment.ts/environment.typeLiteral30:value.","pretty":"environment::typeLiteral30::value","meta":{"structured":1,"pretty":"environment::typeLiteral30::value","sym":"S_js_typescript_src/environment.ts/environment.typeLiteral30:value.","js_sym":"#value","type_pretty":"EnvironmentDependencies","kind":"field","subsystem":"Remote Protocol/Agent","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/environment.ts#28"}},"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().":{"sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().","pretty":"CustomQuerySelector::querySelector","meta":{"structured":1,"pretty":"CustomQuerySelector::querySelector","sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().","js_sym":"#querySelector","type_pretty":"string) => Awaitable","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#14"}},"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/PPseudoSelector#value.":{"sym":"S_js_typescript_src/injected/PQuerySelector.ts/PPseudoSelector#value.","pretty":"PPseudoSelector::value","meta":{"structured":1,"pretty":"PPseudoSelector::value","sym":"S_js_typescript_src/injected/PQuerySelector.ts/PPseudoSelector#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/PQuerySelector.ts/PPseudoSelector#","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#27"}},"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_src/injected/TextContent.ts/NonTrivialValueNode#value.":{"sym":"S_js_typescript_src/injected/TextContent.ts/NonTrivialValueNode#value.","pretty":"NonTrivialValueNode::value","meta":{"structured":1,"pretty":"NonTrivialValueNode::value","sym":"S_js_typescript_src/injected/TextContent.ts/NonTrivialValueNode#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/TextContent.ts/NonTrivialValueNode#","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/TextContent.ts#8"}},"S_js_typescript_src/node/ScreenRecorder.ts/ScreenRecorderOptions#path.":{"sym":"S_js_typescript_src/node/ScreenRecorder.ts/ScreenRecorderOptions#path.","pretty":"ScreenRecorderOptions::path","meta":{"structured":1,"pretty":"ScreenRecorderOptions::path","sym":"S_js_typescript_src/node/ScreenRecorder.ts/ScreenRecorderOptions#path.","js_sym":"#path","type_pretty":"`${string}.webm` | `${string}.gif` | `${string}.mp4` | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/node/ScreenRecorder.ts/ScreenRecorderOptions#","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/node/ScreenRecorder.ts#54"}},"S_js_typescript_src/schematics/utils/packages.ts/updateJsonValues().(updates)Array:typeLiteral16:value.":{"sym":"S_js_typescript_src/schematics/utils/packages.ts/updateJsonValues().(updates)Array:typeLiteral16:value.","pretty":"updates::Array::typeLiteral16::value","meta":{"structured":1,"pretty":"updates::Array::typeLiteral16::value","sym":"S_js_typescript_src/schematics/utils/packages.ts/updateJsonValues().(updates)Array:typeLiteral16:value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/ng-schematics/src/schematics/utils/packages.ts#69"}},"S_js_typescript_src/types.ts/MochaTestResult#file.":{"sym":"S_js_typescript_src/types.ts/MochaTestResult#file.","pretty":"MochaTestResult::file","meta":{"structured":1,"pretty":"MochaTestResult::file","sym":"S_js_typescript_src/types.ts/MochaTestResult#file.","js_sym":"#file","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/types.ts/MochaTestResult#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/tools/mocha-runner/src/types.ts#41"}},"S_js_typescript_src/util/Deferred.ts/Deferred#value().":{"sym":"S_js_typescript_src/util/Deferred.ts/Deferred#value().","pretty":"Deferred::value","meta":{"structured":1,"pretty":"Deferred::value","sym":"S_js_typescript_src/util/Deferred.ts/Deferred#value().","js_sym":"#value","type_pretty":"T | V | TimeoutError | undefined","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/util/Deferred.ts/Deferred#","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/util/Deferred.ts#111"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message\".typeLiteral563:schema.typeLiteral564:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message\".typeLiteral563:schema.typeLiteral564:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message\"::typeLiteral563::schema::typeLiteral564::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message\"::typeLiteral563::schema::typeLiteral564::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message\".typeLiteral563:schema.typeLiteral564:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2330"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-1\".typeLiteral565:schema.typeLiteral566:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-1\".typeLiteral565:schema.typeLiteral566:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-1\"::typeLiteral565::schema::typeLiteral566::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-1\"::typeLiteral565::schema::typeLiteral566::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-1\".typeLiteral565:schema.typeLiteral566:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2341"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-10\".typeLiteral583:schema.typeLiteral584:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-10\".typeLiteral583:schema.typeLiteral584:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-10\"::typeLiteral583::schema::typeLiteral584::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-10\"::typeLiteral583::schema::typeLiteral584::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-10\".typeLiteral583:schema.typeLiteral584:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2440"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-11\".typeLiteral585:schema.typeLiteral586:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-11\".typeLiteral585:schema.typeLiteral586:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-11\"::typeLiteral585::schema::typeLiteral586::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-11\"::typeLiteral585::schema::typeLiteral586::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-11\".typeLiteral585:schema.typeLiteral586:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2451"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-12\".typeLiteral587:schema.typeLiteral588:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-12\".typeLiteral587:schema.typeLiteral588:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-12\"::typeLiteral587::schema::typeLiteral588::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-12\"::typeLiteral587::schema::typeLiteral588::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-12\".typeLiteral587:schema.typeLiteral588:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2462"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-13\".typeLiteral589:schema.typeLiteral590:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-13\".typeLiteral589:schema.typeLiteral590:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-13\"::typeLiteral589::schema::typeLiteral590::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-13\"::typeLiteral589::schema::typeLiteral590::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-13\".typeLiteral589:schema.typeLiteral590:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2473"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-14\".typeLiteral591:schema.typeLiteral592:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-14\".typeLiteral591:schema.typeLiteral592:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-14\"::typeLiteral591::schema::typeLiteral592::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-14\"::typeLiteral591::schema::typeLiteral592::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-14\".typeLiteral591:schema.typeLiteral592:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2484"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-15\".typeLiteral593:schema.typeLiteral594:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-15\".typeLiteral593:schema.typeLiteral594:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-15\"::typeLiteral593::schema::typeLiteral594::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-15\"::typeLiteral593::schema::typeLiteral594::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-15\".typeLiteral593:schema.typeLiteral594:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2495"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-16\".typeLiteral595:schema.typeLiteral596:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-16\".typeLiteral595:schema.typeLiteral596:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-16\"::typeLiteral595::schema::typeLiteral596::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-16\"::typeLiteral595::schema::typeLiteral596::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-16\".typeLiteral595:schema.typeLiteral596:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2506"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-17\".typeLiteral597:schema.typeLiteral598:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-17\".typeLiteral597:schema.typeLiteral598:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-17\"::typeLiteral597::schema::typeLiteral598::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-17\"::typeLiteral597::schema::typeLiteral598::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-17\".typeLiteral597:schema.typeLiteral598:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2517"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-18\".typeLiteral599:schema.typeLiteral600:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-18\".typeLiteral599:schema.typeLiteral600:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-18\"::typeLiteral599::schema::typeLiteral600::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-18\"::typeLiteral599::schema::typeLiteral600::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-18\".typeLiteral599:schema.typeLiteral600:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2528"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-19\".typeLiteral601:schema.typeLiteral602:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-19\".typeLiteral601:schema.typeLiteral602:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-19\"::typeLiteral601::schema::typeLiteral602::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-19\"::typeLiteral601::schema::typeLiteral602::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-19\".typeLiteral601:schema.typeLiteral602:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2539"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-2\".typeLiteral567:schema.typeLiteral568:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-2\".typeLiteral567:schema.typeLiteral568:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-2\"::typeLiteral567::schema::typeLiteral568::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-2\"::typeLiteral567::schema::typeLiteral568::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-2\".typeLiteral567:schema.typeLiteral568:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2352"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-20\".typeLiteral603:schema.typeLiteral604:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-20\".typeLiteral603:schema.typeLiteral604:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-20\"::typeLiteral603::schema::typeLiteral604::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-20\"::typeLiteral603::schema::typeLiteral604::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-20\".typeLiteral603:schema.typeLiteral604:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2550"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-21\".typeLiteral605:schema.typeLiteral606:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-21\".typeLiteral605:schema.typeLiteral606:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-21\"::typeLiteral605::schema::typeLiteral606::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-21\"::typeLiteral605::schema::typeLiteral606::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-21\".typeLiteral605:schema.typeLiteral606:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2561"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-22\".typeLiteral607:schema.typeLiteral608:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-22\".typeLiteral607:schema.typeLiteral608:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-22\"::typeLiteral607::schema::typeLiteral608::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-22\"::typeLiteral607::schema::typeLiteral608::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-22\".typeLiteral607:schema.typeLiteral608:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2572"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-23\".typeLiteral609:schema.typeLiteral610:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-23\".typeLiteral609:schema.typeLiteral610:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-23\"::typeLiteral609::schema::typeLiteral610::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-23\"::typeLiteral609::schema::typeLiteral610::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-23\".typeLiteral609:schema.typeLiteral610:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2583"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-24\".typeLiteral611:schema.typeLiteral612:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-24\".typeLiteral611:schema.typeLiteral612:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-24\"::typeLiteral611::schema::typeLiteral612::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-24\"::typeLiteral611::schema::typeLiteral612::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-24\".typeLiteral611:schema.typeLiteral612:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2594"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-25\".typeLiteral613:schema.typeLiteral614:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-25\".typeLiteral613:schema.typeLiteral614:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-25\"::typeLiteral613::schema::typeLiteral614::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-25\"::typeLiteral613::schema::typeLiteral614::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-25\".typeLiteral613:schema.typeLiteral614:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2605"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-3\".typeLiteral569:schema.typeLiteral570:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-3\".typeLiteral569:schema.typeLiteral570:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-3\"::typeLiteral569::schema::typeLiteral570::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-3\"::typeLiteral569::schema::typeLiteral570::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-3\".typeLiteral569:schema.typeLiteral570:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2363"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-4\".typeLiteral571:schema.typeLiteral572:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-4\".typeLiteral571:schema.typeLiteral572:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-4\"::typeLiteral571::schema::typeLiteral572::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-4\"::typeLiteral571::schema::typeLiteral572::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-4\".typeLiteral571:schema.typeLiteral572:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2374"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-5\".typeLiteral573:schema.typeLiteral574:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-5\".typeLiteral573:schema.typeLiteral574:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-5\"::typeLiteral573::schema::typeLiteral574::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-5\"::typeLiteral573::schema::typeLiteral574::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-5\".typeLiteral573:schema.typeLiteral574:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2385"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-6\".typeLiteral575:schema.typeLiteral576:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-6\".typeLiteral575:schema.typeLiteral576:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-6\"::typeLiteral575::schema::typeLiteral576::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-6\"::typeLiteral575::schema::typeLiteral576::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-6\".typeLiteral575:schema.typeLiteral576:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2396"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-7\".typeLiteral577:schema.typeLiteral578:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-7\".typeLiteral577:schema.typeLiteral578:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-7\"::typeLiteral577::schema::typeLiteral578::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-7\"::typeLiteral577::schema::typeLiteral578::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-7\".typeLiteral577:schema.typeLiteral578:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2407"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-8\".typeLiteral579:schema.typeLiteral580:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-8\".typeLiteral579:schema.typeLiteral580:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-8\"::typeLiteral579::schema::typeLiteral580::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-8\"::typeLiteral579::schema::typeLiteral580::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-8\".typeLiteral579:schema.typeLiteral580:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2418"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-9\".typeLiteral581:schema.typeLiteral582:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-9\".typeLiteral581:schema.typeLiteral582:path.","pretty":"FeatureManifest::typeLiteral0::\"fxms-message-9\"::typeLiteral581::schema::typeLiteral582::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"fxms-message-9\"::typeLiteral581::schema::typeLiteral582::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"fxms-message-9\".typeLiteral581:schema.typeLiteral582:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2429"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"moments-page\".typeLiteral521:schema.typeLiteral522:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"moments-page\".typeLiteral521:schema.typeLiteral522:path.","pretty":"FeatureManifest::typeLiteral0::\"moments-page\"::typeLiteral521::schema::typeLiteral522::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"moments-page\"::typeLiteral521::schema::typeLiteral522::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"moments-page\".typeLiteral521:schema.typeLiteral522:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2153"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.","pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-1\"::typeLiteral8::variables::typeLiteral9::value","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-1\"::typeLiteral8::variables::typeLiteral9::value","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.","js_sym":"#value","type_pretty":"string; }","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/subs/FeatureManifest.sys.d.mts#41"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.","pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-2\"::typeLiteral12::variables::typeLiteral13::value","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-2\"::typeLiteral12::variables::typeLiteral13::value","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.","js_sym":"#value","type_pretty":"string; }","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/subs/FeatureManifest.sys.d.mts#56"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundTaskMessage.typeLiteral627:schema.typeLiteral628:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundTaskMessage.typeLiteral627:schema.typeLiteral628:path.","pretty":"FeatureManifest::typeLiteral0::backgroundTaskMessage::typeLiteral627::schema::typeLiteral628::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundTaskMessage::typeLiteral627::schema::typeLiteral628::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundTaskMessage.typeLiteral627:schema.typeLiteral628:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2668"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cfr.typeLiteral519:schema.typeLiteral520:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cfr.typeLiteral519:schema.typeLiteral520:path.","pretty":"FeatureManifest::typeLiteral0::cfr::typeLiteral519::schema::typeLiteral520::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cfr::typeLiteral519::schema::typeLiteral520::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cfr.typeLiteral519:schema.typeLiteral520:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2142"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.","pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::prefs","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::prefs","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.","js_sym":"#prefs","type_pretty":"string; }","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/subs/FeatureManifest.sys.d.mts#5549"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:length.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:length.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::length","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::length","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:length.","js_sym":"#length","type_pretty":"string; }","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/subs/FeatureManifest.sys.d.mts#3852"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:featureCallout.typeLiteral527:schema.typeLiteral528:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:featureCallout.typeLiteral527:schema.typeLiteral528:path.","pretty":"FeatureManifest::typeLiteral0::featureCallout::typeLiteral527::schema::typeLiteral528::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::featureCallout::typeLiteral527::schema::typeLiteral528::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:featureCallout.typeLiteral527:schema.typeLiteral528:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2186"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxms_bmb_button.typeLiteral1371:schema.typeLiteral1372:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxms_bmb_button.typeLiteral1371:schema.typeLiteral1372:path.","pretty":"FeatureManifest::typeLiteral0::fxms_bmb_button::typeLiteral1371::schema::typeLiteral1372::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxms_bmb_button::typeLiteral1371::schema::typeLiteral1372::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxms_bmb_button.typeLiteral1371:schema.typeLiteral1372:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#5604"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:infobar.typeLiteral523:schema.typeLiteral524:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:infobar.typeLiteral523:schema.typeLiteral524:path.","pretty":"FeatureManifest::typeLiteral0::infobar::typeLiteral523::schema::typeLiteral524::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::infobar::typeLiteral523::schema::typeLiteral524::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:infobar.typeLiteral523:schema.typeLiteral524:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2164"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyHeartbeat.typeLiteral1006:schema.typeLiteral1007:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyHeartbeat.typeLiteral1006:schema.typeLiteral1007:path.","pretty":"FeatureManifest::typeLiteral0::legacyHeartbeat::typeLiteral1006::schema::typeLiteral1007::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::legacyHeartbeat::typeLiteral1006::schema::typeLiteral1007::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyHeartbeat.typeLiteral1006:schema.typeLiteral1007:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#4163"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.","pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::prefs","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::prefs","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.","js_sym":"#prefs","type_pretty":"string; }","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/subs/FeatureManifest.sys.d.mts#5568"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:schema.typeLiteral1277:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:schema.typeLiteral1277:path.","pretty":"FeatureManifest::typeLiteral0::nimbusTelemetry::typeLiteral1273::schema::typeLiteral1277::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::nimbusTelemetry::typeLiteral1273::schema::typeLiteral1277::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:schema.typeLiteral1277:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#5229"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pbNewtab.typeLiteral625:schema.typeLiteral626:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pbNewtab.typeLiteral625:schema.typeLiteral626:path.","pretty":"FeatureManifest::typeLiteral0::pbNewtab::typeLiteral625::schema::typeLiteral626::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pbNewtab::typeLiteral625::schema::typeLiteral626::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pbNewtab.typeLiteral625:schema.typeLiteral626:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2656"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:schema.typeLiteral19:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:schema.typeLiteral19:path.","pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::schema::typeLiteral19::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::schema::typeLiteral19::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:schema.typeLiteral19:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#79"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.","pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::variables::typeLiteral17::prefs","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::variables::typeLiteral17::prefs","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.","js_sym":"#prefs","type_pretty":"string; }","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/subs/FeatureManifest.sys.d.mts#72"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:spotlight.typeLiteral525:schema.typeLiteral526:path.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:spotlight.typeLiteral525:schema.typeLiteral526:path.","pretty":"FeatureManifest::typeLiteral0::spotlight::typeLiteral525::schema::typeLiteral526::path","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::spotlight::typeLiteral525::schema::typeLiteral526::path","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:spotlight.typeLiteral525:schema.typeLiteral526:path.","js_sym":"#path","type_pretty":"string","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/subs/FeatureManifest.sys.d.mts#2175"}},"S_js_typescript_toolkit/actors/AboutPDFParent.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/actors/AboutPDFParent.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/actors/AboutPDFParent.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Firefox/PDF Viewer","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/actors/AboutPDFParent.sys.mjs#22"}},"S_js_typescript_toolkit/actors/AutoCompleteChild.sys.mjs/AutoCompleteChild#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/actors/AutoCompleteChild.sys.mjs/AutoCompleteChild#prototype.QueryInterface.","pretty":"AutoCompleteChild::prototype::QueryInterface","meta":{"structured":1,"pretty":"AutoCompleteChild::prototype::QueryInterface","sym":"S_js_typescript_toolkit/actors/AutoCompleteChild.sys.mjs/AutoCompleteChild#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/actors/AutoCompleteChild.sys.mjs#388"}},"S_js_typescript_toolkit/actors/ControllersParent.sys.mjs/ControllersParent#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/actors/ControllersParent.sys.mjs/ControllersParent#prototype.QueryInterface.","pretty":"ControllersParent::prototype::QueryInterface","meta":{"structured":1,"pretty":"ControllersParent::prototype::QueryInterface","sym":"S_js_typescript_toolkit/actors/ControllersParent.sys.mjs/ControllersParent#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/actors/ControllersParent.sys.mjs#92"}},"S_js_typescript_toolkit/actors/PictureInPictureChild.sys.mjs/PictureInPictureChildVideoWrapper#destroy().":{"sym":"S_js_typescript_toolkit/actors/PictureInPictureChild.sys.mjs/PictureInPictureChildVideoWrapper#destroy().","pretty":"PictureInPictureChildVideoWrapper::destroy","meta":{"structured":1,"pretty":"PictureInPictureChildVideoWrapper::destroy","sym":"S_js_typescript_toolkit/actors/PictureInPictureChild.sys.mjs/PictureInPictureChildVideoWrapper#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Toolkit/Picture-in-Picture","parentsym":"S_js_typescript_toolkit/actors/PictureInPictureChild.sys.mjs/PictureInPictureChildVideoWrapper#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/actors/PictureInPictureChild.sys.mjs#3125"}},"S_js_typescript_toolkit/actors/PopupAndRedirectBlockingParent.sys.mjs/PopupAndRedirectBlocker#destroy().":{"sym":"S_js_typescript_toolkit/actors/PopupAndRedirectBlockingParent.sys.mjs/PopupAndRedirectBlocker#destroy().","pretty":"PopupAndRedirectBlocker::destroy","meta":{"structured":1,"pretty":"PopupAndRedirectBlocker::destroy","sym":"S_js_typescript_toolkit/actors/PopupAndRedirectBlockingParent.sys.mjs/PopupAndRedirectBlocker#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/actors/PopupAndRedirectBlockingParent.sys.mjs/PopupAndRedirectBlocker#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/actors/PopupAndRedirectBlockingParent.sys.mjs#257"}},"S_js_typescript_toolkit/actors/SelectChild.sys.mjs/SelectContentHelper.prototype.init().":{"sym":"S_js_typescript_toolkit/actors/SelectChild.sys.mjs/SelectContentHelper.prototype.init().","pretty":"SelectContentHelper::prototype::init","meta":{"structured":1,"pretty":"SelectContentHelper::prototype::init","sym":"S_js_typescript_toolkit/actors/SelectChild.sys.mjs/SelectContentHelper.prototype.init().","js_sym":"#init","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/SelectChild.sys.mjs#62"}},"S_js_typescript_toolkit/components/antitracking/URLQueryStrippingListService.sys.mjs/URLQueryStrippingListService#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/antitracking/URLQueryStrippingListService.sys.mjs/URLQueryStrippingListService#QueryInterface.","pretty":"URLQueryStrippingListService::QueryInterface","meta":{"structured":1,"pretty":"URLQueryStrippingListService::QueryInterface","sym":"S_js_typescript_toolkit/components/antitracking/URLQueryStrippingListService.sys.mjs/URLQueryStrippingListService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/antitracking/URLQueryStrippingListService.sys.mjs/URLQueryStrippingListService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/antitracking/URLQueryStrippingListService.sys.mjs#115"}},"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#QueryInterface.","pretty":"BTPRemoteExceptionList::QueryInterface","meta":{"structured":1,"pretty":"BTPRemoteExceptionList::QueryInterface","sym":"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs#16"}},"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#init().":{"sym":"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#init().","pretty":"BTPRemoteExceptionList::init","meta":{"structured":1,"pretty":"BTPRemoteExceptionList::init","sym":"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs/BTPRemoteExceptionList#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/antitracking/bouncetrackingprotection/BTPRemoteExceptionList.sys.mjs#30"}},"S_js_typescript_toolkit/components/backgroundtasks/BackgroundTasksManager.sys.mjs/BackgroundTasksManager#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/backgroundtasks/BackgroundTasksManager.sys.mjs/BackgroundTasksManager#QueryInterface.","pretty":"BackgroundTasksManager::QueryInterface","meta":{"structured":1,"pretty":"BackgroundTasksManager::QueryInterface","sym":"S_js_typescript_toolkit/components/backgroundtasks/BackgroundTasksManager.sys.mjs/BackgroundTasksManager#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Background Tasks","parentsym":"S_js_typescript_toolkit/components/backgroundtasks/BackgroundTasksManager.sys.mjs/BackgroundTasksManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/backgroundtasks/BackgroundTasksManager.sys.mjs#285"}},"S_js_typescript_toolkit/components/backgroundtasks/BackgroundTasksTestUtils.sys.mjs/BackgroundTasksTestUtils.init().":{"sym":"S_js_typescript_toolkit/components/backgroundtasks/BackgroundTasksTestUtils.sys.mjs/BackgroundTasksTestUtils.init().","pretty":"BackgroundTasksTestUtils::init","meta":{"structured":1,"pretty":"BackgroundTasksTestUtils::init","sym":"S_js_typescript_toolkit/components/backgroundtasks/BackgroundTasksTestUtils.sys.mjs/BackgroundTasksTestUtils.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Background Tasks","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/backgroundtasks/BackgroundTasksTestUtils.sys.mjs#29"}},"S_js_typescript_toolkit/components/bitsdownload/Bits.sys.mjs/Bits.init().":{"sym":"S_js_typescript_toolkit/components/bitsdownload/Bits.sys.mjs/Bits.init().","pretty":"Bits::init","meta":{"structured":1,"pretty":"Bits::init","sym":"S_js_typescript_toolkit/components/bitsdownload/Bits.sys.mjs/Bits.init().","js_sym":"#init","type_pretty":"any","kind":"method","subsystem":"Toolkit/Application Update","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/bitsdownload/Bits.sys.mjs#784"}},"S_js_typescript_toolkit/components/bitsdownload/Bits.sys.mjs/BitsRequest#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/bitsdownload/Bits.sys.mjs/BitsRequest#prototype.QueryInterface.","pretty":"BitsRequest::prototype::QueryInterface","meta":{"structured":1,"pretty":"BitsRequest::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/bitsdownload/Bits.sys.mjs/BitsRequest#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/bitsdownload/Bits.sys.mjs#596"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#matches().":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#matches().","pretty":"ArkoseLabsHandler::matches","meta":{"structured":1,"pretty":"ArkoseLabsHandler::matches","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#matches().","js_sym":"#matches","type_pretty":"any","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#467"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#matches().":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#matches().","pretty":"CFTurnstileHandler::matches","meta":{"structured":1,"pretty":"CFTurnstileHandler::matches","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#204"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches().":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches().","pretty":"CaptchaHandler::matches","meta":{"structured":1,"pretty":"CaptchaHandler::matches","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches().","js_sym":"#matches","type_pretty":"void","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#matches().","S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#matches().","S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#matches().","S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#matches().","S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#matches()."],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#41"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#matches().":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#matches().","pretty":"DatadomeHandler::matches","meta":{"structured":1,"pretty":"DatadomeHandler::matches","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#matches().","js_sym":"#matches","type_pretty":"any","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#315"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#matches().":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#matches().","pretty":"GoogleRecaptchaV2Handler::matches","meta":{"structured":1,"pretty":"GoogleRecaptchaV2Handler::matches","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#107"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#matches().":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#matches().","pretty":"HCaptchaHandler::matches","meta":{"structured":1,"pretty":"HCaptchaHandler::matches","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#matches().","js_sym":"#matches","type_pretty":"any","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#matches()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#368"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs/CaptchaDetectionPingUtils#init().":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs/CaptchaDetectionPingUtils#init().","pretty":"CaptchaDetectionPingUtils::init","meta":{"structured":1,"pretty":"CaptchaDetectionPingUtils::init","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs/CaptchaDetectionPingUtils#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs/CaptchaDetectionPingUtils#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs#201"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaResponseObserver.sys.mjs/CaptchaResponseObserver#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaResponseObserver.sys.mjs/CaptchaResponseObserver#QueryInterface.","pretty":"CaptchaResponseObserver::QueryInterface","meta":{"structured":1,"pretty":"CaptchaResponseObserver::QueryInterface","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaResponseObserver.sys.mjs/CaptchaResponseObserver#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaResponseObserver.sys.mjs/CaptchaResponseObserver#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaResponseObserver.sys.mjs#120"}},"S_js_typescript_toolkit/components/cleardata/ClearBySiteEntry.sys.mjs/ClearBySiteEntry#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/cleardata/ClearBySiteEntry.sys.mjs/ClearBySiteEntry#QueryInterface.","pretty":"ClearBySiteEntry::QueryInterface","meta":{"structured":1,"pretty":"ClearBySiteEntry::QueryInterface","sym":"S_js_typescript_toolkit/components/cleardata/ClearBySiteEntry.sys.mjs/ClearBySiteEntry#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Data Sanitization","parentsym":"S_js_typescript_toolkit/components/cleardata/ClearBySiteEntry.sys.mjs/ClearBySiteEntry#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/cleardata/ClearBySiteEntry.sys.mjs#30"}},"S_js_typescript_toolkit/components/cleardata/ClearDataService.sys.mjs/PBMCleanupCollector#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/cleardata/ClearDataService.sys.mjs/PBMCleanupCollector#QueryInterface.","pretty":"PBMCleanupCollector::QueryInterface","meta":{"structured":1,"pretty":"PBMCleanupCollector::QueryInterface","sym":"S_js_typescript_toolkit/components/cleardata/ClearDataService.sys.mjs/PBMCleanupCollector#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Data Sanitization","parentsym":"S_js_typescript_toolkit/components/cleardata/ClearDataService.sys.mjs/PBMCleanupCollector#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/cleardata/ClearDataService.sys.mjs#105"}},"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#QueryInterface.","pretty":"ContentClassifierRemoteSettingsClient::QueryInterface","meta":{"structured":1,"pretty":"ContentClassifierRemoteSettingsClient::QueryInterface","sym":"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs#29"}},"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#init().":{"sym":"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#init().","pretty":"ContentClassifierRemoteSettingsClient::init","meta":{"structured":1,"pretty":"ContentClassifierRemoteSettingsClient::init","sym":"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs/ContentClassifierRemoteSettingsClient#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/content-classifier/ContentClassifierRemoteSettingsClient.sys.mjs#53"}},"S_js_typescript_toolkit/components/contentanalysis/ContentAnalysisUtils.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/contentanalysis/ContentAnalysisUtils.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/contentanalysis/ContentAnalysisUtils.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Firefox/Data Loss Prevention","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/contentanalysis/ContentAnalysisUtils.sys.mjs#25"}},"S_js_typescript_toolkit/components/contentanalysis/ContentAnalysisWasmRunner.sys.mjs/ContentAnalysisWasmRunner#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/contentanalysis/ContentAnalysisWasmRunner.sys.mjs/ContentAnalysisWasmRunner#QueryInterface.","pretty":"ContentAnalysisWasmRunner::QueryInterface","meta":{"structured":1,"pretty":"ContentAnalysisWasmRunner::QueryInterface","sym":"S_js_typescript_toolkit/components/contentanalysis/ContentAnalysisWasmRunner.sys.mjs/ContentAnalysisWasmRunner#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Data Loss Prevention","parentsym":"S_js_typescript_toolkit/components/contentanalysis/ContentAnalysisWasmRunner.sys.mjs/ContentAnalysisWasmRunner#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/contentanalysis/ContentAnalysisWasmRunner.sys.mjs#84"}},"S_js_typescript_toolkit/components/contentrelevancy/ContentRelevancyManager.sys.mjs/RelevancyManager#init().":{"sym":"S_js_typescript_toolkit/components/contentrelevancy/ContentRelevancyManager.sys.mjs/RelevancyManager#init().","pretty":"RelevancyManager::init","meta":{"structured":1,"pretty":"RelevancyManager::init","sym":"S_js_typescript_toolkit/components/contentrelevancy/ContentRelevancyManager.sys.mjs/RelevancyManager#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Application Services/Relevancy","parentsym":"S_js_typescript_toolkit/components/contentrelevancy/ContentRelevancyManager.sys.mjs/RelevancyManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/contentrelevancy/ContentRelevancyManager.sys.mjs#88"}},"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/ContextualIdentityService().prototype.init().":{"sym":"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/ContextualIdentityService().prototype.init().","pretty":"_ContextualIdentityService::prototype::init","meta":{"structured":1,"pretty":"_ContextualIdentityService::prototype::init","sym":"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/ContextualIdentityService().prototype.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Core/DOM/Security","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs#234"}},"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Core/DOM/Security","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs#117"}},"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/path.":{"sym":"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/path.","pretty":"path","meta":{"structured":1,"pretty":"path","sym":"S_js_typescript_toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs/path.","js_sym":"#path","type_pretty":"string","kind":"field","subsystem":"Core/DOM/Security","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/contextualidentity/ContextualIdentityService.sys.mjs#1174"}},"S_js_typescript_toolkit/components/crashmonitor/CrashMonitor.sys.mjs/CrashMonitor.init().":{"sym":"S_js_typescript_toolkit/components/crashmonitor/CrashMonitor.sys.mjs/CrashMonitor.init().","pretty":"CrashMonitor::init","meta":{"structured":1,"pretty":"CrashMonitor::init","sym":"S_js_typescript_toolkit/components/crashmonitor/CrashMonitor.sys.mjs/CrashMonitor.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/crashmonitor/CrashMonitor.sys.mjs#149"}},"S_js_typescript_toolkit/components/credentialmanagement/CredentialChooserService.sys.mjs/CredentialChooserService#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/credentialmanagement/CredentialChooserService.sys.mjs/CredentialChooserService#QueryInterface.","pretty":"CredentialChooserService::QueryInterface","meta":{"structured":1,"pretty":"CredentialChooserService::QueryInterface","sym":"S_js_typescript_toolkit/components/credentialmanagement/CredentialChooserService.sys.mjs/CredentialChooserService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/DOM/Credential Management","parentsym":"S_js_typescript_toolkit/components/credentialmanagement/CredentialChooserService.sys.mjs/CredentialChooserService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/credentialmanagement/CredentialChooserService.sys.mjs#17"}},"S_js_typescript_toolkit/components/credentialmanagement/IdentityCredentialPromptService.sys.mjs/IdentityCredentialPromptService#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/credentialmanagement/IdentityCredentialPromptService.sys.mjs/IdentityCredentialPromptService#QueryInterface.","pretty":"IdentityCredentialPromptService::QueryInterface","meta":{"structured":1,"pretty":"IdentityCredentialPromptService::QueryInterface","sym":"S_js_typescript_toolkit/components/credentialmanagement/IdentityCredentialPromptService.sys.mjs/IdentityCredentialPromptService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/DOM/Credential Management","parentsym":"S_js_typescript_toolkit/components/credentialmanagement/IdentityCredentialPromptService.sys.mjs/IdentityCredentialPromptService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/credentialmanagement/IdentityCredentialPromptService.sys.mjs#71"}},"S_js_typescript_toolkit/components/ctypes/ctypes.sys.mjs/init.":{"sym":"S_js_typescript_toolkit/components/ctypes/ctypes.sys.mjs/init.","pretty":"init","meta":{"structured":1,"pretty":"init","sym":"S_js_typescript_toolkit/components/ctypes/ctypes.sys.mjs/init.","js_sym":"#init","type_pretty":"unknown","kind":"field","subsystem":"Core/js-ctypes","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ctypes/ctypes.sys.mjs#15"}},"S_js_typescript_toolkit/components/doh/DoHConfig.sys.mjs/DoHConfigController.init().":{"sym":"S_js_typescript_toolkit/components/doh/DoHConfig.sys.mjs/DoHConfigController.init().","pretty":"DoHConfigController::init","meta":{"structured":1,"pretty":"DoHConfigController::init","sym":"S_js_typescript_toolkit/components/doh/DoHConfig.sys.mjs/DoHConfigController.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Core/Networking/DNS","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/doh/DoHConfig.sys.mjs#229"}},"S_js_typescript_toolkit/components/doh/DoHController.sys.mjs/DoHController.init().":{"sym":"S_js_typescript_toolkit/components/doh/DoHController.sys.mjs/DoHController.init().","pretty":"DoHController::init","meta":{"structured":1,"pretty":"DoHController::init","sym":"S_js_typescript_toolkit/components/doh/DoHController.sys.mjs/DoHController.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Core/Networking/DNS","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/doh/DoHController.sys.mjs#148"}},"S_js_typescript_toolkit/components/doh/TRRPerformance.sys.mjs/DNSLookup#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/doh/TRRPerformance.sys.mjs/DNSLookup#prototype.QueryInterface.","pretty":"DNSLookup::prototype::QueryInterface","meta":{"structured":1,"pretty":"DNSLookup::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/doh/TRRPerformance.sys.mjs/DNSLookup#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Networking/DNS","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/doh/TRRPerformance.sys.mjs#121"}},"S_js_typescript_toolkit/components/downloads/DownloadUIHelper.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/downloads/DownloadUIHelper.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/downloads/DownloadUIHelper.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Downloads API","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/downloads/DownloadUIHelper.sys.mjs#21"}},"S_js_typescript_toolkit/components/enterprisepolicies/EnterprisePoliciesContent.sys.mjs/EnterprisePoliciesManagerContent#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/enterprisepolicies/EnterprisePoliciesContent.sys.mjs/EnterprisePoliciesManagerContent#prototype.QueryInterface.","pretty":"EnterprisePoliciesManagerContent::prototype::QueryInterface","meta":{"structured":1,"pretty":"EnterprisePoliciesManagerContent::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/enterprisepolicies/EnterprisePoliciesContent.sys.mjs/EnterprisePoliciesManagerContent#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Enterprise Policies","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/enterprisepolicies/EnterprisePoliciesContent.sys.mjs#89"}},"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/Extension.sys.mjs/ExtensionAddonObserver.init().":{"sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/ExtensionAddonObserver.init().","pretty":"ExtensionAddonObserver::init","meta":{"structured":1,"pretty":"ExtensionAddonObserver::init","sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/ExtensionAddonObserver.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/Extension.sys.mjs#450"}},"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/ExtensionProcessCrashObserver.init().":{"sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/ExtensionProcessCrashObserver.init().","pretty":"ExtensionProcessCrashObserver::init","meta":{"structured":1,"pretty":"ExtensionProcessCrashObserver::init","sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/ExtensionProcessCrashObserver.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/Extension.sys.mjs#719"}},"S_js_typescript_toolkit/components/extensions/ExtensionActivityLog.sys.mjs/ExtensionActivityLog.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionActivityLog.sys.mjs/ExtensionActivityLog.init().","pretty":"ExtensionActivityLog::init","meta":{"structured":1,"pretty":"ExtensionActivityLog::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionActivityLog.sys.mjs/ExtensionActivityLog.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionActivityLog.sys.mjs#25"}},"S_js_typescript_toolkit/components/extensions/ExtensionChild.sys.mjs/ExtensionActivityLogChild.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionChild.sys.mjs/ExtensionActivityLogChild.init().","pretty":"ExtensionActivityLogChild::init","meta":{"structured":1,"pretty":"ExtensionActivityLogChild::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionChild.sys.mjs/ExtensionActivityLogChild.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionChild.sys.mjs#53"}},"S_js_typescript_toolkit/components/extensions/ExtensionChildDevToolsUtils.sys.mjs/ThemeChangeObserver#destroy().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionChildDevToolsUtils.sys.mjs/ThemeChangeObserver#destroy().","pretty":"ThemeChangeObserver::destroy","meta":{"structured":1,"pretty":"ThemeChangeObserver::destroy","sym":"S_js_typescript_toolkit/components/extensions/ExtensionChildDevToolsUtils.sys.mjs/ThemeChangeObserver#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionChildDevToolsUtils.sys.mjs/ThemeChangeObserver#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionChildDevToolsUtils.sys.mjs#68"}},"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/ExtensionCommon.sys.mjs/ExtensionAPI#destroy().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/ExtensionAPI#destroy().","pretty":"ExtensionAPI::destroy","meta":{"structured":1,"pretty":"ExtensionAPI::destroy","sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/ExtensionAPI#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/ExtensionAPI#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionCommon.sys.mjs#374"}},"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/GuardSets.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/GuardSets.init().","pretty":"GuardSets::init","meta":{"structured":1,"pretty":"GuardSets::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/GuardSets.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionCommon.sys.mjs#3087"}},"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/GlobalManager.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/GlobalManager.init().","pretty":"GlobalManager::init","meta":{"structured":1,"pretty":"GlobalManager::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/GlobalManager.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionParent.sys.mjs#545"}},"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/ParentAPIManager.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/ParentAPIManager.init().","pretty":"ParentAPIManager::init","meta":{"structured":1,"pretty":"ParentAPIManager::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/ParentAPIManager.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionParent.sys.mjs#1052"}},"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/ProxyMessenger.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/ProxyMessenger.init().","pretty":"ProxyMessenger::init","meta":{"structured":1,"pretty":"ProxyMessenger::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionParent.sys.mjs/ProxyMessenger.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionParent.sys.mjs#243"}},"S_js_typescript_toolkit/components/extensions/ExtensionPermissions.sys.mjs/prefs.":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionPermissions.sys.mjs/prefs.","pretty":"prefs","meta":{"structured":1,"pretty":"prefs","sym":"S_js_typescript_toolkit/components/extensions/ExtensionPermissions.sys.mjs/prefs.","js_sym":"#prefs","type_pretty":"any","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/ExtensionPermissions.sys.mjs#45"}},"S_js_typescript_toolkit/components/extensions/ExtensionProcessScript.sys.mjs/ExtensionManager.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionProcessScript.sys.mjs/ExtensionManager.init().","pretty":"ExtensionManager::init","meta":{"structured":1,"pretty":"ExtensionManager::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionProcessScript.sys.mjs/ExtensionManager.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionProcessScript.sys.mjs#57"}},"S_js_typescript_toolkit/components/extensions/ExtensionStorage.sys.mjs/ExtensionStorage.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionStorage.sys.mjs/ExtensionStorage.init().","pretty":"ExtensionStorage::init","meta":{"structured":1,"pretty":"ExtensionStorage::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionStorage.sys.mjs/ExtensionStorage.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionStorage.sys.mjs#435"}},"S_js_typescript_toolkit/components/extensions/ExtensionStorageIDB.sys.mjs/ExtensionStorageIDB.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionStorageIDB.sys.mjs/ExtensionStorageIDB.init().","pretty":"ExtensionStorageIDB::init","meta":{"structured":1,"pretty":"ExtensionStorageIDB::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionStorageIDB.sys.mjs/ExtensionStorageIDB.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionStorageIDB.sys.mjs#762"}},"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/AOMExtensionWrapper#destroy().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/AOMExtensionWrapper#destroy().","pretty":"AOMExtensionWrapper::destroy","meta":{"structured":1,"pretty":"AOMExtensionWrapper::destroy","sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/AOMExtensionWrapper#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/AOMExtensionWrapper#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionWrapper#destroy()."}],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/InstallableWrapper#destroy()."],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs#330"}},"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionTestUtils.init().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionTestUtils.init().","pretty":"ExtensionTestUtils::init","meta":{"structured":1,"pretty":"ExtensionTestUtils::init","sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionTestUtils.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs#671"}},"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionWrapper#destroy().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionWrapper#destroy().","pretty":"ExtensionWrapper::destroy","meta":{"structured":1,"pretty":"ExtensionWrapper::destroy","sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionWrapper#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionWrapper#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/AOMExtensionWrapper#destroy().","S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/InstallableWrapper#destroy()."],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs#85"}},"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/InstallableWrapper#destroy().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/InstallableWrapper#destroy().","pretty":"InstallableWrapper::destroy","meta":{"structured":1,"pretty":"InstallableWrapper::destroy","sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/InstallableWrapper#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/InstallableWrapper#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/AOMExtensionWrapper#destroy()."},{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs/ExtensionWrapper#destroy()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionXPCShellUtils.sys.mjs#492"}},"S_js_typescript_toolkit/components/extensions/MatchURLFilters.sys.mjs/MatchURLFilters#matches().":{"sym":"S_js_typescript_toolkit/components/extensions/MatchURLFilters.sys.mjs/MatchURLFilters#matches().","pretty":"MatchURLFilters::matches","meta":{"structured":1,"pretty":"MatchURLFilters::matches","sym":"S_js_typescript_toolkit/components/extensions/MatchURLFilters.sys.mjs/MatchURLFilters#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/MatchURLFilters.sys.mjs/MatchURLFilters#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/MatchURLFilters.sys.mjs#19"}},"S_js_typescript_toolkit/components/extensions/MessageChannel.sys.mjs/MessageChannel.init().":{"sym":"S_js_typescript_toolkit/components/extensions/MessageChannel.sys.mjs/MessageChannel.init().","pretty":"MessageChannel::init","meta":{"structured":1,"pretty":"MessageChannel::init","sym":"S_js_typescript_toolkit/components/extensions/MessageChannel.sys.mjs/MessageChannel.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/MessageChannel.sys.mjs#564"}},"S_js_typescript_toolkit/components/extensions/MessageChannel.sys.mjs/matches().":{"sym":"S_js_typescript_toolkit/components/extensions/MessageChannel.sys.mjs/matches().","pretty":"matches","meta":{"structured":1,"pretty":"matches","sym":"S_js_typescript_toolkit/components/extensions/MessageChannel.sys.mjs/matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/MessageChannel.sys.mjs#118"}},"S_js_typescript_toolkit/components/extensions/MessageManagerProxy.sys.mjs/MessageManagerProxy#matches().":{"sym":"S_js_typescript_toolkit/components/extensions/MessageManagerProxy.sys.mjs/MessageManagerProxy#matches().","pretty":"MessageManagerProxy::matches","meta":{"structured":1,"pretty":"MessageManagerProxy::matches","sym":"S_js_typescript_toolkit/components/extensions/MessageManagerProxy.sys.mjs/MessageManagerProxy#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/MessageManagerProxy.sys.mjs/MessageManagerProxy#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/MessageManagerProxy.sys.mjs#75"}},"S_js_typescript_toolkit/components/extensions/NativeManifests.sys.mjs/NativeManifests.init().":{"sym":"S_js_typescript_toolkit/components/extensions/NativeManifests.sys.mjs/NativeManifests.init().","pretty":"NativeManifests::init","meta":{"structured":1,"pretty":"NativeManifests::init","sym":"S_js_typescript_toolkit/components/extensions/NativeManifests.sys.mjs/NativeManifests.init().","js_sym":"#init","type_pretty":"null","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/NativeManifests.sys.mjs#31"}},"S_js_typescript_toolkit/components/extensions/ProxyChannelFilter.sys.mjs/ProxyChannelFilter#destroy().":{"sym":"S_js_typescript_toolkit/components/extensions/ProxyChannelFilter.sys.mjs/ProxyChannelFilter#destroy().","pretty":"ProxyChannelFilter::destroy","meta":{"structured":1,"pretty":"ProxyChannelFilter::destroy","sym":"S_js_typescript_toolkit/components/extensions/ProxyChannelFilter.sys.mjs/ProxyChannelFilter#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ProxyChannelFilter.sys.mjs/ProxyChannelFilter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ProxyChannelFilter.sys.mjs#458"}},"S_js_typescript_toolkit/components/extensions/Schemas.sys.mjs/Namespace#init().":{"sym":"S_js_typescript_toolkit/components/extensions/Schemas.sys.mjs/Namespace#init().","pretty":"Namespace::init","meta":{"structured":1,"pretty":"Namespace::init","sym":"S_js_typescript_toolkit/components/extensions/Schemas.sys.mjs/Namespace#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/Schemas.sys.mjs/Namespace#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/Schemas.sys.mjs#3317"}},"S_js_typescript_toolkit/components/extensions/Schemas.sys.mjs/Schemas.init().":{"sym":"S_js_typescript_toolkit/components/extensions/Schemas.sys.mjs/Schemas.init().","pretty":"Schemas::init","meta":{"structured":1,"pretty":"Schemas::init","sym":"S_js_typescript_toolkit/components/extensions/Schemas.sys.mjs/Schemas.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/Schemas.sys.mjs#3990"}},"S_js_typescript_toolkit/components/extensions/WPTEventsParent.sys.mjs/WPTEventsParent#init().":{"sym":"S_js_typescript_toolkit/components/extensions/WPTEventsParent.sys.mjs/WPTEventsParent#init().","pretty":"WPTEventsParent::init","meta":{"structured":1,"pretty":"WPTEventsParent::init","sym":"S_js_typescript_toolkit/components/extensions/WPTEventsParent.sys.mjs/WPTEventsParent#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/WPTEventsParent.sys.mjs/WPTEventsParent#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/WPTEventsParent.sys.mjs#25"}},"S_js_typescript_toolkit/components/extensions/WebNavigation.sys.mjs/WebNavigationManager.init().":{"sym":"S_js_typescript_toolkit/components/extensions/WebNavigation.sys.mjs/WebNavigationManager.init().","pretty":"WebNavigationManager::init","meta":{"structured":1,"pretty":"WebNavigationManager::init","sym":"S_js_typescript_toolkit/components/extensions/WebNavigation.sys.mjs/WebNavigationManager.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/WebNavigation.sys.mjs#32"}},"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabBase#matches().":{"sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabBase#matches().","pretty":"TabBase::matches","meta":{"structured":1,"pretty":"TabBase::matches","sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabBase#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/ext-tabs-base.d.ts#389"}},"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabTrackerBase#init().":{"sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabTrackerBase#init().","pretty":"TabTrackerBase::init","meta":{"structured":1,"pretty":"TabTrackerBase::init","sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabTrackerBase#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabTrackerBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/ext-tabs-base.d.ts#796"}},"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#matches().":{"sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#matches().","pretty":"WindowBase::matches","meta":{"structured":1,"pretty":"WindowBase::matches","sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/ext-tabs-base.d.ts#595"}},"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#value.":{"sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#value.","pretty":"CursorWithValue::value","meta":{"structured":1,"pretty":"CursorWithValue::value","sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/extensions.ts#65"}},"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/extensions/webrequest/WebRequest.sys.mjs/AuthRequestor#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/extensions/webrequest/WebRequest.sys.mjs/AuthRequestor#prototype.QueryInterface.","pretty":"AuthRequestor::prototype::QueryInterface","meta":{"structured":1,"pretty":"AuthRequestor::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/extensions/webrequest/WebRequest.sys.mjs/AuthRequestor#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"WebExtensions/Request Handling","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/webrequest/WebRequest.sys.mjs#586"}},"S_js_typescript_toolkit/components/extensions/webrequest/WebRequest.sys.mjs/ChannelEventSink.init().":{"sym":"S_js_typescript_toolkit/components/extensions/webrequest/WebRequest.sys.mjs/ChannelEventSink.init().","pretty":"ChannelEventSink::init","meta":{"structured":1,"pretty":"ChannelEventSink::init","sym":"S_js_typescript_toolkit/components/extensions/webrequest/WebRequest.sys.mjs/ChannelEventSink.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"WebExtensions/Request Handling","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/webrequest/WebRequest.sys.mjs#397"}},"S_js_typescript_toolkit/components/formautofill/FormAutofillChild.sys.mjs/FormFillFocusListener#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillChild.sys.mjs/FormFillFocusListener#QueryInterface.","pretty":"FormFillFocusListener::QueryInterface","meta":{"structured":1,"pretty":"FormFillFocusListener::QueryInterface","sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillChild.sys.mjs/FormFillFocusListener#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/FormAutofillChild.sys.mjs/FormFillFocusListener#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/FormAutofillChild.sys.mjs#42"}},"S_js_typescript_toolkit/components/formautofill/FormAutofillContent.sys.mjs/FormAutofillContent.init().":{"sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillContent.sys.mjs/FormAutofillContent.init().","pretty":"FormAutofillContent::init","meta":{"structured":1,"pretty":"FormAutofillContent::init","sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillContent.sys.mjs/FormAutofillContent.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/FormAutofillContent.sys.mjs#43"}},"S_js_typescript_toolkit/components/formautofill/FormAutofillParent.sys.mjs/FormAutofillStatus.init().":{"sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillParent.sys.mjs/FormAutofillStatus.init().","pretty":"FormAutofillStatus::init","meta":{"structured":1,"pretty":"FormAutofillStatus::init","sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillParent.sys.mjs/FormAutofillStatus.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/FormAutofillParent.sys.mjs#104"}},"S_js_typescript_toolkit/components/formautofill/FormAutofillPreferences.sys.mjs/FormAutofillPreferences#init().":{"sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillPreferences.sys.mjs/FormAutofillPreferences#init().","pretty":"FormAutofillPreferences::init","meta":{"structured":1,"pretty":"FormAutofillPreferences::init","sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillPreferences.sys.mjs/FormAutofillPreferences#init().","js_sym":"#init","type_pretty":"XULElement","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/FormAutofillPreferences.sys.mjs/FormAutofillPreferences#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/FormAutofillPreferences.sys.mjs#45"}},"S_js_typescript_toolkit/components/formautofill/FormAutofillPreferences.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillPreferences.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/formautofill/FormAutofillPreferences.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/FormAutofillPreferences.sys.mjs#21"}},"S_js_typescript_toolkit/components/formautofill/ProfileAutoCompleteResult.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/formautofill/ProfileAutoCompleteResult.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/formautofill/ProfileAutoCompleteResult.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/ProfileAutoCompleteResult.sys.mjs#16"}},"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content().":{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content().","pretty":"AutofillDoorhanger::content","meta":{"structured":1,"pretty":"AutofillDoorhanger::content","sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content().","js_sym":"#content","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."}],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().","S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content()."],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs#116"}},"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().":{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().","pretty":"CreditCardSaveDoorhanger::content","meta":{"structured":1,"pretty":"CreditCardSaveDoorhanger::content","sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().","js_sym":"#content","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs#902"}},"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content().":{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content().","pretty":"PassportSaveDoorhanger::content","meta":{"structured":1,"pretty":"PassportSaveDoorhanger::content","sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content().","js_sym":"#content","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs#1096"}},"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/l10n.":{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/l10n.","pretty":"l10n","meta":{"structured":1,"pretty":"l10n","sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/l10n.","js_sym":"#l10n","type_pretty":"Localization","kind":"field","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs#29"}},"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/formautofill/shared/CreditCardRuleset.sys.mjs/CreditCardRulesets.init().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs/CreditCardRulesets.init().","pretty":"CreditCardRulesets::init","meta":{"structured":1,"pretty":"CreditCardRulesets::init","sym":"S_js_typescript_toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs/CreditCardRulesets.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs#1199"}},"S_js_typescript_toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs/FathomHeuristicsRegExp.init().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs/FathomHeuristicsRegExp.init().","pretty":"FathomHeuristicsRegExp::init","meta":{"structured":1,"pretty":"FathomHeuristicsRegExp::init","sym":"S_js_typescript_toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs/FathomHeuristicsRegExp.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs#320"}},"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillNameUtils.sys.mjs/FormAutofillNameUtils.init().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillNameUtils.sys.mjs/FormAutofillNameUtils.init().","pretty":"FormAutofillNameUtils::init","meta":{"structured":1,"pretty":"FormAutofillNameUtils::init","sym":"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillNameUtils.sys.mjs/FormAutofillNameUtils.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/FormAutofillNameUtils.sys.mjs#324"}},"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillUtils.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillUtils.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillUtils.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Form Autofill","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/FormAutofillUtils.sys.mjs#23"}},"S_js_typescript_toolkit/components/ipprotection/IPPAutoRestore.sys.mjs/IPPAutoRestoreSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPAutoRestore.sys.mjs/IPPAutoRestoreSingleton#init().","pretty":"IPPAutoRestoreSingleton::init","meta":{"structured":1,"pretty":"IPPAutoRestoreSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPAutoRestore.sys.mjs/IPPAutoRestoreSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPAutoRestore.sys.mjs/IPPAutoRestoreSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPAutoRestore.sys.mjs#62"}},"S_js_typescript_toolkit/components/ipprotection/IPPAutoStart.sys.mjs/IPPAutoStartSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPAutoStart.sys.mjs/IPPAutoStartSingleton#init().","pretty":"IPPAutoStartSingleton::init","meta":{"structured":1,"pretty":"IPPAutoStartSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPAutoStart.sys.mjs/IPPAutoStartSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPAutoStart.sys.mjs/IPPAutoStartSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPAutoStart.sys.mjs#56"}},"S_js_typescript_toolkit/components/ipprotection/IPPEarlyStartupFilter.sys.mjs/IPPEarlyStartupFilter#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPEarlyStartupFilter.sys.mjs/IPPEarlyStartupFilter#init().","pretty":"IPPEarlyStartupFilter::init","meta":{"structured":1,"pretty":"IPPEarlyStartupFilter::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPEarlyStartupFilter.sys.mjs/IPPEarlyStartupFilter#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPEarlyStartupFilter.sys.mjs/IPPEarlyStartupFilter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPEarlyStartupFilter.sys.mjs#33"}},"S_js_typescript_toolkit/components/ipprotection/IPPLifecycleHelper.sys.mjs/IPPLifeCycleHelperClass#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPLifecycleHelper.sys.mjs/IPPLifeCycleHelperClass#init().","pretty":"IPPLifeCycleHelperClass::init","meta":{"structured":1,"pretty":"IPPLifeCycleHelperClass::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPLifecycleHelper.sys.mjs/IPPLifeCycleHelperClass#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPLifecycleHelper.sys.mjs/IPPLifeCycleHelperClass#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPLifecycleHelper.sys.mjs#35"}},"S_js_typescript_toolkit/components/ipprotection/IPPNetworkErrorObserver.sys.mjs/IPPNetworkErrorObserver#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPNetworkErrorObserver.sys.mjs/IPPNetworkErrorObserver#prototype.QueryInterface.","pretty":"IPPNetworkErrorObserver::prototype::QueryInterface","meta":{"structured":1,"pretty":"IPPNetworkErrorObserver::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/ipprotection/IPPNetworkErrorObserver.sys.mjs/IPPNetworkErrorObserver#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/IP Protection","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPNetworkErrorObserver.sys.mjs#131"}},"S_js_typescript_toolkit/components/ipprotection/IPPNimbusHelper.sys.mjs/IPPNimbusHelperSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPNimbusHelper.sys.mjs/IPPNimbusHelperSingleton#init().","pretty":"IPPNimbusHelperSingleton::init","meta":{"structured":1,"pretty":"IPPNimbusHelperSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPNimbusHelper.sys.mjs/IPPNimbusHelperSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPNimbusHelper.sys.mjs/IPPNimbusHelperSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPNimbusHelper.sys.mjs#21"}},"S_js_typescript_toolkit/components/ipprotection/IPPProxyManager.sys.mjs/IPPProxyManagerSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPProxyManager.sys.mjs/IPPProxyManagerSingleton#init().","pretty":"IPPProxyManagerSingleton::init","meta":{"structured":1,"pretty":"IPPProxyManagerSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPProxyManager.sys.mjs/IPPProxyManagerSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPProxyManager.sys.mjs/IPPProxyManagerSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPProxyManager.sys.mjs#251"}},"S_js_typescript_toolkit/components/ipprotection/IPPSessionPrefManager.sys.mjs/IPPSessionPrefManagerClass#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSessionPrefManager.sys.mjs/IPPSessionPrefManagerClass#init().","pretty":"IPPSessionPrefManagerClass::init","meta":{"structured":1,"pretty":"IPPSessionPrefManagerClass::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPSessionPrefManager.sys.mjs/IPPSessionPrefManagerClass#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPSessionPrefManager.sys.mjs/IPPSessionPrefManagerClass#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPSessionPrefManager.sys.mjs#43"}},"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleManager.sys.mjs/SiteRuleManager#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleManager.sys.mjs/SiteRuleManager#init().","pretty":"SiteRuleManager::init","meta":{"structured":1,"pretty":"SiteRuleManager::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleManager.sys.mjs/SiteRuleManager#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleManager.sys.mjs/SiteRuleManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPSiteRuleManager.sys.mjs#52"}},"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPInfrastructureRuleProvider#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPInfrastructureRuleProvider#init().","pretty":"IPPInfrastructureRuleProvider::init","meta":{"structured":1,"pretty":"IPPInfrastructureRuleProvider::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPInfrastructureRuleProvider#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPInfrastructureRuleProvider#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/SiteRuleProvider#init()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs#138"}},"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPPermissionRuleProvider#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPPermissionRuleProvider#init().","pretty":"IPPPermissionRuleProvider::init","meta":{"structured":1,"pretty":"IPPPermissionRuleProvider::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPPermissionRuleProvider#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPPermissionRuleProvider#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/SiteRuleProvider#init()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs#313"}},"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/MatchPatternPrefRule#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/MatchPatternPrefRule#init().","pretty":"MatchPatternPrefRule::init","meta":{"structured":1,"pretty":"MatchPatternPrefRule::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/MatchPatternPrefRule#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/MatchPatternPrefRule#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/SiteRuleProvider#init()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs#253"}},"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/SiteRuleProvider#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/SiteRuleProvider#init().","pretty":"SiteRuleProvider::init","meta":{"structured":1,"pretty":"SiteRuleProvider::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/SiteRuleProvider#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/SiteRuleProvider#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPInfrastructureRuleProvider#init().","S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/MatchPatternPrefRule#init().","S_js_typescript_toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs/IPPPermissionRuleProvider#init()."],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPSiteRuleProviders.sys.mjs#57"}},"S_js_typescript_toolkit/components/ipprotection/IPPStartupCache.sys.mjs/IPPStartupCacheSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPPStartupCache.sys.mjs/IPPStartupCacheSingleton#init().","pretty":"IPPStartupCacheSingleton::init","meta":{"structured":1,"pretty":"IPPStartupCacheSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPPStartupCache.sys.mjs/IPPStartupCacheSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPPStartupCache.sys.mjs/IPPStartupCacheSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPPStartupCache.sys.mjs#72"}},"S_js_typescript_toolkit/components/ipprotection/IPProtectionActivator.sys.mjs/IPProtectionActivator.init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionActivator.sys.mjs/IPProtectionActivator.init().","pretty":"IPProtectionActivator::init","meta":{"structured":1,"pretty":"IPProtectionActivator::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionActivator.sys.mjs/IPProtectionActivator.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/IP Protection","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPProtectionActivator.sys.mjs#83"}},"S_js_typescript_toolkit/components/ipprotection/IPProtectionServerlist.sys.mjs/IPProtectionServerlistBase#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionServerlist.sys.mjs/IPProtectionServerlistBase#init().","pretty":"IPProtectionServerlistBase::init","meta":{"structured":1,"pretty":"IPProtectionServerlistBase::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionServerlist.sys.mjs/IPProtectionServerlistBase#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionServerlist.sys.mjs/IPProtectionServerlistBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPProtectionServerlist.sys.mjs#228"}},"S_js_typescript_toolkit/components/ipprotection/IPProtectionService.sys.mjs/IPProtectionServiceSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionService.sys.mjs/IPProtectionServiceSingleton#init().","pretty":"IPProtectionServiceSingleton::init","meta":{"structured":1,"pretty":"IPProtectionServiceSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionService.sys.mjs/IPProtectionServiceSingleton#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/IPProtectionService.sys.mjs/IPProtectionServiceSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/IPProtectionService.sys.mjs#94"}},"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPAlwaysOn.sys.mjs/IPPAlwaysOnSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPAlwaysOn.sys.mjs/IPPAlwaysOnSingleton#init().","pretty":"IPPAlwaysOnSingleton::init","meta":{"structured":1,"pretty":"IPPAlwaysOnSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPAlwaysOn.sys.mjs/IPPAlwaysOnSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPAlwaysOn.sys.mjs/IPPAlwaysOnSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/enterprise/IPPAlwaysOn.sys.mjs#65"}},"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPEnterpriseAuthProvider.sys.mjs/IPPEnterpriseAuthProviderSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPEnterpriseAuthProvider.sys.mjs/IPPEnterpriseAuthProviderSingleton#init().","pretty":"IPPEnterpriseAuthProviderSingleton::init","meta":{"structured":1,"pretty":"IPPEnterpriseAuthProviderSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPEnterpriseAuthProvider.sys.mjs/IPPEnterpriseAuthProviderSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/enterprise/IPPEnterpriseAuthProvider.sys.mjs/IPPEnterpriseAuthProviderSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/enterprise/IPPEnterpriseAuthProvider.sys.mjs#174"}},"S_js_typescript_toolkit/components/ipprotection/fxa/IPPAndroidSignInWatcher.sys.mjs/IPPAndroidSignInWatcherSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPAndroidSignInWatcher.sys.mjs/IPPAndroidSignInWatcherSingleton#init().","pretty":"IPPAndroidSignInWatcherSingleton::init","meta":{"structured":1,"pretty":"IPPAndroidSignInWatcherSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPAndroidSignInWatcher.sys.mjs/IPPAndroidSignInWatcherSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPAndroidSignInWatcher.sys.mjs/IPPAndroidSignInWatcherSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/fxa/IPPAndroidSignInWatcher.sys.mjs#29"}},"S_js_typescript_toolkit/components/ipprotection/fxa/IPPFxaActivateAuthProvider.sys.mjs/IPPFxaActivateAuthProviderSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPFxaActivateAuthProvider.sys.mjs/IPPFxaActivateAuthProviderSingleton#init().","pretty":"IPPFxaActivateAuthProviderSingleton::init","meta":{"structured":1,"pretty":"IPPFxaActivateAuthProviderSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPFxaActivateAuthProvider.sys.mjs/IPPFxaActivateAuthProviderSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPFxaActivateAuthProvider.sys.mjs/IPPFxaActivateAuthProviderSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/fxa/IPPFxaActivateAuthProvider.sys.mjs#82"}},"S_js_typescript_toolkit/components/ipprotection/fxa/IPPSignInWatcher.sys.mjs/IPPSignInWatcherSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPSignInWatcher.sys.mjs/IPPSignInWatcherSingleton#init().","pretty":"IPPSignInWatcherSingleton::init","meta":{"structured":1,"pretty":"IPPSignInWatcherSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPSignInWatcher.sys.mjs/IPPSignInWatcherSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/fxa/IPPSignInWatcher.sys.mjs/IPPSignInWatcherSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/fxa/IPPSignInWatcher.sys.mjs#33"}},"S_js_typescript_toolkit/components/ipprotection/gpi/IPPGpiAuthProvider.sys.mjs/IPPGpiAuthProviderSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/gpi/IPPGpiAuthProvider.sys.mjs/IPPGpiAuthProviderSingleton#init().","pretty":"IPPGpiAuthProviderSingleton::init","meta":{"structured":1,"pretty":"IPPGpiAuthProviderSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/gpi/IPPGpiAuthProvider.sys.mjs/IPPGpiAuthProviderSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/gpi/IPPGpiAuthProvider.sys.mjs/IPPGpiAuthProviderSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/gpi/IPPGpiAuthProvider.sys.mjs#71"}},"S_js_typescript_toolkit/components/ipprotection/tests/IPPDummyAuthProvider.sys.mjs/IPPDummyAuthProviderSingleton#init().":{"sym":"S_js_typescript_toolkit/components/ipprotection/tests/IPPDummyAuthProvider.sys.mjs/IPPDummyAuthProviderSingleton#init().","pretty":"IPPDummyAuthProviderSingleton::init","meta":{"structured":1,"pretty":"IPPDummyAuthProviderSingleton::init","sym":"S_js_typescript_toolkit/components/ipprotection/tests/IPPDummyAuthProvider.sys.mjs/IPPDummyAuthProviderSingleton#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/IP Protection","parentsym":"S_js_typescript_toolkit/components/ipprotection/tests/IPPDummyAuthProvider.sys.mjs/IPPDummyAuthProviderSingleton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ipprotection/tests/IPPDummyAuthProvider.sys.mjs#53"}},"S_js_typescript_toolkit/components/media/WindowsMediaFoundationCDMOriginsListService.sys.mjs/OriginStatusEntry#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/media/WindowsMediaFoundationCDMOriginsListService.sys.mjs/OriginStatusEntry#prototype.QueryInterface.","pretty":"OriginStatusEntry::prototype::QueryInterface","meta":{"structured":1,"pretty":"OriginStatusEntry::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/media/WindowsMediaFoundationCDMOriginsListService.sys.mjs/OriginStatusEntry#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Audio/Video/Playback","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/media/WindowsMediaFoundationCDMOriginsListService.sys.mjs#52"}},"S_js_typescript_toolkit/components/ml/MLModelHubService.sys.mjs/MLModelHubService#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/ml/MLModelHubService.sys.mjs/MLModelHubService#QueryInterface.","pretty":"MLModelHubService::QueryInterface","meta":{"structured":1,"pretty":"MLModelHubService::QueryInterface","sym":"S_js_typescript_toolkit/components/ml/MLModelHubService.sys.mjs/MLModelHubService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/MLModelHubService.sys.mjs/MLModelHubService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/MLModelHubService.sys.mjs#28"}},"S_js_typescript_toolkit/components/ml/content/ModelHub.sys.mjs/IndexedDBCache#init().":{"sym":"S_js_typescript_toolkit/components/ml/content/ModelHub.sys.mjs/IndexedDBCache#init().","pretty":"IndexedDBCache::init","meta":{"structured":1,"pretty":"IndexedDBCache::init","sym":"S_js_typescript_toolkit/components/ml/content/ModelHub.sys.mjs/IndexedDBCache#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/content/ModelHub.sys.mjs/IndexedDBCache#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/content/ModelHub.sys.mjs#384"}},"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#Assert.":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#Assert.","pretty":"MLPerfTestContext::Assert","meta":{"structured":1,"pretty":"MLPerfTestContext::Assert","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#Assert.","js_sym":"#Assert","type_pretty":"MLPerfAssertions","kind":"field","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#350"}},"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/ml/ml.d.ts/ParsedModelHubUrl#file.":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/ParsedModelHubUrl#file.","pretty":"ParsedModelHubUrl::file","meta":{"structured":1,"pretty":"ParsedModelHubUrl::file","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/ParsedModelHubUrl#file.","js_sym":"#file","type_pretty":"string","kind":"field","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/ParsedModelHubUrl#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#522"}},"S_js_typescript_toolkit/components/ml/tests/MLPerfTestUtils.sys.mjs/MLPerfTestUtils#init().":{"sym":"S_js_typescript_toolkit/components/ml/tests/MLPerfTestUtils.sys.mjs/MLPerfTestUtils#init().","pretty":"MLPerfTestUtils::init","meta":{"structured":1,"pretty":"MLPerfTestUtils::init","sym":"S_js_typescript_toolkit/components/ml/tests/MLPerfTestUtils.sys.mjs/MLPerfTestUtils#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/tests/MLPerfTestUtils.sys.mjs/MLPerfTestUtils#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/tests/MLPerfTestUtils.sys.mjs#1047"}},"S_js_typescript_toolkit/components/mozintl/mozIntl.sys.mjs/MozIntl#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/mozintl/mozIntl.sys.mjs/MozIntl#prototype.QueryInterface.","pretty":"MozIntl::prototype::QueryInterface","meta":{"structured":1,"pretty":"MozIntl::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/mozintl/mozIntl.sys.mjs/MozIntl#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Internationalization","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/mozintl/mozIntl.sys.mjs#1106"}},"S_js_typescript_toolkit/components/nimbus/lib/Enrollments.sys.mjs/NimbusEnrollments#init().":{"sym":"S_js_typescript_toolkit/components/nimbus/lib/Enrollments.sys.mjs/NimbusEnrollments#init().","pretty":"NimbusEnrollments::init","meta":{"structured":1,"pretty":"NimbusEnrollments::init","sym":"S_js_typescript_toolkit/components/nimbus/lib/Enrollments.sys.mjs/NimbusEnrollments#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Nimbus Desktop Client","parentsym":"S_js_typescript_toolkit/components/nimbus/lib/Enrollments.sys.mjs/NimbusEnrollments#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/nimbus/lib/Enrollments.sys.mjs#215"}},"S_js_typescript_toolkit/components/nimbus/lib/ExperimentStore.sys.mjs/ExperimentStore#init().":{"sym":"S_js_typescript_toolkit/components/nimbus/lib/ExperimentStore.sys.mjs/ExperimentStore#init().","pretty":"ExperimentStore::init","meta":{"structured":1,"pretty":"ExperimentStore::init","sym":"S_js_typescript_toolkit/components/nimbus/lib/ExperimentStore.sys.mjs/ExperimentStore#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Nimbus Desktop Client","parentsym":"S_js_typescript_toolkit/components/nimbus/lib/ExperimentStore.sys.mjs/ExperimentStore#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/nimbus/lib/SharedDataMap.sys.mjs/SharedDataMap#init()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/nimbus/lib/ExperimentStore.sys.mjs#241"}},"S_js_typescript_toolkit/components/nimbus/lib/PrefFlipsFeature.sys.mjs/PrefFlipsFeature#init().":{"sym":"S_js_typescript_toolkit/components/nimbus/lib/PrefFlipsFeature.sys.mjs/PrefFlipsFeature#init().","pretty":"PrefFlipsFeature::init","meta":{"structured":1,"pretty":"PrefFlipsFeature::init","sym":"S_js_typescript_toolkit/components/nimbus/lib/PrefFlipsFeature.sys.mjs/PrefFlipsFeature#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/Nimbus Desktop Client","parentsym":"S_js_typescript_toolkit/components/nimbus/lib/PrefFlipsFeature.sys.mjs/PrefFlipsFeature#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/nimbus/lib/PrefFlipsFeature.sys.mjs#142"}},"S_js_typescript_toolkit/components/nimbus/lib/SharedDataMap.sys.mjs/SharedDataMap#init().":{"sym":"S_js_typescript_toolkit/components/nimbus/lib/SharedDataMap.sys.mjs/SharedDataMap#init().","pretty":"SharedDataMap::init","meta":{"structured":1,"pretty":"SharedDataMap::init","sym":"S_js_typescript_toolkit/components/nimbus/lib/SharedDataMap.sys.mjs/SharedDataMap#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Nimbus Desktop Client","parentsym":"S_js_typescript_toolkit/components/nimbus/lib/SharedDataMap.sys.mjs/SharedDataMap#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/nimbus/lib/ExperimentStore.sys.mjs/ExperimentStore#init()."],"variants":[]},"jumps":{"def":"toolkit/components/nimbus/lib/SharedDataMap.sys.mjs#67"}},"S_js_typescript_toolkit/components/nimbus/test/NimbusTestUtils.sys.mjs/NimbusTestUtils.init().":{"sym":"S_js_typescript_toolkit/components/nimbus/test/NimbusTestUtils.sys.mjs/NimbusTestUtils.init().","pretty":"NimbusTestUtils::init","meta":{"structured":1,"pretty":"NimbusTestUtils::init","sym":"S_js_typescript_toolkit/components/nimbus/test/NimbusTestUtils.sys.mjs/NimbusTestUtils.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/Nimbus Desktop Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/nimbus/test/NimbusTestUtils.sys.mjs#143"}},"S_js_typescript_toolkit/components/normandy/Normandy.sys.mjs/Normandy.init().":{"sym":"S_js_typescript_toolkit/components/normandy/Normandy.sys.mjs/Normandy.init().","pretty":"Normandy::init","meta":{"structured":1,"pretty":"Normandy::init","sym":"S_js_typescript_toolkit/components/normandy/Normandy.sys.mjs/Normandy.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/Normandy.sys.mjs#43"}},"S_js_typescript_toolkit/components/normandy/lib/AddonRollouts.sys.mjs/AddonRollouts.init().":{"sym":"S_js_typescript_toolkit/components/normandy/lib/AddonRollouts.sys.mjs/AddonRollouts.init().","pretty":"AddonRollouts::init","meta":{"structured":1,"pretty":"AddonRollouts::init","sym":"S_js_typescript_toolkit/components/normandy/lib/AddonRollouts.sys.mjs/AddonRollouts.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/lib/AddonRollouts.sys.mjs#88"}},"S_js_typescript_toolkit/components/normandy/lib/AddonStudies.sys.mjs/AddonStudies.init().":{"sym":"S_js_typescript_toolkit/components/normandy/lib/AddonStudies.sys.mjs/AddonStudies.init().","pretty":"AddonStudies::init","meta":{"structured":1,"pretty":"AddonStudies::init","sym":"S_js_typescript_toolkit/components/normandy/lib/AddonStudies.sys.mjs/AddonStudies.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/lib/AddonStudies.sys.mjs#140"}},"S_js_typescript_toolkit/components/normandy/lib/NormandyApi.sys.mjs/prefs.":{"sym":"S_js_typescript_toolkit/components/normandy/lib/NormandyApi.sys.mjs/prefs.","pretty":"prefs","meta":{"structured":1,"pretty":"prefs","sym":"S_js_typescript_toolkit/components/normandy/lib/NormandyApi.sys.mjs/prefs.","js_sym":"#prefs","type_pretty":"nsIPrefBranch","kind":"field","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/lib/NormandyApi.sys.mjs#11"}},"S_js_typescript_toolkit/components/normandy/lib/PreferenceExperiments.sys.mjs/PreferenceExperiments.init().":{"sym":"S_js_typescript_toolkit/components/normandy/lib/PreferenceExperiments.sys.mjs/PreferenceExperiments.init().","pretty":"PreferenceExperiments::init","meta":{"structured":1,"pretty":"PreferenceExperiments::init","sym":"S_js_typescript_toolkit/components/normandy/lib/PreferenceExperiments.sys.mjs/PreferenceExperiments.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/lib/PreferenceExperiments.sys.mjs#189"}},"S_js_typescript_toolkit/components/normandy/lib/PreferenceRollouts.sys.mjs/PreferenceRollouts.init().":{"sym":"S_js_typescript_toolkit/components/normandy/lib/PreferenceRollouts.sys.mjs/PreferenceRollouts.init().","pretty":"PreferenceRollouts::init","meta":{"structured":1,"pretty":"PreferenceRollouts::init","sym":"S_js_typescript_toolkit/components/normandy/lib/PreferenceRollouts.sys.mjs/PreferenceRollouts.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/lib/PreferenceRollouts.sys.mjs#160"}},"S_js_typescript_toolkit/components/normandy/lib/RecipeRunner.sys.mjs/RecipeRunner.init().":{"sym":"S_js_typescript_toolkit/components/normandy/lib/RecipeRunner.sys.mjs/RecipeRunner.init().","pretty":"RecipeRunner::init","meta":{"structured":1,"pretty":"RecipeRunner::init","sym":"S_js_typescript_toolkit/components/normandy/lib/RecipeRunner.sys.mjs/RecipeRunner.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/lib/RecipeRunner.sys.mjs#84"}},"S_js_typescript_toolkit/components/normandy/test/NormandyTestUtils.sys.mjs/NormandyTestUtils.init().":{"sym":"S_js_typescript_toolkit/components/normandy/test/NormandyTestUtils.sys.mjs/NormandyTestUtils.init().","pretty":"NormandyTestUtils::init","meta":{"structured":1,"pretty":"NormandyTestUtils::init","sym":"S_js_typescript_toolkit/components/normandy/test/NormandyTestUtils.sys.mjs/NormandyTestUtils.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/test/NormandyTestUtils.sys.mjs#27"}},"S_js_typescript_toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs/LoginAutoCompleteResult#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs/LoginAutoCompleteResult#QueryInterface.","pretty":"LoginAutoCompleteResult::QueryInterface","meta":{"structured":1,"pretty":"LoginAutoCompleteResult::QueryInterface","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs/LoginAutoCompleteResult#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Password Manager","parentsym":"S_js_typescript_toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs/LoginAutoCompleteResult#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs#422"}},"S_js_typescript_toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginAutoComplete.sys.mjs#38"}},"S_js_typescript_toolkit/components/passwordmgr/LoginHelper.sys.mjs/LoginHelper.init().":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginHelper.sys.mjs/LoginHelper.init().","pretty":"LoginHelper::init","meta":{"structured":1,"pretty":"LoginHelper::init","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginHelper.sys.mjs/LoginHelper.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginHelper.sys.mjs#432"}},"S_js_typescript_toolkit/components/passwordmgr/LoginInfo.sys.mjs/nsLoginInfo().prototype.init().":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginInfo.sys.mjs/nsLoginInfo().prototype.init().","pretty":"nsLoginInfo::prototype::init","meta":{"structured":1,"pretty":"nsLoginInfo::prototype::init","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginInfo.sys.mjs/nsLoginInfo().prototype.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginInfo.sys.mjs#65"}},"S_js_typescript_toolkit/components/passwordmgr/LoginInfo.sys.mjs/nsLoginInfo().prototype.matches().":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginInfo.sys.mjs/nsLoginInfo().prototype.matches().","pretty":"nsLoginInfo::prototype::matches","meta":{"structured":1,"pretty":"nsLoginInfo::prototype::matches","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginInfo.sys.mjs/nsLoginInfo().prototype.matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginInfo.sys.mjs#83"}},"S_js_typescript_toolkit/components/passwordmgr/LoginManager.sys.mjs/LoginManager().prototype.init().":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginManager.sys.mjs/LoginManager().prototype.init().","pretty":"LoginManager::prototype::init","meta":{"structured":1,"pretty":"LoginManager::prototype::init","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginManager.sys.mjs/LoginManager().prototype.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginManager.sys.mjs#75"}},"S_js_typescript_toolkit/components/passwordmgr/LoginManagerAuthPrompter.sys.mjs/LoginManagerAuthPrompter().prototype.init().":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginManagerAuthPrompter.sys.mjs/LoginManagerAuthPrompter().prototype.init().","pretty":"LoginManagerAuthPrompter::prototype::init","meta":{"structured":1,"pretty":"LoginManagerAuthPrompter::prototype::init","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginManagerAuthPrompter.sys.mjs/LoginManagerAuthPrompter().prototype.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginManagerAuthPrompter.sys.mjs#880"}},"S_js_typescript_toolkit/components/passwordmgr/LoginManagerPrompter.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/passwordmgr/LoginManagerPrompter.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/passwordmgr/LoginManagerPrompter.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/LoginManagerPrompter.sys.mjs#22"}},"S_js_typescript_toolkit/components/passwordmgr/storage-rust.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/passwordmgr/storage-rust.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/passwordmgr/storage-rust.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/storage-rust.sys.mjs#19"}},"S_js_typescript_toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs/Assert.":{"sym":"S_js_typescript_toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs/Assert.","pretty":"Assert","meta":{"structured":1,"pretty":"Assert","sym":"S_js_typescript_toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs/Assert.","js_sym":"#Assert","type_pretty":"typeof Assert","kind":"field","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs#16"}},"S_js_typescript_toolkit/components/pdfjs/content/GeckoViewPdfJsChild.sys.mjs/GeckoViewPdfJsChild#init().":{"sym":"S_js_typescript_toolkit/components/pdfjs/content/GeckoViewPdfJsChild.sys.mjs/GeckoViewPdfJsChild#init().","pretty":"GeckoViewPdfJsChild::init","meta":{"structured":1,"pretty":"GeckoViewPdfJsChild::init","sym":"S_js_typescript_toolkit/components/pdfjs/content/GeckoViewPdfJsChild.sys.mjs/GeckoViewPdfJsChild#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/PDF Viewer","parentsym":"S_js_typescript_toolkit/components/pdfjs/content/GeckoViewPdfJsChild.sys.mjs/GeckoViewPdfJsChild#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/pdfjs/content/GeckoViewPdfJsChild.sys.mjs#19"}},"S_js_typescript_toolkit/components/pdfjs/content/PdfEmbedFallbackStreamConverter.sys.mjs/PdfEmbedFallbackStreamConverter#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfEmbedFallbackStreamConverter.sys.mjs/PdfEmbedFallbackStreamConverter#QueryInterface.","pretty":"PdfEmbedFallbackStreamConverter::QueryInterface","meta":{"structured":1,"pretty":"PdfEmbedFallbackStreamConverter::QueryInterface","sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfEmbedFallbackStreamConverter.sys.mjs/PdfEmbedFallbackStreamConverter#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/PDF Viewer","parentsym":"S_js_typescript_toolkit/components/pdfjs/content/PdfEmbedFallbackStreamConverter.sys.mjs/PdfEmbedFallbackStreamConverter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/pdfjs/content/PdfEmbedFallbackStreamConverter.sys.mjs#60"}},"S_js_typescript_toolkit/components/pdfjs/content/PdfJsChild.sys.mjs/PdfJsChild#init().":{"sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfJsChild.sys.mjs/PdfJsChild#init().","pretty":"PdfJsChild::init","meta":{"structured":1,"pretty":"PdfJsChild::init","sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfJsChild.sys.mjs/PdfJsChild#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/PDF Viewer","parentsym":"S_js_typescript_toolkit/components/pdfjs/content/PdfJsChild.sys.mjs/PdfJsChild#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/pdfjs/content/PdfJsChild.sys.mjs#17"}},"S_js_typescript_toolkit/components/pdfjs/content/PdfSandbox.sys.mjs/PdfSandbox#destroy().":{"sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfSandbox.sys.mjs/PdfSandbox#destroy().","pretty":"PdfSandbox::destroy","meta":{"structured":1,"pretty":"PdfSandbox::destroy","sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfSandbox.sys.mjs/PdfSandbox#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Firefox/PDF Viewer","parentsym":"S_js_typescript_toolkit/components/pdfjs/content/PdfSandbox.sys.mjs/PdfSandbox#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/pdfjs/content/PdfSandbox.sys.mjs#80"}},"S_js_typescript_toolkit/components/pdfjs/content/PdfStreamConverter.sys.mjs/PrefObserver#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfStreamConverter.sys.mjs/PrefObserver#QueryInterface.","pretty":"PrefObserver::QueryInterface","meta":{"structured":1,"pretty":"PrefObserver::QueryInterface","sym":"S_js_typescript_toolkit/components/pdfjs/content/PdfStreamConverter.sys.mjs/PrefObserver#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/PDF Viewer","parentsym":"S_js_typescript_toolkit/components/pdfjs/content/PdfStreamConverter.sys.mjs/PrefObserver#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/pdfjs/content/PdfStreamConverter.sys.mjs#321"}},"S_js_typescript_toolkit/components/pdfjs/content/build/pdf.sandbox.external.sys.mjs/SandboxSupportBase#destroy().":{"sym":"S_js_typescript_toolkit/components/pdfjs/content/build/pdf.sandbox.external.sys.mjs/SandboxSupportBase#destroy().","pretty":"SandboxSupportBase::destroy","meta":{"structured":1,"pretty":"SandboxSupportBase::destroy","sym":"S_js_typescript_toolkit/components/pdfjs/content/build/pdf.sandbox.external.sys.mjs/SandboxSupportBase#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Firefox/PDF Viewer","parentsym":"S_js_typescript_toolkit/components/pdfjs/content/build/pdf.sandbox.external.sys.mjs/SandboxSupportBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/pdfjs/content/build/pdf.sandbox.external.sys.mjs#22"}},"S_js_typescript_toolkit/components/push/PushCommandLineHandler.sys.mjs/CommandLineHandler#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/push/PushCommandLineHandler.sys.mjs/CommandLineHandler#QueryInterface.","pretty":"CommandLineHandler::QueryInterface","meta":{"structured":1,"pretty":"CommandLineHandler::QueryInterface","sym":"S_js_typescript_toolkit/components/push/PushCommandLineHandler.sys.mjs/CommandLineHandler#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Launcher Process","parentsym":"S_js_typescript_toolkit/components/push/PushCommandLineHandler.sys.mjs/CommandLineHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/push/PushCommandLineHandler.sys.mjs#27"}},"S_js_typescript_toolkit/components/reader/AboutReader.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/reader/AboutReader.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/reader/AboutReader.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Reader Mode","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/reader/AboutReader.sys.mjs#20"}},"S_js_typescript_toolkit/components/reflect/reflect.sys.mjs/init.":{"sym":"S_js_typescript_toolkit/components/reflect/reflect.sys.mjs/init.","pretty":"init","meta":{"structured":1,"pretty":"init","sym":"S_js_typescript_toolkit/components/reflect/reflect.sys.mjs/init.","js_sym":"#init","type_pretty":"unknown","kind":"field","subsystem":"Core/JavaScript Engine","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/reflect/reflect.sys.mjs#16"}},"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingOverride#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingOverride#QueryInterface.","pretty":"FingerprintingOverride::QueryInterface","meta":{"structured":1,"pretty":"FingerprintingOverride::QueryInterface","sym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingOverride#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingOverride#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs#79"}},"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#QueryInterface.","pretty":"FingerprintingWebCompatService::QueryInterface","meta":{"structured":1,"pretty":"FingerprintingWebCompatService::QueryInterface","sym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs#96"}},"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#init().":{"sym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#init().","pretty":"FingerprintingWebCompatService::init","meta":{"structured":1,"pretty":"FingerprintingWebCompatService::init","sym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs/FingerprintingWebCompatService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/resistfingerprinting/FingerprintingWebCompatService.sys.mjs#117"}},"S_js_typescript_toolkit/components/resistfingerprinting/RFPHelper.sys.mjs/RFPHelper#init().":{"sym":"S_js_typescript_toolkit/components/resistfingerprinting/RFPHelper.sys.mjs/RFPHelper#init().","pretty":"_RFPHelper::init","meta":{"structured":1,"pretty":"_RFPHelper::init","sym":"S_js_typescript_toolkit/components/resistfingerprinting/RFPHelper.sys.mjs/RFPHelper#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/resistfingerprinting/RFPHelper.sys.mjs/RFPHelper#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/resistfingerprinting/RFPHelper.sys.mjs#49"}},"S_js_typescript_toolkit/components/resistfingerprinting/UserCharacteristicsPageService.sys.mjs/UserCharacteristicsPageService#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/resistfingerprinting/UserCharacteristicsPageService.sys.mjs/UserCharacteristicsPageService#QueryInterface.","pretty":"UserCharacteristicsPageService::QueryInterface","meta":{"structured":1,"pretty":"UserCharacteristicsPageService::QueryInterface","sym":"S_js_typescript_toolkit/components/resistfingerprinting/UserCharacteristicsPageService.sys.mjs/UserCharacteristicsPageService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/resistfingerprinting/UserCharacteristicsPageService.sys.mjs/UserCharacteristicsPageService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/resistfingerprinting/UserCharacteristicsPageService.sys.mjs#41"}},"S_js_typescript_toolkit/components/satchel/AutocompleteRemoveRecord.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/satchel/AutocompleteRemoveRecord.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/satchel/AutocompleteRemoveRecord.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Form Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/AutocompleteRemoveRecord.sys.mjs#11"}},"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#value.":{"sym":"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#value.","pretty":"GenericAutocompleteItem::value","meta":{"structured":1,"pretty":"GenericAutocompleteItem::value","sym":"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Toolkit/Form Manager","parentsym":"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/FillHelpers.sys.mjs#11"}},"S_js_typescript_toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs/FormHistoryAutoCompleteResult#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs/FormHistoryAutoCompleteResult#QueryInterface.","pretty":"FormHistoryAutoCompleteResult::QueryInterface","meta":{"structured":1,"pretty":"FormHistoryAutoCompleteResult::QueryInterface","sym":"S_js_typescript_toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs/FormHistoryAutoCompleteResult#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Form Manager","parentsym":"S_js_typescript_toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs/FormHistoryAutoCompleteResult#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISupports_QueryInterface"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs#41"}},"S_js_typescript_toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/Form Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/FormHistoryAutoComplete.sys.mjs#17"}},"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#QueryInterface.","pretty":"FormHistoryStartup::QueryInterface","meta":{"structured":1,"pretty":"FormHistoryStartup::QueryInterface","sym":"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Form Manager","parentsym":"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/FormHistoryStartup.sys.mjs#14"}},"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#init().":{"sym":"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#init().","pretty":"FormHistoryStartup::init","meta":{"structured":1,"pretty":"FormHistoryStartup::init","sym":"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Manager","parentsym":"S_js_typescript_toolkit/components/satchel/FormHistoryStartup.sys.mjs/FormHistoryStartup#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/FormHistoryStartup.sys.mjs#31"}},"S_js_typescript_toolkit/components/search/AddonSearchEngine.sys.mjs/AddonSearchEngine#init().":{"sym":"S_js_typescript_toolkit/components/search/AddonSearchEngine.sys.mjs/AddonSearchEngine#init().","pretty":"AddonSearchEngine::init","meta":{"structured":1,"pretty":"AddonSearchEngine::init","sym":"S_js_typescript_toolkit/components/search/AddonSearchEngine.sys.mjs/AddonSearchEngine#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/AddonSearchEngine.sys.mjs/AddonSearchEngine#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/AddonSearchEngine.sys.mjs#74"}},"S_js_typescript_toolkit/components/search/ConfigSearchEngine.sys.mjs/IconHandler#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/search/ConfigSearchEngine.sys.mjs/IconHandler#QueryInterface.","pretty":"IconHandler::QueryInterface","meta":{"structured":1,"pretty":"IconHandler::QueryInterface","sym":"S_js_typescript_toolkit/components/search/ConfigSearchEngine.sys.mjs/IconHandler#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/ConfigSearchEngine.sys.mjs/IconHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/ConfigSearchEngine.sys.mjs#156"}},"S_js_typescript_toolkit/components/search/SearchSettings.sys.mjs/SearchSettings#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/search/SearchSettings.sys.mjs/SearchSettings#QueryInterface.","pretty":"SearchSettings::QueryInterface","meta":{"structured":1,"pretty":"SearchSettings::QueryInterface","sym":"S_js_typescript_toolkit/components/search/SearchSettings.sys.mjs/SearchSettings#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/SearchSettings.sys.mjs/SearchSettings#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/SearchSettings.sys.mjs#67"}},"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SearchHistoryResult#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SearchHistoryResult#QueryInterface.","pretty":"SearchHistoryResult::QueryInterface","meta":{"structured":1,"pretty":"SearchHistoryResult::QueryInterface","sym":"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SearchHistoryResult#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SearchHistoryResult#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISupports_QueryInterface"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/SearchSuggestions.sys.mjs#47"}},"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SuggestAutoComplete#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SuggestAutoComplete#QueryInterface.","pretty":"SuggestAutoComplete::QueryInterface","meta":{"structured":1,"pretty":"SuggestAutoComplete::QueryInterface","sym":"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SuggestAutoComplete#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/SearchSuggestions.sys.mjs/SuggestAutoComplete#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISupports_QueryInterface"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/SearchSuggestions.sys.mjs#468"}},"S_js_typescript_toolkit/components/search/SearchUtils.sys.mjs/LoadListener#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/search/SearchUtils.sys.mjs/LoadListener#QueryInterface.","pretty":"LoadListener::QueryInterface","meta":{"structured":1,"pretty":"LoadListener::QueryInterface","sym":"S_js_typescript_toolkit/components/search/SearchUtils.sys.mjs/LoadListener#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/SearchUtils.sys.mjs/LoadListener#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISupports_QueryInterface"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/SearchUtils.sys.mjs#45"}},"S_js_typescript_toolkit/components/search/tests/SearchTestUtils.sys.mjs/SearchTestUtils#init().":{"sym":"S_js_typescript_toolkit/components/search/tests/SearchTestUtils.sys.mjs/SearchTestUtils#init().","pretty":"_SearchTestUtils::init","meta":{"structured":1,"pretty":"_SearchTestUtils::init","sym":"S_js_typescript_toolkit/components/search/tests/SearchTestUtils.sys.mjs/SearchTestUtils#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/tests/SearchTestUtils.sys.mjs/SearchTestUtils#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/tests/SearchTestUtils.sys.mjs#61"}},"S_js_typescript_toolkit/components/telemetry/TelemetryStartup.sys.mjs/TelemetryStartup().prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/telemetry/TelemetryStartup.sys.mjs/TelemetryStartup().prototype.QueryInterface.","pretty":"TelemetryStartup::prototype::QueryInterface","meta":{"structured":1,"pretty":"TelemetryStartup::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/telemetry/TelemetryStartup.sys.mjs/TelemetryStartup().prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"any","kind":"field","subsystem":"Toolkit/Telemetry","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/telemetry/TelemetryStartup.sys.mjs#18"}},"S_js_typescript_toolkit/components/telemetry/app/TelemetryScheduler.sys.mjs/TelemetryScheduler.init().":{"sym":"S_js_typescript_toolkit/components/telemetry/app/TelemetryScheduler.sys.mjs/TelemetryScheduler.init().","pretty":"TelemetryScheduler::init","meta":{"structured":1,"pretty":"TelemetryScheduler::init","sym":"S_js_typescript_toolkit/components/telemetry/app/TelemetryScheduler.sys.mjs/TelemetryScheduler.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Telemetry","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/telemetry/app/TelemetryScheduler.sys.mjs#93"}},"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/TelemetryEnvironmentTesting.init().":{"sym":"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/TelemetryEnvironmentTesting.init().","pretty":"TelemetryEnvironmentTesting::init","meta":{"structured":1,"pretty":"TelemetryEnvironmentTesting::init","sym":"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/TelemetryEnvironmentTesting.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Telemetry","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs#113"}},"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/lazy.Assert.":{"sym":"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/lazy.Assert.","pretty":"lazy::Assert","meta":{"structured":1,"pretty":"lazy::Assert","sym":"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/lazy.Assert.","js_sym":"#Assert","type_pretty":"\"Assert\"","kind":"field","subsystem":"Toolkit/Telemetry","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs#10"}},"S_js_typescript_toolkit/components/thumbnails/BackgroundPageThumbs.sys.mjs/Capture().prototype.destroy().":{"sym":"S_js_typescript_toolkit/components/thumbnails/BackgroundPageThumbs.sys.mjs/Capture().prototype.destroy().","pretty":"Capture::prototype::destroy","meta":{"structured":1,"pretty":"Capture::prototype::destroy","sym":"S_js_typescript_toolkit/components/thumbnails/BackgroundPageThumbs.sys.mjs/Capture().prototype.destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Firefox/New Tab Page","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/thumbnails/BackgroundPageThumbs.sys.mjs#711"}},"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/LRUCache#matches().":{"sym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/LRUCache#matches().","pretty":"LRUCache::matches","meta":{"structured":1,"pretty":"LRUCache::matches","sym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/LRUCache#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"Firefox/Translations","parentsym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/LRUCache#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/translations/content/translations-document.sys.mjs#279"}},"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationScheduler#destroy().":{"sym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationScheduler#destroy().","pretty":"TranslationScheduler::destroy","meta":{"structured":1,"pretty":"TranslationScheduler::destroy","sym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationScheduler#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Firefox/Translations","parentsym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationScheduler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/translations/content/translations-document.sys.mjs#5974"}},"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationsDocument#destroy().":{"sym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationsDocument#destroy().","pretty":"TranslationsDocument::destroy","meta":{"structured":1,"pretty":"TranslationsDocument::destroy","sym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationsDocument#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Firefox/Translations","parentsym":"S_js_typescript_toolkit/components/translations/content/translations-document.sys.mjs/TranslationsDocument#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/translations/content/translations-document.sys.mjs#2412"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAdsClient.sys.mjs/MozAdsClientBuilder#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAdsClient.sys.mjs/MozAdsClientBuilder#init().","pretty":"MozAdsClientBuilder::init","meta":{"structured":1,"pretty":"MozAdsClientBuilder::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAdsClient.sys.mjs/MozAdsClientBuilder#init().","js_sym":"#init","type_pretty":"MozAdsClientBuilder","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAdsClient.sys.mjs/MozAdsClientBuilder#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAdsClient.sys.mjs#3726"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAutofill.sys.mjs/Store#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAutofill.sys.mjs/Store#init().","pretty":"Store::init","meta":{"structured":1,"pretty":"Store::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAutofill.sys.mjs/Store#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAutofill.sys.mjs/Store#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustAutofill.sys.mjs#4684"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustContextId.sys.mjs/ContextIdComponent#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustContextId.sys.mjs/ContextIdComponent#init().","pretty":"ContextIdComponent::init","meta":{"structured":1,"pretty":"ContextIdComponent::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustContextId.sys.mjs/ContextIdComponent#init().","js_sym":"#init","type_pretty":"ContextIdComponent","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustContextId.sys.mjs/ContextIdComponent#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustContextId.sys.mjs#155"}},"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/FilterAdultComponent#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#init().","pretty":"FilterAdultComponent::init","meta":{"structured":1,"pretty":"FilterAdultComponent::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#init().","js_sym":"#init","type_pretty":"FilterAdultComponent","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":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs#136"}},"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/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/LoginStore#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/LoginStore#init().","pretty":"LoginStore::init","meta":{"structured":1,"pretty":"LoginStore::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/LoginStore#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/LoginStore#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs#3588"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/ManagedEncryptorDecryptor#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/ManagedEncryptorDecryptor#init().","pretty":"ManagedEncryptorDecryptor::init","meta":{"structured":1,"pretty":"ManagedEncryptorDecryptor::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/ManagedEncryptorDecryptor#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/ManagedEncryptorDecryptor#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs#4404"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/NssKeyManager#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/NssKeyManager#init().","pretty":"NssKeyManager::init","meta":{"structured":1,"pretty":"NssKeyManager::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/NssKeyManager#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/NssKeyManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs#4578"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/StaticKeyManager#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/StaticKeyManager#init().","pretty":"StaticKeyManager::init","meta":{"structured":1,"pretty":"StaticKeyManager::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/StaticKeyManager#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs/StaticKeyManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustLogins.sys.mjs#4880"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRelevancy.sys.mjs/RelevancyStore#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRelevancy.sys.mjs/RelevancyStore#init().","pretty":"RelevancyStore::init","meta":{"structured":1,"pretty":"RelevancyStore::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRelevancy.sys.mjs/RelevancyStore#init().","js_sym":"#init","type_pretty":"RelevancyStore","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRelevancy.sys.mjs/RelevancyStore#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRelevancy.sys.mjs#1413"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRemoteSettings.sys.mjs/RemoteSettingsService#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRemoteSettings.sys.mjs/RemoteSettingsService#init().","pretty":"RemoteSettingsService::init","meta":{"structured":1,"pretty":"RemoteSettingsService::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRemoteSettings.sys.mjs/RemoteSettingsService#init().","js_sym":"#init","type_pretty":"RemoteSettingsService","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRemoteSettings.sys.mjs/RemoteSettingsService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRemoteSettings.sys.mjs#2285"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSearch.sys.mjs/SearchEngineSelector#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSearch.sys.mjs/SearchEngineSelector#init().","pretty":"SearchEngineSelector::init","meta":{"structured":1,"pretty":"SearchEngineSelector::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSearch.sys.mjs/SearchEngineSelector#init().","js_sym":"#init","type_pretty":"SearchEngineSelector","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSearch.sys.mjs/SearchEngineSelector#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSearch.sys.mjs#2831"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStore#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStore#init().","pretty":"SuggestStore::init","meta":{"structured":1,"pretty":"SuggestStore::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStore#init().","js_sym":"#init","type_pretty":"SuggestStore","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStore#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs#4147"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStoreBuilder#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStoreBuilder#init().","pretty":"SuggestStoreBuilder::init","meta":{"structured":1,"pretty":"SuggestStoreBuilder::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStoreBuilder#init().","js_sym":"#init","type_pretty":"SuggestStoreBuilder","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs/SuggestStoreBuilder#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs#4668"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustTabs.sys.mjs/TabsStore#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustTabs.sys.mjs/TabsStore#init().","pretty":"TabsStore::init","meta":{"structured":1,"pretty":"TabsStore::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustTabs.sys.mjs/TabsStore#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustTabs.sys.mjs/TabsStore#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustTabs.sys.mjs#2408"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustWebextstorage.sys.mjs/WebExtStorageStore#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustWebextstorage.sys.mjs/WebExtStorageStore#init().","pretty":"WebExtStorageStore::init","meta":{"structured":1,"pretty":"WebExtStorageStore::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustWebextstorage.sys.mjs/WebExtStorageStore#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustWebextstorage.sys.mjs/WebExtStorageStore#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustWebextstorage.sys.mjs#1204"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/AsyncInterface#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/AsyncInterface#init().","pretty":"AsyncInterface::init","meta":{"structured":1,"pretty":"AsyncInterface::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/AsyncInterface#init().","js_sym":"#init","type_pretty":"AsyncInterface","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/AsyncInterface#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs#3651"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/ComplexMethods#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/ComplexMethods#init().","pretty":"ComplexMethods::init","meta":{"structured":1,"pretty":"ComplexMethods::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/ComplexMethods#init().","js_sym":"#init","type_pretty":"ComplexMethods","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/ComplexMethods#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs#4025"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/TestInterface#init().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/TestInterface#init().","pretty":"TestInterface::init","meta":{"structured":1,"pretty":"TestInterface::init","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/TestInterface#init().","js_sym":"#init","type_pretty":"TestInterface","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs/TestInterface#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs#2839"}},"S_js_typescript_toolkit/components/uniffi-js/js/UniFFI.sys.mjs/UniFFICallbackHandler#destroy().":{"sym":"S_js_typescript_toolkit/components/uniffi-js/js/UniFFI.sys.mjs/UniFFICallbackHandler#destroy().","pretty":"UniFFICallbackHandler::destroy","meta":{"structured":1,"pretty":"UniFFICallbackHandler::destroy","sym":"S_js_typescript_toolkit/components/uniffi-js/js/UniFFI.sys.mjs/UniFFICallbackHandler#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-js/js/UniFFI.sys.mjs/UniFFICallbackHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-js/js/UniFFI.sys.mjs#863"}},"S_js_typescript_toolkit/components/url-classifier/SafeBrowsing.sys.mjs/SafeBrowsing.init().":{"sym":"S_js_typescript_toolkit/components/url-classifier/SafeBrowsing.sys.mjs/SafeBrowsing.init().","pretty":"SafeBrowsing::init","meta":{"structured":1,"pretty":"SafeBrowsing::init","sym":"S_js_typescript_toolkit/components/url-classifier/SafeBrowsing.sys.mjs/SafeBrowsing.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Safe Browsing","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/url-classifier/SafeBrowsing.sys.mjs#354"}},"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/FullHashMatch#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/FullHashMatch#QueryInterface.","pretty":"FullHashMatch::QueryInterface","meta":{"structured":1,"pretty":"FullHashMatch::QueryInterface","sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/FullHashMatch#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Safe Browsing","parentsym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/FullHashMatch#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs#165"}},"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleter#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleter#QueryInterface.","pretty":"HashCompleter::QueryInterface","meta":{"structured":1,"pretty":"HashCompleter::QueryInterface","sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleter#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Safe Browsing","parentsym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs#193"}},"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleterRequestBase#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleterRequestBase#QueryInterface.","pretty":"HashCompleterRequestBase::QueryInterface","meta":{"structured":1,"pretty":"HashCompleterRequestBase::QueryInterface","sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleterRequestBase#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Safe Browsing","parentsym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs/HashCompleterRequestBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/url-classifier/UrlClassifierHashCompleter.sys.mjs#399"}},"S_js_typescript_toolkit/components/url-classifier/UrlClassifierLib.sys.mjs/UrlClassifierLib().prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierLib.sys.mjs/UrlClassifierLib().prototype.QueryInterface.","pretty":"UrlClassifierLib::prototype::QueryInterface","meta":{"structured":1,"pretty":"UrlClassifierLib::prototype::QueryInterface","sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierLib.sys.mjs/UrlClassifierLib().prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"any","kind":"field","subsystem":"Toolkit/Safe Browsing","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/url-classifier/UrlClassifierLib.sys.mjs#180"}},"S_js_typescript_toolkit/components/url-classifier/UrlClassifierListManager.sys.mjs/PROT_ListManager#QueryInterface.":{"sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierListManager.sys.mjs/PROT_ListManager#QueryInterface.","pretty":"PROT_ListManager::QueryInterface","meta":{"structured":1,"pretty":"PROT_ListManager::QueryInterface","sym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierListManager.sys.mjs/PROT_ListManager#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Safe Browsing","parentsym":"S_js_typescript_toolkit/components/url-classifier/UrlClassifierListManager.sys.mjs/PROT_ListManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/url-classifier/UrlClassifierListManager.sys.mjs#1044"}},"S_js_typescript_toolkit/components/utils/FilterExpressions.sys.mjs/length().":{"sym":"S_js_typescript_toolkit/components/utils/FilterExpressions.sys.mjs/length().","pretty":"length","meta":{"structured":1,"pretty":"length","sym":"S_js_typescript_toolkit/components/utils/FilterExpressions.sys.mjs/length().","js_sym":"#length","type_pretty":"number","kind":"method","subsystem":"Toolkit/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/utils/FilterExpressions.sys.mjs#101"}},"S_js_typescript_toolkit/content/preferences/Setting.mjs/Setting#destroy().":{"sym":"S_js_typescript_toolkit/content/preferences/Setting.mjs/Setting#destroy().","pretty":"Setting::destroy","meta":{"structured":1,"pretty":"Setting::destroy","sym":"S_js_typescript_toolkit/content/preferences/Setting.mjs/Setting#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Toolkit/Preferences","parentsym":"S_js_typescript_toolkit/content/preferences/Setting.mjs/Setting#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/preferences/Setting.mjs#456"}},"S_js_typescript_toolkit/content/widgets/browser-custom-element.mjs/MozBrowser#destroy().":{"sym":"S_js_typescript_toolkit/content/widgets/browser-custom-element.mjs/MozBrowser#destroy().","pretty":"MozBrowser::destroy","meta":{"structured":1,"pretty":"MozBrowser::destroy","sym":"S_js_typescript_toolkit/content/widgets/browser-custom-element.mjs/MozBrowser#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/browser-custom-element.mjs/MozBrowser#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/browser-custom-element.mjs#1159"}},"S_js_typescript_toolkit/content/widgets/colorpicker-common.mjs/ColorPickerCommon#destroy().":{"sym":"S_js_typescript_toolkit/content/widgets/colorpicker-common.mjs/ColorPickerCommon#destroy().","pretty":"ColorPickerCommon::destroy","meta":{"structured":1,"pretty":"ColorPickerCommon::destroy","sym":"S_js_typescript_toolkit/content/widgets/colorpicker-common.mjs/ColorPickerCommon#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/colorpicker-common.mjs/ColorPickerCommon#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_devtools/client/shared/widgets/Spectrum.js/Spectrum#destroy()."],"variants":[]},"jumps":{"def":"toolkit/content/widgets/colorpicker-common.mjs#264"}},"S_js_typescript_toolkit/content/widgets/colorpicker-common.mjs/lazy.l10n.":{"sym":"S_js_typescript_toolkit/content/widgets/colorpicker-common.mjs/lazy.l10n.","pretty":"lazy::l10n","meta":{"structured":1,"pretty":"lazy::l10n","sym":"S_js_typescript_toolkit/content/widgets/colorpicker-common.mjs/lazy.l10n.","js_sym":"#l10n","type_pretty":"\"l10n\"","kind":"field","subsystem":"Toolkit/UI Widgets","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/colorpicker-common.mjs#8"}},"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#click().":{"sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","pretty":"MozBaseInputElement::click","meta":{"structured":1,"pretty":"MozBaseInputElement::click","sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","js_sym":"#click","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_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/lit-utils.mjs#404"}},"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-button/moz-box-button.mjs/MozBoxButton#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","pretty":"MozBoxButton::click","meta":{"structured":1,"pretty":"MozBoxButton::click","sym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-box-button/moz-box-button.mjs#42"}},"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-button/moz-button.mjs/MozButton#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().","pretty":"MozButton::click","meta":{"structured":1,"pretty":"MozButton::click","sym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-button/moz-button.mjs#314"}},"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().","pretty":"MozVisualPickerItem::click","meta":{"structured":1,"pretty":"MozVisualPickerItem::click","sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().","js_sym":"#click","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#85"}},"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#click().":{"sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","pretty":"PanelItem::click","meta":{"structured":1,"pretty":"PanelItem::click","sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","js_sym":"#click","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_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/panel-list/panel-list.mjs#1083"}},"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/crashreporter/test/CrashTestUtils.sys.mjs/file.":{"sym":"S_js_typescript_toolkit/crashreporter/test/CrashTestUtils.sys.mjs/file.","pretty":"file","meta":{"structured":1,"pretty":"file","sym":"S_js_typescript_toolkit/crashreporter/test/CrashTestUtils.sys.mjs/file.","js_sym":"#file","type_pretty":"nsIFile","kind":"field","subsystem":"Toolkit/Crash Reporting","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/crashreporter/test/CrashTestUtils.sys.mjs#52"}},"S_js_typescript_toolkit/modules/AppServicesTracing.sys.mjs/LogForwarder#init().":{"sym":"S_js_typescript_toolkit/modules/AppServicesTracing.sys.mjs/LogForwarder#init().","pretty":"LogForwarder::init","meta":{"structured":1,"pretty":"LogForwarder::init","sym":"S_js_typescript_toolkit/modules/AppServicesTracing.sys.mjs/LogForwarder#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/AppServicesTracing.sys.mjs/LogForwarder#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/AppServicesTracing.sys.mjs#316"}},"S_js_typescript_toolkit/modules/AsanReporter.sys.mjs/AsanReporter.init().":{"sym":"S_js_typescript_toolkit/modules/AsanReporter.sys.mjs/AsanReporter.init().","pretty":"AsanReporter::init","meta":{"structured":1,"pretty":"AsanReporter::init","sym":"S_js_typescript_toolkit/modules/AsanReporter.sys.mjs/AsanReporter.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Firefox Build System/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/AsanReporter.sys.mjs#32"}},"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/Finder.sys.mjs/Finder().prototype.destroy().":{"sym":"S_js_typescript_toolkit/modules/Finder.sys.mjs/Finder().prototype.destroy().","pretty":"Finder::prototype::destroy","meta":{"structured":1,"pretty":"Finder::prototype::destroy","sym":"S_js_typescript_toolkit/modules/Finder.sys.mjs/Finder().prototype.destroy().","js_sym":"#destroy","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/Finder.sys.mjs#67"}},"S_js_typescript_toolkit/modules/FirstStartup.sys.mjs/FirstStartup.init().":{"sym":"S_js_typescript_toolkit/modules/FirstStartup.sys.mjs/FirstStartup.init().","pretty":"FirstStartup::init","meta":{"structured":1,"pretty":"FirstStartup::init","sym":"S_js_typescript_toolkit/modules/FirstStartup.sys.mjs/FirstStartup.init().","js_sym":"#init","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/modules/FirstStartup.sys.mjs#47"}},"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/HiddenFrame.sys.mjs/HiddenFrame#destroy().":{"sym":"S_js_typescript_toolkit/modules/HiddenFrame.sys.mjs/HiddenFrame#destroy().","pretty":"HiddenFrame::destroy","meta":{"structured":1,"pretty":"HiddenFrame::destroy","sym":"S_js_typescript_toolkit/modules/HiddenFrame.sys.mjs/HiddenFrame#destroy().","js_sym":"#destroy","type_pretty":"void","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/HiddenFrame.sys.mjs/HiddenFrame#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/HiddenFrame.sys.mjs#77"}},"S_js_typescript_toolkit/modules/InlineSpellChecker.sys.mjs/InlineSpellChecker().prototype.init().":{"sym":"S_js_typescript_toolkit/modules/InlineSpellChecker.sys.mjs/InlineSpellChecker().prototype.init().","pretty":"InlineSpellChecker::prototype::init","meta":{"structured":1,"pretty":"InlineSpellChecker::prototype::init","sym":"S_js_typescript_toolkit/modules/InlineSpellChecker.sys.mjs/InlineSpellChecker().prototype.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Core/Spelling checker","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/InlineSpellChecker.sys.mjs#14"}},"S_js_typescript_toolkit/modules/Integration.sys.mjs/combined0:QueryInterface().":{"sym":"S_js_typescript_toolkit/modules/Integration.sys.mjs/combined0:QueryInterface().","pretty":"_combined0::QueryInterface","meta":{"structured":1,"pretty":"_combined0::QueryInterface","sym":"S_js_typescript_toolkit/modules/Integration.sys.mjs/combined0:QueryInterface().","js_sym":"#QueryInterface","type_pretty":"never","kind":"method","subsystem":"Toolkit/Async Tooling","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/Integration.sys.mjs#144"}},"S_js_typescript_toolkit/modules/LightweightThemeConsumer.sys.mjs/LightweightThemeConsumer().init().":{"sym":"S_js_typescript_toolkit/modules/LightweightThemeConsumer.sys.mjs/LightweightThemeConsumer().init().","pretty":"LightweightThemeConsumer::init","meta":{"structured":1,"pretty":"LightweightThemeConsumer::init","sym":"S_js_typescript_toolkit/modules/LightweightThemeConsumer.sys.mjs/LightweightThemeConsumer().init().","js_sym":"#init","type_pretty":"any) => void","kind":"method","subsystem":"Firefox/Toolbars and Customization","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/LightweightThemeConsumer.sys.mjs#222"}},"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/Region.sys.mjs/RegionDetector#init().":{"sym":"S_js_typescript_toolkit/modules/Region.sys.mjs/RegionDetector#init().","pretty":"RegionDetector::init","meta":{"structured":1,"pretty":"RegionDetector::init","sym":"S_js_typescript_toolkit/modules/Region.sys.mjs/RegionDetector#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/Region.sys.mjs/RegionDetector#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/Region.sys.mjs#168"}},"S_js_typescript_toolkit/modules/RegionLocaleMap.sys.mjs/RegionLocaleMap#matches().":{"sym":"S_js_typescript_toolkit/modules/RegionLocaleMap.sys.mjs/RegionLocaleMap#matches().","pretty":"RegionLocaleMap::matches","meta":{"structured":1,"pretty":"RegionLocaleMap::matches","sym":"S_js_typescript_toolkit/modules/RegionLocaleMap.sys.mjs/RegionLocaleMap#matches().","js_sym":"#matches","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/RegionLocaleMap.sys.mjs/RegionLocaleMap#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/RegionLocaleMap.sys.mjs#81"}},"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/modules/tests/modules/PromiseTestUtils.sys.mjs/PromiseTestUtils.init().":{"sym":"S_js_typescript_toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs/PromiseTestUtils.init().","pretty":"PromiseTestUtils::init","meta":{"structured":1,"pretty":"PromiseTestUtils::init","sym":"S_js_typescript_toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs/PromiseTestUtils.init().","js_sym":"#init","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/modules/tests/modules/PromiseTestUtils.sys.mjs#51"}},"S_js_typescript_toolkit/mozapps/downloads/DownloadUtils.sys.mjs/l10n.":{"sym":"S_js_typescript_toolkit/mozapps/downloads/DownloadUtils.sys.mjs/l10n.","pretty":"l10n","meta":{"structured":1,"pretty":"l10n","sym":"S_js_typescript_toolkit/mozapps/downloads/DownloadUtils.sys.mjs/l10n.","js_sym":"#l10n","type_pretty":"Localization","kind":"field","subsystem":"Toolkit/Downloads API","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/downloads/DownloadUtils.sys.mjs#69"}},"S_js_typescript_toolkit/mozapps/downloads/HelperAppDlg.sys.mjs/nsUnknownContentTypeDialog#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/downloads/HelperAppDlg.sys.mjs/nsUnknownContentTypeDialog#QueryInterface.","pretty":"nsUnknownContentTypeDialog::QueryInterface","meta":{"structured":1,"pretty":"nsUnknownContentTypeDialog::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/downloads/HelperAppDlg.sys.mjs/nsUnknownContentTypeDialog#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Downloads API","parentsym":"S_js_typescript_toolkit/mozapps/downloads/HelperAppDlg.sys.mjs/nsUnknownContentTypeDialog#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/downloads/HelperAppDlg.sys.mjs#138"}},"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/AMRemoteSettings.init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/AMRemoteSettings.init().","pretty":"AMRemoteSettings::init","meta":{"structured":1,"pretty":"AMRemoteSettings::init","sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/AMRemoteSettings.init().","js_sym":"#init","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/AddonManager.sys.mjs#4703"}},"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/AddonManager.init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/AddonManager.init().","pretty":"AddonManager::init","meta":{"structured":1,"pretty":"AddonManager::init","sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/AddonManager.init().","js_sym":"#init","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/AddonManager.sys.mjs#4320"}},"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/EnvironmentAddonBuilder#init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/EnvironmentAddonBuilder#init().","pretty":"EnvironmentAddonBuilder::init","meta":{"structured":1,"pretty":"EnvironmentAddonBuilder::init","sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/EnvironmentAddonBuilder#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Add-ons Manager","parentsym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/EnvironmentAddonBuilder#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/extensions/AddonManager.sys.mjs#4897"}},"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/PrefObserver.init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/PrefObserver.init().","pretty":"PrefObserver::init","meta":{"structured":1,"pretty":"PrefObserver::init","sym":"S_js_typescript_toolkit/mozapps/extensions/AddonManager.sys.mjs/PrefObserver.init().","js_sym":"#init","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/AddonManager.sys.mjs#209"}},"S_js_typescript_toolkit/mozapps/extensions/amManager.sys.mjs/amGleanDaily#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/extensions/amManager.sys.mjs/amGleanDaily#QueryInterface.","pretty":"amGleanDaily::QueryInterface","meta":{"structured":1,"pretty":"amGleanDaily::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/extensions/amManager.sys.mjs/amGleanDaily#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Add-ons Manager","parentsym":"S_js_typescript_toolkit/mozapps/extensions/amManager.sys.mjs/amGleanDaily#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/extensions/amManager.sys.mjs#233"}},"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/APIObject#init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/APIObject#init().","pretty":"APIObject::init","meta":{"structured":1,"pretty":"APIObject::init","sym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/APIObject#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Add-ons Manager","parentsym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/APIObject#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#init()."],"variants":[]},"jumps":{"def":"toolkit/mozapps/extensions/amWebAPI.sys.mjs#93"}},"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#init().","pretty":"WebAPI::init","meta":{"structured":1,"pretty":"WebAPI::init","sym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Add-ons Manager","parentsym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/APIObject#init()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/extensions/amWebAPI.sys.mjs#200"}},"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#prototype.QueryInterface.","pretty":"WebAPI::prototype::QueryInterface","meta":{"structured":1,"pretty":"WebAPI::prototype::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/extensions/amWebAPI.sys.mjs/WebAPI#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","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/amWebAPI.sys.mjs#277"}},"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"}},"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.init().","pretty":"AddonTestUtils::init","meta":{"structured":1,"pretty":"AddonTestUtils::init","sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.init().","js_sym":"#init","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#253"}},"S_js_typescript_toolkit/mozapps/extensions/internal/ModelHubProvider.sys.mjs/ModelHubProvider.init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/internal/ModelHubProvider.sys.mjs/ModelHubProvider.init().","pretty":"ModelHubProvider::init","meta":{"structured":1,"pretty":"ModelHubProvider::init","sym":"S_js_typescript_toolkit/mozapps/extensions/internal/ModelHubProvider.sys.mjs/ModelHubProvider.init().","js_sym":"#init","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/ModelHubProvider.sys.mjs#164"}},"S_js_typescript_toolkit/mozapps/extensions/internal/XPIInstall.sys.mjs/LocalAddonInstall.init().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/internal/XPIInstall.sys.mjs/LocalAddonInstall.init().","pretty":"LocalAddonInstall::init","meta":{"structured":1,"pretty":"LocalAddonInstall::init","sym":"S_js_typescript_toolkit/mozapps/extensions/internal/XPIInstall.sys.mjs/LocalAddonInstall.init().","js_sym":"#init","type_pretty":"Promise","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/XPIInstall.sys.mjs#2291"}},"S_js_typescript_toolkit/mozapps/handling/ContentDispatchChooser.sys.mjs/nsContentDispatchChooser#prototype.QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/handling/ContentDispatchChooser.sys.mjs/nsContentDispatchChooser#prototype.QueryInterface.","pretty":"nsContentDispatchChooser::prototype::QueryInterface","meta":{"structured":1,"pretty":"nsContentDispatchChooser::prototype::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/handling/ContentDispatchChooser.sys.mjs/nsContentDispatchChooser#prototype.QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Firefox/File Handling","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/handling/ContentDispatchChooser.sys.mjs#672"}},"S_js_typescript_toolkit/mozapps/pushnotificationhelper/PushNotificationHelper.sys.mjs/PushNotificationHelper.init().":{"sym":"S_js_typescript_toolkit/mozapps/pushnotificationhelper/PushNotificationHelper.sys.mjs/PushNotificationHelper.init().","pretty":"PushNotificationHelper::init","meta":{"structured":1,"pretty":"PushNotificationHelper::init","sym":"S_js_typescript_toolkit/mozapps/pushnotificationhelper/PushNotificationHelper.sys.mjs/PushNotificationHelper.init().","js_sym":"#init","type_pretty":"void","kind":"method","subsystem":"Toolkit/Push Service","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/pushnotificationhelper/PushNotificationHelper.sys.mjs#48"}},"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/CheckerService#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/CheckerService#QueryInterface.","pretty":"CheckerService::QueryInterface","meta":{"structured":1,"pretty":"CheckerService::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/CheckerService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/CheckerService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateService.sys.mjs#5939"}},"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Downloader#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Downloader#QueryInterface.","pretty":"Downloader::QueryInterface","meta":{"structured":1,"pretty":"Downloader::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Downloader#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Downloader#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateService.sys.mjs#7413"}},"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Update#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Update#QueryInterface.","pretty":"Update::QueryInterface","meta":{"structured":1,"pretty":"Update::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Update#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/Update#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateService.sys.mjs#2686"}},"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateManager#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateManager#QueryInterface.","pretty":"UpdateManager::QueryInterface","meta":{"structured":1,"pretty":"UpdateManager::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateManager#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateService.sys.mjs#5362"}},"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdatePatch#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdatePatch#QueryInterface.","pretty":"UpdatePatch::QueryInterface","meta":{"structured":1,"pretty":"UpdatePatch::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdatePatch#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdatePatch#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateService.sys.mjs#2313"}},"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#QueryInterface.","pretty":"UpdateService::QueryInterface","meta":{"structured":1,"pretty":"UpdateService::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateService.sys.mjs#4634"}},"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#init().":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#init().","pretty":"UpdateService::init","meta":{"structured":1,"pretty":"UpdateService::init","sym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateService.sys.mjs/UpdateService#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateService.sys.mjs#2754"}},"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#QueryInterface.":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#QueryInterface.","pretty":"UpdateServiceStub::QueryInterface","meta":{"structured":1,"pretty":"UpdateServiceStub::QueryInterface","sym":"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#QueryInterface.","js_sym":"#QueryInterface","type_pretty":"MozQueryInterface","kind":"field","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateServiceStub.sys.mjs#232"}},"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#init().":{"sym":"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#init().","pretty":"UpdateServiceStub::init","meta":{"structured":1,"pretty":"UpdateServiceStub::init","sym":"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Application Update","parentsym":"S_js_typescript_toolkit/mozapps/update/UpdateServiceStub.sys.mjs/UpdateServiceStub#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/update/UpdateServiceStub.sys.mjs#86"}},"S_js_typescript_toolkit/profile/ProfileMetrics.sys.mjs/ProfileMetrics.init().":{"sym":"S_js_typescript_toolkit/profile/ProfileMetrics.sys.mjs/ProfileMetrics.init().","pretty":"ProfileMetrics::init","meta":{"structured":1,"pretty":"ProfileMetrics::init","sym":"S_js_typescript_toolkit/profile/ProfileMetrics.sys.mjs/ProfileMetrics.init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Startup and Profile System","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/profile/ProfileMetrics.sys.mjs#12"}},"S_js_typescript_toolkit/profile/ProfilesDatastoreService.sys.mjs/ProfilesDatastoreServiceClass#init().":{"sym":"S_js_typescript_toolkit/profile/ProfilesDatastoreService.sys.mjs/ProfilesDatastoreServiceClass#init().","pretty":"ProfilesDatastoreServiceClass::init","meta":{"structured":1,"pretty":"ProfilesDatastoreServiceClass::init","sym":"S_js_typescript_toolkit/profile/ProfilesDatastoreService.sys.mjs/ProfilesDatastoreServiceClass#init().","js_sym":"#init","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Startup and Profile System","parentsym":"S_js_typescript_toolkit/profile/ProfilesDatastoreService.sys.mjs/ProfilesDatastoreServiceClass#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/profile/ProfilesDatastoreService.sys.mjs#442"}},"S_js_typescript_webpack.config.js/path.":{"sym":"S_js_typescript_webpack.config.js/path.","pretty":"path","meta":{"structured":1,"pretty":"path","sym":"S_js_typescript_webpack.config.js/path.","js_sym":"#path","type_pretty":"path: any","kind":"field","subsystem":"DevTools/Source Editor","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/client/shared/sourceeditor/webpack.config.js#7"}},"Services#io":{"sym":"Services#io","pretty":"Services.io"},"Services#prefs":{"sym":"Services#prefs","pretty":"Services.prefs"},"SpecialPowers#MockFilePicker":{"sym":"SpecialPowers#MockFilePicker","pretty":"SpecialPowers.MockFilePicker"},"SpecialPowers#spawn":{"sym":"SpecialPowers#spawn","pretty":"SpecialPowers.spawn"},"content#document":{"sym":"content#document","pretty":"content.document"},"cr#convertChromeURL":{"sym":"cr#convertChromeURL","pretty":"cr.convertChromeURL"},"doc#activeElement":{"sym":"doc#activeElement","pretty":"doc.activeElement"},"doc#defaultView":{"sym":"doc#defaultView","pretty":"doc.defaultView"},"doc#querySelector":{"sym":"doc#querySelector","pretty":"doc.querySelector"},"doc#querySelectorAll":{"sym":"doc#querySelectorAll","pretty":"doc.querySelectorAll"},"file#path":{"sym":"file#path","pretty":"file.path"},"fileurl#QueryInterface":{"sym":"fileurl#QueryInterface","pretty":"fileurl.QueryInterface"},"folderLink#textContent":{"sym":"folderLink#textContent","pretty":"folderLink.textContent"},"gBrowser#removeCurrentTab":{"sym":"gBrowser#removeCurrentTab","pretty":"gBrowser.removeCurrentTab"},"gBrowser#selectedBrowser":{"sym":"gBrowser#selectedBrowser","pretty":"gBrowser.selectedBrowser","jumps":{"def":"browser/base/content/webext-panels.js#150"}},"gDevTools#showToolboxForTab":{"sym":"gDevTools#showToolboxForTab","pretty":"gDevTools.showToolboxForTab"},"l10n#formatValueSync":{"sym":"l10n#formatValueSync","pretty":"l10n.formatValueSync"},"newMapping#click":{"sym":"newMapping#click","pretty":"newMapping.click"},"openButton#click":{"sym":"openButton#click","pretty":"openButton.click"},"originElement#focus":{"sym":"originElement#focus","pretty":"originElement.focus"},"originElement#matches":{"sym":"originElement#matches","pretty":"originElement.matches"},"originElement#value":{"sym":"originElement#value","pretty":"originElement.value"},"originError#textContent":{"sym":"originError#textContent","pretty":"originError.textContent"},"originInput#value":{"sym":"originInput#value","pretty":"originInput.value"},"pathOrFile#isFile":{"sym":"pathOrFile#isFile","pretty":"pathOrFile.isFile"},"removeButton#click":{"sym":"removeButton#click","pretty":"removeButton.click"},"toggleButton#click":{"sym":"toggleButton#click","pretty":"toggleButton.click"},"toolbox#destroy":{"sym":"toolbox#destroy","pretty":"toolbox.destroy"},"toolbox#getCurrentPanel":{"sym":"toolbox#getCurrentPanel","pretty":"toolbox.getCurrentPanel"}};